@charset "UTF-8";
#main {
    padding-top: 182px;
}
#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 .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;
    margin-top: 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;
}

#restaurant section .secin p.lead2 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
}

@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: 10px;
        padding-right: 10px;
        width: 90%;
    }
}

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

#restaurant section.ptit2.restaurant1 {
    background-image: url("../img/restaurant/grandaile/main_01.jpg");
}

#restaurant section.ptit2.restaurant2 {
    background-image: url("../img/restaurant/grandaile/main_02.jpg");
}

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

#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/main_01@sp.jpg");
    }

    #restaurant section.ptit.restaurant1 {
        background-image: url("../img/restaurant/grandaile/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.sec1 {
    background-color: #002538;
    color: #fff;
}

#restaurant section.sec1 h3 {
    color: #fff;
}

#restaurant section.sec1 .shoplist {
    background-color: #fff;
    position: relative;
    margin-bottom: 60px;
}

#restaurant section.sec1 .shoplist .fig {
    height: 100%;
    width: 55%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
}

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

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

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

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

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

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

#restaurant section.sec1 .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.sec1 .shoplist .sinfo h3 span {
        font-size: 3.5vw;
    }
}

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

#restaurant section.sec1 .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.sec1 .shoplist .sinfo .sinfo1 {
        font-size: 3vw;
    }
}

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

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

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

#restaurant section.sec1 .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.sec1 .shoplist .sinfo .sinfo2 li:nth-child(2) {
        margin-top: 10px;
        padding-left: 0px;
        width: 100%;
        float: none;
    }

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

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

#restaurant section.sec1 .shoplist .sinfo .btnset {
    position: relative;
    width: 100%;
    height: 50px;
    border-top: 1px solid #002538;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

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

#restaurant section.sec1 .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.sec1 .shoplist .sinfo .btnset a p {
        font-size: 3.5vw;
    }
}

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

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

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

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

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

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

#restaurant section.sec1 .shoplist#shop1 .fig {
    background-image: url("../img/restaurant/simg1_01.jpg");
}

#restaurant section.sec1 .shoplist#shop2 .fig {
    background-image: url("../img/restaurant/simg2_01.jpg");
}

#restaurant section.sec1 .shoplist#shop3 .fig {
    background-image: url("../img/restaurant/simg3_01.jpg");
}

#restaurant section.sec1 .shoplist#shop4 .fig {
    background-image: url("../img/restaurant/simg4_01.jpg");
}

#restaurant section.sec1 .shoplist#shop5 .fig {
    background-image: url("../img/restaurant/simg5_01.jpg");
}

#restaurant section.sec1 .shoplist#shop6 .fig {
    background-image: url("../img/restaurant/simg6_01.jpg");
}

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

#restaurant section.sec2 h3 span {
    color: #002538;
}

#restaurant section.sec2 .secin {
    max-width: 1200px !important;
}

#restaurant section.sec2 .stab {
    text-align: center;
    font-size: 0;
    width: 100%;
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section.sec2 .stab li {
    display: inline-block;
    width: 49.5%;
    margin-right: 0.25%;
    background-color: #7F919A;
    height: 60px;
    border: 1px solid #7F919A;
}

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

#restaurant section.sec2 .stab li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

#restaurant section.sec2 .stab li a p {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    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%);
    text-align: center;
}

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

#restaurant section.sec2 .stab li.act, #restaurant section.sec2 .stab li:hover {
    opacity: 0.7;
    background-color: #002538;
    border: 1px solid #002538;
}

#restaurant section.sec2 .stab li.act a p, #restaurant section.sec2 .stab li:hover a p {
    color: #fff;
}

#restaurant section.sec2 .slist {
    border-top: 4px solid #002538;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    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;
    display: none;
    padding-bottom: 10px;
}

#restaurant section.sec2 .slist li {
    width: 24.25%;
    margin-right: 1%;
    float: left;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    margin-bottom: 12px;
    position: relative;
}

#restaurant section.sec2 .slist li:nth-child(4n) {
    margin-right: 0;
}

#restaurant section.sec2 .slist li .icoset {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 10px;
    width: 80px;
}

#restaurant section.sec2 .slist li .icoset span {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    line-height: 1.8em;
    background-color: #518B84;
    text-align: center;
    color: #fff;
}

#restaurant section.sec2 .slist li .icoset span.ico2 {
    color: #002538;
    background-color: #C6C31A;
}

#restaurant section.sec2 .slist li figure {
    position: relative;
    margin-top: 24px;
}

#restaurant section.sec2 .slist li figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section.sec2 .slist li table th {
    position: relative;
    padding: 10px;
    font-size: 12px;
}

