@charset "UTF-8";

/*----------------------------------------------------
 Reset
----------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

body {
    background: #1f2c5c;
    color: #1f2c5c;
    font-family:"メイリオ",Meiryo,Meiryo UI,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Osaka－等幅","Osaka-Mono",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
    --scroll-gap: 30px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

ul[class], ol[class] {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

/*----------------------------------------------------
 a
----------------------------------------------------*/
a {
    color: inherit;
    text-decoration: none;
}

/*----------------------------------------------------
 flex
----------------------------------------------------*/
.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}

@media (min-width: 940px) {
    .md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:order-5{order:5}.md\:order-6{order:6}.md\:order-7{order:7}.md\:order-8{order:8}.md\:order-9{order:9}.md\:order-10{order:10}.md\:order-11{order:11}.md\:order-12{order:12}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:order-none{order:0}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:order-5{order:5}.xl\:order-6{order:6}.xl\:order-7{order:7}.xl\:order-8{order:8}.xl\:order-9{order:9}.xl\:order-10{order:10}.xl\:order-11{order:11}.xl\:order-12{order:12}.xl\:order-first{order:-9999}.xl\:order-last{order:9999}.xl\:order-none{order:0}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}
}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.flex{display:flex}.inline-flex{display:inline-flex}

@media (min-width: 940px) {
    .md\:block{display:block}.md\:inline{display:inline}.md\:inline-block{display:inline-block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:inline{display:inline}.xl\:inline-block{display:inline-block}.xl\:hidden{display:none}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}
}

/*----------------------------------------------------
    Component
----------------------------------------------------*/
/* clearfix */
.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* rollover */
.rollover {
    animation: horizontalY 1s ease-in-out infinite alternate;
            transition: all 1s;
    -webkit-transition: all 1s;
}

.rollover:hover {
    animation: horizontalY 0.5s ease-in-out infinite alternate;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* innerlink */
.innerlink {
    display: block;
    height: 1px;
    position: relative;
    top: -60px;
}

/* pc/sp */
.pc {
    display: none;
}

.pc-i {
    display: none;
}

.sp {
    display: block;
}

.sp-i {
    display: inline;
}

@media (min-width: 940px) {
    .pc {
        display: block;
    }

    .pc-i {
        display: inline;
    }

    .sp,
    .sp-i {
        display: none;
    }
}

/*----------------------------------------------------
 scroll-hint
----------------------------------------------------*/
.scroll-hint-icon {
    top: calc(25% - 25px);
}
/*----------------------------------------------------
 wrap
----------------------------------------------------*/
.wrap {
    overflow: hidden;
}

/*----------------------------------------------------
 header-toggle
----------------------------------------------------*/
.header-toggle {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 10;
}
.header-toggle span {
    background: #1f2c5c;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 8px;
    transition: .2s;
    width: 24px;
}
.header-toggle span::before,
.header-toggle span::after{
    background: #1f2c5c;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .3s;
    width: 24px;
}
.header-toggle span::before{
    margin-top: -10px;
}
.header-toggle span::after{
    margin-top: 8px;
}

/* open */
.header-open .header-toggle span {
    background: transparent;
}

.header-open .header-toggle span::before,
.header-open .header-toggle span::after{
    background: #1f2c5c;
    margin-top: 0;
}

.header-open .header-toggle span::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header-open .header-toggle span::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media (min-width: 940px) {
    .header-toggle {
        height: 50px;
        width: 50px;
    }
    .header-toggle span {
        width: 40px;
    }
    .header-toggle span::before,
    .header-toggle span::after{
        width: 40px;
    }
    .header-toggle span::before{
        margin-top: -12px;
    }
    .header-toggle span::after{
        margin-top: 10px;
    }
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
.header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1em 5%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    z-index: 100;
}
.scroll-100 .header,
.two-seconds-later .header {
    background: rgba(255,255,255,.9);
    padding: .5em 5%;
}
/* logo */
.header-logo {
    width: 43.7%;
}
/* nav */
.header-nav {
    width: 32.3%;
}
.header-nav li {
    display: none;
}
.header-nav li:last-child {
    display: block;
}
/* nav2 */
.header-nav2 {
    height: 40px;
    width: 8.88%;
}
.header-nav2-main {
    background: rgba(255, 255, 255, 0.95);
    font-size: 5vw;
    height: 100vh;
    overflow: auto;
    padding: 100px 1em 1em;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}
.header-nav2-main li:nth-child(n+2) {
    margin-top: 1em;
}
.header-nav2-main li {
    vertical-align: middle;
}
.header-nav2-main li small {
    font-size: 60%;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
}

.header-open .header-nav2-main {
    left: 0;
}

@media (min-width: 940px) {
    .header {
        padding: 1em 2.5%;
    }
    .scroll-100 .header,
    .two-seconds-later .header {
        padding: .5em 2.5%;
    }
    /* logo */
    .header-logo {
        width: 16.16%;
    }
    /* nav */
    .header-nav {
        flex-grow: 100;
        padding-right: 2em;
        text-align: right;
        width: auto;
    }
    .header-nav ul {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .header-nav li {
        display: block;
        margin-left: 2em;
    }
    .header-nav li a {
        font-size: 15px;
    }
    .header-nav li:last-child {
        max-width: 185px;
        width: 9.6354vw;
    }
    /* nav2 */
    .header-nav2 {
        height: 50px;
        width: 50px;
    }
    .header-nav2-main {
        font-size: 24px;
        font-weight: bold;
        padding: 100px 1em 1em;
        text-align: right;
    }
    .header-nav2-main ul {
        display: inline-block;
        text-align: left;
        width: 40%;
    }
    .header-nav2-main li:nth-child(n+2) {
        margin-top: 1em;
    }
    
    .header-open .header-nav2-main {
        left: 0;
    }
}


/*----------------------------------------------------
 main
----------------------------------------------------*/
.main {
    margin-bottom: 21.3vw;
}

@media (min-width: 940px) {
    .main {
        margin-bottom: 7vw;
    }
}
@media (min-width: 1280px) {
    .main {
        margin-bottom: 135px;
    }
}

/*----------------------------------------------------
 title
----------------------------------------------------*/
.title {
    
}

/* title2 */
.title2 {
    align-items: center;
    display: flex;
}

.title2 img:nth-child(1) {
    height: 3.73vw;
}
.title2 img:nth-child(2) {
    height: 2.8vw;
    margin-left: 5.3vw;
}
.food .title2 img:nth-child(2) {
    height: 2.5vw;
}
@media (min-width: 940px) {
    .title img:nth-child(1),
    .title img:nth-child(2) {
        display: inline-block;
    }
    /* title2 */
    .title2 img:nth-child(1) {
        height: 1.2vw;
    }
    .title2 img:nth-child(2) {
        height: 0.9vw;
        margin-left: 1.5625vw;
    }
    .food .title2 img:nth-child(2) {
        height: 0.75vw;
    }
}
@media (min-width: 1280px) {
    /* title2 */
    .title2 img:nth-child(1) {
        height: 23px;
    }
    .title2 img:nth-child(2) {
        height: 17px;
        margin-left: 30px;
    }
    .food .title2 img:nth-child(2) {
        height: 15px;
    }
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
/*.main-visual {
    margin-bottom: 10vw;
}*/
.main-visual-slider img {
    width: 100%;
}

/* slick */
.main-visual-slider .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 2em;
}
.main-visual-slider .slick-dots li {
    margin: 0 .5em;
}
.main-visual-slider .slick-dots li button {
    background: #fff;
    border: 0;
    border-radius: 100%;
    height: 8px;
    margin: 0;
    padding: 0;
    outline: 0;
    text-indent: -9999px;
    width: 8px;
}
.main-visual-slider .slick-dots li.slick-active button {
    background: #ccc;
}

@media (min-width: 940px) {
    /*.main-visual {
        margin-bottom: 6vw;
    }*/
    /* slick */
    .main-visual-slider .slick-dots {
        padding-top: 2vw;
    }
    .main-visual-slider .slick-dots li {
        margin: 0 .75em;
    }
}

/*----------------------------------------------------
 room
----------------------------------------------------*/
@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - var(--scroll-gap) / 2));
    }
}

