@charset "utf-8";

/* 共通 */
html {
    font-size: 100%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}

a {
    text-decoration: none;
    color: #432;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

/* header */
.header {
    position: fixed;
    /* 以下ヘッダー固定 */
    top: 0;
    /* left: 0; */
    background-color: #fff;
    width: 100%;
    z-index: 9999;
}

.logo {
    width: 150px;
    margin-top: 14px;
}


#nav .logo {
    width: 100px;
}

.main-nav {
    display: flex;
    list-style-type: none;
    font-size: 1.25rem;
    margin-top: 34px;
    text-transform: uppercase;
}

.main-nav li {
    margin-left: 36px;
}

.main-nav li a {
    color: #c8102e;
}

.main-nav li a:hover {
    color: #f37e91;
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 2%;
}

.show .page-header {
    padding-right: 5%;
    margin-top: 2%;
}

/* ハンバーガーメニュー */
.humburger {
    /* バーガーボタン設置 */

    /* margin-top: auto; */
    flex: 0 0 50px;
    /* 大きさ */
    align-self: center;

    /* margin-left: 16px; */
    /* text-align: center; */
}

#nav {
    display: block;
    position: fixed;
    right: -30vw;
    top: 0;
    width: 30vw;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    background-color: #fdf7e7;

}

#nav ul {
    margin: 40px 5px;
    font-size: 25px;
    padding: 0 4%;
}

#nav li {
    text-align: center;
    list-style-type: none;
    margin-bottom: 15px;
    border-bottom: 1px #012169 solid;
}

#nav li a {
    color: #c8102e;
}

#nav li a:hover {
    color: #f37e91;
}

/* ドロワーが開かれたとき */
.show {
    transform: translate3d(-30vw, 0, 0);

}

#close_nav {
    margin-top: 10px;
}

#wrapper,
#nav {
    transition: transform 0.4s;
}

.wrapper {
    max-width: 1200px;
    /* background: #be5454; */
    margin: 0 auto;
    padding: 0 4%;
}

/* home */

.flexslider {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0 4%;
}

.top-img {
    max-width: 1200px;
    height: 300px;
    background-size: cover;
    background-position: center top;
    margin-bottom: 50px;
}

#item {
    background-image: url(../images/item-top.jpg)
}

#about {
    background-image: url(../images/about-top.jpg);
}

#contact {
    background-image: url(../images/contact-top.jpg);
}

#news {
    background-image: url(../images/news-top.jpg);
}


.home-content {
    text-align: left;
    margin-bottom: 50px;
    /* background-color: #0bd; */
    color: #432;
}

.home-content ul {
    font-size: 1.125rem;
    margin: 10px 10px 40px;
    /* background-color: #92f37e; */
    display: block;
    color: #432;


}

.home-content ul a li {
    margin-bottom: 10px;
    border-bottom: 1px #012169 solid;
    /* /* 下線
    color: #432; */
}





/* 見出し */
.page-title {
    font-size: 5rem;
    /* 文字サイズ80px */
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif;
    color: #c8102e;
    text-align: center;
    margin-top: 80px;
}

/* .page-title-sub {
    background: rgba(255,255,255,0.8);
} */

.page-subtitle {
    margin-top: 10px;
    font-size: 2.5rem;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif;
    color: #c8102e;
}

.button {
    background: #012169;
    color: #fff;
    padding: 18px 32px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.button:hover {
    background: #3261ab;
}

.button2 {
    text-align: center;
    margin-top: 80px;
}

/* footer */
footer {
    background: #012169;
    text-align: center;
    padding: 26px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
}

footer p {
    font-size: 0.875rem;
}

/* hooterの中のメニュー加えてます */
.site-menu {
    margin-bottom: 20px;
}

.site-menu ul {
    display: flex;
}

.site-menu li {
    margin: auto 20px 5px;
}

.site-menu a {
    color: #fff;

}

.site-menu a:hover {
    color: #c8102e;
}

/* main */
article {
    width: 74%;
    margin-bottom: 60px;
    /* background: #fcc; */
}

/* sub */
aside,
.item-cate,
.news-cate {
    width: 22%;
}

.item-cate,
.news-cate {
    padding-left: 50px;
}

.contents {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 50px;
    /* background: #ccf; */
}

.post-info {
    padding-top: 4px;
    margin-bottom: 40px;
    /* position: relative; */
}

.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}

article img {
    /* width: 70%; */
    margin-bottom: 20px;
}

article p {
    margin-bottom: 1rem;
}

.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px solid #c8102e;
    font-weight: normal;
}

aside p {
    padding: 12px 10px;
}

.sub-menu {
    margin-bottom: 60px;
    list-style-type: none;
}

.sub-menu li a {
    border-bottom: 1px #ddd solid;
    color: #432;
    padding: 10px;
    display: block;

}

.sub-menu li a:hover {
    color: #0bd;
}

/* item */
.item-all,
.news-all {
    display: flex;
    justify-content: space-between;
}

.item-list,
.news-list {
    width: 74%;
}

