@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.l-inner {
    width: 100%;
    max-width: 1366px;
    padding-left: min(5.8565153733529%, 80px);
    padding-right: min(5.8565153733529%, 80px);
    margin: 0 auto;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}

@media screen and (max-width: 992px) {
    .l-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
}

.t-header {
    margin-bottom: 44px;
    height: 100px;
}

.t-header .inner {
    padding: 44px 50px 24px;
    display: flex;
    justify-content: space-between;
}

.t-header .inner ul {
    display: flex;
    align-items: center;
    gap: 34px;
}

.t-header .inner ul li {
    list-style-type: none;
}

.t-header .inner ul li a {
    letter-spacing: .07em;
    font-family: var(--serif);
    opacity: 1;
    color: #262626;
}

.t-header .inner ul li a:hover {
    color: #968063;
    text-decoration: underline;
}

.sp-link {
    display: none;
}

.t-header .inner .sp-menu {
    display: none;
}

.overlay {
    display: none;
}

@media screen and (max-width: 992px) {
    .t-header {
        margin-bottom: 10px;
        height: 95px;
        position: relative;
        z-index: 100;
        background-color: #fff;
    }
    .t-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .t-header .inner {
        padding: 30px 30px 30px 17px;
        display: flex;
        justify-content: space-between;
    }
    .t-header .logo {
        width: 190px;
    }
    .t-header nav {
        position: fixed;
        display: none;
        top: 95px;
        right: 0;
        width: 285px;
        background-color: #fff;
        padding: 47px 30px;
        border-bottom-left-radius: 10px;
    }
    .t-header nav.active {
        display: block;
    }
    .t-header .inner ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin: 0;
    }
    .t-header .inner ul li {
        list-style-type: none;
        margin: 0;
    }
    .t-header .inner ul li a {
        letter-spacing: .07em;
        position: relative;
        padding-left: 17px;
    }
    .t-header .inner ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #957E61;
    }
    .t-header .inner .sp-menu {
        display: block;
        cursor: pointer;
        width: 45px;
        height: 45px;
        background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/sp-menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .t-header .inner .sp-menu.active {
        background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/sp-menu-close.svg);
    }
    .sp-link {
        display: block;
    }
    .sp-link a {
        font-size: 14px;
    }
    .t-header .inner ul li.sp-link a:before {
        top: 9px;
    }
    .sp-link a img {
        margin-left: 5px;
    }
    .overlay {
        pointer-events: auto;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: rgba(0, 0, 0, .8);
    }
    .overlay.active {
        display: block;
    }
}

.t-footer {
    background-color: #675C4F;
    padding: 27px 0;
}

.t-footer p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: var(--serif);
    margin: 0;
}

@media screen and (max-width: 992px) {
    .t-footer {
        padding: 20px 0;
    }
    .t-footer p {
        font-size: 12px;
        letter-spacing: .05em;
    }
}

.tokyo-mv {
    position: relative;
    width: 100%;
    max-height: 643px;
    overflow: hidden;
}

.tokyo-mv h1 {
    position: absolute;
    left: 46px;
    bottom: 62px;
    z-index: 9;
    line-height: 2.3;
}

.tokyo-mv h1 span {
    display: inline;
    padding: 10px 0 10px 20px;
    background-color: #fff;
    letter-spacing: .08em;
    font-size: 34px;
    font-family: var(--serif);
    font-weight: normal;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.tokyo-slider .slide {
    margin-right: 16px;
}

@media screen and (max-width: 992px) {
    .tokyo-mv {
        padding-bottom: 80px;
        max-height: 521px;
    }
    .tokyo-mv h1 {
        position: absolute;
        left: 0;
        bottom: 0px;
        z-index: 9;
        line-height: 1.8;
    }
    .tokyo-mv h1 span {
        display: inline;
        padding: 10px 0 5px 20px;
        background-color: #fff;
        letter-spacing: .08em;
        font-size: 24px;
    }
    .tokyo-slider .slide {
        margin-right: 16px;
    }
}

.tokyo-lead {
    padding: 150px 0 120px;
}

.tokyo-lead h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 50px;
}

.tokyo-lead .desc {
    margin-bottom: 110px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.6;
    text-align: center;
    font-family: var(--serif);
}

.tokyo-lead-links {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.tokyo-lead-links .item {
    width: 342px;
}

.tokyo-lead-links .item a {
    display: block;
    opacity: 1;
}

.tokyo-lead-links .item figure {
    margin-bottom: 20px;
    overflow: hidden;
}

.tokyo-lead-links .item a:hover img {
    transform: scale(1.1);
    opacity: .8;
}

.tokyo-lead-links .item figure img {
    transition: all 0.3s;
}

.tokyo-lead-links .item p {
    font-size: 20px;
    letter-spacing: 0.1em;
    position: relative;
}

.tokyo-lead-links a:hover,
.tokyo-lead-links a:hover .item p {
    color: #957E61 !important;
}

.tokyo-lead-links .item p:after {
    position: absolute;
    top: 0;
    right: 0;
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-circle.svg);
}

