@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    ;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

body {
    color: #333333;
    font-family: "Noto Sans JP", "sans-serif";
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    opacity: 0.7;
}

#header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo {
    width: 100%;
    font-family: "Libre Caslon Display",
        serif;
    font-size: 32px;
    padding-left: 36px;
    color: #333333;
}

#header .logo a {
    display: block;
}

#header .navi .menu {
    display: flex;
    align-items: center;
    font-family: 'sans-serif';
}

#header .navi .menu li {
    font-size: 20px;
    padding-right: 36px;
    align-items: center;
    font-family: 'Libre Caslon Display';
    color: #333333;
}

.fv {
    display: flex;
    position: relative;
}

.fv .img {
    max-width: 400px;
    width: 100%;
    height: auto;
    padding-left: 80px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.fv .text {
    position: absolute;
    justify-content: center;
    text-align: center;
    left: 25%;
    top: 200px;
    z-index: 10;
}

.fv .text .ja {
    font-size: 36px;
    font-family: 'Hiragino Mincho ProN';
    margin-bottom: 12px;
}

.fv .text .en {
    font-size: 16px;
    font-family: "Libre Caslon Display", serif;
}

.btn-wrap {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-family: 'Libre Caslon Display';
    border-radius: 0px;
    width: 200px;
    height: 40px;
    position: relative;
    transition: 0.3s;
    background-color: #ffffff;
}

.contact-btn::before,
.contact-btn::after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #000000;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.contact-btn::before {
    top: -2px;
    left: -2px;
}

.contact-btn::after {
    top: 2px;
    left: 2px;
}

.contact-btn:hover::before,
.contact-btn:hover::after {
    top: 0;
    left: 0;
}


.fv .contact-btn:hover {
    opacity: .5;
}


.section-title {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-family: "Libre Caslon Display", serif;
    text-align: center;
    padding: 80px 0 56px;
}

.section-title .en {
    font-size: 32px;
    font-family: "Libre Caslon Display", serif;
    text-align: center;
    margin-bottom: 8px;
    color: #A8B0A0;
}

.section-title .ja {
    font-size: 16px;
    font-family: "Hiragino Mincho ProN";
    text-align: center;
    color: #333333;
}

/* news */
#news {
    background-color: #f5f3ef;
}

#news .text {
    font-size: 32px;
    text-align: center;
    color: #666666;
    padding-bottom: 80px;
}


.description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
}


/* menu */


.menu-package {
    margin: 0 auto;
    width: 600px;
    padding: 40px;
    border: 3px solid #B8956A;
    border-radius: 20px;
    margin-bottom: 20px;
}

.menu-package .recomend {
    display: block;
    width: 140px;
    padding: 8px 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #B8956A;
    border-radius: 30px;
    margin-bottom: 16px;
}

.menu-package .menu-title {
    text-align: center;
    margin-bottom: 28px;
    font-weight: bold;
}

.menu-package .price {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #B8956A;
    margin-bottom: 32px;
}


.yen {
    font-size: 20px;
}

.tax {
    font-size: 20px;
    color: #666666;
}

.package-description {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.package-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.package-list :last-child {
    margin-bottom: 0;
}

.menu-description .package-detail {
    font-size: 16px;
    font-weight: bold;
}

.menu-description .package-detail .text {
    font-size: 14px;
    color: #666666;
}

.price-btn a {
    display: block;
    width: 520px;
    margin: 0 auto;
    background-color: #B8956A;
    padding: 18px 0;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 32px;
}

/* option-menu */
#option-menu {
    background-color: #F8F5F3;
}

.design-coding {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.option-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.design-menu,
.coding-menu {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    width: 540px;
    margin-bottom: 20px;
    height: fit-content;
}


.explain {
    font-size: 14px;
    color: #666666;
    margin-bottom: 24px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F5F3;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.menu-item .title {
    font-size: 16px;
    font-weight: bold;
}

.menu-item .text {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.menu-item:last-child {
    margin-bottom: 0;
}

.menu-item .price {
    color: #B8956A;
    font-weight: bold;
}

.attention {
    font-size: 14px;
    text-align: center;
    padding-bottom: 80px;
}



/* flow */
#flow {
    padding: 0 0 80px;
}


.flow_design03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.flow_design03 ul {
    padding: 0;
}

.flow_design03 li {
    list-style-type: none;
}

.flow_design03 dd {
    margin-left: 0;
    color: #666666;
}

.flow03 {
    position: relative;
}

.flow03::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    border-radius: 20px;
}

.flow03>li {
    position: relative;
}

.flow03>li:not(:last-child) {
    margin-bottom: 60px;
}

.flow03>li .icon03 {
    font-size: 0.8em;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background-color: #B8956A;
    display: inline-block;
    margin-right: 0.3em;
}

.flow03>li dl {
    padding-left: 70px;
    position: relative;
}

.flow03>li dl::before,
.flow03>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

.flow03>li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #A8B0A0;
    border-radius: 50%;
    left: -4px;
}