.detail-img {
    text-align: center;

}

.item-content {
    /* max-width: 560px; */
    margin-top: 20px;
    /* background-color: #0090aa; */
}

.item-content p {
    font-size: 1.125rem;
    margin: 10px 0 0;
}

.item-text p {
    margin-bottom: 40px;
}

.grid a {
    /* .item aから変更 */
    color: #432;
}

.grid,
.grid2 {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-template-columns: repeat(3,1fr); */
    /* grid-template-columns: repeat(3,minmax(240px,1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
    /* margin-top: 6%; */
    margin-bottom: 50px;
}

.grid h2,
.grid2 h2 {
    font-family: 'Noto Sans', sans-serif;
    color: #c8102e;
    text-align: center;
    font-weight: normal;
}

.grid p {
    text-align: center;
}

.grid2 p {
    text-align: center;
    margin-bottom: 20px;
}

/* about */

/* 店舗情報 */
#location {
    margin-bottom: 4%;
}

#location h2,
#location h3 {
    color: #012169
}

#location .wrapper {
    display: flex;
    justify-content: space-between;
}

.location-info {
    width: 36%;
}

.location-info p {
    padding: 12px 10px;
}

.location-info h3 {
    margin-top: 5%;
}

.location-map {
    width: 60%;
}

/* iframe */
iframe {
    width: 100%;
    height: 100%;
}


/* form */
form div {
    margin-top: 20px;
    margin-bottom: 14px;
}

label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}

textarea,
input[type="text"],
input[type="email"] {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}

textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* mobile */
@media (max-width:600px) {
    .page-title {
        font-size: 3rem;
        margin-top: 20px;
    }

    /* header */
    .main-nav {
        display: none;
        /* ハンバーガーメニューと差し替え隠す */
        /* font-size: 1rem;
        margin-top: 10px; */
    }

    .logo {
        width: 80px;
    }

    /* .main-nav li {
        margin: 0 10px;
    } */
    .humburger {
        /* バーガーボタン設置 */

        /* margin-top: auto; */
        flex: 0 0 32px;
        /* 大きさ */
        align-self: center;
        /* margin-left: 16px; */
        /* text-align: center; */
    }

    #nav {
        display: block;
        position: fixed;
        right: -100vw;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #fdf7e7;
        color: #012169;
        /* padding: 0 4%; */
    }

    .header {
        /* position: relative; */
        top: 0;
    }

    .flexslider {
        margin: 80px auto 0;
    }

    .top-img {
        background-size: cover;
        height: 150px;
    }

    /* ドロワーが開かれたとき */
    .show {
        transform: translate3d(-100vw, 0, 0);
    }

    #nav .logo {
        width: 80px;
    }

    #wrapper,
    #nav {
        transition: transform 0.4s;
    }

    .page-header,
    .show .page-header {
        margin-top: 0;
        padding: 0 4%;
    }

    /* home */
    .page-title {
        font-size: 2.5rem;
        margin-top: 70px;
    }

    .page-subtitle {
        font-size: 2rem;
    }

    .home-content ul {
        font-size: 1rem;
    }

    /* news */
    .news {
        margin-bottom: 10px;
    }

    .news a {
        color: #432;
    }

    div .news p {
        font-size: 1rem;
        text-align: left;
    }

    article,
    aside,
    .item-cate,
    .news-cate {
        width: 100%;
    }

    .item-list,
    .news-list {
        width: 100%;
    }

    .item-cate,
    .news-cate {
        margin: 0 auto;
        padding: 0 4%;
    }

    .post-info {
        margin-bottom: 30px;
    }

    /* .post-date {
    width: 70px;
    height: 70px;
    font-size: 1rem;
} */
    /* .post-date span {
    font-size: 0.875rem;
    padding-top: 2px;
} */
    .post-title {
        font-size: 1.375rem;
    }

    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }

    .grid {
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-columns: repeat(3,1fr); */
        /* grid-template-columns: repeat(3,minmax(240px,1fr)); */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .grid2 {
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-columns: repeat(3,1fr); */
        /* grid-template-columns: repeat(3,minmax(240px,1fr)); */
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .grid2 h3 {
        margin-bottom: 30px;
    }

    /* item */
    .item-all,
    .news-all {
        flex-direction: column;

    }

    .contents {
        margin-bottom: 50px;
        flex-direction: column;
        margin-top: 80px;
    }

    .contents a {
        margin-top: 20px;
    }

    .contents p {
        font-size: 1rem;
    }

    article p {
        margin-bottom: 1rem;
    }

    /* 店舗情報・地図 */
    #location .wrapper {
        flex-direction: column;
    }

    .location-info,
    .location-map {
        width: 100%;
    }

    iframe {
        height: 300px;
    }

    /* フォーム */
    .contact-content {
        width: 80%;
        height: 80%;
        text-align: left;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
    }

    .button,
    .button2 {
        width: 100%;
    }

    .site-menu ul {
        flex-direction: column;
    }
}

/* max-width:600px */