@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}


body{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
/*    background-image: url(image/back.png);*/
    background-image: url(image/back.jpg);
    background-size: cover;
}

main,footer{
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

article{
    text-align: center;   
/*    width: auto;*/
}

.logo{
    position: absolute;
    top:30px;
    left: 30px;
    display: inline-block;
      width: 10vmax;
    
}



/*ナビゲーション*/
body header{
    z-index: 10;
    writing-mode:vertical-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    
    position: fixed;
    top:0%;
    right: 0%;
    height: 100%;
}


body header nav{
    width: 100%;
}

body header nav ul{
    width: 100%;    
    background-color: rgba(0,0,0,0.5);
    padding-top: 5%;
    font-size: 2vh;
}

body header nav ul li{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    line-height: 10vh;
    padding: 1.5vh 0;
}



body header nav ul li a{
    text-decoration: none;
    color:white;
    
}

body header nav ul li a:hover{
    color: #a20918;
    transition: 0.5s;
}

ul{
/*    z-index: 10;*/
}

body header nav ul li i{
    font-size: 3vh;
}


.list_reservation-access{
    width: 6vh;
    line-height: 200%;
    background-color: rgba(255,255,255,0.5);
/*    background-color: rgba(255,255,255,1);*/
    display: inline-block;
    vertical-align:middle;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 2vh;
    line-height: 3vh;
}

.list_reservation-access a{
    color:black;
    text-decoration: none; 
}

.list_reservation-access a:hover{
    color: #a20918;
    transition: 0.5s;
    text-decoration: none;
}



/*h1縦書き*/
h1{
    z-index: 9;
    writing-mode:vertical-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*たたずまいページ分岐ナビ縦書き*/
.appearance_nav{
    z-index: 9;
    writing-mode:vertical-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.appearance_nav li{
    text-decoration: none;
   list-style-type: none;
    padding: 150px;
    display: block;
}

.appearance_nav li a{
    text-decoration: none;
    color: black;
}

.appearance_nav .appearance_li01{
    margin-top: 100px;
}

.appearance_nav .appearance_li02{
    margin-top: -50px;
}

.appearance_nav .appearance_li03{
    margin-top: -50px;
}

.appearance_nav .appearance_li04{
    margin-top: 100px;
}



/*h2テキスト設定*/
h2{
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 200%;
    display: inline-block;
    margin: 360px 0 40px 0;
}



/*ごあいさつページ*/

.greeting_img01{
    text-align: center;
    padding-bottom: 80px;
    
}


.greeting_img01 img{
    width: 100%;
}

.greeting{
    margin-bottom: 120px;
}

.greeting_imgbox{
    display: inline-block;
    max-width: 440px;
    
}

.greeting_imgbox img{
       max-width: 440px;
}

.greeting_textbox{
    display: inline-block;
    text-align: start;
    max-width: 480px;
    margin-left: 20px;

}

.greeting_text01{
    line-height: 200%;
    font-size: 18px;
}

.greeting_text02{
    line-height: 200%;
    font-size: 18px;
}

.greeting_text03{
    line-height: 200%;
    font-size: 22px;
}

.greeting_text04{
    line-height: 200%;
    font-size:16px;
}
.greeting_movie{
    margin-top: 2em;
    width:100%;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
}
.greeting_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
/* youtube */
.youtube{
    width: 960px;
    max-width: 100%;
    /* height: 264px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
    margin-top: 60px;
}
.youtube_box{
    width: 480px;
}
.youtube_box iframe{
    /* width: 100%; */
    width: 80%;
    /* height: 264px; */
    height: 216px;
}
.youtube_box p{
    width: 100%;
    font-size: 1rem;
}
/* 山梨グリーンゾーン */
.greenzone{
    width: 960px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
    line-height: 200%;
}
.greenzone_title{
    font-weight: bold;
}
.greenzone_box{
    background-color: #ecdfcc;
    border: #0a8843 solid 5px;
    border-radius: 40px;
    padding: 1em 2em;
}
.greenzone_box h2{
    text-align: center;
    font-size: 20px;
    line-height: 200%;
    margin: 0;
    font-weight: bold;
}
.greenzone_box h3{
    line-height: 300%;
    font-size: 0.7em;
}
.greenzone_box p{
    line-height: 200%;
    font-size: 0.7em;
    font-weight: bold;
    text-align: left;
    padding: 0 35px;
}
.greenzone_foot{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 50px 0 50px;
}
.greenzone_ygz{
    width: 150px;
}
.greenzone_foot p{
    font-size: 0.65em;
    padding: 0;
}
.greenzone_foot a{
    text-decoration: none;
    color: #000000;
}
.greenzone_arrow{
    height: 8px;
    padding-left: 5px;
    padding-bottom: 4px;
}

/*メニューページ*/
    /*メイン画像*/
.menu_img01{
    width: 100%;
    margin-bottom: 50px;
}
/* h3お品書き */
.menu_h3{
    text-align: left;
    font-weight: unset;
    color: #a20918;
    margin: 50px 0 20px 20px;
}

    /*メニュー一覧*/
.menu_section{
    color: #a20918;
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
    width:100%;
}

.menu_section div{
    display: inline-block;
    width: 24%;
    padding: 0 0.125%;
}

.menu_section div p{
    font-size: 16px;
    text-align: start;
    padding-left: 5px;
}

.menu_section img{
    height: 315px;
    display:inline-block;
}
/* 特別メニュー　※要予約 */
.sp_menu_section{
    max-width: 100%;
    width: 960px;
    display: grid;
    grid-template-rows: repeat(2,1fr);
    grid-row-gap: 2rem;
}
.sp_menu_cell{
    display: flex;
}
.sp_menu_imgwrap{
     width: 48%;
    min-width:300px;
    height:auto;
}
.sp_menu_img{
    width: 100%;
}
.sp_menu_textwrap{
     width: 48%; 
    background-image: url(../image/sp_menu_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sp_menu_title{
     border-top: solid #2e1212 4px ;
    border-bottom: solid #2e1212 4px ;
    font-size: 1.5rem;
    line-height: 2; 
}
.sp_menu_title > p{
    margin: 3px 0;
    border-top: solid #2e1212 1px ;
    border-bottom: solid #2e1212 1px ;
}
.sp_menu_text{
    display: flex;
    margin:0.8em auto;
    justify-content: flex-start;
    align-items: flex-start;
}
.sp_menu_label{
     color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    line-height: 1.6;
    padding:0.5em;
    height:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5em;
    white-space: nowrap;
    text-align: center;
    width:55px;
}
.sp_menu_detail_wrap{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-between;
    text-align: left;
}
/*↓endou0809↓*/
.sp-menu-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom:3.8em;
}
.sp-menu-left, .sp-menu-right{
    width:48%;
}
.sp-menu-right{
    height:100%;
    height:310px;
}
.sp-menu-left img, .con_menu_img{
    width:auto;
    height:310px;
}
.sp-menu-title{
    width:100%;
    border-top:solid 4px #2e1212;
    border-bottom:solid 4px #2e1212;
}
.sp-menu-title p{
    border-top:solid 1px #2e1212;
    border-bottom:solid 1px #2e1212;
    margin:3px 0;
    padding:0.3em;
    font-size:1.5rem;
}
.sp-menu-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url(../image/sp_menu_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin:0.5em 0 3px 0;
    border-bottom:solid 1px #2e1212;
    height:98%;
}
.sp-menu-box-wrap{
    border-bottom:solid 4px #2e1212;
    height:225px;
}
.menu-cont-left p{
    color:#fff;
    background:#000;
    font-size:0.8em;
    padding:3px 0;
    letter-spacing: 15px;
    text-indent: 15px;
    text-align: center;
}
.menu-cont-right{
    height:100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: space-between;
}
.menu-cont-right p{
    text-align: left;
    font-size:90%;
}
.cont-right-bottom{
    display: block;
    margin-top:auto;
}
.sp-menu-price{
    color:#dd0000;
    text-align: right;
    display: block;
    margin:1em 0 0.5em 0;
    font-weight: bold;
}
.hyaku-alert{
    display: flex;
    flex-flow: column nowrap;
    font-size:90%;
    margin-bottom:5em;
    line-height: 2.2em;
    padding:0 1em;
}
/*↑endou0809↑*/


/* お祝い */
.con_menu_section{
    display: flex;
    flex-flow:column nowrap;
    justify-content: center;
    margin-top:1em;
}
.con_menu_cell{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 80px;
}
.con_menu_textwrap{
     width: 48%;
    border-bottom: solid #ff0000 4px ;
    background-image: url('../image/con_menu_bg.png');
    background-size: inherit;
    background-position: bottom;
    background-repeat: no-repeat;
}
.con_menu_textwrap .sp_menu_text{
    margin-bottom: 3px;
    border-bottom: solid #ff0000 1px ;
}
.con_menu_title{
    width: 100%;
    border-top: solid #ff0000 4px ;
    border-bottom: solid #ff0000 4px ;
    font-size: 1.5rem;
    line-height: 2;
}
.con_menu_title > p{
    margin: 3px 0;
    border-top: solid #ff0000 1px ;
    border-bottom: solid #ff0000 1px ;
}
.con_menu_text{
    display: flex;
    align-items: flex-start;
}
.con_menu_text2{
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
.con_menu_label_wrap{
    height: 165px;
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1.1rem;
    margin-left: 80px;
    margin-bottom: 10px;
}
.con_menu_label{
    width: 80px;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 0.8em;
    line-height: 1.6;
}
.con_menu_label2{
    width: 80px;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    line-height: 1.6;
}
.con_menu_price_wrap{
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    color: #dd0000;
    font-size: 1.3rem;
    font-weight: bolder;
    margin-left: 50px;
    margin-bottom: 10px;
}
.con_menu_caution_wrap{
    margin: 0 0 3px 0;
    border-bottom: solid #ff0000 1px;
}
.con_menu_caution{
    text-align: left;
    padding-left: 80px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin: 0 0 3px 0;
}
.con_menu_detail_wrap{
    height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: 0.9rem;
    margin-left: 15px;
    margin-bottom: 10px;
}
.con_menu_textwrap2{
    width: 461px;
    max-width: 80%;
    border-bottom: solid #ff0000 4px ;
    background-image: url('../image/con_menu_bg.png');
    background-size: inherit;
    background-position: bottom;
    background-repeat: no-repeat;
}
.con_menu_title2{
    width: 100%;
    border-top: solid #ff0000 4px ;
    border-bottom: solid #ff0000 4px ;
    font-size: 1.5rem;
    line-height: 2;
}
.con_menu_title2 > p{
    margin: 3px 0;
    border-top: solid #ff0000 1px ;
    border-bottom: solid #ff0000 1px ;
}
.con_menu_text2{
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
.con_menu_label2{
    width: 80px;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    line-height: 1.6;
}
.con_menu_detail_wrap2{
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: 0.9rem;
    margin-left: 15px;
    margin-bottom: 10px;
}
.con_menu_caution_wrap2{
    width: 100%;
    color: #dd0000;
    margin: 0 0 3px 0;
    padding-bottom: 5px;
   border-bottom: solid #ff0000 1px ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.con_menu_caution2{
    margin-right: 2rem;
    font-size: 0.7rem;
}
.con_menu_price2{
    font-weight: bolder;
}

/*たたずまいページ*/

.appearance_img_nav_box{
    display: flex;
    justify-content: center;
    margin: 80px 0 140px 0;
}

.appearance_img_nav01 p{
    writing-mode:vertical-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    
    margin: 20px 230px;
}
    
.appearance_img_nav02 p{
    writing-mode:vertical-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    
    margin: 20px 230px;

}


.appearance_img_nav01{
/*    overflow: hidden;*/
}

.appearance_img01{
    width: 460px;
/*    transition: 0.5s;*/
}

.appearance_img01:hover{
/*    transform: scale(1.2);*/
    opacity: 0.7;
    transition: 0.7s;
    }


.appearance_img_nav02{
    overflow: hidden;
}

.appearance_img02{
    width:  460px;
/*    transition: 0.5s;*/
}

.appearance_img02:hover{
/*    transform: scale(1.2);*/
    opacity: 0.7;
    transition: 0.7s;
    
    }


   
}


/*外観ページ*/

.section_exterior{
    text-align: center;
    margin: 50px 0;
}

.section_exterior p{
    text-align: center;
    line-height: 200%;
    margin: 60px 0 10px 0;
}

.section_exterior img{
    width:45%;
    margin: 5px;
}


.line01{
    position: absolute;
    width: 130px;
    height: 20px;
    border: solid 1px black;
    border-top: none;
    border-right: none;
    top:15%;
    left:-webkit-calc(50% - 165px);
}



/*店内ページ*/

.interior_text{
    margin: 40px 0 40px 0;
}

.section_interior{
    padding: 0 0.5%;
    margin: 50px 0;
}
.section_interior p{
    width: 100%;
    text-align: start;
}
.interior_text{
    line-height: 200%;
    margin-bottom: 50px;
}
.sec_interior_imgset{
    display: flex;
}
.sec_interior_imgset p{
    text-align: center;
    font-size: 10px;
}
.sec_interior_imgset div{
    width: 50%;
    padding: 0.5%;
}

.section_interior div p{
    font-size: 17px;
}

.section_interior img{
    width: 100%;
}

.center{
    text-align-last: center;
}

.line02{
    width: 130px;
    height: 20px;
    border: solid 1px black;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 15%;
    left:-webkit-calc(50% + 35px);
}

/*予約・アクセスページ*/


.address_box p:nth-child(-n+4){
    font-size: 26px;
}

.address_box{
    background-color: white;
    padding-top: 50px;
    padding-bottom: 70px;
    border: solid 1px #603813;
    margin-top: 20px;
}
.address_box a{
    color: black;
    text-decoration: none;
    font-size: 36px;
}
.address_box p:nth-child(4){
    border-bottom:  solid 1px #603813;
    padding-bottom: 60px;
}
.googlemap_icon{
    margin-left: 70%;
    margin-bottom: 15px;
}
.infomation{
    text-align:start;
    font-size: 16px;
    border-top: solid 1px #603813;
    padding: 60px 90px 50px 90px;
}

.infomation span{
    text-align: justify;
    text-align: center;
    justify-content: space-between;
    line-height: 250%;
}

.jenre{
    letter-spacing: 0em;
}

.place{
    letter-spacing: 2em;
    margin-right: -2em;
}

.parking{
    letter-spacing: 0.5em;
    margin-right: -0.5em;
}

.seat{
    letter-spacing: 3em;
}

.card{
    letter-spacing: 0.5em;
    margin-right: -0.5em;
}

.resevation_access_footer{
    margin-top: 100px;
    margin-bottom: 100px;
}
.resevation_access_footer figure img{
    width: 15%;
}

/*共通フッター*/
footer{
    text-align: center;
}


.footer_box{
    display: inline-block;
    font-size: 0;
    display: flex;


}

.footer_box img{
    width:50%;
    display: inline-block;
 

}

address{
    width: 50%;
    
    font-style:normal;
    font-size:17px;
    color:white;
    text-align: left;
    display: inline-block;
    background-color: #0e0000;
    opacity: 0.7;
    padding: 20px;
    vertical-align:text-bottom;
    padding:2vh 2.5vw;
  

}

address a{
    text-decoration: none;
    color:white;
}

.footer_box02{
        padding-bottom: 150px;
}



footer .footer_nav li{
    display: inline-block;
    font-size: 18px;
}

footer .footer_nav li a{
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 5px 15px;
}

.responsive_footer_img{
    width: 100%;
}



/*フッターリストのホバーアニメーション*/
.footer_nav{
    list-style: disc;
}

footer li {
    padding: 5px;
    display: list-item;
}
footer ul li a {
    display: block;
    text-decoration: none;
}
footer ul li a::after {
  border-bottom: solid 2px #000;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
footer ul li a:hover::after {
  width: 100%;
}



/*フッターロゴ*/
.footer_logo img{
    width: 15%;
    padding: 100px 0 50px 0;
}

.footer_text01,.footer_text02,.footer_text03{
    font-size: 18px;
    line-height: 300%;
}

.footer_text04{
    line-height: 100%;
}

.footer_text04{
    font-size: 21px;
}

.footer_text04 a{
    text-decoration: none;
    color: black;
}

   