.flow03>li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}

.flow03>li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}

/* contact */
#contact {
    background-color: #f5f3ef;

}

#contact p {
    text-align: center;
}

#contact .question {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 8px;
    text-align-last: left;

}

#contact .answer {
    width: 700px;
    margin: 0 auto;
    text-align-last: left;
    margin-bottom: 20px;

}

#contact input {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    background-color: #fff;
}

#contact select {
    width: 700px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
}

textarea {
    width: 700px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
}

#contact .require {
    color: #ff0000;
}

#contact input[type="submit"] {
    background-color: #333;
    /* 目立つ背景色 */
    color: #fff;
    /* 文字を白に */
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.powered {
    padding-bottom: 80px;
}

.sp {
    display: none;
}

footer {
    width: 100%;
    background-color: #cba89e;
    padding: 40px 0;
}

footer li a {
    color: #FBFDFE;
    font-family: 'Libre Caslon Display';
}

footer .navi .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 40px;
}

footer .icon {
    display: flex;
    justify-content: center;
    gap: 100px;
}

footer .icon .insta,
footer .icon .x {
    font-size: 24px;
}

footer .copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
}


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

    /* hamburger */
    #header .hamburger {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 24px;
        z-index: 40;
    }

    #header .hamburger span {
        width: 35px;
        height: 2px;
        background-color: #000000;
        display: inline-block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
    }

    #header .hamburger span:nth-of-type(1) {
        top: 16px;
    }

    #header .hamburger span:nth-of-type(2) {
        top: 25px;
    }

    #header .hamburger span:nth-of-type(3) {
        top: 34px;
    }

    #header .navi {
        width: 80%;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        right: -80%;
        z-index: 20;
        transition: all 0.6s;
    }

    #header .navi .menu {
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding: 60px 0;
        overflow: auto;
    }

    #header .navi .menu li {
        padding: 10px 0;
        margin-left: 0;
    }

    #header .navi.active {
        right: 0;
    }

    #header .hamburger.active span:nth-of-type(1) {
        top: 24px;
        transform: rotate(-45deg);
    }

    #header .hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    #header .hamburger.active span:nth-of-type(3) {
        top: 24px;
        transform: rotate(45deg);
    }

    #header {
        height: 60px;
    }

    #header .logo {
        font-size: 24px;
        padding-left: 24px;
    }

    .sp {
        display: block;
    }

    .fv .img {
        max-width: 350px;
        padding: 0;
        margin: 0 auto;
    }

    .fv .text {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fv .text .ja {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .fv .text .en {
        font-size: 10px;
    }

    .btn-wrap {
        width: 150px;
        bottom: 2%;
        left: 45%;
    }


    .section-title {
        padding: 40px 0 24px;
    }

    .section-title .en {
        font-size: 24px;
    }

    .section-title .ja {
        font-size: 12px;
    }

    .description {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .menu-package {
        width: 300px;
        padding: 20px;

    }

    .menu-package .recomend {
        width: 100px;
        font-size: 10px;
        padding: 4px 30px;
        margin-bottom: 8px;
    }

    .menu-package .menu-title {
        margin-bottom: 14px;
    }

    .menu-package .price {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tax {
        font-size: 16px;
    }

    .package-description {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .package-list li {
        gap: 8px;
        margin-bottom: 8px;
    }

    .menu-description .package-detail {
        font-size: 12px;
    }

    .menu-description .text {
        font-size: 10px;
    }

    .price-btn a {
        width: 250px;
        font-size: 12px;
        margin-top: 20px;
    }

    .attention {
        font-size: 12px;
        padding-bottom: 40px;
    }

    .design-coding {
        flex-direction: column;
    }

    .design-menu,
    .coding-menu {
        width: 350px;
        margin: 0 auto;
        padding: 16px;
        margin-bottom: 12px;
    }

    .menu-item {
        padding: 8px;
    }

    .explain {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .menu-item .text {
        font-size: 12px;
    }

    .flow-design03 {
        margin-left: 10px;
    }

    .flow03>li dl dt {
        font-size: 16px;
    }

    .flow03>li dl {
        padding-left: 30px;
    }

    .flow03>li dl::after {
        width: 25px;
    }

    .flow03 dd {
        font-size: 12px;
    }

    .flow03>li:not(:last-child) {
        margin-bottom: 20px;
    }

    #flow {
        padding: 0 0 40px;
    }

    #contact .question {
        width: 350px;
        font-size: 14px;
    }

    #contact .answer {
        width: 350px;
        margin-bottom: 10px;
    }

    #contact input {
        width: 100%;
        padding: 10px;
        width: 350px;
        font-size: 12px;
    }

    #contact select {
        width: 350px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    textarea {
        width: 350px;
    }


    .powered {
        padding-bottom: 40px;
    }

    footer {
        padding: 20px 0;
    }

    footer .navi .menu {
        font-size: 12px;
        padding: 10px 0;
    }

    footer .copyright {
        font-size: 12px;
        padding: 10px 0;
    }

}