/****************************************
 共通構造
****************************************/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", "serif";
}
.sec, footer {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.sec h1 {
    text-align: center;
}
.inner {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 959px) {
    .inner {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    /* .inner {
        width: 90%;
    } */
}
.img-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.img-box-sp {
    width: 100%;
    overflow: hidden;
}
.img-box img {
    object-fit: cover;
}
@media screen and (max-width: 480px) {
    .img-box {
        height: 200px;
    }
}
.vertical {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* タブレット用 */
@media screen and (max-width: 959px) {
    #access iframe, #youtube iframe {
        width: 100%;
        height: 450px;
        text-align: center;
    }
}
/* スマホ用 */
@media screen and (max-width: 575px) {
    iframe {
        width: 100%;
        height: 300px;
        text-align: center;
    }
}
/****************************************
 スライド
****************************************/
#slide-show {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 780px) {
    #slide-show {
        width: 100%;
        height: 350px;
    }
}
#slide-show .img-box {
    overflow: hidden;
}
#slide-show img {
    width: 100%;
    height: 400px;
    margin: 0 5px;
}
#slide-show .slick-dots {
    bottom: -50px;
}
@media screen and (max-width: 480px) {
    #slide-show {
        width: 250px;
        height: 200px;
        margin: 0 auto;
        text-align: center;
    }
    #slide-show ul {
        margin: 0;
    }
    #slide-show .img-box {
        overflow: visible;
    }
    #slide-show img {
        width: 250px;
        height: 200px;
        margin: 0;
    }
    #slide-show .slick-dots {
        bottom: -25px;
    }    
}
/****************************************
 ヘッダー画像
****************************************/
header {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
header img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
header h1 {
    position: absolute;
    padding-top: 10px;
    top: 30px;
    right: 150px;
    display: none;
    color: #333;
    font-weight: bold;
    /* -webkit-text-stroke: 1px #F4F5F7; */
    /* background-color: #F4F5F7; */
}
header h1 span {
    padding: 5px;
    background-color: #F4F5F7;
}
@media screen and (max-width: 959px) {
    header h1 {
        position: absolute;
        padding-top: 10px;
        top: 30px;
        right: 30px;
        /* -webkit-text-stroke: 1px #F4F5F7; */
        /* background-color: #F4F5F7; */
        display: none;
    }
    header h1 span {
        padding: 5px;
        background-color: #F4F5F7;
    }    
}
@media screen and (max-width: 490px) {
    header h3 {
        position: absolute;
        padding-top: 10px;
        top: 30px;
        right: 25px;
        /* -webkit-text-stroke: 0.5px #F4F5F7; */
        /* background-color: #F4F5F7; */
        display: none;
    }
    header h3 span {
        padding: 5px;
        background-color: #F4F5F7;
    }    
}
/****************************************
 ウィンドウフッター
****************************************/
.move-img {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.bom {
    position: relative;
    width: 100%;
    padding-bottom: 45px;
}
#item {
    position: absolute;
    top: 0;
    left: 0;
}
/****************************************
 店のコンセプト
****************************************/
#concept .img-box {
    width: 100%;
    height: 100%;
    float: left;
}
#concept img {
    width: 100%;
    height: 100%;
}
#concept .inner .d-sm-block h1 {
    width: 10%;
    float: right;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
}
#concept .concept-description {
    width: 85%;
    display: flex;
    flex-flow: column;
    line-height: 4em;
}
@media screen and (max-width: 1025px) {
    #concept .concept-description {
        line-height: 3em;
    }
}
@media screen and (max-width: 760px) {
    #concept .concept-description {
        line-height: 2.5em;
    }
}
#concept .description {
    width: 100%;
    margin-top: 30px;
    padding-right: auto;
    padding-left: auto;
    position: relative;
}
#concept .description p {
    display: inline;
    text-align: left;
}
/****************************************
 メニュー
****************************************/
/****************************************
 こだわり
****************************************/
#commitment .d-md-block {
    display: flex;
}
#commitment .img-box {
    width: 50%;
    height: 100%;
    margin-right: 10px;
    padding-top: 20px;
    overflow: hidden;
}
#commitment .d-md-block .description  {
    width: 50%;
    margin: 0;
    padding: 20px 0 60px 0;
    text-align: left;
    position: relative;
}
#commitment .d-md-block .description button {
    position: absolute;
    width: 95%;
    bottom: 10px;
    left: 5px;
}
#commitment .description button a {
    color: #ffffff;
}
/* sp */
#commitment .d-md-none {
    width: 100%;
}
#commitment .d-md-none .img-box {
    width: 100%;
    margin-right: 10px;
}
#commitment .d-md-none .description {
    width: 100%;
    margin: 0;
    text-align: left;
}
#commitment .d-md-none .description button {
    width: 100%;
}
.inner .inner {
    width: 100%;
    margin: 0;
}
/****************************************
 アクセス
****************************************/

/****************************************
 Youtube
****************************************/
/* スマホ用 */
@media screen and (max-width: 575px) {
    #youtube iframe {
        width: 100%;
        height: 300px;
        text-align: center;
    }
}
/****************************************
 Facebook
****************************************/

/****************************************
 装飾
****************************************/
* {
    list-style: none;
    text-decoration: none;
    color: #000000;
}
.washi {
    background-image: url("../img/22686076_m.jpg");
    background-size: 100%;
    width: 100%;
}
/****************************************
 スライド
****************************************/
.slick-prev::before, 
.slick-next::before {
    color: black!important;
}
footer {
    background-color: #000;
}

#person {
    width: 350px;
}