<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
    padding-top: 182px;
}
.content{
    padding-top: 0;
    margin-top: 0;
}
@media only screen and (max-width: 1250px) {
    .main {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 750px) {
    .main {
        padding-top: 100px;
    }
}

#restaurant .pc {
    display: block !important;
}

#restaurant .sp {
    display: none !important;
}

#restaurant .caption0 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#restaurant section p.note {
    font-size: 12px;
}

#restaurant section .secin {
    font-family: 'Noto Serif JP', serif;
    color: #000000;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px;
}

#restaurant section .secin figure {
    position: relative;
    box-sizing: border-box;
}

#restaurant section .secin figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#restaurant section .secin figure .flrico {
    width: 120px;
    position: absolute;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    left: -20px;
    top: 10%;
}

@media only screen and (max-width: 750px) {
    #restaurant section .secin figure .flrico {
        width: 70px;
        padding: 6px;
        font-size: 14px;
        top: 6%;
    }
}

#restaurant section .secin h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
}

#restaurant section .secin h3 span {
    color: rgba(0, 37, 56, 0.5);
    font-family: trajan-pro-3, serif;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    #restaurant section .secin h3 {
        font-size: 4.6vw;
        margin-bottom: 30px;
    }

    #restaurant section .secin h3 span {
        font-size: 3.5vw;
    }
}

#restaurant section .secin h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    #restaurant section .secin h4 {
        font-size: 4vw;
    }
}

#restaurant section .secin p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

@media only screen and (max-width: 750px) {
    #restaurant section .secin p.lead {
        font-size: 3.5vw;
        text-align: left;
    }

    #restaurant section .secin p.lead br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .secin {
        padding: 40px;
        padding-left: 0px;
        padding-right: 0px;
        width: 86%;
    }
}

#restaurant section.ptit2 {
    background-size: cover;
    background-position: center center;
    background-image: url("../img/restaurant/thethrone/main_01.jpg");
    height: 460px;
    margin-top: -30px;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #restaurant section.ptit2 {
        height: 62vh;
    }

    #restaurant section.ptit2 .secin {
        padding-top: 120px;
    }
}

#restaurant section.ptit2 .mainc {
    width: 80%;
    max-width: 340px;
    left: 50%;
    top: 45%;
    position: absolute;
    z-index: 3;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#restaurant section.ptit2 .mainc img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media screen and (max-width: 750px) {
    #restaurant section.ptit2 .mainc {
        max-width: 240px;
    }
}

@media screen and (max-width: 750px) {
    #restaurant section.ptit2 {
        background-image: url("../img/restaurant/thethrone/main_01@sp.jpg");
    }
}

#restaurant section.ptit {
    background-size: cover;
    background-position: center center;
    background-image: url("../img/restaurant/main_01.jpg");
    height: 360px;
    margin-top: -30px;
}

#restaurant section.ptit .secin {
    padding-top: 160px;
    padding-left: 20px;
}

#restaurant section.ptit .secin h2 {
    text-align: left;
    font-size: 42px;
    color: #989188;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 30px;
}

#restaurant section.ptit .secin p.lead {
    font-size: 1.4em;
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    #restaurant section.ptit {
        height: 62vh;
        background-image: url("../img/restaurant/thethrone/main_01@sp.jpg");
    }

    #restaurant section.ptit .secin {
        padding-top: 120px;
    }

    #restaurant section.ptit .secin h2 {
        text-align: center;
        font-size: 6.7vw;
    }

    #restaurant section.ptit .secin p.lead {
        font-size: 4vw;
        text-align: center;
    }
}

#restaurant section.secback .bbtn {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    background-color: #000000;
}

#restaurant section.secback .bbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#restaurant section.secback .bbtn a p {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#restaurant section.secback .bbtn a p::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 4px;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#restaurant section.secback .bbtn:hover {
    opacity: 0.7;
}

#restaurant section .rbtn {
    background-color: #968474;
    height: 60px;
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 120px;
    margin-top: 40px;
}

#restaurant section .rbtn.sty2 {
    margin-bottom: 0px;
}

#restaurant section .rbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#restaurant section .rbtn p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#restaurant section .rbtn:hover {
    opacity: 0.7;
}

#restaurant section.rsvinfo {
    padding-top: 60px;
}

#restaurant section.rsvinfo .rnote {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    #restaurant section.rsvinfo .rnote {
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
    }
}

#restaurant section.rsvinfo .secin {
    background-color: #000000;
    max-width: 760px;
    color: #fff;
}

#restaurant section.rsvinfo .secin .rbtn {
    margin-bottom: 0;
}

