@charset "utf-8";
body {
    background-image: url(../images/masakan-bg.jpg);
    background-repeat: repeat;
    font-family: "Meiryo UI", sans-serif;
    font-size: 14pt;
    line-height: 150%;
}
header {
    padding: 0;
}
h1 {
    line-height: 120%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: .5em;
    color: #fff;
}
h1 .h1-1 {
    font-size: .90em;
    display: block;
}
h1 .h1-2 {
    margin-left: 1%;
    font-size: .80em;
}
header .mylogo {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 1.0em auto;
    filter:
        drop-shadow(1px 1px 0 rgba(180, 182, 175, 0.35))
        drop-shadow(3px 4px 3px rgba(45, 48, 46, 0.75));
}
ul.mymenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
}
ul.mymenu li {
    margin: 0 .5em;
}
ul.mymenu li a {
    font-size: .90em;
    font-family: "Courgette", cursive;
    font-weight: 700;
    font-style: normal;
    color: #460d43;
}
.commingsoon {
    height: 200px;
    line-height: 200px;
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.40em;
    text-align: center;
    margin: 1.0em 0;
    background-image: url(../images/masakan-monsho-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
ul.list {
    padding: 0 4%;
    margin: 0 auto;
    max-width: 650px;
}
ul.list li {
    margin: 1em 0 1.5em 0;
}
ul.list li h2 {
    position: relative;
    padding-left: 2.15em;
    margin-bottom: .5em;
    line-height: 120%;
}
ul.list li h2 .title{
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35em;
}
ul.list li h2 .open {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: .95em;
    color: #745399;
}
ul.list li h2::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0.25em;
    width: 1.75em;
    height: 1.75em;
    margin-right: .25em;
    background-image: url(../images/icon-jpcastle.png);
    background-size: contain;
    vertical-align: middle;
}
.top {
    padding-bottom: 1em;
}
.one {
    border-top: 3px solid #b79a52;
}
.one .my-title {
    padding: 2.50em 2% 1.50em 2%;
    background-color: #745399;
    color: #fff;
}
.one .my-title .title {
    margin-bottom: .5em;
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.50em;
}
.one .my-title .subtitle {
    padding-left: .25em;
    font-size: .90em;
    line-height: 130%;
}
.recruit-form {
    padding: 2em 4%;
    text-align: center;
}
.recruit-form .title {
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15em;
}
.recruit-form .subtitle {
    margin-top: .5em;
    font-size: .925em;
    line-height: 130%;
}


/*ボタン*/
.button {
    width: 100%;
    margin: 2em auto;
    text-align: center;
}
.mybutton {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    min-width: 150px;
    padding: 9px 20px 8px;

    color: #fff;
    background: linear-gradient(
        135deg,
        #6a4775,
        #3d2848
    );
    border: 1px solid #b79a52;
    border-radius: 18px;

    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-decoration: none;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 3px 8px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.mybutton .arrow {
    width: 5px;
    height: 5px;

    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;

    transform: rotate(45deg);
}
.mybutton:hover {
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 5px 10px rgba(0, 0, 0, 0.22);
}
.mybutton:hover .arrow {
    transform: translateY(2px) rotate(45deg);
}

/*求人ボタン*/
.buttons {
    width: auto;
    justify-content: center;
    margin: 2em auto;
}
.buttons .button {
    width: auto;
    margin: 1em;
}
.recruit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 180px;
    padding: 12px 24px 12px 28px;

    color: #d8b85f;
    background: linear-gradient(
        135deg,
        #24211c 0%,
        #111111 55%,
        #050505 100%
    );

    border: 2px solid #b8943f;
    border-radius: 999px;

    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 5px 12px rgba(0, 0, 0, 0.32),
        0 0 10px rgba(184, 148, 63, 0.2);

    transition:
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.recruit-button::after {
    content: "";
    width: 7px;
    height: 7px;

    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;

    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.recruit-button:hover {
    color: #f0d98b;
    border-color: #d2b35c;
    transform: translateY(-2px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 8px 16px rgba(0, 0, 0, 0.38),
        0 0 15px rgba(210, 179, 92, 0.35);
}

.recruit-button:hover::after {
    transform: translateX(3px) rotate(45deg);
}

.recruit-button:active {
    transform: translateY(0);
}

.recruit-button:focus-visible {
    outline: 2px solid #d2b35c;
    outline-offset: 3px;
}

#aboutus .note {
    padding: 2em 0 4em 0;
    margin: 0;
    width: 100%;
    background-image: url(../images/aboutus-bg.png);
    background-repeat: repeat;
}
#aboutus .note .col {
    background-color: rgba(255, 255, 255, .70);
    padding: 1.5em 1em;
    width: calc(96% - 4em);
    margin: 0 auto;
    max-width: 900px;
}
#aboutus .note .col + .col {
    border-top: 2px dashed #e8d795;
}
#aboutus .note .bn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 96%;
    margin: 1em auto;
}
#aboutus .note .bn-list .bn {
    width: 100%;
    padding-bottom: .5em;
}
#aboutus .note .bn-list .bn img {
    display: block;
    max-width: 250px;
    margin: auto;
}
#aboutus .note .bn-list .comment {
    flex: 1;
}
#aboutus .PR {
    width: calc(96% - 2em);
    max-width: calc(900px + 2em);
    margin: 0 auto;
}

footer {
    background-color: rgba(0, 0, 0, 0.90);
}
footer .copyright {
    padding: .25em;
    font-size: .80em;
    color: #fff;
    text-align: center;
}


/*タブレット*/
@media screen and (min-width: 768px) {
    h1 {
        display: flex;
    }
    h1 .h1-1::after {
        content: "｜";
    }
    h1 .h1-2 {
        margin-left: 0;
        font-size: .85em;
    }
    .commingsoon {
        height: 300px;
        line-height: 300px;
        font-size: 2.25em;
    }
    .buttons {
        display: flex;
    }
    #aboutus .note .bn-list {
        flex-wrap: nowrap;
    }
    #aboutus .note .bn-list .bn {
        max-width: 240px;
    }
    #aboutus .note .bn-list .bn img {
        max-width: 200px;
        margin: 0 auto 0 0;
    }
}

/*PC*/
@media screen and (min-width: 1025px) {
    .imgs {
        margin: 0 auto;
        background-color: #2f2725;
    }
    .imgs img {
        display: block;
        max-width: 1400px;
        margin: 0 auto;
    }
    .recruit-poster {
        max-width: 1400px;
        margin: 0 auto;
    }
    .recruit-form {
        max-width: 1400px;
        margin: 0 auto;
        padding: 2em 0;
    }
}