.tokyo-lead-links a:hover p:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-circle-hover.svg);
}

.tokyo-lead-links .item span {
    display: block;
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .tokyo-lead {
        padding: 116px 0 50px;
    }
    .tokyo-lead h2 {
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .tokyo-lead .desc {
        margin-bottom: 60px;
        font-size: 16px;
        line-height: 2.2;
    }
    .tokyo-lead-links {
        display: block;
        padding: 0 16px;
    }
    .tokyo-lead-links .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .tokyo-lead-links .item figure {
        margin-bottom: 12px;
    }
    .tokyo-lead-links .item p {
        font-size: 19px;
    }
    .tokyo-lead-links .item span {
        font-size: 14px;
    }
}

.tokyo-recommend {
    background-color: #EFEBE1;
    padding: 140px 0;
}

.tokyo-recommend h2 {
    text-align: center;
    margin-bottom: 90px;
    font-size: 34px;
    letter-spacing: .1em;
    color: #403217 !important;
    ;
}

.tokyo-recommend-box {
    background-color: #fff;
    width: 100%;
    max-width: 1132px;
    margin: 0 auto 32px;
    display: flex;
    gap: 100px;
    padding: 80px 118px 80px 83px;
}

.tokyo-recommend-box .slider {
    width: 555px;
    position: relative;
    overflow: visible;
}

.tokyo-recommend-box .slider .slide-arrow {
    position: absolute;
    z-index: 5;
    width: 32px !important;
    height: 32px;
    border: 1px solid #fff;
    background-color: #607E77;
    border-radius: 50%;
    top: calc(50% - 16px);
    background-size: 100% auto;
}

.tokyo-recommend-box .slider .slide-arrow.next {
    right: -16px;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/slide-next.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tokyo-recommend-box .slider .slide-arrow.next:hover {
    background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/slide-next-hover.svg);
}

.tokyo-recommend-box .slider .slide-arrow.prev {
    left: -16px;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/slide-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tokyo-recommend-box .slider .slide-arrow.prev:hover {
    background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/slide-prev-hover.svg);
}

.tokyo-recommend-box .text {
    flex: 1;
}

.tokyo-recommend-box h3 {
    font-size: 25px;
    letter-spacing: .1em;
    color: #43361E;
    margin-bottom: 20px;
}

.tokyo-recommend-box .location {
    background-image: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_location.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 15px;
    letter-spacing: .05em;
    margin-bottom: 30px;
    color: #A5A5A5;
    padding-left: 19px;
}

.tokyo-recommend-box .desc {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 36px;
}

.tokyo-recommend-box .link01 {
    margin-bottom: 0;
}

.tokyo-recommend-box .link01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    background-color: #957E61;
    border: 1px solid #957E61;
    border-radius: 34px;
    color: #fff;
    letter-spacing: .08em;
    position: relative;
}

.tokyo-recommend-box .link01 a:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-white.svg);
    position: absolute;
    right: 25px;
    top: 12px;
}

.tokyo-recommend-box .link01 a:hover {
    background-color: #fff;
    color: #957E61;
}

.tokyo-recommend-box .link01 a:hover:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-white-hover.svg);
}

.tokyo-recommend-box.last {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .tokyo-recommend {
        padding: 70px 0;
    }
    .tokyo-recommend h2 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .tokyo-recommend-box {
        background-color: #fff;
        margin: 0 auto 28px;
        flex-direction: column;
        gap: 20px;
        padding: 32px;
    }
    .tokyo-recommend-box .slider {
        width: 100%;
    }
    .tokyo-recommend-box h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .tokyo-recommend-box .location {
        margin-bottom: 15px;
    }
    .tokyo-recommend-box .desc {
        margin-bottom: 24px;
    }
    .tokyo-recommend-box .link01 a {
        width: 100%;
    }
    .tokyo-recommend-box.last {
        margin-bottom: 0;
    }
}

.tokyo-other {
    padding: 130px 0 120px;
}

.tokyo-other h2 {
    font-size: 34px;
    letter-spacing: .1em;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .tokyo-other {
        padding: 70px 0;
    }
    .tokyo-other .l-inner {
        padding: 0;
    }
    .tokyo-other h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .tokyo-other .custom-click-btn {
        top: 70px;
    }
}

.tokyo-outline {
    background-color: #E8E3D9;
    padding: 130px 0 140px;
}

