@import url("destyle.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;800&display=swap');

html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 16px;
    font-feature-settings: "palt";
    text-size-adjust: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
}

body {
    background-color: #FFF;
    color: #333;
    transition: all 0.5s;
}

/* ドラッグ・右クリック禁止 */
img {
    pointer-events: none;
}

/* フォント */
.en {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.1em;
}

.bold {
    font-weight: 800;
}


/* 幅100% */
.w90 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* メディアクエリ */
.sp,
.tb,
.sp-moji {
    display: none;
}

@media screen and (max-width: 920px) {
    .tb {
        display: block;
    }

    .pc {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .pctb {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-moji {
        display: inline-block;
    }
}




/* トップロゴ */
.logo-wrapper {
    width: 100%;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
}

.logo-wrapper img {
    width: 60%;
    max-width: 500px;
}

/* メイン写真 */
.main img {
    width: 100%;
}

/* 店紹介 */
.about{
    padding: 3rem 0;
}

.midashi{
    font-size: 1.5rem;
    font-weight: bolder;
    color: #e34d16ee;
    margin-bottom: 1rem;
}

/* 店情報 */
.info td:first-child{
    padding-right: 2rem;
}

/* 地図 */
.map{
    width: 90%;
    max-width: 1200px;
    height: 60vw;
    max-height: 800px;
    display: block;
    margin: 3rem auto;
}

/* 移転のお知らせ画像 */
.iten{
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: 3rem auto;
}