.scroll_wrap {
    width: 100%;
    overflow: hidden;
}

.scroll_track {
    width: max-content;
    animation: infiniteScroll 15s linear infinite;
}

.scroll_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 var(--scroll-gap);
}

.scroll_cont {
    display: grid;
    place-content: center;
    flex-shrink: 0;
    min-width: 1px;
    aspect-ratio: 1 / 1;
    color: white;
    font-size: 1.375rem;
    font-weight: bold;
    max-width: 80vw;
}

.scroll_cont p {
    font-size: 3.33333vw;
    padding-top: .75em;
    text-align: center;
}

@media (min-width: 940px) {
    .scroll_track {
        animation-duration: 30s;
    }
    
    .scroll_cont p {
        font-size: 1.1458vw;
    }
}

@media (min-width: 1920px) {
    .scroll_cont p {
        font-size: 22px;
    }
}

/*----------------------------------------------------
 room
----------------------------------------------------*/
.room {
    color: #fff;
    margin-bottom: 18vw;
}

/* slider */
.room-slider .slick-slide {
    padding: 0 15px;
}
/* more box */
.room-more-box {
    display: none;
    margin-top: 8vw;
    margin-left: 6.93vw;
    margin-right: 6.93vw;
}
.room-more-box-in {
    display: flex;
    flex-wrap: wrap;
}
.room-more-box-in p {
    font-size: 2.5vw;
    padding-top: .75em;
    text-align: center;
}
.room-more-box-in > div {
    margin-bottom: 3vw;
    width: 50%;
}
.room-more-box-in > div:nth-child(even) {
    padding-left: 1.5vw;
}
.room-more-box-in > div:nth-child(odd) {
    padding-right: 1.5vw;
}
/* more */
.room-more {
    margin-top: 8vw;
    text-align: center;
}
.room-more > span {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 4.67vw;
    line-height: 1;
    padding: 1em;
    width: 58.267%;
}
.room-more > span span {
    position: relative;
}
.room-more > span span:nth-child(1) {
    display: inline-block;
}
.room-more > span span:nth-child(2) {
    display: none;
}
.room-more.room-more-on > span span:nth-child(1) {
    display: none;
}
.room-more.room-more-on > span span:nth-child(2) {
    display: inline-block;
}
.room-more > span span::after {
    content: '＋';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2em;
}
.room-more > span span:nth-child(2)::after {
    content: '－';
}