.tokyo-outline h2 {
    font-family: var(--serif);
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: .1em;
    color: #403217 !important;
    text-align: center;
}

.outine-table {
    width: 1042px;
    margin: 0 auto;
    letter-spacing: 0;
}

@media screen and (max-width: 992px) {
    .tokyo-outline {
        padding: 70px 0;
    }
    .tokyo-outline h2 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .outine-table {
        width: 100%;
        margin: 0 auto 0px;
    }
    .outine-table table {
        margin-bottom: 0;
    }
}

.outine-relation-table {
    width: 966px;
    margin: 0 auto 130px;
    letter-spacing: 0;
}

@media screen and (max-width: 992px) {
    .outine-relation-table {
        width: 100%;
        margin: 0 auto 80px;
    }
}

.outine-table .title-row-child,
.outine-relation-table .title-row-child {
    background-color: rgba(244, 241, 234, 9);
    width: 210px;
    padding: 30px 25px;
}

.outine-table .title-row,
.outine-relation-table .title-row {
    background-color: #675c4f;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #fff !important;
    line-height: 1.7;
    width: 210px;
    color: #fff;
}

.outine-table .content-row,
.outine-relation-table .content-row {
    background-color: #fff;
    padding: 20px 25px;
    font-size: 16px;
}

.outine-table td,
.outine-relation-table td {
    border-bottom: 1px solid #CBC6BF !important;
    font-size: 16px;
    color: #262626;
}

.outine-table .title-row-child a,
.outine-table .td-content a,
.outine-relation-table a,
.p-company-outline-history-table td a {
    color: #7B5713;
    text-decoration: underline;
}

.outine-table .td-content,
.outine-relation-table .td-content {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 25px;
}

@media screen and (max-width: 992px) {
    .outine-table table th,
    .outine-relation-table table th,
    .outine-table table td,
    .outine-relation-table table td {
        display: block;
        width: 100%;
    }
    .outine-table table,
    .outine-relation-table {
        background-color: #fff;
        display: block;
        padding: 6px 6px 0;
    }
    .outine-table .title-row-child,
    .outine-relation-table .title-row-child {
        background-color: transparent;
        border-bottom: none;
        width: 100%;
        padding: 20px 16px 10px;
        font-size: 15px;
    }
    .outine-table .title-row,
    .outine-relation-table .title-row {
        font-size: 15px;
        text-align: left;
        padding: 15px 20px;
        border-bottom: none;
        width: 100%;
    }
    .outine-table .content-row,
    .outine-relation-table .content-row {
        padding: 20px 16px;
        font-size: 15px;
    }
    .outine-table td,
    .outine-relation-table td {
        border-bottom: none!important;
        font-size: 16px;
    }
    .outine-table .td-content,
    .outine-relation-table .td-content {
        border-bottom: none!important;
        font-size: 16px;
        line-height: 1.8;
        padding: 20px 16px 20px;
    }
    .outine-table .td-content.address,
    .outine-relation-table .td-content.address {
        border-bottom: 1px solid #CBC6BF !important;
        padding: 0px 16px 20px;
    }
    .outine-table .td-content.address.last,
    .outine-relation-table .td-content.address.last {
        border-bottom: none!important;
    }
}

.tokyo-result {
    text-align: center;
    padding: 130px 0 84px;
}

.tokyo-result h2 {
    margin-bottom: 45px;
}

.tokyo-result p {
    margin: 0;
    line-height: 1.9;
    letter-spacing: .05em;
    text-align: center;
}

.tokyo-result .title-sp {
    display: none;
}

@media screen and (max-width: 992px) {
    .tokyo-result {
        text-align: center;
        padding: 70px 0 51px;
    }
    .tokyo-result h2 {
        margin: 0 auto 30px;
    }
    .tokyo-result p {
        margin: 0;
        line-height: 1.9;
        letter-spacing: .05em;
        text-align: justify;
    }
    .tokyo-result .title-sp {
        display: block;
        max-width: 320px;
    }
    .tokyo-result .title-pc {
        display: none;
    }
}

.tokyo-site {
    padding-top: 115px;
}

.tokyo-site .box {
    width: 100%;
    max-width: 1200px;
    background-color: #F2F0EA;
    border: 1px solid #BFB19F;
    border-radius: 14px;
    margin-bottom: 80px;
    padding: 0 87px 120px;
}

.tokyo-site .site-banner {
    margin: -115px auto 80px;
    width: 954px;
    height: 387px;
}

.site-banner--pc {
    display: block;
    background-color: #FFF;
}

.tokyo-site .site-banner--pc a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.tokyo-site .site-banner--pc a img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.tokyo-site .site-banner--pc a:hover img {
    transform: scale(1.1);
}