#restaurant section.sec2 .slist li table td {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0;
    font-size: 12px;
}

#restaurant section.sec2 .slist li table td::after {
    width: 1px;
    height: 60%;
    content: "";
    background-color: #C1C1C1;
    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.sec2 .slist {
        padding: 10px;
    }

    #restaurant section.sec2 .slist li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    #restaurant section.sec2 .slist li:nth-child(4n) {
        margin-right: 2%;
    }

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

    #restaurant section.sec2 .slist li table {
        width: 90%;
        display: block;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    #restaurant section.sec2 .slist li table tbody {
        width: 100%;
        display: block;
    }

    #restaurant section.sec2 .slist li table tr {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    #restaurant section.sec2 .slist li table tr:nth-child(1) td {
        min-height: 36px;
    }

    #restaurant section.sec2 .slist li table th {
        padding: 4px;
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        border-top: 1px solid #c1c1c1;
        display: block;
        box-sizing: border-box;
    }

    #restaurant section.sec2 .slist li table td {
        padding: 4px;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 6px;
        display: block;
        line-height: 1.2em;
        box-sizing: border-box;
    }

    #restaurant section.sec2 .slist li table td::after {
        display: none;
    }
}

#restaurant section.sec2.s4 .stab .s4, #restaurant section.sec2.s3 .stab .s3, #restaurant section.sec2.s2 .stab .s2, #restaurant section.sec2.s1 .stab .s1 {
    background-color: #002538;
    border: 1px solid #002538;
}

#restaurant section.sec2.s4 .stab .s4 a p, #restaurant section.sec2.s3 .stab .s3 a p, #restaurant section.sec2.s2 .stab .s2 a p, #restaurant section.sec2.s1 .stab .s1 a p {
    color: #fff;
}

#restaurant section.sec2.s4 .slist.s4, #restaurant section.sec2.s3 .slist.s3, #restaurant section.sec2.s2 .slist.s2, #restaurant section.sec2.s1 .slist.s1 {
    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;
}

#restaurant section.sec2 .gbann {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

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

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

#restaurant section.sec2 .gbann: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: 60px;
    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.rinfo1 .secin {
    border: 2px solid #062A3B;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1080px;
}

#restaurant section.rinfo1 .secin .cttl2 {
    background-color: #062A3B;
    padding: 30px;
    box-sizing: border-box;
}

#restaurant section.rinfo1 .secin .cttl2 h4 {
    color: #fff;
}

#restaurant section.rinfo1 .secin .cttl2 ul li {
    width: 32%;
    color: #fff;
    margin-right: 2%;
}

#restaurant section.rinfo1 .secin .cttl2 ul li:last-child {
    margin-right: 0%;
}

#restaurant section.rinfo1 .secin .cttl2 ul li h5 {
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 750px) {
    #restaurant section.rinfo1 .secin .cttl2 ul li {
        width: 100%;
        font-size: 12px;
        margin-right: 0;
    }

    #restaurant section.rinfo1 .secin .cttl2 ul li h5 {
        margin-top: 5px;
        text-align: center;
        font-size: 11px;
    }
}

#restaurant section.rinfo1 .secin .cttl3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

#restaurant section.rinfo1 .secin .cttl3 li {
    width: 49%;
    margin-right: 2%;
}

#restaurant section.rinfo1 .secin .cttl3 li:last-child {
    margin-right: 0%;
}

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

#restaurant section.rinfo1 .secin .cttlr2 {
    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.rinfo1 .secin .cttlr2 li {
    width: 44%;
    float: left;
    margin-right: 2%;
}

#restaurant section.rinfo1 .secin .cttlr2 li:nth-child(1) {
    background-color: #062A3B;
}

#restaurant section.rinfo1 .secin .cttlr2 li:nth-child(1) .cttl {
    margin-top: 0;
}

#restaurant section.rinfo1 .secin .cttlr2 li:nth-child(2) {
    width: 26%;
    margin-right: 2%;
}

#restaurant section.rinfo1 .secin .cttlr2 li:last-child {
    width: 26%;
    margin-right: 0%;
}

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

    #restaurant section.rinfo1 .secin .cttlr2 li:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    #restaurant section.rinfo1 .secin .cttlr2 li:nth-child(2) figure {
        max-width: 240px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    #restaurant section.rinfo1 .secin .cttlr2 li:last-child {
        width: 100%;
        margin-right: 0;
    }

    #restaurant section.rinfo1 .secin .cttlr2 li:last-child figure {
        max-width: 240px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

#restaurant section.rinfo1 .secin .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.rinfo1 .secin .cttlr li {
    width: 56%;
    float: left;
    margin-right: 2%;
}