#restaurant section.rsvinfo .secin .telb {
    border: 1px solid #FFFFFF;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

#restaurant section.rsvinfo .secin .telb h4 {
    position: absolute;
    color: #fff;
    top: -10px;
    left: 50%;
    line-height: 1em;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

#restaurant section.rsvinfo .secin .telb p {
    text-align: center;
    font-size: 30px;
}

#restaurant section.rsvinfo .secin h3 {
    color: #fff;
}

@media screen and (max-width: 750px) {
    #restaurant section.rsvinfo {
        padding-top: 20px;
    }
}

#restaurant section .cttlr {
    position: relative;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#restaurant section .cttlr li {
    width: 58%;
    float: left;
    margin-right: 2%;
    text-align: left;
}

#restaurant section .cttlr li:nth-child(1) {
    color: #fff;
}

#restaurant section .cttlr li:nth-child(2) {
    width: 38%;
    margin-right: 0%;
    color: #fff;
}

#restaurant section .cttlr li:nth-child(2) figure {
    width: 100%;
}

@media screen and (max-width: 750px) {
    #restaurant section .cttlr li {
        width: 100%;
        margin-right: 0;
    }

    #restaurant section .cttlr li:nth-child(2) {
        width: 100%;
        margin-top: 10px;
    }
}

#restaurant section .cttlr .cttl {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 20px;
    float: left;
}

#restaurant section .cttlr .cttl h4 {
    color: #fff;
    text-align: center;
}

#restaurant section .cttlr .cttl .cttla {
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    font-feature-settings: "pwid";
    font-size: 14px;
    line-height: 1.8em;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    #restaurant section .cttlr .cttl .cttla {
        width: 100%;
        margin-right: 0;
        font-size: 11px;
        letter-spacing: 0;
    }

    #restaurant section .cttlr .cttl .cttla::after {
        display: none;
    }
}

#restaurant section .figset {
    background-color: #fff;
    box-sizing: border-box;
    padding: 60px;
    margin-top: 40px;
}

#restaurant section .figset h5 {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

#restaurant section .figset h5 span {
    display: inline-block;
    background-color: #fff;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

#restaurant section .figset h5::after {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 50%;
}

@media screen and (max-width: 750px) {
    #restaurant section .figset h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#restaurant section .figset p {
    font-size: 14px;
    color: #000000;
}

#restaurant section .figset p.lead {
    color: #000000;
}

@media screen and (max-width: 750px) {
    #restaurant section .figset p.lead {
        text-align: center;
    }

    #restaurant section .figset p.lead.mb40 {
        margin-bottom: 10px;
    }
}

#restaurant section .figset p.lead2 {
    color: #fff;
    background-color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
}

@media screen and (max-width: 584px) {
    #restaurant section .figset p.lead2 {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

#restaurant section .figset figure {
    width: 60%;
    display: inline-block;
    vertical-align: bottom;
}

#restaurant section .figset figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#restaurant section .figset figure p {
    text-align: left;
    color: #000000;
    font-size: 14px;
}

#restaurant section .figset figure p.note {
    position: absolute;
    right: 5px;
    bottom: 25px;
    color: #fff;
}

#restaurant section .figset figure p.note.sty2 {
    bottom: 45px;
}

#restaurant section .figset figure span {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    #restaurant section .figset {
        padding: 20px;
        margin-top: 10px;
    }

    #restaurant section .figset figure {
        width: 100%;
        margin-bottom: 5px;
    }
}

#restaurant section .figset .ctta {
    position: relative;
}

#restaurant section .figset .ctta li {
    width: 32%;
    margin-right: 2%;
}

#restaurant section .figset .ctta li:last-child {
    margin-right: 0%;
}

#restaurant section .figset .ctta li figure {
    width: 100%;
}

#restaurant section .figset .ctta li h6 {
    text-align: center;
    line-height: 2em;
}

@media screen and (max-width: 750px) {
    #restaurant section .figset .ctta li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    #restaurant section .figset .ctta li h6 {
        font-size: 12px;
        line-height: 1.7em;
    }
}

#restaurant section .figset .cttb {
    position: relative;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#restaurant section .figset .cttb li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

#restaurant section .figset .cttb li:nth-child(2n) {
    margin-right: 0%;
}

#restaurant section .figset .cttb li figure {
    width: 100%;
}

#restaurant section .figset .cttb li h6 {
    text-align: center;
    line-height: 2em;
}

@media screen and (max-width: 750px) {
    #restaurant section .figset .cttb li {
        width: 100%;
        margin-right: 0;
    }

    #restaurant section .figset .cttb li h6 {
        font-size: 12px;
        line-height: 1.7em;
    }
}