.tokyo-site .site-banner--pc a p {
    position: absolute;
    margin: 0;
    z-index: 2;
    bottom: 0;
    color: #fff;
    background: #957E61;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: var(--serif);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    left: 0;
    width: 100%;
    height: 55px;
}

.tokyo-site .site-banner--pc a p:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_banner-blank.svg);
    margin-left: 12px;
}

.tokyo-site .site-banner--sp {
    display: none;
}

@media screen and (max-width: 992px) {
    .tokyo-site .site-banner {
        margin: -105px auto 50px;
        width: 100%;
        max-width: 340px;
        height: auto;
    }
    .tokyo-site .site-banner--sp {
        display: block;
    }
    .tokyo-site .site-banner--pc {
        display: none;
    }
}

.tokyo-site .site-banner a:hover {
    opacity: .8;
}

.tokyo-site .lead {
    width: 530px;
    margin: 0 auto 66px;
    display: block;
}

.tokyo-site .tokyo-site-box {
    background-color: #E8E3D9;
    border-radius: 10px;
    margin-bottom: 72px;
    position: relative;
    padding: 86px 75px 74px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.tokyo-site .tokyo-site-box.second {
    flex-direction: row-reverse;
}

.tokyo-site .tokyo-site-box.last {
    margin-bottom: 60px;
}

.tokyo-site .tokyo-site-box picture {
    display: flex;
    width: 454px;
}

.tokyo-site .tokyo-site-box .number {
    font-family: "Playfair Display", serif;
    letter-spacing: .1em;
    font-size: 53px;
    position: absolute;
    text-align: center;
    width: calc(100% - 150px);
    top: -34px;
    line-height: 1;
    color: #A59072;
}

.tokyo-site .tokyo-site-box .text {
    flex: 1;
}

.tokyo-site .tokyo-site-box .text h3 {
    font-family: var(--serif);
    font-size: 26px;
    color: #43361E;
    letter-spacing: .1em;
    margin-bottom: 30px;
}

.tokyo-site .tokyo-site-box .text p {
    font-size: 16px;
    color: #262626;
    letter-spacing: .04em;
    padding-left: 10px;
    margin: 0;
}

.tokyo-site .tokyo-site-link .link-lead {
    text-align: center;
    font-family: var(--serif);
    font-size: 20px;
    letter-spacing: .03em;
    color: #695038;
    position: relative;
    padding: 0 10px;
}

.tokyo-site .tokyo-site-link .link-lead::after,
.tokyo-site .tokyo-site-link .link-lead::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #695038;
    top: 7px;
}

.tokyo-site .tokyo-site-link .link-lead::before {
    margin-right: 10px;
    transform: translateX(-10px) rotate(-32deg);
}

.tokyo-site .tokyo-site-link .link-lead::after {
    transform: translateX(10px) rotate(32deg);
}

.tokyo-site .tokyo-site-link .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 685px;
    height: 110px;
    margin: 0 auto;
    background-color: #957E61;
    border: 1px solid #957E61;
    ;
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    font-family: var(--serif);
    letter-spacing: .1em;
}

.tokyo-site .tokyo-site-link .link a:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-white.svg);
    margin-left: 15px;
}

.tokyo-site .tokyo-site-link .link a:hover:after {
    content: url(/wp-content/themes/flatsome-child/assets/img/tokyo/ico_blank-white-hover.svg);
}

.tokyo-site .tokyo-site-link .link a:hover {
    background-color: #fff;
    color: #957E61;
}

@media screen and (max-width: 992px) {
    .tokyo-site {
        padding-top: 115px;
    }
    .tokyo-site .l-inner {
        padding: 0;
    }
    .tokyo-site .box {
        border: none;
        border-radius: 0;
        margin-bottom: 0;
        padding: 10px 20px 70px;
    }
    .tokyo-site .lead {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 46px;
        display: block;
    }
    .tokyo-site .tokyo-site-box {
        border-radius: 4px;
        margin-bottom: 33px;
        padding: 40px 24px 36px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 28px;
    }
    .tokyo-site .tokyo-site-box.second {
        flex-direction: column-reverse;
    }
    .tokyo-site .tokyo-site-box.last {
        margin-bottom: 0;
    }
    .tokyo-site .tokyo-site-box picture {
        display: flex;
        width: 100%;
        max-width: 256px;
        margin: 0 auto;
    }
    .tokyo-site .tokyo-site-box .number {
        font-size: 36px;
        width: calc(100% - 48px);
        top: -25px;
    }
    .tokyo-site .tokyo-site-box .text h3 {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: center;
    }
    .tokyo-site .tokyo-site-box .text p {
        letter-spacing: .05em;
        padding-left: 0px;
        line-height: 1.7;
    }
    .tokyo-site .tokyo-site-link {
        display: none;
    }
}