@charset "utf-8";
* {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    cursor: url(../img/paw-S.png), default;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img {
    width: 100%;
    vertical-align: bottom;
}

h3,
h4,
h5 {
    text-align: center;
    margin: 20px auto;
}
h2 {
    font-weight: 500;
    background-image: url(../img/back-cross.png);
    text-align: center;
    margin: 20px auto;
}
h3 {
    background-image: url(../img/boya-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: contain;
    text-align: center;
    margin: 20px auto;
}

.pc-nav {
    display: none;
}

@media (min-width: 767px) {
    body {
        width: 100%;
    }
}
/* header */
header {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 3px rgb(236, 233, 233);
    z-index: 999;
}
header h1 {
    width: 300px;
    text-align: center;
    z-index: 11;
}
.cafe-rogo {
    position: relative;
}
header .inner_header {
    width: 90%;
    margin: 0 auto;
}

.ham {
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    z-index: 9;
    top: 20px;
    right: 20px;
}
.ham span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 3px;
    background: #000;
    transition: all 400ms;
}
.sp-nav {
    width: 100%;
    height: 100vh !important;
    background: rgb(192, 171, 171);
    position: fixed;
    z-index: 1;
    top: 0;
    right: -50%;
    height: 100%;
    padding-top: 60px;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.sp-nav ul li {
    width: 100%;
}
.sp-nav ul li a {
    padding-left: 20px;
}
.sp-nav.open {
    opacity: 1;
    pointer-events: all;
    text-align: left;
    margin-bottom: 30px;
    padding-top: 300px;
    font-size: 1.5em;
}

.ham.open span:first-child {
    transform: translateY(10.5px) rotate(45deg);
}
.ham.open span:nth-child(2) {
    opacity: 0;
}
.ham.open span:last-child {
    transform: translateY(-10.5px) rotate(-45deg);
}

.sp-nav ul a:hover {
    background-color: rgb(192, 171, 171);
}
.nav-menu {
    padding-left: 0;
}

@media (min-width: 767px) {
    header h1 {
        height: 70px;
        padding-left: 30px;
    }
    .cafe-rogo {
        position: relative;
        width: 500px;
    }
    .sp-nav {
        display: none;
    }
    header .inner_header {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    header .inner_header .pc-nav ul {
        display: flex;
        align-items: baseline;
        justify-content: right;
        gap: 20px;
        padding: 5px;
        margin-bottom: 0;
    }
    .pc-nav {
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        opacity: 1;
        pointer-events: all;
    }
    .pc-nav li {
        font-size: 1.2em;
    }
    .ham,
    .sp-nav {
        display: none;
    }
}
/* breadcrumb */
.breadcrumb {
    display: flex;
    font-size: 1rem;
    padding: 0.5rem 2rem;
    margin: 100px 30px 0 auto;
}
.breadcrumb a {
    color: #4e342e;
    text-decoration: none;
}
.second::before {
    content: '>';
    margin: 0 10px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.rotate02 {
    transition: transform 1s;
    background-image: url(../img/one-been00.jpg);
    width: 40px;
    height: 40px;
    margin-left: 30%;
    object-fit: cover;
}
.rotate02:hover {
    transform: translateX(200px) rotate(900deg);
}

/* nakaniwa */
.nakaniwa {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
/* nn-container */
.nn-container {
    position: relative;
    object-fit: cover;
    height: 300px;
}
.image {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    object-fit: cover;
    padding: 10px;
    min-width: 300px;
    opacity: 0;
    animation: change-img-anim 10s infinite;
}
.image:nth-of-type(1) {
    animation: change-img-anim-first 10s infinite;
    animation-delay: 0s;
}
.image:nth-of-type(2) {
    animation-delay: 5s;
}
.image:nth-of-type(3) {
    animation-delay: 10s;
}
.image:last-child {
    animation-delay: 15s;
}
@keyframes change-img-anim-first {
    0% {
        opacity: １;
    }
    30% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes change-img-anim {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@media (min-width: 767px) {
    .nakaniwa {
        height: 600px;
    }
    .image {
        height: 500px;
        object-fit: cover;
        padding: 10px;
    }
}

/* shop */
.shop {
    position: relative;
    width: 100%;
    margin: 0;
}
.shop h3 {
    width: 100%;
    margin: 0 auto 20px;
}
.flex-shop {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-left {
    width: 50%;
    max-width: 600px;
    object-fit: cover;
    margin: 20px auto;
}
.shop-right {
    width: 50%;
    max-width: 600px;
    padding: 20px;
}
.shop-right h3 {
    font-weight: 400;
}
.shop-right p {
    font-size: 0.8em;
}
@media (min-width: 767px) {
    .shop {
        margin-top: 20px;
    }
    .shop-left {
        max-height: 450px;
    }
    .shop-right p {
        font-size: 1em;
    }
}
dl {
    margin: 0 auto;
    width: 60%;
    border-top: 1px solid #cccccc;
}
dl dt {
    float: left;
    padding: 1em;
    color: #998484;
    font-size: 0.7em;
}
dl dd {
    border-bottom: 1px solid #cccccc;
    padding: 1em 0 1em 8em;
    font-size: 0.7em;
}
dl dt .must {
    color: #d23939;
}
input[type='email'] {
    width: 50%;
}
input,
select {
    font-size: 0.7em;
    padding: 5px;
    cursor: url(../img/paw-S.png), default;
}
label {
    margin-right: 1em;
}
textarea {
    width: 200px;
    font-size: 0.7em;
    padding: 5px;
}
.submit {
    display: flex;
    justify-content: center;
}
p.submit {
    text-align: center;
}
input[type='submit'] {
    padding: 20px 100px;
    background: #7f6666;
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
}
input[type='submit']:hover {
    opacity: 1;
}

/* footer */
footer {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    position: relative;
}
footer img {
    width: fit-content;
}
footer p {
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
}
@media (min-width: 767px) {
    footer img {
        display: none;
    }
    footer {
        height: 80px;
        width: 100%;
        background-color: antiquewhite;
        background-image: url(../img/beens-long-H.jpg);
        background-repeat: repeat;
        background-size: 30%;
        background-position: bottom;
        object-fit: contain;
        z-index: 12;
    }
}