#restaurant section.sec1 {
    background-color: #000000;
}

#restaurant section.sec1 figure {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section.secdetail2 {
    position: relative;
}

#restaurant section.secdetail2 .figset {
    background-color: #000000;
}

#restaurant section.secdetail2 .figset h4 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}

#restaurant section.secdetail2 .figset dl {
    position: relative;
    text-align: center;
}

#restaurant section.secdetail2 .figset dl dt {
    width: 58%;
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: left;
}

@media screen and (max-width: 750px) {
    #restaurant section.secdetail2 .figset dl dt {
        padding-left: 0px;
    }
}

#restaurant section.secdetail2 .figset dl dd {
    width: 38%;
    display: inline-block;
}

@media screen and (max-width: 750px) {
    #restaurant section.secdetail2 .figset dl {
        margin-bottom: 5px;
    }
}

#restaurant section.secdetail {
    color: #000000;
}

#restaurant section.secdetail h3 {
    color: #000000;
}

#restaurant section.secdetail .fig1 {
    height: 100%;
    width: 48%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
    background-image: url("../img/restaurant/thethrone/img_02.jpg");
}

#restaurant section.secdetail .fig1 .note {
    color: #fff;
    position: absolute;
    text-shadow: 1px 1px 3px #000;
    bottom: 1%;
    right: 1%;
    z-index: 2;
}

#restaurant section.secdetail .fig1 figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .fig1 {
        width: 100%;
        height: 36vh;
        position: relative;
        left: auto;
        top: auto;
    }
}

#restaurant section.secdetail .shoplist {
    position: relative;
    margin-bottom: 60px;
}

#restaurant section.secdetail .shoplist .sinfo {
    width: 50%;
    float: right;
    padding: 20px;
    background-color: #fff;
}

#restaurant section.secdetail .shoplist .sinfo h3 {
    margin: 0;
    border-bottom: 2px solid #000000;
    text-align: center;
    padding-top: 10px;
}

#restaurant section.secdetail .shoplist .sinfo h3 img {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section.secdetail .shoplist .sinfo h3 span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo h3 span {
        font-size: 3.5vw;
    }
}

#restaurant section.secdetail .shoplist .sinfo .sinfo1 {
    border-bottom: 1px solid #000000;
    padding-top: 6px;
    padding-bottom: 6px;
}

#restaurant section.secdetail .shoplist .sinfo .sinfo1 span {
    background-color: #002538;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo .sinfo1 {
        font-size: 3vw;
    }
}

#restaurant section.secdetail .shoplist .sinfo .sinfo2 {
    position: relative;
    padding-top: 6px;
}

#restaurant section.secdetail .shoplist .sinfo .sinfo2 li {
    width: 40%;
    float: left;
    font-size: 12px;
    position: relative;
}

#restaurant section.secdetail .shoplist .sinfo .sinfo2 li:nth-child(2) {
    width: 60%;
    font-size: 10px;
    padding-left: 10px;
}

#restaurant section.secdetail .shoplist .sinfo .sinfo2 li:nth-child(2)::after {
    width: 1px;
    height: 60%;
    content: "";
    background-color: #002538;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo .sinfo2 li:nth-child(2) {
        margin-top: 10px;
        padding-left: 0px;
        width: 100%;
        float: none;
    }

    #restaurant section.secdetail .shoplist .sinfo .sinfo2 li:nth-child(2)::after {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo .sinfo2 li {
        width: 100%;
        float: none;
    }
}

#restaurant section.secdetail .shoplist .sinfo .btnset {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#restaurant section.secdetail .shoplist .sinfo .btnset a {
    width: 49%;
    height: 60px;
    float: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #000000;
    box-sizing: border-box;
}

#restaurant section.secdetail .shoplist .sinfo .btnset a p {
    font-size: 16px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo .btnset a p {
        font-size: 3.5vw;
    }
}

#restaurant section.secdetail .shoplist .sinfo .btnset a.rsv {
    margin-right: 0%;
    background-color: #000000;
}

#restaurant section.secdetail .shoplist .sinfo .btnset a.rsv p {
    color: #fff;
}

#restaurant section.secdetail .shoplist .sinfo .btnset a:hover {
    opacity: 0.7;
    background-color: #000000;
}

#restaurant section.secdetail .shoplist .sinfo .btnset a:hover p {
    color: #fff;
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo .btnset {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist .sinfo {
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section.secdetail .shoplist {
        margin-bottom: 0px;
    }
}

#restaurant .secdetail3 p.note {
    font-size: 12px;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    #restaurant .pc {
        display: none !important;
    }

    #restaurant .sp {
        display: block !important;
    }
}
</pre></body></html>