@charset "utf-8";

/* ========PC・共通のスタイル================= */

/* 全体に関わること--------------- */

:root {
    --brown: #9c5614;
    --yellow: #ffeb3b;
    --red: #dd1c1c;
    --black: #000;
    --white: #fff;
    --blue: #4541bc;
    --gray: #333;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--gray);
    background-image: url(../img/bg-foot.webp), url(../img/bg-foot2.webp);
    background-size: contain, contain;
    background-position: left top, right top;
    background-attachment: fixed, fixed;
    background-repeat: no-repeat, no-repeat;
}

img {
    max-width: 100%;
}

nav ul li a {
    padding-bottom: 5px;
}

/* ヘッダーに関わること--------------- */

.headerBar {
    height: 100px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--yellow);
    color: var(--brown);
    z-index: 1;
}

.headerLogo {
    padding: 5px;
    padding-left: 20px;
}

.headerNav {
    font-family: "HG創英角ﾎﾟｯﾌﾟ体";
    flex-basis: 70%;
    align-self: center;
}

.headerNav ul {
    display: flex;
    justify-content: flex-end;
}

.headerNav ul li {
    flex-basis: 19%;
    text-align: center;
    padding: 10px;
    font-size: 24px;
}

.headerNav ul li a:hover {
    border-bottom: 3px solid var(--red);
    color: var(--red);
    text-shadow:
        1px 1px 0 var(--white),
        -1px 1px 0 var(--white),
        -1px -1px 0 var(--white),
        1px -1px 0 var(--white);
    transition: all 100ms;
}

.headerImg {
    margin-top: 100px;
    width: 100%;
    transform: scaleY(1.1);
}

.gMenu {
    display: none;
}

/* パンくずリストに関わること--------------- */

#breadcrumb ul {
    font-family: "HG創英角ﾎﾟｯﾌﾟ体";
    list-style-type: none;
    padding-top: 5px;
    padding-left: 20px;
}

#breadcrumb ul li {
    display: inline;
    margin-right: 5px;
    font-size: 20px;
}

#breadcrumb ul li a {
    padding-right: 15px;
    color: var(--blue);
}

#breadcrumb ul li a:hover {
    color: var(--red);
    transition: all 300ms;
}

/* メインに関わること--------------- */

main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

h2 {
    font-family: "HG創英角ﾎﾟｯﾌﾟ体";
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}

p {
    line-height: 2;
    margin-bottom: 30px;
}

/* フッターに関わること--------------- */

footer {
    background-color: var(--yellow);
    color: var(--brown);
    padding-top: 10px;
}

.footerNav ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footerNav ul li {
    flex-basis: 10%;
    padding: 10px;
}

.guidNav ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.guidNav ul li {
    flex-basis: 15%;
    padding: 5px;
}

.snsNav ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.snsNav ul li {
    flex-basis: 70Px;
    padding: 10px;
}

.snsLogo {
    width: 50px;
    padding: 10px;
}

.footerNav ul li:hover,
.guidNav ul li:hover,
.snsLogo:hover {
    background-color: var(--white);
    border-radius: 10px;
    color: var(--brown);
    transition: all 300ms ease-out;
}

footer p {
    text-align: center;
    margin: 0;
}

/* ========トップページのスタイル============== */

/* ローディング画面 */
#loading {
    background-color: var(--brown);
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
}

#loading-screen {
    background-color: var(--yellow);
    position: fixed;
    inset: 0;
    z-index: 9998;
    translate: 0 100vh;
}

#loading p {
    font-size: 2rem;
    color: var(--white);
}

