/* @font-face {
    font-family: "Yu Ghotic Medium";
    src: url(../fonts/YuGothicMedium.ttf);
} */
@font-face {
    font-family: "vinyl";
    src: url("https://use.typekit.net/af/d80459/00000000000000003b9afd3d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/d80459/00000000000000003b9afd3d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff"),
        url("https://use.typekit.net/af/d80459/00000000000000003b9afd3d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
:root {
    --bs-body-font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", sans-serif;
    --bs-body-font-size: 14px;
    text-decoration: none !important;
    --font-vinyl: vinyl, sans-serif;
}
.absolute-top-left {
    position: absolute;
    top: 16px;
    left: 16px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-32 {
    margin-bottom: 32px;
}
.bg-body-aeon {
    background-color: #f0f0f0;
}
.header {
    width: 100%;
    min-height: 64px;
    border-top: 4px solid #305b79;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
.header a.navbar-brand {
    padding-left: 0;
}
.header a.navbar-brand img {
    width: 320px;
    height: 32px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px !important;
    /* font-weight: bold; */
}
.special-info {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 32px 0;
}
.special-info .divider-vertival {
    width: 1px;
    height: 36px;
    background-color: black;
}
.special-info h2 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: vinyl, sans-serif;
}
.special-info h4 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 14px;
}
.container.white-box {
    background-color: white;
    padding: 32px 32px 20px 32px;
}
.box-powder-blue {
    background-color: #b9e2e3;
    padding: 16px;
    margin-top: 16px;
}
.inner-powder-blue {
    border: 1px solid #e9e6cb;
    display: flex;
    justify-content: space-between;
}
.inner-powder-blue .box-text {
    display: flex;
    padding: 10px;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}
.inner-powder-blue .box-text p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: bold;
    font-size: 18px;
}
.box-btn-jump {
    width: 20%;
    background-color: #5d8752;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin-top: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
}
.box-btn-jump img {
    height: 50px;
    width: 40px;
}
.box-image-washroom-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: calc(6vw / 4) calc(7.5% / 4);
    padding: 0;
    margin-top: 24px;
    margin-bottom: 85px;
}
.box-image-washroom-list img,
.box-image-ranking-list > div > img:nth-child(2) {
    width: 18.5%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.box-image-washroom-list img:hover,
.box-image-ranking-list > div > img:nth-child(2):hover {
    opacity: 0.7;
}
.white-box.foot {
    text-align: center;
}
.white-box.foot .contact {
    margin-bottom: 24px;
    line-height: 1.7;
}
.white-box.foot .btn-foot {
    display: block;
    width: 520px;
    border: 1px solid #000;
    background: #fff;
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    padding: 19px 0;
    margin: auto;
    transition: 0.5s;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
}
.white-box.foot .btn-foot:hover {
    border-radius: 0;
    background-color: #fab206;
}
.white-box.foot .contact-time {
    margin-top: 64px;
    margin-bottom: 20px;
}
.ib {
    display: inline-block;
}
.contact-tel {
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-decoration: none;
    font-family: var(--font-vinyl);
}
.footer {
    margin-top: 68px;
}
.footer-upper {
    background-color: #3b3b3a;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-pagetop {
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
}
.footer-pagetop > a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #3b3b3a;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 5px auto 0;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-pagetop > a:hover {
    width: 90px;
    height: 90px;
    margin-top: 0;
}
.footer-pagetop > a:before {
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-pagetop > a:hover:before {
    -webkit-animation-name: bound;
    animation-name: bound;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.footer-pagetop > a > span {
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.footer-logo {
    display: block;
    width: 320px;
    margin: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-logo > img {
    width: 100%;
    height: auto;
}
.footer-links {
    text-align: center;
    margin-top: 30px;
    padding-inline-start: 0;
}
.footer-links > li:first-child {
    padding-left: 0;
}
.footer-links > li {
    display: inline;
    position: relative;
    padding-left: 3em;
}
.footer-links > li > a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-links > li > a:hover {
    text-decoration: none;
}
.footer-lower {
    padding: 28px 10px 17px;
}
.footer-lower-left {
    float: left;
}
.footer-lower-left {
    width: 320px;
    display: flex;
    align-items: center;
}
.footer-aeon-link {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 0;
}
.footer-aeon-link,
.footer-aeon-logo {
    display: inline-block;
}
.footer-aeon-link > li:first-child {
    margin-top: 0;
}
.footer-aeon-link > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #013799;
    position: relative;
    padding-left: 2em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-aeon-link > li > a:before {
    width: 14px;
    height: 14px;
    background-color: #dddee0;
    border-radius: 50%;
    bottom: 0;
}
.footer-aeon-link > li > a:after {
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: calc(50% - 3px);
    left: 3px;
    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
    transform: rotate(45deg) skew(-5deg, -5deg);
}
.footer-aeon-link > li > a:after,
.footer-aeon-link > li > a:before {
    position: absolute;
    display: block;
    content: "";
}
.footer-lower-right {
    display: block;
    width: 113px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer-copy {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.footer-lower-inner {
    display: flex;
    justify-content: space-between;
}
.title-ranking {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 310px;
    width: 40%;
    border: 6px solid #e9e6cb;
    padding: 20px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 48px;
}
.box-image-ranking-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: calc(6vw / 4) calc(7.5% / 4);
    padding: 0;
}
.box-image-ranking-list > img {
    width: 19%;
    cursor: pointer;
}
.box-image-ranking-list > div {
    width: 18.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    gap: 4px 0;
}
.box-image-ranking-list > div > img:nth-child(1) {
    height: 64px;
}
.box-image-ranking-list > div > img:nth-child(2) {
    width: 100%;
    height: auto;
    flex: 1;
}
.modal-inner-content {
    width: 100%;
}
.modal-inner-content > .group-modal-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}
.modal-inner-content > .group-modal-top > .inner-modal-left,
.modal-inner-content > .group-modal-top > .inner-modal-right {
    width: 48%;
}
.modal-inner-content > .group-modal-top > .inner-modal-left img {
    width: 100%;
}
.modal-inner-content > .group-modal-top > .inner-modal-right p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.wall,
.floor,
.baseboard {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 10px;
}
.wall > div {
    width: 30%;
}
.wall > div > img,
.baseboard > div > img {
    width: 100%;
    display: block;
}
.wall > div > span,
.floor > div > span {
    font-weight: bold;
}
.floor > div {
    width: 30%;
    min-width: 90px;
}
.img-floor {
    width: 100%;
    max-width: 67px;
    display: block;
}
.baseboard > div {
    width: 50%;
}
.btnGroupModalOld {
    display: flex;
    gap: 10%;
    margin-top: 24px;
    /* display: flex;
    gap: 4%;
    margin-top: 24px;
    width: 44%;
    position: absolute;
    bottom: 10%;
    right: 0; */
}
.btnGroupModalOld > .btn-info {
    min-width: 42%;
    background-color: #a1dfea !important;
    border-color: #a1dfea !important;
}
.btnGroupModal > .btn-info {
    min-width: 47%;
    background-color: transparent !important;
    border-color: transparent !important;
    padding-top: 11px;
}
.group-modal-bottom {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 24px;
}
.wrap-modal-popup {
    opacity: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.wrap-modal-popup.open {
    opacity: 1;
}
.btn-next-slide {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.btn-prev-slide {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.btn-next-slide img,
.btn-prev-slide img {
    width: 32px;
}
.button-group-menu button {
    font-weight: bold;
}
.button-group-menu {
    display: flex;
    justify-content: center;
    gap: 10%;
}
.content-simulators {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 54px;
}
.content-simulators > img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content-simulators > .left-content {
    width: 20.8%;
}
.content-simulators > .left-content h2 {
    font-family: "KozGoProBold";
    font-size: 22px;
    margin-block-start: 1em;
    margin-block-end: 0;
    color: #0f3f62;
    font-weight: bold;
    text-align: center;
}
.content-simulators > .left-content h3 {
    font-size: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #0f3f62;
    font-weight: normal;
    text-align: center;
}
.box-selection {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
}
.box-selection p.title {
    font-size: 18px;
    color: #8695a0;
    margin-block-start: 2.5em;
    margin-block-end: 0;
    text-align: left;
    margin-inline-start: 5%;
}
.box-selection .box-images {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
}
.box-selection .box-images > img {
    margin-bottom: 6px;
    width: 22%;
    max-width: 70px;
    cursor: pointer;
}
.box-selection .box-images > div.clear-img {
    width: 22%;
    max-width: 70px;
}
.box-selection p.see-more {
    font-size: 12px;
    color: #8695a0;
    margin-block-start: 0;
    margin-block-end: 0;
    cursor: pointer;
}
.content-simulators > .center-content {
    width: 58.4%;
}
.content-simulators > .center-content h1.title {
    font-size: 20px;
    font-weight: 600;
    color: #0f3f62;
    text-align: center;
    margin-block-start: 1em;
}
.content-simulators > .center-content .box-button {
    text-align: center;
}
.content-simulators > .center-content .box-button > button {
    width: 240px;
    padding: 10px;
    border: none;
    height: 40px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}
.content-simulators > .center-content .box-button > button.active {
    background-color: white;
}
.content-simulators > .center-content .box-change-images {
    background-color: white;
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 12px;
}
.content-simulators > .center-content .box-change-images > .item-box-changes {
    width: 20%;
}
.content-simulators
    > .center-content
    .box-change-images
    > .item-box-changes
    > p.title-box {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.content-simulators
    > .center-content
    .box-change-images
    > .item-box-changes
    span {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-simulators
    > .center-content
    .box-change-images
    > .item-box-changes
    span
    img {
    width: 100%;
}
.content-simulators
    > .center-content
    .box-change-images
    > .item-box-changes
    span
    p {
    font-weight: bold;
}
.content-simulators > .center-content .box-image-selected {
    background: transparent
        linear-gradient(
            90deg,
            rgb(84 188 189 / 20%) 0%,
            rgb(84 188 189 / 10%) 100%
        )
        0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 10px;
    align-items: flex-end;
}
.content-simulators > .center-content .box-image-selected > div:nth-child(1),
.box-50 .box-image-selected > div:nth-child(3) {
    width: 25%;
}
.content-simulators > .center-content .box-image-selected > div:nth-child(2) {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.content-simulators > .center-content .box-image-selected img {
    width: 100%;
}
.content-simulators
    > .center-content
    .box-image-selected
    div
    > div.btn-group.absolute-top-left {
    background-color: #dafdff;
    color: #0f3f62;
    border-radius: 12px;
    padding: 6px 25px 6px 19px;
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 100;
}
.content-simulators
    > .center-content
    .box-image-selected
    div
    > div.btn-group
    span {
    width: 8px;
    height: 8px;
    background: #3debf6;
    display: inline-block;
    border-radius: 8px;
}
.content-simulators
    > .center-content
    .box-image-selected
    div
    > div.btn-group
    button {
    border: none;
    background-color: transparent;
    padding: 0;
    padding-left: 6px;
    color: #0f3f62;
    font-size: 14px;
}
.content-simulators > .center-content .box-image-selected > div:nth-child(1),
.content-simulators > .center-content .box-image-selected > div:nth-child(3) {
    width: 25%;
}
.content-simulators > .center-content .box-image-selected p {
    font-size: 12px;
    color: #8695a0;
    padding-left: 6px;
    padding-right: 6px;
    margin-block-start: 2px;
}
.content-simulators > .center-content .box-image-selected p.titled {
    font-size: 14px;
    color: #0f3f62;
    padding-left: 6px;
    padding-right: 6px;
    margin-block-end: 0;
    margin-block-start: 0;
}
.title-content-simulator {
    margin-left: 14px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.for-change-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.for-change-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out; */
}
.box-icon {
    display: flex;
    gap: 0 5%;
}
.box-icon img {
    height: 70px;
    width: 70px;
    margin-right: 16px;
}
.content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container.forIframe {
    --bs-gutter-x: 0;
    margin-top: 32px;
    /* margin-bottom: 85px; */
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
}
.root-image-slide,
.slick-slide {
    position: relative;
}
.root-image-slide img {
    width: 100%;
}
.root-image-slide > .btnGroupModal {
    display: flex;
    gap: 4%;
    margin-top: 24px;
    width: 44%;
    position: absolute;
    bottom: 10%;
    right: 0;
}
.box-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.box-banner img {
    max-height: 90px;
}
.cursor {
    cursor: pointer;
}
.container-button-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 36px;
    margin-bottom: 64px;
}
.container-button-top > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.button-group-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 6vw;
    margin-top: 24px;
}
.button-group-filter > button {
    padding: 6px 24px;
    border-radius: 18px;
    border: 1px solid #ccc;
    font-weight: bold;
    background-color: white;
    min-width: 152px;
}
.button-group-filter > button.active {
    background-color: #305b79;
    color: white;
    border: 1px solid #305b79;
}
.textbox-wording {
    display: flex;
    max-width: 86%;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    padding: 19px 16px;
    margin: auto;
    transition: 0.5s;
    font-weight: 700;
    text-decoration: none;
    background-color: white;
    margin-top: 16px;
    user-select: none;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
}
.textbox-wording > span > img {
    max-height: 54px;
}
.lines-title {
    margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
    margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
    gap: 16px;
    max-width: 1040px;
}
.lines-title > .line {
    width: calc((100% - 728px) / 2);
    height: 3px;
    background-color: #000;
}
.lines-title > .text-for-line {
    font-size: 1.2rem;
    font-weight: bold;
}
.navbar > .container.container-aeon {
    padding-right: 0;
    padding-left: 0;
}
#navbarSupportedContent {
    max-width: 640px;
}
.container-button-top > div > img {
    max-width: 280px;
}
/* OVERRIDE */
.modal-content {
    border: none;
    border-radius: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.navbar-brand {
    padding-top: 15px;
    padding-bottom: 16px;
    /* min-height: 64px; */
}
.container.container-aeon {
    max-width: 1040px;
}
iframe#iframeSimulator {
    width: 125%;
    height: 110%;
    zoom:0.8;
    -ms-zoom: 0.8;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.8);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
}
@-webkit-keyframes bound {
    0%,
    100%,
    80% {
        top: 20px;
    }

    40% {
        top: 10px;
    }

    50%,
    90% {
        top: 18px;
    }

    65% {
        top: 13px;
    }
}

@keyframes bound {
    0%,
    100%,
    80% {
        top: 20px;
    }

    40% {
        top: 10px;
    }

    50%,
    90% {
        top: 18px;
    }

    65% {
        top: 13px;
    }
}
/* EMBEDS */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* MIN-WIDTH */
@media (min-width: 768px) {
    .footer-lower-inner {
        width: 100%;
        margin: auto;
    }
    .footer-lower-right {
        float: right;
    }
    .button-group-menu button {
        background-color: #a1dfea;
        border: 1px solid #a1dfea;
        padding: 16px 44px;
        border-radius: 8px;
        width: 32%;
        font-size: 1.6em;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 80vh;
        width: 64%;
    }
    .white-box.foot .btn-foot {
        width: 520px;
    }
}
@media (min-width: 1200px) {
    .button-group-menu button {
        width: 22%;
    }
}
@media (min-width: 1400px) {
}

/* MAX-WIDTH */
@media (max-width: 1399.98px) {
    .content-simulators > .left-content h2,
    .content-simulators > .center-content h1.title {
        font-size: 0.95rem;
    }
    .content-simulators > .left-content h3 {
        font-size: 0.9rem;
    }
    .box-selection p.title {
        font-size: 1rem;
    }
    .content-simulators
        > .center-content
        .box-change-images
        > .item-box-changes
        > p.title-box {
        font-size: 0.8rem;
    }
    .content-simulators
        > .center-content
        .box-change-images
        > .item-box-changes
        span
        p {
        font-size: 0.7rem;
    }
    .content-simulators > .center-content .box-image-selected p.titled {
        font-size: 0.6rem;
    }
    .content-simulators > .center-content .box-image-selected p {
        font-size: 0.55rem;
    }
    .content-simulators
        > .center-content
        .box-image-selected
        div
        > div.btn-group
        button {
        font-size: 0.7rem;
    }
}
@media (max-width: 1199.98px) {
    .content-simulators
        > .center-content
        .box-change-images
        > .item-box-changes
        > p.title-box {
        min-height: 39px;
    }
    .content-simulators > .center-content .box-button > button {
        width: 30%;
    }
    .root-image-slide > .btnGroupModal {
        width: 42%;
    }
    .container-button-top > div > img {
        max-width: 260px;
    }
}
@media (max-width: 991.98px) {
    .modal-dialog {
        max-width: 80vh;
        width: 96%;
    }
    .navbar-toggler {
        width: 20%;
    }
    .box-image-washroom-list,
    .box-image-ranking-list {
        gap: 12px calc(5% / 4);
        margin-bottom: 48px;
    }
    .box-image-washroom-list img,
    .box-image-ranking-list > div {
        width: 19%;
    }
    .white-box.foot .btn-foot {
        width: auto;
    }
    .content-simulators > .left-content {
        width: 40%;
    }
    .content-simulators > .center-content {
        width: 60%;
    }
    .title-content-simulator {
        font-size: 1rem;
        margin-left: 0;
    }
    .content-simulators
        > .center-content
        .box-image-selected
        > div:nth-child(1) {
        width: 0;
    }
    .content-simulators
        > .center-content
        .box-image-selected
        > div:nth-child(2) {
        width: 80%;
    }
    .button-group-menu {
        margin-bottom: 16px;
    }
    .lines-title > .line {
        width: calc(((100% - 80%) / 2));
    }
}
@media (max-width: 767.98px) {
    .btn-next-slide {
        right: -6px;
        transform: translate(-50%, 0);
    }
    .btn-next-slide > img,
    .btn-prev-slide > img {
        width: 24px;
    }
    .header a.navbar-brand img {
        width: 200px;
        height: auto;
    }
    .box-image-washroom-list img {
        width: 32%;
    }
    .box-image-washroom-list {
        gap: 8px calc(4% / 2);
        margin-bottom: 8px;
        justify-content: space-between;
    }
    .contact-tel {
        font-size: 2.8rem;
    }
    .footer-aeon-link > li > a {
        font-size: 12px;
    }
    .footer-lower-inner {
        flex-direction: column;
        align-items: center;
    }
    .footer-lower-left {
        width: 100%;
        justify-content: space-between;
    }
    .footer-lower-left > a {
        width: 49%;
    }
    .footer-aeon-link {
        padding-left: unset;
        width: 49%;
    }
    .footer-lower-right {
        margin-top: 20px;
        width: 50%;
    }
    .footer-lower-right img {
        width: 100%;
        height: auto;
    }
    .inner-powder-blue .box-text {
        width: 78%;
    }
    .box-btn-jump {
        width: 22%;
    }
    .box-btn-jump span {
        font-size: 0.65rem;
    }
    .inner-powder-blue .box-text p {
        font-size: 0.8rem;
    }
    .inner-powder-blue .box-text {
        padding: 10px 0;
    }
    .button-group-menu button {
        background-color: #a1dfea;
        border: 1px solid #a1dfea;
        padding: 6px 12px;
        border-radius: 8px;
        width: 32%;
        font-size: 1rem;
    }
    .box-image-ranking-list > div > img:nth-child(1) {
        height: 32px;
    }
    .container-button-top {
        display: flex;
        flex-direction: row;
        /* margin-top: 52px; */
        gap: 0 16px;
        margin-bottom: 7vw;
    }
    .container-button-top > div {
        font-size: 0.8rem;
    }
    .textbox-wording {
        width: 100%;
        max-width: 100%;
        padding: 19px 0;
    }
    .textbox-wording > span > img {
        max-height: 7vw;
        width: auto;
    }
    .lines-title > .line {
        width: calc((100vw - 86%) / 2);
        height: 2px;
    }
    .container-button-top > div > img {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .white-box.foot .btn-foot {
        width: 100%;
    }
    .inner-powder-blue .box-text {
        justify-content: space-around;
    }
    .box-icon img {
        height: 40px;
        width: 40px;
        margin-right: 6px;
    }
    .box-btn-jump {
        width: auto;
        min-width: 115px;
        padding: 0 0 0 10px;
    }
    .box-btn-jump img {
        height: 40px;
        width: 30px;
    }
    .contact-tel {
        font-size: 2.4rem;
    }
    .content-simulators {
        display: flex;
        flex-direction: column;
    }
    .content-simulators > .left-content {
        width: 100%;
    }
    .content-simulators > .center-content {
        width: 100%;
    }
    .ib {
        font-size: 0.8rem;
    }
    .textbox-wording {
        font-size: 0.7rem;
    }
    .lines-title > .text-for-line {
        font-size: 0.9rem;
    }
    .button-group-menu button {
        padding: 6px 10px;
        min-width: 32%;
        width: auto;
    }
    .modal-inner-content > .group-modal-top > .inner-modal-right p {
        font-size: 0.8rem;
    }
    .btnGroupModal {
        display: flex;
        gap: 6px;
        margin-top: 0;
        bottom: 9%;
    }
    .btnGroupModal > .btn-info {
        padding: 0;
    }
    .modal-body {
        padding: 6px var(--bs-modal-padding);
    }
}
@media (max-width: 991.98px) and (min-width: 768px) {
    .img-fluid {
        max-width: 90%;
    }
}