#restaurant section.rinfo1 .secin .cttlr li:nth-child(1) {
    background-color: #062A3B;
}

#restaurant section.rinfo1 .secin .cttlr li:nth-child(2) {
    width: 42%;
    margin-right: 0%;
}

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

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

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

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

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

#restaurant section.rinfo1 .secin .cttl .cttla::after {
    width: 1px;
    height: 60%;
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

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

#restaurant section.rinfo1 .secin .cttl .cttlb {
    color: #fff;
    width: 47%;
    display: inline-block;
    font-feature-settings: "pwid";
    font-size: 14px;
    line-height: 1.8em;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    #restaurant section.rinfo1 .secin .cttl .cttlb {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
    }
}

#restaurant section.rinfo1 .secin h3 {
    margin-bottom: 20px;
}

#restaurant section.rinfo1 .secin h3 span {
    color: #062A3B;
    border-top: 1px solid #062A3B;
    border-bottom: 1px solid #062A3B;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#restaurant section.rinfo1 .secin h3 span.sty2 {
    border-top: none;
    border-bottom: none;
}

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

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

    #restaurant section.rinfo1 .secin {
        padding: 20px;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

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

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

#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.fg6 {
    width: 60%;
    margin-right: 3%;
}

#restaurant section .figset figure.fg6b {
    width: 60%;
    margin-right: 3%;
    vertical-align: middle;
}

#restaurant section .figset figure.fg7 {
    width: 37%;
}

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

#restaurant section .figset .fg7b {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
}

#restaurant section .figset .fg7b figure {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

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

#restaurant section .figset .fg7b figure p.note {
    position: absolute;
    right: 5px;
    bottom: 25px;
    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 figure.fg6 {
        width: 100%;
        margin-right: 0;
    }

    #restaurant section .figset figure.fg6b {
        width: 100%;
        margin-right: 0;
    }

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

    #restaurant section .figset .fg7b {
        width: 100%;
    }

    #restaurant section .figset .fg7b figure {
        margin-bottom: 5px;
    }

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

#restaurant section dl.mtbl {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 60px;
}

#restaurant section dl.mtbl.sty2 {
    max-width: 600px;
}

#restaurant section dl.mtbl dt {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

#restaurant section dl.mtbl dd {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #062A3B;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 584px) {
    #restaurant section dl.mtbl {
        margin-bottom: 10px;
    }
}

#restaurant section.secdetail3 {
    background-color: #002538;
}

#restaurant section.secdetail3 h3 {
    color: #fff;
}

#restaurant section.secdetail3 p {
    color: #fff;
    text-align: center;
}

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

#restaurant section.secdetail2 {
    position: relative;
}

#restaurant section.secdetail2 .fig2 {
    width: 40%;
    float: right;
    margin-left: 60px;
}

#restaurant section.secdetail2 figure {
    position: relative;
}

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

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

#restaurant section.secdetail2 ul li {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    float: none;
}

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

@media screen and (max-width: 750px) {
    #restaurant section.secdetail2 ul li {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

#restaurant section.secdetail2 ul.stab {
    margin-top: 60px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

#restaurant section.secdetail2 ul.stab.sty2 {
    margin-top: 0px;
}

#restaurant section.secdetail2 ul.stab li {
    width: 40%;
    height: 70px;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

#restaurant section.secdetail2 ul.stab li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #062A3B;
    box-sizing: border-box;
}

#restaurant section.secdetail2 ul.stab li a p {
    color: #062A3B;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#restaurant section.secdetail2 ul.stab li a::after {
    content: "▼";
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: auto;
    color: #062A3B;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#restaurant section.secdetail2 ul.stab li.act, #restaurant section.secdetail2 ul.stab li:hover {
    background-color: #062A3B;
}

#restaurant section.secdetail2 ul.stab li.act a p, #restaurant section.secdetail2 ul.stab li:hover a p {
    color: #fff;
}

#restaurant section.secdetail2 ul.stab li.act a::after, #restaurant section.secdetail2 ul.stab li:hover a::after {
    color: #fff;
}

@media screen and (max-width: 750px) {
    #restaurant section.secdetail2 ul.stab li {
        width: 43%;
        margin-left: 1%;
        margin-right: 1%;
        height: 50px;
    }

    #restaurant section.secdetail2 ul.stab li a::after {
        bottom: 3px;
    }
}

#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;
    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 .fig1.restaurants1 {
    /*background-image: url("../img/restaurant/grandaile/img_02.jpg");*/
}

#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 {
        width: 100%;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

@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;*/
/*}*/