.textBlink {
    animation: blink .7s ease-in-out .1s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

/* ローディング画面 end */

/* スライドショー */

.js-flickity {
    margin: 100px auto 0;
    max-width: 1000px;
}

.slider-cell {
    width: 30%;
    height: auto;
    margin: 0 5px;
}

/* スライドショー end */

.intro {
    width: 800px;
    margin-top: 200px;
    margin-bottom: 200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border: 5px dashed var(--brown);
    border-radius: 10px;
}

.commitment {
    border: 5px dashed var(--brown);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 200px;
}

.commitmentBox {
    display: flex;
    justify-content: space-between;
}

.box {
    flex-basis: 30%;
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff8eb;
    box-shadow: 0px 0px 10px var(--gray);
}

.boxPic {
    text-align: center;
}

.boxImg {
    width: 250px;
}

.box h3 {
    font-family: "HG創英角ﾎﾟｯﾌﾟ体";
}

.newsBox {
    border: 5px dashed var(--brown);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 200px;
}

.indexNews {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.more {
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    padding: 50px 0 10px;
}

.more a:hover {
    color: var(--red);
    background-color: var(--yellow);
    text-shadow:
        1px 1px 0 var(--white),
        -1px 1px 0 var(--white),
        -1px -1px 0 var(--white),
        1px -1px 0 var(--white);
    transition: all 100ms;
}

.indexMenu {
    background-image: url(../img/main02-1.webp);
    background-size: cover;
    background-position: center center;
    color: var(--white);
    margin-top: 150px;
}

.indexCta {
    background-image: url(../img/main05-1.webp);
    background-size: cover;
    background-position: center center;
    color: var(--white);
}

.indexMenu,
.indexCta {
    width: 800px;
    border: 5px solid var(--brown);
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

.indexMenu:hover,
.indexCta:hover {
    color: var(--red);
    scale: 1.1;
    transition: all 300ms;
    text-shadow:
        1px 1px 0 var(--white),
        -1px 1px 0 var(--white),
        -1px -1px 0 var(--white),
        1px -1px 0 var(--white);
}

.indexMenu h2,
.indexCta h2 {
    font-size: 50px;
    padding-top: 50px;
}

.indexMenu p,
.indexCta p {
    text-align: center;
}

/* ========メニューのスタイル================= */

.specialty {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

small {
    font-size: 12px;
}

.menuList {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.menuList li {
    flex-basis: 33%;
    align-self: flex-end;
}

.specialty,
.menuList li p:nth-child(2) {
    font-family: serif;
    font-size: 24px;
}

.menuList img {
    width: 200px;
}

.specialty img:hover,
.menuList img:hover {
    scale: 1.1;
    transition: all 300ms;
    border: 5px dashed var(--red);
    border-radius: 10px;
}

img.curryImg {
    width: 300px;
}

.menuList p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.topH2 {
    width: 350px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-image: url(../img/titleBackground.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.volIcon img {
    width: 50px;
}

table {
    margin-bottom: 150px;
    margin-right: auto;
    margin-left: auto;
}

caption {
    caption-side: bottom;
    text-align: right;
    margin-top: 10px;
    background-color: var(--white);
}

th,
td {
    padding: 20px;
    width: 350px;
    border: 1px solid var(--black);
    vertical-align: middle;
}

th {
    background-color: var(--brown);
    color: var(--white);
}

td {
    background-color: var(--white);
}

/* ========お知らせのスタイル================= */

time {
    margin-right: 30px;
    display: inline-block;
    width: 160px;
    font-weight: bold;
    text-indent: 0;
}

.indexNews ul li {
    padding: 20px 0 20px 160px;
    border-bottom: 2px dashed var(--red);
    text-indent: -160px;
}

.newsEndSpace {
    margin-bottom: 150px;
}

/* ========店舗情報のスタイル================= */

.shopDisplay {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 100px 0;
}

.shopMap,
.shopInfo {
    flex-basis: 40%;
    padding: 20px;
    align-self: center;
}

.shopInfo p {
    padding: 20px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 0;
}

.shopInfo h3 {
    padding: 20px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 0;
}

iframe {
    width: 500px;
    height: 500px;
}

/* ========お問い合わせのスタイル============== */

.ctaMain {
    width: 700px;
    margin: 150px auto;
}

.ctaP {
    text-align: center;
    margin-bottom: 100px;
}

.thankyou {
    text-align: center;
}

form h3 {
    text-align-last: left;
    display: list-item;
    list-style: square;
}

.item {
    display: inline-block;
    width: 120px;
}

input[type="text"],
input[type="email"],
select,
input[type="date"],
input[type="time"],
textarea,
input[type="submit"] {
    border: 1px solid var(--black);
    margin-left: 20px;
}

input[type="text"],
input[type="email"],
select,
input[type="date"],
input[type="time"] {
    width: 250px;
    height: 40px;
    background-color: var(--white);
}

input[type="radio"] {
    margin-left: 20px;
}

select {
    -webkit-appearance: auto;
    appearance: auto;
}

textarea {
    width: 100%;
    height: 20vh;
    background-color: var(--white);
}

input[type="submit"] {
    padding: 10px 30px;
    background-color: var(--brown);
    color: var(--white);
    display: block;
    margin: 0 auto;
}

/* ========PHPのスタイル============== */

.phpMain {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.phpMain>h1 {
    font-size: 30px;
    font-weight: bold;
}

.phpMain>h1,
.phpMain>p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.phpMain a {
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
}

.phpMain a:hover {
    color: var(--red);
    border-bottom: 2px solid var(--red);
}

.phpBox {
    border: 3px dashed var(--gray);
    border-radius: 10px;
    padding: 20px;
}

/* このページについて・プライバシーポリシー */

.about {
    margin-top: 300px;
    margin-bottom: 100px;
    text-align: center;
    font-family: serif;
}

.goHome {
    text-align: center;
    margin-bottom: 100px;
}

.policyBox {
    margin-top: 200px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.policy {
    font-size: 28px;
}

.policy dt {
    padding-left: 10px;
    border-left: 15px solid var(--brown);
}

.policy dd {
    margin-bottom: 50px;
    padding-left: 50px;
    font-size: 24px;
}

.goHome a {
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
}

.goHome a:hover {
    color: var(--red);
    border-bottom: 2px solid var(--red);
}


/* ========タブレットのスタイル========= */

@media screen and (max-width:1200px) {

    body {
        background-size: cover, cover;
    }

    .headerImg {
        margin-top: 0;
    }

    main {
        width: 100%;
    }

    .headerBar {
        display: block;
        position: relative;
    }

    .headerNav {
        display: none;
    }

    /* ===========ハンバーガーメニュー=========== */
    /* メニューを画面上部に固定表示しています */
    .gMenu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    /* メニューアイコンを画面右上に固定しています */
    .gMenu .menu-icon {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        padding-top: 5px;
        height: 12px;
    }

    /* メニューアイコン（三本線）の真ん中の線です */
    .gMenu .menu-icon .navicon {
        background: var(--red);
        /* 色は自由に変更可能です */
        display: block;
        height: 4px;
        /* 太さ */
        width: 40px;
        /* 長さ */
        position: relative;
        transition: all .4s ease-out;
        /* 形が変わる時のアニメーション */
    }

    /* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
    .gMenu .menu-icon .navicon::before,
    .gMenu .menu-icon .navicon::after {
        background: var(--red);
        /* 色は自由に変更可能です */
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .4s ease-out;
        /* 形が変わる時のアニメーション */
        width: 100%;
    }

    .gMenu .menu-icon .navicon::before {
        top: 13px;
    }

    /* 位置を上にずらしています */
    .gMenu .menu-icon .navicon::after {
        top: -13px;
    }

    /* 位置を下にずらしています */
    /* 表示されるメニューです */
    .gMenu .menu {
        background-color: var(--yellow);
        color: var(--brown);
        font-weight: bold;
        overflow: hidden;
        max-height: 0;
        /* ★最初は高さを0にして非表示状態に */
        transition: max-height .8s;
        /* 表示されるときのアニメーション */
        text-align: center;
    }

    /* メニュー部分のデザインです */
    .gMenu .menu li:first-of-type {
        padding-top: 50px;
    }

    .gMenu .menu li:last-of-type {
        padding-bottom: 50px;
    }

    .gMenu .menu li a {
        display: block;
        padding: 24px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .gMenu .menu li a:hover {
        background-color: var(--white);
    }

    /* チェックボックスは常に非表示です */
    .gMenu .menu-btn {
        display: none;
    }

    /* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
    .gMenu .menu-btn:checked~.menu {
        max-height: 600px;
        /* ★チェックボックスがオンの時高さを338pxにして表示させます */
        transition: max-height .8s;
    }

    /* メニューボタンの中央の線を非表示に */
    .gMenu .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }

    /* メニューボタンの上下の線を45度傾けて✕印を作ります */
    .gMenu .menu-btn:checked~.menu-icon .navicon::before {
        transform: rotate(-45deg);
        top: 0;
    }

    .gMenu .menu-btn:checked~.menu-icon .navicon::after {
        transform: rotate(45deg);
        top: 0;
    }

    /* ========トップページのスタイル============== */

    .intro,
    .boxImg,
    .indexNews,
    .indexMenu,
    .indexCta {
        max-width: 100%;
    }

    .commitment,
    .newsBox {
        border: none;
    }

    .js-flickity {
        margin: 0 auto;
        max-width: 1000px;
    }

    .commitmentBox {
        display: block;
    }

    .box {
        text-align: center;
        margin-right: 50px;
        margin-left: 50px;
        margin-bottom: 50px;
    }

    .box p:nth-last-child(1) {
        text-align-last: left;
    }

    /* ========店舗情報のスタイル================= */

    .shopDisplay {
        display: block;
    }

    iframe {
        max-width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .shopInfo {
        max-width: 100%;
    }

    /* このページについて・プライバシーポリシー */

    .about {
        margin-top: 200px;
    }

    .policyBox {
        margin-top: 100px;
        max-width: 100%;
    }

}

/* ========スマホのスタイル========= */

@media screen and (max-width:640px) {

    body {
        background-image: url(../img/bg-foot3.webp);
        background-size: cover;
        background-position: left top;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .footerNav {
        display: none;
    }

    .guidNav ul {
        display: block;
    }

    /* ========トップページのスタイル============== */

    .box {
        margin-right: 10px;
        margin-left: 10px;
    }

    /* ========メニューページのスタイル============== */

    .topH2 {
        max-width: 100%;
        padding: 5px;
    }

    .menuList {
        display: block;
    }

    td {
        border: none;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }

    th,
    td {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px;
    }

    /* ========お知らせのスタイル================= */

    time {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .indexNews ul li {
        padding: 20px 20px;
        text-indent: 0px;
    }

    .indexNews {
        margin-bottom: 50px;
    }

    /* ========お問い合わせのスタイル============== */

    .ctaMain {
        width: 100%;
        padding: 20px;
    }

    .ctaP {
        text-align: left;
        margin-bottom: 50px;
    }

    form h3 {
        text-align-last: left;
        display: block;
    }

    input[type="text"],
    input[type="email"],
    select,
    input[type="date"],
    input[type="time"],
    textarea {
        margin-left: 0px;
    }

    input[type="submit"] {
        margin-right: auto;
        margin-left: auto;
    }

    /* ========PHPのスタイル============== */

    .phpMain {
        max-width: 100%;
    }

}