body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    z-index: 1000;
}

.header-inner {
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.left-box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu {
    display: flex;
    gap: 20px;
}

.menu-color {
    color: #000000;
}

.logo {
    height: 100%;
    max-height: 80px;
    object-fit: contain;
}
.image {
    width: 100%;
}

.menu-item {
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 0.06em;
}
.open,
.home,
.concept{
    width: 1800px;
    margin:auto;
    display: flex;
    align-items: center;
}

.menulist {
    width: 1800px;
    margin: 0 auto;
    padding: 40px 0;
    background: #C9BBA4;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.open{
    background: #F7F6F3;
    padding: 0;
    margin-top: 100px;
}

.open-image{
    width: 100%;
}

.home{
    background: #F0EDE6;
    padding: 40px 0;
}

.concept {
    background: #E6E0D5;
    padding: 40px 0;
}

.home-text,
.home-image,
.concept-text,
.concept-image{
    width: 50%;
}

.concept-image {
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
}
.pc-none {
    display: none;
}
.sm-none{
    display: block;
}

.home-image {
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
}

.system {
    width: 1800px;
    margin:auto;
    background: #DBD2C3;
    padding: 40px 20px;
    box-sizing: border-box;
}

.system-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.system-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.system-item {
    position: relative;
    width: 32%;
}

.system-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
}
.price-title{
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.menulist-title{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
}
.menulist-lists {
    display: flex;
    justify-content: center;
}

.menulist-lists-left,
.menulist-lists-right {
    display: flex;
    flex-direction: column;
}

.menulist-lists-item {
    display: flex;
    width: 395px;
    margin-bottom: 30px;
}

.menulist-lists-item-title {
    width: 60%;
    text-align: right;
    padding-right: 12px;
    font-size: 20px;
}

.menulist-lists-item-title-right {
    width: 40%;
    text-align: right;
    padding-right: 12px;
    font-size: 20px;
}

.menulist-lists-item-price,
.menulist-lists-item-price-right {
    width: 60%;
    text-align: left;
    font-size: 20px;
}

.access{
    width: 1800px;
    margin:auto;
    background: #B6A385;
    padding: 40px 20px;
    box-sizing: border-box;
}

.access-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.access-list {
    display: flex;
    width: 100%;
}
.access-left-item{
    width: 40%;
    padding-left: 425px;
}
.access-item{
    height: auto;
    width: 60%;
}
.map{
    width: 800px;
    height: 300px;
}

.height-max{
    height: 100%;
}
.font-large{
    font-size: 35px;
}
.font-middle{
    font-size: 24px;
}
.font-small{
    font-size: 18px;
}
.padding-left-large{
    padding-left: 200px;
}
.padding-left-middle{
    padding-left: 30px;
}
.margin-buttom-small{
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #FFFFFF;
        z-index: 1000;
    }
    .header-inner {
        width: 100%;
        max-width: 767px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .menu-item {
        font-size: 10px;
        cursor: pointer;
        letter-spacing: 0.06em;
    }
    
    .open,
    .home,
    .concept{
        width: 100%;
        margin:auto;
        display: flex;
        align-items: center;
    }
    
    .home{
        background: #F0EDE6;
        padding: 10px 0;
    }

    .concept {
        background: #E6E0D5;
        padding: 10px 0;
    }
    
    .concept-image {
        padding-right: 0;
        display: flex;
        justify-content: flex-end;
    }
    .home-image {
        padding-left: 0;
        display: flex;
        justify-content: flex-start;
    }
    
    .open{
        background: #F7F6F3;
        padding: 0;
        margin-top: 40px;
    }
    
    .menulist {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        background: #C9BBA4;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .menulist-title{
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 0.08em;
    }

    .menulist-lists-item {
        display: flex;
        width: 150px;
        margin-bottom: 10px;
    }
    
    .menulist-lists-item-title {
        width: 65%;
        text-align: right;
        padding-right: 0;
        font-size: 10px;
    }

    .menulist-lists-item-title-right {
        width: 40%;
        text-align: right;
        padding-right: 0px;
        font-size: 10px;
    }

    .menulist-lists-item-price {
        width: 35%;
        text-align: left;
        font-size: 10px;
    }
    
    .menulist-lists-item-price-right {
        width: 60%;
        text-align: left;
        font-size: 10px;
    }
    
    .system {
        width: 100%;
        margin:auto;
        background: #DBD2C3;
        padding: 10px 0px;
        box-sizing: border-box;
    }
    
    .system-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .price {
        position: absolute;
        right: 3px;
        bottom: 3px;
        background: rgba(0,0,0,0.6);
        color: white;
        padding: 3px 5px;
        border-radius: 2px;
        font-size: 9px;
    }
    .price-title{
        position: absolute;
        left: 3px;
        top: 3px;
        background: rgba(0,0,0,0.6);
        color: white;
        padding: 3px 5px;
        border-radius: 2px;
        font-size: 9px;
    }
    
    .access{
        width: 100%;
        margin:auto;
        background: #B6A385;
        padding: 10px 0px;
        box-sizing: border-box;
    }
    
    .access-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .access-list {
        display: block;
        width: 100%;
    }
    .access-left-item{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .access-item{
        height: auto;
        width: 100%;
        text-align: center;
    }
    .map{
        width: 95%;
        height: auto;
    }
    .font-large{
        font-size: 18px;
    }
    .font-middle{
        font-size: 12px;
    }
    .font-small{
        font-size: 9px;
    }
    .sm-font-small{
        font-size: 12px;
    }
    .padding-left-large{
        padding-left: 200px;
    }
    .padding-left-middle{
        padding-left: 15px;
    }
    .padding-left-small{
        padding-left: 5px;
    }
    .sm-margin-buttom-middle{
        margin-bottom: 7px;
    }
    .sm-margin-buttom-small{
        margin-bottom: 5px;
    }
    .sm-none{
        display: none;
    }
    .pc-none {
        display: block;
    }
}