@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.0rem;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    color: #000;
    transition: .3s ease;
}
a:hover {
    opacity: 0.6;
    text-decoration: none;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pcNone{
    display: none;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
header {
    background: #000;
    padding: 0.2em 0;
}
header h1 {
    font-size: 1.0rem;
    color: #fff;
    margin: 0;
}
.hero {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/yakitori-bg.jpg);
    height: 467px;
    position: relative;
}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.contactBtn {
    text-align: right;
}
.contactBtn a {
    display: inline-block;
}
.slogan {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/yakitori-bg2.jpg);
    height: 435px;
    position: relative;
}
.slogan .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* shop */
.shop .inner {
    padding: 6em 0;
    text-align: center;
}
.commonTtl{
    font-size: 4rem;
    display: inline-block;
    margin: 0 auto 1.5em;
    padding: 0 0.3em;
    border-bottom: 3px solid #5A411B;
}
.shop .col {
    display: flex;
    justify-content: center;
    text-align: left;
}
.shop .col .colLeft {
    border-right: 1px solid #000;
}
.shop .col > div {
    padding: 0 5em;
}
.shop .colRight .shopContact{
    margin-top: 10.5rem;
}
.shop h3 {
    font-size: 4rem;
    margin-bottom: 0.6em;
}
.shop h3 span {
    font-size: 2rem;
    margin-right: 0.3em;
}
.shop dl {
    display: flex;
    font-size: 1.8rem;
}
.shop dt {
    width: 4.5em;
    margin-right: 1em;
}
.shop dt span {
    width: 2em;
    display: inline-block;
}
.shopContact {
    font-size: 2rem;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 0;
}
.telNum {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2.7em;
    color: #DB0011;
    font-weight: bold;
    padding: 0 0 0 1.8em;
    position: relative;
}
.telNum a{
    color: #DB0011;
}
.telNum:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/tel.svg) no-repeat;
    width: 36px;
    height: 26px;
    background-size: 36px 26px;
    margin: auto 0;
}
/* menu */
.menu {
    text-align: center;
    padding: 6em 0;
}
.menu .commonTtl {
    position: relative;
}
.menu .commonTtl:before {
    content: "";
    display: block;
    width: 234px;
    height: 35px;
    background: url(../img/message2@2x.png) no-repeat;
    background-size: 234px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4.5em;
    margin: auto 0;
}
.menu h3{
    font-size: 2rem;
    color: #5A411B;
    background: #E7E2D6;
    padding: 0.3em 0;
}
.menu ul {
    width: 1000px;
    margin: 3em auto 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.menu li {
    width: 36%;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.menu li:last-child {
    justify-content: flex-end;
}
.menu .txtSmall {
    font-size: 1.4rem;
}
.menu .icon > span:first-child {
    position: relative;
}
.menu .icon > span:first-child:before {
    width: 34px;
    height: 34px;
    position: absolute;
    content: "";
    display: block;
    background: url(../img/icon1@2x.png) no-repeat;
    background-size: 34px auto;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto 0;
}
.menu .additional {
    color: #DC0011;
    text-align: right;
    width: 1000px;
    margin: 0 auto;
    padding-right: 7em;
    font-size: 1.2rem;
}
/* footer */
footer {
    background: #000;
    color: #fff;
    padding: 0.5em 0;
}
footer .inner {
    display: flex;
    justify-content: space-between;
}
footer p {
    margin: 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
@media screen and (max-width: 835px) {
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
    .inner {
        width: 100%;
    }
    header h1 {
        padding: 0 1em;
    }
    .logo {
        width: 80%;
    }
    .logo img {
        width: 100%;
    }
    /* slogan */
    .sloganMessage {
        text-align: center;
    }
    .sloganMessage img {
        width: 80%;
        margin: 0 auto;
    }
    /* shop */
    .commonTtl {
        font-size: 3rem;
    }
    .shop .col > div {
        padding: 0 2em;
        margin-bottom: 3em;
        text-align: center;
    }
    .shop .col .colLeft {
        border-right: none;
    }
    .shop h3 {
        font-size: 3rem;
    }
    .shop .col {
        flex-direction: column;
    }
    .shop dl {
        font-size: 1.4rem;
        text-align: left;
    }
    .map iframe {
        width: 100%;
    }
    .shop .telNum {
        display: inline-block;
    }
    .shop .colRight .shopContact{
        margin-top: 2rem;
    }
    /* menu */
    .menu {
        padding: 6em 0 0;
    }
    .menu .commonTtl:before {
        width: 150px;
        height: 30px;
        background: url(../img/message2-sp@2x.png) no-repeat;
        background-size: 150px auto;
        position: absolute;
        top: -30px;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: auto 0;
    }
    .menu ul {
        width: 94%;
        margin: 3em auto 5em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .menu li {
        width: 100%;
    }
    .menu .icon > span:first-child:before {
        width: 34px;
        height: 34px;
        position: absolute;
        content: "";
        display: block;
        background: url(../img/icon1@2x.png) no-repeat;
        background-size: 34px auto;
        top: 0;
        bottom: 0;
        left: inherit;
        right: -43px;
        margin: auto 0;
        transform: rotate(22deg);
    }
    .menu .additional {
        width: 94%;
        margin-bottom: 2em;
        padding-right: 0;
    }
    .menu .menu2 {
        margin-bottom: 0;
    }
}