@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600&family=Libre+Baskerville&display=swap');
/***********************
        COMMON
*************************/

body {
font-family: "游ゴシック体", YuGothic, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-family:
   YuGothic,
   "游ゴシック",
    "Noto Sans JP", 
   Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
    /*min-width: 740px;*/
background-color: #000;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body_inner{
    
        /*min-width: 740px;*/
}

.flex{
    display: flex;
}

.CB{
    clear: both;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.pc769 { display: block !important; }
.tb769 { display: none !important; }
.pc1280 { display: block !important; }
.sp1280 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.mb-50 {
    margin-bottom: 1.5%;
}

.pb-100 {
    padding-bottom:10%;
}

a{
   word-break: break-all;
}

ul li {
    list-style: none;
}

/***********************
         MAIN
*************************/

.Contents_Area{
    background-color: #fff;
    max-width: 1020px;
    margin: 3% auto;
    color: #222;
}

.main {
}

.main .disc_area {
    margin: 4%;
}
.main .Ttl {
    margin: 2%;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.4;
}
.main br {
}
.main .Txt_box {
    margin: 2%;
    justify-content: space-between;
    align-items: center;
   
}
.main .Text {
    flex-basis: 50%;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 1px;
}
.main .Img {
    width: 400px;
}
.main img {
}
.miniReserve {
    padding: 5%;
    background-color: #C3BFB6;
}
.miniReserve .mReserve_inner {
    justify-content: space-around;
    align-items: center;
    
}
.miniReserve .mReserve_inner .Txt_box {

}
.miniReserve ul {
    text-decoration: none;
    list-style: none; 
}
.miniReserve li {
    margin-bottom: 2.5%;
}
.miniReserve .date {
    /*font-size: 1.2em;*/
    font-size: 15px;    
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    
}
.miniReserve .show {
    font-size: 13px;
    font-weight: bold;
    color: #990000;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.miniReserve .showtime {
    font-size: 13px;
    line-height: 1.3;
}

.miniReserve .Btn-area {
    width: 300px;
}

.Menu_area {
    background-color: #742424;
}
.Menu_area .FTtl_box {
}
.Menu_area  {
    padding: 2% 0 0;
    position: relative;
    background-color: #742424;
}


.Menu_area .BKImg_1 {
    background-image: url(../images/MMenu_Ttl_img_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 14% 0%;
}
.Menu_area .FTtl_box .Food_Ttl {
    margin-left: 6%;
    padding: 5% 6% 8%;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 3.2em;
    letter-spacing: 2px;
    text-align: center;
    
}
.Menu_area .subTtl {
    font-size: 22px;
    line-height: 1.8;
    
}

.Food {
    margin: 6% 3% 8%;
}

.Food .FBox {
    margin: 3%;
}
.Food .Fbox_inner {
}
.Food .Menu {
    align-items: center;
}
.Food .Freverse {
    flex-direction: row-reverse;
}
.Food .Menu .Img {
    padding: 2%;
}
.Food .Menu img {
}
.Food .Menu .disc {
    margin: 4%;
    flex-basis: 90%;
}

.Food .badge {
    padding: 2% 2.5% 1%;
    width: 75px;
    background-color: #9F8336;
    color: #fff;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.2em;


    
}
.Food .Name {
    margin: 4% 0;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.2px;
}

.Food .Ingredents {
    margin: 2% 0 3%;
}
.Food .Price {
    font-size: 2em;
    line-height: 1.5;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
}
.Food .disc_1 {
    margin: 5% 0 2%;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
.Food .comment {
    align-items: center;
    margin: 0 2% 2% 2%;
    padding: 2% 3%;
    background-color: #EDE8DF;
    font-size: 1em;

}
.Food .comment .Img {
    width: 25%;
}

.Food .comment .Img p {
    margin: 5px 0 1% 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 8.5px;
    color: #9F8336;
    text-align: center;
}

.Food .Txt_box {
    margin-left: 3%;
}
.Food .Txt_box .Ttl {
    margin: 0 0 1% 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.2em;
    color: #9F8336;
}
.Food .Txt_box .Txt {
    line-height: 1.3;
    letter-spacing: 1.2px;
}
.Movie_area {
    margin-top: 4%;
    background-color: #C3BFB6;
}
.Movie_area .MTtl {
    padding: 5% 6% 8%;
    color: #990000;
    font-family: "Times New Roman", serif;
    font-size: 3.2em;
    letter-spacing: 2px;
    text-align: center;
}
.Movie_area .Movie_inner {
    padding: 0 5% 5%;
}

.video_wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video_wrapper > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.Interview_area  {
    margin: 6% 3% 8%;
}
.Interview_area .ITtl {
    padding: 5% 6% 0;
    color: #990000;
    font-family: "Times New Roman", serif;
    font-size: 1.8em;
    letter-spacing: 2px;
    text-align: center;
}
.Interview_area .Interview_inner {
}

.Interview_area .Interview_inner .ITtl-h2{
    margin:1.3% 6% 1.3%;
    padding: 0.8%;
    /*border-left: 10px solid #990000;
    border-bottom: 1px solid #990000;*/
    color: #990000;
    font-family: "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.6em;
    letter-spacing: 1px;
}

.Interview_area .Interview_inner .ITtl-date{
    margin:2% 7% 0%;
    color: #990000;
    font-family: "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 0.95em;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: right;
}

.Interview_area .Interview_inner .ITtl-h3{
    margin:0% 6% 4%;
    padding: 3%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1.5em;
    line-height: 1.7;
    letter-spacing: 0.5px;
    text-align: center;
}
.Interview_area .Photo_box {
    padding: 3% 6%;
}
    .Interview_area .Photo_box_main {
        padding: 1.5% 6% 3%;
    }

      .Interview_area .Photo_box_main p {
        padding: 1.8% 0;
        font-size: 18px;
        line-height: 1.5;

    }

 .Interview_area .notes{
    font-size: 18px;
 } 

.Interview_area .article_box {
    margin: 0 6% 2% 6%;
    line-height: 1.8;
    letter-spacing: 1.1px;
    font-size: 1.1em;
}

.Interview_area .article_box .note{
    font-size: 10px;
}



.Reserve {
    background-color: #C3BFB6;
}
.Reserve .Reserve_inner {
    flex-shrink: 0;
}
.Reserve .Reserve_inner .Img {
    flex-basis: 50%;
}

.Reserve .Txt_box {
    margin: 8% 5%;
    flex-basis: 33%;
}
.Reserve ul {
    text-decoration: none;
    list-style: none; 
}
.Reserve li {
    margin-bottom: 2.5%;
}
.Reserve .date {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    
}
.Reserve .show {
    font-size: 13px;
    font-weight: bold;
    color: #990000;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.Reserve .showtime {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 10%;
}

.footer_inner .copyright {
    margin: 2% 0 4%;
    color: #fff;
    font-size: 6px;
    text-align: center;
}
        /***********************
        BUTTON CSS Effect************************************/


        .btn-square-so-pop {
          position: relative;
          display: inline-block;
          padding: 1.1em 0.5em;
          text-decoration: none;
          color: #fff;
          background: linear-gradient(to bottom, #edabae 0%, #b3494d 5%, #91080e 100%);
          background-color: #990000;/*色*/
          border-radius: 4px;/*角の丸み*/
          box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
          font-weight: normal;
          border: solid 0.5px #990000;/*線色*/
          text-align: center;
          font-size: calc(12px + 0.2vw);
          width: 100%;
        }
        .Rbtn{
       　　font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        }
        .btn-square-so-pop:active {
          /*押したとき*/
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
            background: #d8d8d8;/*色*/
        }
        /***********************
        BUTTON CSS EffectEND************************************/

        /***********************
        Modaal CSS Effect************************************/

        .modaal-image .modaal-container {
            width: auto;
            max-width: 80%;
            color: #fff;
        }
        /***********************
        Modaal CSS EffectEND************************************/

/***********************
        MEDIA QUERY
*************************/



/***********************
       COMMON
*************************/
    @media (max-width: 1280px) {
     
}




    @media (max-width: 769px)and (min-width: 481px) {
        


    


}



@media screen and (max-width: 769px){
         /*パソコンで見たときは"pc"のclassがついた画像が表示される */
        .pc769 { display: none !important; }
        .tb769 { display: block !important; }
        /*スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    
        .Interview_area .article_box {
            margin: 2% 2% 2% 2%;
            font-size: 10.5px;
        }
        .Food .comment .Txt_box .Txt {
            font-size: 10.5px;
        }
        .Food .comment .Img {
            width: 75vw;
        }



}

       
    

@media screen and (max-width: 480px){
        /* パソコンで見たときは"pc"のclassがついた画像が表示される */
        .pc { display: none !important; }
        .sp { display: block !important; }
        /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    
/***********************
       COMMON
*************************/ 

    
    .main .Ttl {
        margin: 2%;
        font-size: 16px;
        font-weight: bold;
    }   
    .main .Txt_box {
        flex-direction: column;
    }
    .main .Text {
        font-size: 13px;
    }
    .main .Img {
    margin-top: 2%;
    width: auto;
    }
    .miniReserve {
        padding: 10% 5% 8%;
    }
    .miniReserve .mReserve_inner {
        flex-direction: column;
        align-items: stretch;
    }
    .miniReserve .mReserve_inner .Txt_box {
        margin: 0 4%;
    }
    .miniReserve .Btn-area {
        margin-top: 2%;
        width: auto;
        margin: 2%;
    }

    .Menu_area {
        padding: 4% 0 0;
    }

    .Menu_area .FTtl_box .Food_Ttl {
        margin-left: 15%;
        padding: 5% 6% 8%;
        color: #fff;
        font-family: "Times New Roman", serif;
        font-size: 2.2em;
        letter-spacing: 2px;
        text-align: center;
    }
    .Menu_area .BKImg_1 {
        background-image: url(../images/MMenu_Ttl_img_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0% 0%;
    }
    .Menu_area .subTtl {
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .Food .FBox {
        margin: 8% 0%;
    }
    .Food .Menu {
        flex-direction: column;
    }
    .Food .Txt_box .Txt {
        font-size: 10.5px;
    }
    .Food .Name {
        font-size: 16px;

    }
    .Food .comment {
    padding: 3% 3%;

    }
    .Food .comment .Img {
        width: 90vw;
    }
    .Food .disc_1 {
        margin: 2% 0 1%;
        line-height: 1.5;
        letter-spacing: 1.2px;
        font-size: 10.5px;
    }
    .Movie_area .Movie_inner {
        padding: 0 5% 10%;
    }
    .Movie_area .MTtl {
        padding: 8% 6% 6%;
        font-size: 2.6em;
    }
        .Interview_area .ITtl{
        font-size: 2.6em;
        letter-spacing: 1.5px;
        white-space: nowrap;
    }
    .Interview_area .Interview_inner .ITtl-h2{
        margin:1.3% 3% 1.3%;
        padding: 0.5% 0.8%;
        border-left: 8px solid #990000;
        font-size: 1.4em;
        line-height: 1.5;

    }
    .Interview_area .Interview_inner .ITtl-h3 {
        margin: 3% 3% 7%;
        padding: 5% 3%;
        font-size: 1em;
        line-height: 1.3;
        letter-spacing: 0.5px;
        text-align: left;
    }
    .Interview_area .Interview_inner .ITtl-date{
        margin:2% 5% 0%;
        font-size: 0.95em;
    }

    /*.Interview_area .sp-p-10{
        padding-top: 10%; 
        padding-bottom: 10%; 
    }*/
    .Interview_area .Photo_box_main {
        padding: 3% 3%;
    }


    .Interview_area .article_box {
        margin: 2% 2% 2% 2%;
        line-height: 1.8;
        letter-spacing: 1.1px;
        font-size: 1.05em;
    }
    .Reserve .Reserve_inner {
        flex-shrink: 0;
        flex-direction: column;
    }
    
        /***********************
        BUTTON CSS Effect************************************/


        .btn-square-so-pop {
          padding: 1.2em 0.5em;
          font-size: calc(13px + 0.2vw);
          width: 100%;
        }
        .Rbtn{
       　　font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        }
        .btn-square-so-pop:active {
          /*押したとき*/
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
            background: #d8d8d8;/*色*/
        }
        /***********************
        BUTTON CSS EffectEND************************************/

        /***********************
        Modaal CSS Effect************************************/

        .modaal-image .modaal-container {
            width: auto;
            max-width: 100%;
            color: #fff;
        }
        /***********************
        Modaal CSS EffectEND************************************/

}