@media (min-width: 940px) {
    .room {
        margin-bottom: 7.3vw;
    }
    /* more box */
    .room-more-box {
        margin-top: 3.65vw;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 62.5%;
    }
    .room-more-box-in {
        margin-left: -1vw;
        margin-right: -1vw;
    }
    .room-more-box-in p {
        font-size: 0.9vw;
    }
    .room-more-box-in > div {
        margin-bottom: 2vw;
        width: 33.3%;
    }
    .room-more-box-in > div:nth-child(even),
    .room-more-box-in > div:nth-child(odd) {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    /* more */
    .room-more {
        margin-top: 3.65vw;
    }
    .room-more > span {
        font-size: 1.25vw;
        width: 15.625%;
    }
    .room-more > span span::after {
        font-size: 80%;
    }
}
@media (min-width: 1280px) {
    .room {
        margin-bottom: 140px;
    }
    /* more box */
    .room-more-box {
        margin-top: 70px;
        width: 100%;
    }
    .room-more-box-in {
        margin-left: -20px;
        margin-right: -20px;
    }
    .room-more-box-in p {
        font-size: 18px;
    }
    .room-more-box-in > div {
        margin-bottom: 40px;
    }
    .room-more-box-in > div:nth-child(even),
    .room-more-box-in > div:nth-child(odd) {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* more */
    .room-more {
        margin-top: 70px;
    }
    .room-more > span {
        font-size: 24px;
    }
}

/*----------------------------------------------------
 system
----------------------------------------------------*/
.system {
    margin-bottom: 18vw;
}

/* title */
.system-title-wrap {
    margin-bottom: 7.5vw;
    position: relative;
}
.system-title-wrap a {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 4.67vw;
    line-height: 1;
    margin-left: 6.93%;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 86.14%;
}
.system-title-wrap a span {
    position: relative;
}
.system-title-wrap a span::after {
    content: '>';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2em;
}
.system-title {
    margin-left: 6.93%;
    margin-bottom: 7.5vw;
}
.system-title img:nth-child(1) {
    margin-bottom: .5em;
    width: 47%;
}
.system-title img:nth-child(2) {
    width: 13.3%;
}

/* extension */
.system-extension {
    color: #fff;
    font-size: 18px;
    margin-top: 55px;
    margin-bottom: 55px;
    text-align: center;
}
.system-extension p {
    display: inline-block;
    position: relative;
    width: 75%;
}
.system-extension p::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.system-extension p span {
    background: #1f2c5c;
    display: inline-block;
    padding: 0 2em;
    position: relative;
    z-index: 2;
}


@media (min-width: 940px) {
    .system {
        margin: 0 auto 9.9vw;
        max-width: 1200px;
        width: 62.5%;
    }
    .system-title-wrap a {
        font-size: 1vw;
        left: auto;
        right: 0;
        width: 15.625%;
    }
    /* title */
    .system-title {
        margin-left: 0;
        margin-bottom: 4.16vw;
    }
    .system-title img:nth-child(1) {
        margin-right: 3em;
        margin-bottom: 0;
        max-width: 353px;
        width: 29.4%;
    }
    .system-title img:nth-child(2) {
        max-width: 84px;
        width: 4.375%;
    }
    /* extension */
    .system-extension {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 1200px;
    }
}

@media (min-width: 1280px) {
    .system {
        margin-bottom: 190px;
        width: 100%;
    }
    .system-title-wrap a {
        font-size: 19px;
    }
    /* title */
    .system-title {
        margin-bottom: 80px;
    }
    /* extension */
    .system-extension {
        margin-bottom: 0;
    }
}

/*----------------------------------------------------
 system table
----------------------------------------------------*/
.system-table {
    cursor: grab;
    margin-left: 6.93vw;
}
.system-table::-webkit-scrollbar{
   height: 2px;
}
.system-table::-webkit-scrollbar-track{
   background-color: #fff;
}
.system-table::-webkit-scrollbar-thumb{
   background-color: #666;
}

.system-table table {
    border-collapse: collapse;
    margin-right: 2em;
}
.system-table th,
.system-table td {
    color: #fff;
    width: 17.25%;
}

.system-table tbody th:nth-child(1),
.system-table tbody td:nth-child(1) {
    width: 13%;
}
.system-table tbody td:nth-child(2) {
    width: 18%;
}
/* th */
.system-th1 {
    background: #5e678a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: .75em 0 .5em;
}
/* thead */
.system-table thead th,
.system-table thead td {
    border-right: 1px solid #fff;
}
.system-table thead th:last-child,
.system-table thead td:last-child {
    border-right: 0;
}
.system-table thead td {
    background: #9aa0b6;
    font-size: 14px;
    padding: .5em;
    text-align: center;
    vertical-align: top;
}
.system-table thead td p {
    display: inline-block;
    text-align: left;
}
.system-table thead td p span {
    margin: 0 .25em;
}
/* logo */
.system-table .system-table-logo {
    border: 0;
    text-align: center;
    vertical-align: middle;
}
.system-table .system-table-logo img {
    display: inline-block;
    width: 268px;
}
/* tbody */
.system-table tbody th {
    border-right: 1px solid #c9d5df;
}
.system-table tbody th:nth-child(n+2) {
    text-align: center;
}
.system-table tbody td {
    border-right: 1px solid #1f2c5c;
}
.system-table tbody td:first-child,
.system-table tbody th:last-child,
.system-table tbody td:last-child {
    border-right: 0;
}
.system-table tbody th {
    background: #5e678a;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: .75em .5em .5em;
    text-align: left;
}
.system-table tbody td {
    background: #fff;
    border-top: 1px solid #1f2c5c;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    padding: .5em;
    text-align: center;
}
.system-table tbody td img {
    display: inline-block;
}
.system-table tbody td span {
    font-size: 16px;
}
.system-table tbody td small {
    font-size: 80%;
    margin-right: 1em;
}
.system-table tbody td:nth-child(1) {
    background: #c9d5df;
}
.system-table tbody td:nth-child(2) {
    background: #e8edf1;
}

/* spacer */
.system-table tbody .system-spacer td {
    background: transparent;
    border: 0;
}


@media (max-width: 939px) {
    .system-table th,
    .system-table td {
        white-space: nowrap;
    }
    .system-table .system-table-logo {
        padding-right: 1em;
    }
    .system-table tbody .system-price small {
        display: block;
        margin-right: 0;
    }
}
@media (min-width: 940px) {
    .system-table {
        margin-left: 0;
    }
    .system-table table {
        width: 1200px;
    }
    /* th */
    .system-th1 {
        font-size: 21px;
    }
    /* thead */
    .system-table thead td {
        font-size: 18px;
        padding: 1em;
    }
    /* logo */
    .system-table .system-table-logo img {
        display: inline-block;
        width: 230px;
    }
    /* tbody */
    .system-table tbody th {
        font-size: 19px;
        padding: .75em 1em .5em;
    }
    .system-table tbody td {
        font-size: 16px;
        padding: 1em;
    }
    .system-table tbody td span {
        font-size: 19px;
    }
    .system-table tbody td small {
        font-size: 12px;
    }
}

@media (min-width: 1280px) {
    .system-table {
        cursor: default;
    }
    .system-table table {
        margin-right: 0;
    }
}


/*----------------------------------------------------
 access
----------------------------------------------------*/
.access {
    color: #fff;
    margin-bottom: 18vw;
}

/* title */
.access-title {
    margin-left: 6.93vw;
    margin-bottom: 4vw;
}
.access-title img:nth-child(1) {
    margin-bottom: .5em;
    width: 46.13%;
}
.access-title img:nth-child(2) {
    width: 13.3%;
}
/* map */
.access-map {
    margin-bottom: 6vw;
}
.access-map iframe {
    height: 250px;
    width: 100%;
}
/* info */
.access-info {
    font-size: 15px;
    margin-left: 6.93vw;
    margin-right: 6.93vw;
}
.access-address {
    margin-bottom: 1em;
}
.access-car,
.access-traom {
    border-left: 5px solid #fff;
    padding-left: 1em;
}
.access-car {
    margin-bottom: 1em;
}
@media (min-width: 940px) {
    .access {
        margin-bottom: 9.9vw;
    }
    .access-title,
    .access-info {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 62.5%;
    }
    /* title */
    .access-title {
        margin-bottom: 4.16vw;
    }
    .access-title img:nth-child(1) {
        margin-right: 3em;
        margin-bottom: 0;
        max-width: 346px;
        width: 28.83%;
    }
    .access-title img:nth-child(2) {
        max-width: 84px;
        width: 4.375%;
    }
    /* map */
    .access-map {
        margin-bottom: 2.34375vw;
    }
    .access-map iframe {
        height: 480px;
    }
    /* info */
    .access-info {
        font-size: 18px;
    }
    .access-address {
        margin-bottom: 2em;
    }
    .access-vehicle {
        display: flex;
        justify-content: space-between;
    }
    .access-car,
    .access-traom {
        padding-left: 1em;
    }
    .access-car {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .access {
        margin-bottom: 190px;
    }
    /* title */
    .access-title {
        margin-bottom: 80px;
        width: 100%;
    }
    /* map */
    .access-map {
        margin-bottom: 45px;
    }
    /* info */
    .access-vehicle {
        justify-content: flex-start;
    }
    .access-car {
        margin-right: 5em;
    }
}

/*----------------------------------------------------
 reserve
----------------------------------------------------*/
.reserve {
    background: url(../img/reserve-bg-sp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 18vw;
    padding: 18vw 0;
}
.reserve-in {
    margin-left: 6.93vw;
    margin-right: 6.93vw;
}

/* title */
.reserve-title {
    margin-bottom: 7.3vw;
}
.reserve-title img {
    display: block;
    vertical-align: top;
}
.reserve-title img:nth-child(1) {
    margin-bottom: .5em;
    width: 60%;
}
.reserve-title img:nth-child(2) {
    width: 35%;
}
/* links */
.reserve-links a {
    display: block;
}
.reserve-links a:nth-child(1) {
    margin-bottom: 4.267vw;
}

@media (min-width: 940px) {
    .reserve {
        background-image: url(../img/reserve-bg.png);
        margin-bottom: 9.9vw;
        padding: 7.3vw 0;
    }
    .reserve-in {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 62.5%;
    }
    /* title */
    .reserve-title {
        margin-bottom: 0;
        width: 32.2%;
    }
    .reserve-title img:nth-child(1) {
        margin-bottom: 1.3vw;
        width: 100%;
    }
    .reserve-title img:nth-child(2) {
        width: 49%;
    }
    /* links */
    .reserve-links {
        margin-left: 11.67%;
        width: 47.75%;
    }
    .reserve-links a:nth-child(1) {
        margin-bottom: 1.71875vw;
    }
}

@media (min-width: 1280px) {
    .reserve {
        margin-bottom: 190px;
        padding: 140px 0;
    }
    .reserve-in {
        width: 100%;
    }
    /* title */
    .reserve-title img:nth-child(1) {
        margin-bottom: 25px;
    }
    /* links */
    .reserve-links a:nth-child(1) {
        margin-bottom: 33px;
    }
}

/*----------------------------------------------------
 insta
----------------------------------------------------*/
.instagram {
    margin: 0 6.93vw 18vw;
}
/* title */
.instagram-title {
    margin-bottom: 6.67vw;
}
.instagram-title img {
    width: 100%;
}
/* gallery */
.instagram-gallery {
    margin-bottom: 6.67vw;
    text-align: center;
}
.instagram-gallery iframe {
    max-width: 100%;
}
/* followus */
.instagram-followus {
    text-align: center;
}
.instagram-followus a {
    border: 1px solid #fff;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-size: 5vw;
    padding: 1em;
    text-align: center;
    width: 67.1875%;
}

@media (min-width: 940px) {
    .instagram {
        margin: 0 auto 9.9vw;
        max-width: 1200px;
        width: 62.5%;
    }
    /* title */
    .instagram-title {
        margin-bottom: 4.95vw;
    }
    .instagram-title img {
        width: 71.3%;
    }
    /* gallery */
    .instagram-gallery {
        margin-bottom: 4.167vw;
    }
    /* followus */
    .instagram-followus a {
        border-radius: 2.5em;
        font-size: 21px;
        width: 23.75%;
    }
}

@media (min-width: 1280px) {
    .instagram {
        margin-bottom: 190px;
    }
    /* title */
    .instagram-title {
        margin-bottom: 95px;
    }
    /* gallery */
    .instagram-gallery {
        margin-bottom: 80px;
    }
}

/*----------------------------------------------------
 hotel
----------------------------------------------------*/
.hotel {
    margin-bottom: 18vw;
}
.hotel img {
    width: 100%;
}

@media (min-width: 940px) {
    .hotel {
        margin-bottom: 7.3vw;
    }
}

@media (min-width: 1280px) {
    .hotel {
        margin-bottom: 140px;
    }
}

/*----------------------------------------------------
 sub
----------------------------------------------------*/
.sub {
    background: #fff;
    margin: 0 auto 9vw;
    padding: 8.6vw 4vw;
    width: 88.26%;
}

/* title */
.sub-title {
    color: #003664;
    font-size: 4.267vw;
    margin-bottom: 3.3vw;
}
.rental-main .sub-title {
    margin-bottom: 0;
    
}

/* toggle */
.sub-toggle-wrap {
    cursor: pointer;
    position: relative;
}
.sub-toggle {
    cursor: pointer;
    display: block;
    height: 6vw;
    text-align: center;
    line-height:0; 
    position: absolute;
    right: 0;
    top: 0;
    width: 6vw
}
.sub-toggle:before{
    display: block;
    content: "";
    position: absolute;
    top:0; 
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width: 6vw;
    height: 2px;
    background-color: #1f2c5c;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.sub-toggle:after{
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6vw;
    height: 2px; 
    background-color: #1f2c5c;
    transition: .3s;
}
.sub-on .sub-toggle:before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.sub-on .sub-toggle:after{
	background-color: transparent;
}

/* wrap */
.sub-wrap {
    display: none;
    margin-top: 5vw;
}

@media (min-width: 940px) {
    .sub {
        margin-bottom: 1.3vw;
        max-width: 1200px;
        padding: 1.823vw 4.16%;
        width: 62.5%;
    }
    .sub-on.sub {
        padding-bottom: 3.6vw;
    }
    /* title */
    .sub-title {
        font-size: 1.4583vw;
        margin-bottom: 1.04vw;
    }
    /* toggle */
    .sub-toggle {
        height: 2vw;
        top: -0.7vw;
        width: 2vw;
    }
    .sub-toggle:before{
        width: 2vw;
    }
    .sub-toggle:after{
        width: 2vw;
    }
    /* wrap */
    .sub-wrap {
        margin-top: 4.167vw;
    }
    
}

@media (min-width: 1280px) {
    .sub {
        margin-bottom: 25px;
        padding: 35px 50px;
        width: 100%;
    }
    .sub-on.sub {
        padding-bottom: 70px;
    }
    /* title */
    .sub-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    /* toggle */
    .sub-toggle {
        height: 38px;
        top: -10px;
        width: 38px;
    }
    .sub-toggle:before{
        width: 38px;
    }
    .sub-toggle:after{
        width: 38px;
    }
    /* wrap */
    .sub-wrap {
        margin-top: 80px;
    }
}

/*----------------------------------------------------
 members
----------------------------------------------------*/
/* outline */
.members-outline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2vw;
}
.members-outline-text {
    font-size: 3.2vw;
    width: 100%;
}
.members-outline-img {
    order: 3;
    width: 57%;
}
.members-outline-catch {
    margin-left: 5%;
    margin-right: 5.5%;
    order: 2;
}
.members-outline-catch p {
    color: #003664;
    font-size: 3.467vw;
    font-weight: bold;
}
.members-outline-catch p small {
    font-size: 2.13vw;
    display: inline-block;
    line-height: 1.5;
    margin-top: 1vw;
}

/* sp */
.members-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4vw;
    padding-left: 5%;
    padding-right: 5%;
}
.members-sp-each {
    background: #d2dce5;
    border: 1px solid #003664;
    border-radius: 10px;
    padding: 2.67vw 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.members-sp-each:nth-child(n+1) {
    margin-top: 3.6vw;
}

.members-sp-icon {
    align-items: center;
    background: #003664;
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 2vw;
    height: 8.8vw;
    justify-content: center;    
    line-height: 1.3;
    position: absolute;
    top: -1.867vw;
    left: -1.867vw;
    width: 8.8vw;
}
.members-sp-title {
    font-size: 4.267vw;
    font-weight: bold;
    margin-bottom: 1vw;
}
.members-sp p {
    font-size: 2.93vw;
}
.members-sp p strong {
    color: #b71a3a;
}

/* point */
.members-point {
    
}
.members-point-title {
    border-left: 7px solid #003664;
    font-size: 2.93vw;
    font-weight: bold;
    margin-bottom: 3vw;
    padding-left: 1em;
}
.members-point-title small {
    font-size: 1.867vw;
}

.members-point-list {
    margin: 0 auto 3vw;
    width: 87.5%;
}
.members-point-each {
    align-items: center;
    border: 1px solid #003664;
    display: flex;
    font-size: 2.93vw;
    justify-content: center;
    line-height: 1.3;
    padding: 4px 0 6px;
    text-align: center;
}
.members-point-each strong {
    font-size: 4.267vw;
    margin: 0 .25em;
}
.members-point-each small {
    font-size: 2.13vw;
}
.members-point-each:nth-child(n+2) {
    margin-top: 2.5vw;
}
/* remark */
.members-remark {
    font-size: 11px;
}

@media (min-width: 940px) {
    /* outline */
    .members-outline {
        margin-bottom: 1.5625vw;
    }
    .members-outline-text {
        font-size: 1.04vw;
        width: 56%;
    }
    .members-outline-img {
        order: 2;
        width: 34.46%;
    }
    .members-outline-img img {
        margin: auto;
    }
    .members-outline-catch {
        margin-left: 0;
        margin-right: 0;
        order: 3;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    .members-outline-catch p {
        display: inline-block;
        font-size: 1.4583vw;
        vertical-align: middle;
    }
    .members-outline-catch p small {
        font-size: 0.83vw;
        margin-top: 0;
        vertical-align: middle;
    }
    
    /* sp */
    .members-sp {
        margin-bottom: 1.83vw;
        padding-left: 0;
        padding-right: 0;
    }
    .members-sp-each {
        padding: 1.3vw 0 0.78vw;
        width: 23.68%;
    }
    .members-sp-each:nth-child(n+1) {
        margin-top: 0;
    }
    
    .members-sp-icon {
        font-size: 0.78125vw;
        height: 3.4375vw;
        top: -0.73vw;
        left: -0.73vw;
        width: 3.4375vw;
    }
    .members-sp-title {
        font-size: 0.9375vw;
        line-height: 1.3;
        margin-bottom: .5em;
    }
    .members-sp p {
        font-size: 0.885vw;
    }
    
    /* point */
    .members-point {
        
    }
    .members-point-title {
        font-size: 1.25vw;
        margin-bottom: 0.9375vw;
    }
    .members-point-title small {
        font-size: 0.83vw;
        margin-left: 1em;
    }
    
    .members-point-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0.9375vw;
        width: 95%;
    }
    .members-point-each {
        font-size: 1.146vw;
        padding: 6px 0 8px;
        width: 48.9%;
    }
    .members-point-each strong {
        font-size: 1.67vw;
    }
    .members-point-each small {
        font-size: 0.83vw;
    }
    .members-point-each:nth-child(2) {
        margin-top: 0;
    }
    .members-point-each:nth-child(n+3) {
        margin-top: 1.04vw;
    }
    /* remark */
    .members-remark {
        font-size: 0.78125vw;
        margin: 0 auto;
        width: 95%;
    }

}

@media (min-width: 1280px) {
    /* outline */
    .members-outline {
        margin-bottom: 30px;
    }
    .members-outline-text {
        font-size: 20px;
    }
    .members-outline-catch p {
        font-size: 28px;
    }
    .members-outline-catch p small {
        font-size: 16px;
    }
    
    /* sp */
    .members-sp {
        margin-bottom: 35px;
    }
    .members-sp-each {
        padding: 25px 0 15px;
    }
    .members-sp-icon {
        font-size: 15px;
        height: 66px;
        top: -14px;
        left: -14px;
        width: 66px;
    }
    .members-sp-title {
        font-size: 18px;
    }
    .members-sp p {
        font-size: 17px;
    }
    
    /* point */
    .members-point-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .members-point-title small {
        font-size: 16px;
    }
    
    .members-point-list {
        margin-bottom: 18px;
    }
    .members-point-each {
        font-size: 22px;
    }
    .members-point-each strong {
        font-size: 32px;
    }
    .members-point-each small {
        font-size: 16px;
    }
    .members-point-each:nth-child(n+3) {
        margin-top: 20px;
    }
    /* remark */
    .members-remark {
        font-size: 15px;
    }

}

/*----------------------------------------------------
 rental
----------------------------------------------------*/
.rental-main ul {
    display: flex;
    font-size: 3.2vw;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.rental-main li {
    color: #000;
    margin-right: 1em;
}
.rental-main li::first-letter {
    color: #003664;
}
.rental-each:nth-child(n+2) {
    margin-top: 5.3vw;
}
/* rental */
.rental-each-rental li {
    margin-right: 0;
}
.rental-each-rental li:nth-child(1),
.rental-each-rental li:nth-child(2),
.rental-each-rental li:nth-child(3),
.rental-each-rental li:nth-child(4) {
    width: 32.2%;
}

.rental-each-rental li:nth-child(5) {
    width: 60%;
}

.rental-each-rental li:nth-child(6),
.rental-each-rental li:nth-child(7) {
    width: 50%;
}
.rental-each-rental li:nth-child(n+4){
    margin-top: 4.67vw;
}

/* charger */
.rental-charger {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.rental-charger img {
    margin-left: 1em;
    width: 9.3vw;
}

@media (min-width: 940px) {
    .rental-main ul {
        font-size: 1.04vw;
    }
    .rental-each:nth-child(n+2) {
        margin-top: 2.34375vw;
    }
    /* rental */
    .rental-each-rental li:nth-child(1),
    .rental-each-rental li:nth-child(2),
    .rental-each-rental li:nth-child(3),
    .rental-each-rental li:nth-child(4) {
        width: 22%;
    }
    
    .rental-each-rental li:nth-child(5),
    .rental-each-rental li:nth-child(6),
    .rental-each-rental li:nth-child(7) {
        width: 30%;
    }
    .rental-each-rental li:nth-child(4){
        margin-top: 0;
    }
    .rental-each-rental li:nth-child(n+5){
        margin-top: 1.823vw;
    }
    
    /* charger */
    .rental-charger img {
        width: 3.9vw;
    }
}
@media (min-width: 1280px) {
    .rental-main ul {
        font-size: 20px;
    }
    .rental-each:nth-child(n+2) {
        margin-top: 45px;
    }
    /* rental */
    .rental-each-rental li {
        margin-right: 0;
    }
    .rental-each-rental li:nth-child(n+5){
        margin-top: 35px;
    }
    
    /* charger */
    .rental-charger img {
        margin-left: 1em;
        width: 75px;
    }
}

/*----------------------------------------------------
 food
----------------------------------------------------*/
.food-morning,
.food-regular {
    margin-bottom: 11.3vw;
}
/* title2 */
.food-title2 {
    margin-bottom: 2.67vw;
    text-align: center;
}
.food-title2 span {
    background: #c41a3a;
    color: #fff;
    display: inline-block;
    font-size:4.8vw; 
    font-weight: bold;
    line-height: 1;
    padding: 5px 3px 2px;
}

/* remark */
.food-regular-remark,
.food-order-remark {
    color: #000;
    font-size: 2.8vw;
    text-align: center;
}
/* title */
.food-regular-title,
.food-order-title {
    color: #003664;
    margin-bottom: 2.67vw;
    position: relative;
}
.food-regular-title span,
.food-order-title span {
    background: #fff;
    font-size: 4.26vw;
    font-weight: bold;
    padding-right: 1em;
    position: relative;
    z-index: 2;
}
.food-regular-title::after,
.food-order-title::after {
    border-top: 1px solid #003664;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

/* list */
.food-regular-each,
.food-order-each {
    margin-top: 6vw;
}
@media (min-width: 940px) {
    .food-morning,
    .food-regular {
        margin-bottom: 3.9vw;
    }
    /* title2 */
    .food-title2 {
        margin-bottom: 1.2vw;
    }
    .food-title2 span {
        font-size:1.875vw; 
        padding: 7px 5px 3px;
    }
    /* remark */
    .food-regular-remark,
    .food-order-remark {
        font-size: 1.04vw;
    }
    /* title */
    .food-regular-title,
    .food-order-title {
        margin-bottom: 1.04vw;
    }
    .food-regular-title span,
    .food-order-title span {
        font-size: 1.46vw;
        padding-right: 1.5em;
    }
    /* list */
    .food-regular-each,
    .food-order-each {
        margin-top: 1.5625vw;
    }
}

@media (min-width: 1280px) {
    .food-morning,
    .food-regular {
        margin-bottom: 75px;
    }
    /* title2 */
    .food-title2 {
        margin-bottom: 23px;
    }
    .food-title2 span {
        font-size: 36px; 
    }
    /* remark */
    .food-regular-remark,
    .food-order-remark {
        font-size: 20px;
    }
    /* title */
    .food-regular-title,
    .food-order-title {
        margin-bottom: 20px;
    }
    .food-regular-title span,
    .food-order-title span {
        font-size: 28px;
    }
    /* list */
    .food-regular-each,
    .food-order-each {
        margin-top: 30px;
    }
}

/*----------------------------------------------------
 food morning
----------------------------------------------------*/
/* remark */
.food-morning-remark {
    color: #c41a3a;
    font-size: 3.73vw;
    font-weight: bold;
    margin-bottom: 2.67vw;
    text-align: center;
}

/* price */
.food-morning-price {
    color: #003664;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
}
.food-morning-price span {
    border-bottom: 1px solid #003664;
    display: inline-block;
    margin: 0 .5em 2.67vw;
}

/* main */
.food-morning-main-title {
    color: #003664;
    font-size: 3.73vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
}
.food-morning-main-remark {
    color: #c41a3a;
    font-size: 3.2vw;
    font-weight: bold;
}
.food-morning-main-remark small {
    color: #000;
    font-size: inherit
}

/* detail */
.food-morning-detail-each {
    margin-top: 8.67vw;
}
.food-morning-detail-each img {
    display: block;
    margin: 0 auto 2vw;
    width: 76%;
}
.food-morning-detail-title {
    color: #c41a3a;
    font-size: 4.267vw;
    font-weight: bold;
    margin-bottom: 2.67vw;
    text-align: center;
}
.food-morning-detail-each p {
    font-size: 3.2vw;
}

@media (min-width: 940px) {
    /* remark */
    .food-morning-remark {
        font-size: 1.46vw;
        margin-bottom: 1.2vw;
    }
    /* price */
    .food-morning-price {
        font-size: 1.46vw;
    }
    
    /* main */
    .food-morning-main-title {
        font-size: 1.46vw;
        margin-bottom: 0;
        text-align: left;
    }
    .food-morning-main-remark {
        font-size: 1vw;
        margin-bottom: 1.98vw;
    }
    
    /* detail */
    .food-morning-detail {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 94.5%;
    }
    .food-morning-detail-each {
        margin-top: 0;
        width: 46.25%;
    }
    .food-morning-detail-each img {
        margin-bottom: 1.1vw;
        width: 100%;
    }
    .food-morning-detail-title {
        font-size: 1.46vw;
        margin-bottom: 1.1vw;
    }
    .food-morning-detail-each p {
        font-size: 1.04vw;
    }
}
@media (min-width: 1280px) {
    /* remark */
    .food-morning-remark {
        font-size: 28px;
        margin-bottom: 23px;
    }
    /* price */
    .food-morning-price {
        font-size: 28px;
    }
    /* main */
    .food-morning-main-title {
        font-size: 28px;
    }
    .food-morning-main-remark {
        font-size: 20px;
        margin-bottom: 38px;
    }
    
    /* detail */
    .food-morning-detail-each img {
        margin-bottom: 21px;
    }
    .food-morning-detail-title {
        font-size: 28px;
        margin-bottom: 21px;
    }
    .food-morning-detail-each p {
        font-size: 20px;
    }
}

/*----------------------------------------------------
 food regular
----------------------------------------------------*/
.food-regular-detail {
    font-size: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.food-regular-detail-each {
    margin-top: 2.67vw;
    width: 45.8%;
}
.food-regular-detail-each:nth-child(1),
.food-regular-detail-each:nth-child(2) {
    margin-top: 0; 
}
/* img */
.food-regular-detail-each img {
    margin-bottom: 2vw;
    width: 100%;
}
/* title */
.food-regular-detail-title {
    font-size: inherit;
    font-weight: bold;
}

@media (min-width: 940px) {
    .food-regular-detail {
        font-size: 0.9375vw;
        justify-content: flex-start;
    }
    .food-regular-detail-each {
        margin-top: 1.3vw;
        margin-left: 3.3%;
        width: 22.5%;
    }
    .food-regular-detail-each:nth-child(4n+1) {
        margin-left: 0;
    }
    .food-regular-detail-each:nth-child(1),
    .food-regular-detail-each:nth-child(2),
    .food-regular-detail-each:nth-child(3),
    .food-regular-detail-each:nth-child(4) {
        margin-top: 0; 
    }
    /* img */
    .food-regular-detail-each img {
        margin-bottom: 0.83vw;
    }
}
@media (min-width: 1280px) {
    .food-regular-detail {
        font-size: 18px;
    }
    .food-regular-detail-each {
        margin-top: 25px;
    }
    /* img */
    .food-regular-detail-each img {
        margin-bottom: 16px;
    }
}

/*----------------------------------------------------
 food order
----------------------------------------------------*/
.food-order-detail {
    font-size: 2.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.food-order-detail-each {
    display: flex;
    margin-top: 2.67vw;
    width: 45.8%;
}
.food-order-detail-each:nth-child(1),
.food-order-detail-each:nth-child(2) {
    margin-top: 0; 
}
/* img */
.food-order-detail-img {
    width: 35.5%;
}
/* title */
.food-order-detail-text {
    color: #000;
}
.food-order-detail-title {
    font-size: inherit;
    font-weight: normal;
    padding-left: 6vw;
    position: relative;
}
.food-order-detail-title span {
    background: #003664;
    color: #fff;
    display: inline-block;
    font-size: 2vw;
    line-height: 4vw;
    margin-right: 1vw;
    padding-top: 1px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 4vw;
}
/* text */
.food-order-detail-text p {
    padding-left: 6vw;
}

@media (min-width: 940px) {
    .food-order-detail {
        font-size: 0.83vw;
        justify-content: flex-start;
    }
    .food-order-detail-each {
        margin-top: 1.3vw;
        margin-left: 3.3%;
        width: 22.5%;
    }
    .food-order-detail-each:nth-child(4n+1) {
        margin-left: 0;
    }
    .food-order-detail-each:nth-child(1),
    .food-order-detail-each:nth-child(2),
    .food-order-detail-each:nth-child(3),
    .food-order-detail-each:nth-child(4) {
        margin-top: 0; 
    }
    /* title */
    .food-order-detail-title {
        padding-left: 1.25vw;
    }
    .food-order-detail-title span {
        font-size: 0.677vw;
        line-height: 1.04vw;
        margin-right: 5px;
        width: 1.04vw;
    }
    /* text */
    .food-order-detail-text p {
        padding-left: 1.25vw;
    }
}
@media (min-width: 1280px) {
    .food-order-detail {
        font-size: 16px;
    }
    .food-order-detail-each {
        margin-top: 25px;
    }
    /* title */
    .food-order-detail-title {
        padding-left: 25px;
    }
    .food-order-detail-title span {
        font-size: 13px;
        line-height: 20px;
        width: 20px;
    }
    /* text */
    .food-order-detail-text p {
        padding-left: 25px;
    }
}

/*----------------------------------------------------
 vod
----------------------------------------------------*/
/* title */
.vod-title2 {
    color: #3c3c3c;
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 4.67vw;
    text-align: center;
}
/* main */
.vod-main {
    display: flex;
    justify-content: space-between;
}
.vod-each {
    width: 32.2%;
}
@media (min-width: 940px) {
    /* title */
    .vod-title2 {
        font-size: 1.1vw;
        margin-bottom: 2.34375vw;
    }
    /* main */
    .vod-main {
        margin: 0 auto;
        max-width: 1045px;
        width: 95%;
    }
    .vod-each {
        width: 32.15%;
    }
}
@media (min-width: 1280px) {
    /* title */
    .vod-title2 {
        font-size: 21px;
        margin-bottom: 45px;
    }
}

/*----------------------------------------------------
 reserve-fixed
----------------------------------------------------*/
.reserve-fixed {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 44vw;
    right: 3.7vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 31.3%;
}
.scroll-50 .reserve-fixed {
    display: block;
}
.scroll-100 .reserve-fixed {
    opacity: 1;
}

@media (min-width: 940px) {
    .reserve-fixed {
        bottom: 14.2vw;
        right: 5.2vw;
        max-width: 210px;
        width: 10.9375%;
    }
}

@media (min-width: 1280px) {
    .reserve-fixed {
        width: 100%;
    }
}
@media (min-width: 1750px) {
    .reserve-fixed {
        bottom: 5.2vw;
    }
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
.footer {
    background: #fff;
    padding-top: 15vw;
    padding-bottom: 5.3vw;
}
/* nav */
.footer-nav {
    display: flex;
    font-size: 2.8vw;
    margin-bottom: 5.3vw;
}
.footer-logo {
    margin-left: 8.6%;
    width: 13.6%;
}
.footer-nav1 {
    margin-left: 8.6%;
}
.footer-nav2 {
    margin-left: 8.6%;
}
.footer-nav li:nth-child(n+2) {
    margin-top: .5em;
}
/* copyright */
.copyright {
    font-size: 2vw;
    margin-right: 8.6%;
    text-align: right;
}

@media (min-width: 940px) {
    .footer {
        padding-top: 2.3vw;
        padding-bottom: 2.3vw;
    }
    /* nav */
    .footer-nav {
        align-items: center;
        font-size: 0.73vw;
        justify-content: space-between;
        margin: 0 auto 2.5vw;
        max-width: 1100px;
        width: 57.3%;
    }
    .footer-nav ul {
        display: flex;
    }
    .footer-logo {
        order: 2;
        margin-left: 0;
        width: 9.27%;
    }
    .footer-nav1 {
        order: 1;
        margin-left: 0;
    }
    .footer-nav2 {
        order: 3;
        margin-left: 0;
    }
    .footer-nav li:nth-child(n+2) {
        margin-top: 0;
        margin-left: 2.1vw;
    }
    /* copyright */
    .copyright {
        font-size: 0.78125vw;
        margin-right: 2.86%;
    }
}
@media (min-width: 1280px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* nav */
    .footer-nav {
        font-size: 14px;
        margin-bottom: 45px;
        width: 100%;
    }
    .footer-nav li:nth-child(n+2) {
        margin-left: 40px;
    }
    /* copyright */
    .copyright {
        font-size: 15px;
    }
}
