<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
    padding-top: 166px;
}
#restaurant ul li { float: left; }
#restaurant dl  { margin: 0;padding: 0;box-sizing: border-box; }
#restaurant dl dt { margin: 0;padding: 0;box-sizing: border-box; }
#restaurant dl dd { margin: 0;padding: 0;box-sizing: border-box; }
@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 .pickupslide {
    width: 100%;
    z-index: 3;
    position: relative;
    margin-bottom: 30px;
}

#restaurant section .pickupslide .slide {
    width: 100%;
    height: 100%;
}

#restaurant section .pickupslide .slide .slick-slide {
    margin-right: 60px;
}

#restaurant section .pickupslide .slide .slide-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 550px;
}

@media only screen and (max-width: 750px) {
    #restaurant section .pickupslide .slide .slide-item {
        max-width: 320px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .pickupslide .slide .slide-item {
        max-width: 300px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .pickupslide .slide .slide-item {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

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

    #restaurant section .pickupslide .slick-dotted.slick-slider {
        margin-bottom: 12px;
    }
}

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

#restaurant section .arrset {
    width: 100%;
    max-width: 650px;
    position: absolute;
    z-index: 80;
    left: 50%;
    top: 44%;
    -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 .arrset .arrp {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

#restaurant section .arrset .arrp::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 14px;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
    #restaurant section .arrset .arrp {
        right: -15px;
        width: 30px;
        height: 30px;
    }

    #restaurant section .arrset .arrp::after {
        width: 8px;
        height: 8px;
        left: 8px;
        top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .arrset .arrp {
        right: -8px;
    }
}

#restaurant section .arrset .arrn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: #000;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

#restaurant section .arrset .arrn::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: auto;
    border-left: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
    #restaurant section .arrset .arrn {
        left: -15px;
        width: 30px;
        height: 30px;
    }

    #restaurant section .arrset .arrn::after {
        width: 8px;
        height: 8px;
        left: 12px;
        top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .arrset .arrn {
        left: -8px;
    }
}

@media only screen and (max-width: 750px) {
    #restaurant section .arrset {
        top: 34%;
    }
}

#restaurant section .slick-prev:before, #restaurant section .slick-next:before {
    opacity: 0;
}

#restaurant section .secin {
    font-family: 'Noto Serif JP', serif;
    color: #002538;
    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: #002538;
    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/onsen/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/onsen/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/onsen/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: #002538;
}

#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: #062A3B;
    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: #062A3B;
    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: #062A3B;
    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: #062A3B;
}

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

@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: #062A3B;
    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: #062A3B;
    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: #062A3B;
}

#restaurant section.sec1 .secin {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

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

#restaurant section.secdetail2 {
    position: relative;
}

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

#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: #002538;
}

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

#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/onsen/img_02.jpg");*/
    z-index: 20;
}

#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 #002538;
    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: #002538;
}

@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 #002538;
    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 #062A3B;
    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: #062A3B;
}

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

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

#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;
    }
}


#restaurant .psld {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
#restaurant .psld .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}
#restaurant .psld .sld {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
#restaurant .psld .sld img{
    display: block;
    vertical-align: bottom;
    width: 100%;
}
#restaurant .psld.s5 .sld.s5,
#restaurant .psld.s4 .sld.s4,
#restaurant .psld.s1 .sld.s1,
#restaurant .psld.s3 .sld.s3,
#restaurant .psld.s2 .sld.s2 {
    opacity: 1;
}

#restaurant .psld .tdot {
    text-align: right;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#restaurant .psld .tdot li {
    /*width: 16px;*/
    /*height: 16px;*/
    width: 100px;
    height: 63px;
    background-color: #fff;
    /*border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*-o-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    font-size: 0px;
    opacity: 0.3;
    float: none;
}
#restaurant .psld .tdot li img{
    display: block;
    vertical-align: bottom;
    width: 100%;
}
#restaurant .psld .tdot li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#restaurant .psld .tdot.s1 li.s1, #restaurant .psld .tdot.s2 li.s2, #restaurant .psld .tdot.s3 li.s3, #restaurant .psld .tdot.s4 li.s4, #restaurant .psld .tdot.s5 li.s5 {
    opacity: 1;
    pointer-events: auto;
}

/*#restaurant .psld .tdot.sty2 li {*/
/*background-color: #002538;*/
/*}*/
</pre></body></html>