@charset "utf-8";

a{
   color: #180600;
    text-decoration: none;
}
html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing:inherit;
}
body{
  color: #230800;
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-image: url(../image/bg01.jpeg);
}
.container{
    margin:0 auto;
}
img{
    vertical-align: bottom;
    box-sizing: border-box;

}
header + header{
    margin-top:100px ;
}
.pc_food_main_image_1{
  display: none;
}
.pc_top{
  display: none;
}
.pc_pickup{
  display: none;
}


/* ヘッダー */
.header{
    background: white;
   
}
header>.container{
  margin: 0 auto;
    max-width: 1480px;
    background-image: url(../image/bg01.jpeg);
    background-size: cover;
   
}
h1{
  font-size: 10px;
}
.container h1{
  width: 79%;
}
/* うみロジのロゴ */
.logo img {
  width: 245px;
  display: block;
  margin: 0 auto;
  padding-right: 50px;
  margin-top: 25px;
  padding-bottom:25px;
}
/* ハンバーガーメニュー */
.burger {
  top: 0;
  padding: 30px;
  right: 0;
  height: auto;
  background-image: url(../image/Open.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 2;
}

  .burger.is-active{
    background-image: url(../image/close.png);
    padding: 20px;
    top: 20px;
    right: 20px;
    z-index: 20;
}
.menu{
  display: none;
}
.menu{
  color: rgb(252, 248, 248);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  width: 100vw;
  height: 100vh;
  background-image: url(../image/bg01.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0, 0, 0);
  position:fixed;
  top:0;
  z-index:1;
  overflow: scroll;
  display: none;
  padding-bottom: 100px;
   }
   .home{
     width: 90%;
     margin: 0 auto;

   }
   .home li{
    padding: 5px 0 0 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.417);
   }
   .menu_logo img{
    width: 200px;
    height: 124px;
    margin: 49px auto;
    display: block;
   }
 
   .home li a{
     font-size: 20px;
     display: block;
   }
   .home img{
    width: 110px;
    height: 50px;
   }
   .home li ::after{
    content: ">>";
    width: 50px;
    height: 33px;
    position: relative;
    left: 160px;
    top: -5px;
    font-size: 20px;
  }
  /* トップ画像 */
  .main_image img{
    width: 100%;
    height: auto;
    display: block;
  }
/* コロナ感染予防対策 */
.lead {
  max-width: 1480px;
  margin: 0 auto;
  background-image: url(../image/bg01.jpeg);
  background-size: cover;
  background-position: center;
 padding: 30px 0;
 text-align: center;
}
.lead:before {
content: " ";
z-index: 1;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -150px;
margin-right: -150px;
padding-left: 150px;
padding-right: 150px;
}
.lead h2 {
 text-align: center;
 font-size: 12px;
 position: relative;
 border: 1px solid rgba(44, 44, 44, 0.666);
 display: inline-block;
 width: 50%;
 padding: 8px;
 background-image: url(../image/22724516.png);
 background-size: cover;
 background-position: center;
 box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
}
.lead ::after {
 content: "";
 position: absolute;
 top: 20%;
 right: 20px;
}
:before, :after {
pointer-events: none;
}
.lead .text{
width: 92%;
font-size: 12px;
margin: 0 auto;
text-align: center;
padding-top: 30px;
margin-bottom: 20px;

}
.lead .colona_list{
width: 97%;
font-size: 12px;
margin: 0 auto;
padding: 0px 10px 32px;
text-align: left;
box-shadow: 3px 5px 15px 8px #c09d7354;

}
.lead .colona_list ul{
 margin-left: 20px;
}
.colona_list{
display: none;
}
/* end コロナ感染予防対策 */

/* お知らせ一覧 */
.news_all{
  max-width: 1480px;
    margin: 0 auto;
  width: 100%;
  background-image: url(../image/backgrounnews.jpg);
}
.news{
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #230800;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 90px;
  font-size: 12px;
  color: #230800;
  padding: 0 5px 10px 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 5px 0 0;
}
.news-list .item .category span{
  background: rgba(0, 0, 0, 0.19);
  color: white;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 10px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.news .news_logo {
  width: 160px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.New-year_img{
  width: 100%;
}
.New-year_img img{
  width: 100%;
}
/* お知らせ終わり */

/* メインエリア */
/* こだわり */
.pickup{
  width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
  background-image: url(../image/sticking-background.png);
  background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 position: relative;
}

.pickup h2 img{
  padding-top: 20px;
  margin: 0 auto;
  height: 187px;
  display: block;
  width: 250px;
}

.pickup p{
  width: 90%;
  margin: 0 auto;
  color: aliceblue;
  padding-top: 20px;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 30px;
}

/* .po{
  position: absolute;
  background-image: url(../image/新鮮なレバ.svg);
  background-size: contain;
  width: 250px;
  height: 250px;
  border-radius: 50%;
} */
/* .po {
  position: absolute;
  background-image: url(../image/fresh-liver.png);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 25px 38px #180600;
  width: 100%;
  height: 298px;
  opacity: 0.3;
  bottom: 0;
} */
.btn{
  display: flex;
  justify-content: center;
}
.btn img{
  margin: 0 auto;
  width: 220px;
  height: 53px;
  margin-top: 40px;
  box-shadow: 5px 5px 5px 1px #fefefe33;
}
/* こだわり終わり */
/* うみロジのおすすめ */
main{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/bg01.jpeg);
  background-size: cover;
}
article{
  max-width: 1480px;
  margin: 0 auto;
 position: relative;
}
.box{
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
 padding-bottom:50px;
 background-image: url(../image/fish.png);
 background-size: contain;
 background-repeat: no-repeat;
}
.box_1{
  margin-bottom: 70px;
}
.box_1 .sasimi{
  width: 90%;
  padding-top: 20px;
  display: block;
  margin-left: auto;
}
.box .about{
  position: absolute;
    top: 0px;
    left: 10px;
    width: 120px;
}
.wrap{
  position: absolute;
  top: 245px;
  right: 10px;
  background-color: #fefefe75;
  display: inline-block;
  padding: 4vw 4.5% 4vw;
  border-radius: 5px;

}
.wrap p{
  font-size: 16px;
  line-height: 1.8;
}
.wrap p span{
  color: red;
  font-weight: bold;
}
p.tx{
  margin: 0 auto;
    width: 95%;
    line-height: 1.8;
    font-size: 14px;
    padding-top: 20px;
}
.btn_1{
  display: flex;
  justify-content: center;
}
.btn_1 img{
  margin: 0 auto;
  width: 220px;
  height: 53px;
  margin-top: 40px;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}
/* うみロジのおすすめ終わり */
/* ランチ */
.lunch{
  max-width: 1480px;
    margin: 0 auto;
  background-image: url(../image/23290799.jpg);
 background-size: cover;
 background-repeat: no-repeat;
}
.lunch_1{
  padding: 20px 0;
}
.lunch_1 img{
  display: block;
  margin: 0 auto;
  width: 375px;
}
/* ランチ写真 */
.your-class {
  position: relative;
}
.your-class img {
  margin:0 auto;
  display: block;
  width: 100%;
  height: 281px;
}
/* ランチ写真終わり */
/* ランチの説明 */
.lunchtex{
  text-align: center;
}
p.txlunch{
  margin: 0 auto;
    width: 95%;
    line-height: 1.8;
    font-size: 14px;
    padding: 22px 0 40px 0;
}
p.txlunch span{
  display: block;
  text-align: center;
  font-size: 20px;
}

.lunch_btn{
  display: inline-block;
}
.lead_1 {

 padding-bottom: 30px;
 text-align: center;
}
.lead_1:before {
content: " ";
z-index: 1;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -150px;
margin-right: -150px;
padding-left: 150px;
padding-right: 150px;
}
.lead_1 h2 {
 text-align: center;
 display: inline-block;
 width: 200px;
 height: auto;
 box-shadow: 3px 6px 9px 1px #3f3f3f;
}
.lead_1 ::after {
 content: "";
 position: absolute;
 top: 20%;
 right: 20px;
}
:before, :after {
pointer-events: none;
}

.lunch_list{
width: 100%;
margin: 0 auto;
margin-top: 34px;
}


.higawari {
  width: 90%;
  padding-bottom: 20px;
  background: #ebf5fe80;
  margin: 0 auto;
  border-radius: 10px;
}
.higawari img{
  width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.lunch_list{
display: none;
}
.lunch_pac{
  background-color: #efeff1;
  width: 90%;
  margin: 30px auto ;
}
.lunch_pac img{
  width: 100%;
}

.lunch_pac h4{
  font-size: 20px;
  font-weight: bold;
}
.lunch_pac p{
  font-size: 12px;
  text-align: left;
  padding: 10px;
}

/* ランチメニュー終わり */
/* お米のこだわり */
.rice img{
  width: 100%;
  height: auto;
}
.rice_1{
  width: 100%;
  background-image: url(../image/background-rice.png);
 background-size: cover;
 background-repeat: no-repeat;
}
p.ricetex{
  margin: 0 auto;
    width: 95%;
    line-height: 1.8;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}
p.ricetex span{
  color: rgb(255, 0, 0);
  font-weight: bold;
}

/* お米のこだわり終わり */
/* ランチ終わり */
/* ドリンクメニュー */
.drink{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  background-image: url(../image/22715973.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.drink_1 img{
  width: 100%;
  display:block;
  margin: 0 auto;
}
p.drinktex{
  margin: 0 auto;
    width: 95%;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-size: 14px;
    padding-top: 30px;
  }

/* ドリンクメニュー終わり */
/* お店の雰囲気 */
.shop{
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/bg01.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.shop_1{
  max-width: 1480px;
    margin: 0 auto;
  width: 100%;
}
.shop_1 img{
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
/* お店の雰囲気終わり */
/* ここからフッター */
a.gototop {
  background: #656565b0;
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 3rem;
  height: 3rem;
  line-height: 4.3rem;
  position: fixed;
  right: 10px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  width: 3rem;
  z-index: 111111;
}
/* ここからフッター */
footer{
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  background-image:url(../image/4073776.jpg);
}

.footer_a{
  width: 100%;
  margin-bottom:20px ;
}

.footer_logo img{
  width: 40%;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 20px;
}
.company{
  width: 100%;
  line-height: 1.8;
}
.company section {
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
}
section.pany dl {
  border-top: 1px solid #000000;
  display: table;
  width: 100%;
  padding: 10px;
}

section.pany dl dt {
  float: left;
  padding-left: 10px;
}
section.pany dl dd {
  margin-left: 80px;
  padding-left: 10px;
}
/* コピーライト */
.copy p{
  font-size: 6px;
  color: rgb(2, 2, 2);
  text-align: center;
}
/* Googleマップ */
.googleMap{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 60vw;
}
.sns-sp{
  display: none;
}
.sns_footer{
  display:flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgb(0 0 0 / 86%);
  border: 1px solid #000;
  height: 60px;
}
.sns_footer img{
  display: block;
}
.sns_footer a{
  display: block;
}
.sns_footer .tel{
  width: 280px;
  height: 60px;
}
.sns_footer .inst{
  width: 60px;
  height: 60px;
  border-left: 1px solid #fff;
}
.sns_footer .map{
  width: 60px;
  height: 60px;
  border-left: 1px solid #fff;

}

.sns_footer .tel img{
  width: 80%;
  height: 60px;
  margin: 0 auto;
}
.sns_footer .inst img{
  width: 100%;	
  height: 60px;
  margin: 0 auto;
}
.sns_footer .inst a{
  padding-bottom: 5px;
}
.sns_footer .map img{
  margin: 0 auto;	
  height: 60px;
  width: 60%;
}

/* ここからお品書きページ */
.food_main_image{
  position: relative;
}
.food_main_image_2 {
  position: absolute;
  top: -57px;
  left: 5px;
  width: 104px;
  /* height: 172px; */
}
/* 刺身盛り合わせ */
.pickup_food{
  max-width: 1480px;
    margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/23318557.png);
  background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
p.pickup_22 {
  font-size: 11px;
  height: 282px;
  color: white;
  background: #000000;
  padding: 20px 10px;
  writing-mode: vertical-rl;
}

.food_1 img {
  position: absolute;
  top: 26px;
  right: 25px;
  width: 215px;
}


.food_2 img{
  width: 320px;
  height: auto;
  padding-left: 10px;

}
.ppp {
  background-image: url(../image/23148527.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

/* 刺身盛り料金 */
.food_3{
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/23318557.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.food_4{
  width: 95%;
  margin: 0 auto;
}
.food_4 h2{
  font-size: 15px;
  padding: 20px 0;
}
.food_4 h2 span{
  color: red;
  font-weight: bold;
}
.food_4 img{
  width: 145px;
  display: block;
  padding: 20px 0;
}
.food_40 img{
  width: 145px;
  display: block;
  padding: 20px 0;
}
.food_5{
  margin: 0 auto;
  width: 90%;
  padding-bottom: 60px;
}
.food_5 p {
  font-size: 15px;
  width: 220px;
  color: rgb(94 0 0);
  margin-top: 14px;
  letter-spacing: 3.5px;
}
.food_5 dl{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: 1px dashed #725f48c2;
}


.food_5 dd{
  padding-left: 50px;
  text-align: right;
}
.food_5  span{
  font-size: 11px;
  color: orangered;
}

.food_5 dd span{
  color: #230800;;
}

/* 牛レバー炙り */
.lever{
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-image: url(../image/23318557.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.lever_3 img{
  position: absolute;
  top: -40px;
  left: 5px;
  width: 95px;
  height: 240px;
}
.lever_4 img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 116px;
  height: 319px;
}
/* 神押し */
.god{
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.god_3 {
  position: absolute;
    width: 63%;
    font-weight: bold;
    bottom:0;
    left:0;
    background-image: url(../image/4073776.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.god_3 dl{
  display: flex;
    padding: 7px;
    justify-content: space-between;
    font-size: 16px;
}
.food_3 p{
  text-align:  right;
}
.chicken img{
  width: 100%;
}
.food_4 .garlic img{
  padding: 10px 0;
  display: block;
  width: 210px;
}

/* ここからドリンクメニュー */
.pickup_drink{
  width: 100%;
  margin: 0 auto;
}
.pickup_drink{
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/backgrounnews.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.drinkpage_4{
  width: 95%;
  margin: 0 auto;
}
.drinkpage_4 h2{
  font-size: 15px;
  padding: 20px 0;
}
.drinkpage_4 img{
  width: 120px;
    height: 70px;
    display: block;
}
.drinkpage_5{
  margin: 0 auto;
  padding-bottom: 60px;
}
.food_5 p {
  font-size: 15px;
  width: 100%;
  text-align: left;
  color: rgb(94 0 0);
  margin-top: 14px;
  letter-spacing: 3.5px;
}
.food_5 p span{
  font-weight: bold;
  color:rgb(94 0 0);
  font-size: 16px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}
.drinkpage_5 dl{
  display: flex;
  letter-spacing: 3.5px;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: 1px dashed #725f48c2;
}
.soft img {
  width: 200px;
  height: auto;
}
.sake {
  width: 100%;
  margin:  0 auto;
  padding-bottom: 10px;
}
.sake img{
  width: 100%;
}
.sake_all{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 60px;
}
/* .sake_all span{
  color: orangered;
} */
.sake_logo{
  margin: 0 auto;
  width: 95%;
}
.sake_logo img {
  width: 120px;
  height: 70px;
  display: block;
}
.sake_all dl {
  display: flex;
  letter-spacing: 3.5px;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: 1px dashed #725f48c2;
}
.sake_all dd {
  letter-spacing: 0.8px;
}
.drinkpage_5 dd{
  letter-spacing: 0.8px;
}
.drinkpage_5  span{
  font-size: 12px;
  color: orangered;
}

.drinkpage_5 p span{
  font-weight: bold;
  color: rgb(94 0 0);
  font-size: 16px;
  padding-bottom: 10px;
 
}

.pickup_drink_7 {
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/23290799.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.drinkpage_6{
  width: 90%;
  margin: 0 auto;
}
.drinkpage_6 img {
  width: 170px;
  height: auto;
  display: block;
  padding: 30px 0;
}
.drinkpage_6 dl {
  display: flex;
  letter-spacing: 3.5px;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: 1px dashed #725f48c2;
}
.drinkpage_6 dd {
  padding-left: 50px;
  letter-spacing: 1px;
}
.drinkpage_6 p{
  padding-top: 30px;
  text-align: right;
  font-size: 12px;
}


/* ここからコース料理ページ */
.course {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.course_image img{
  width: 100%;
  height: auto;
  display: block;
}
.course_1{
  position: absolute;
  top: 10px;
}
.course_1 img{
  width: 280px;
}
.course_main{
  width: 100%;
  background-image: url(../image/1826729_m.jpg);
  padding-bottom: 100px;

}
.course_main_1 img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
  background: linear-gradient(45deg, white, #ffecb8a1);
}

.course_main_2 img{
  width: 250px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 3px 9px 6px 5px rgb(0 0 0 / 50%);
}
.course_main_3 img{
  max-width: 75%;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
.course_munu{
  width: 100%;
}
.course_munu_1{
  width: 80%;
  margin: 0 auto;
  background: linear-gradient(45deg, #ffffff63, #fbf9f933);}
.course_munu_1 h3{
  text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    background: black;
    padding: 4px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
}
.course_munu_1 p{
  padding: 20px;
  font-size: 15px;
}


@media screen and (min-width:320px) and (max-width: 370px){
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
h1{
  font-size: 11px;
  width: 190px;
}
.wrap p {
  font-size: 14px;
  line-height: 1.7;
}
.wrap {
  position: absolute;
  top: 182px;
  right: 0px;
  background-color: #fefefe75;
  display: inline-block;
  padding: 4vw 4.5% 4vw;
  border-radius: 5px;
}
.box .about {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 110px;
}

.sns_footer .tel{
  width: 200px;
  height: 60px;
}
.sns_footer .inst{
  width: 60px;
  height: 60px;
}
.sns_footer .map{
  width: 60px;
  height: 60px;
}

.sns_footer .tel img{
  width: 100%;
  height: 60px;
}
.sns_footer .inst img{
  width: 100%;	
  height: 60px;
}
.sns_footer .map img{
  width: 100%;	
  height:60px;
  border-left: 1px solid #000;

}
/* フードメニュー */

p.pickup_22 {
  font-size: 11px;
  height: 215px;
  color: white;
  background: #000000;
  padding: 20px 10px;
  writing-mode: vertical-rl;
}
.food_main_image_2 {
  position: absolute;
  top: -57px;
  left: 5px;
  width: 77px;
  /* height: 172px; */
}
.food_4 h2 {
  font-size: 13px;
  padding: 20px 0;
}
.food_2 img {
  width: 208px;
  height: auto;
}
.food_1 img {
  position: absolute;
  top: 28px;
  right: 11px;
  width: 156px;
}
/* 牛レバー炙り */
.lever_3 img {
  position: absolute;
  top: -31px;
  left: 5px;
  width: 95px;
  height: 200px;
}
.lever_4 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 102px;
  height: 260px;
}
.food_5 {
  width: 95%;
}
.food_5 dl{
  font-size: 13px;
}
.food_5  span{
  font-size: 10px;
}
.god_3 {
  width: 71%;
}
.drinkpage_4{
  width: 95%;
  margin: 0 auto;
}
.drinkpage_5 span {
  font-size: 10px;
}
.course_main_2 img {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  border-radius: 50%;
  box-shadow: 3px 9px 6px 5px rgb(0 0 0 / 50%);
}
}
/* ここからタブレットサイズ */
@media  screen and (min-width:768px){
h1{
  font-size: 20px;
}
.logo img {
  width: 334px;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.burger {
  padding: 50px;
}
.menu_logo img {
  width: 334px;
  height: auto;
}
.burger.is-active {
  background-image: url(../image/close.png);
  padding: 40px;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.home img {
  width: 200px;
  height: auto;
}
.home li ::after {
  content: ">>";
  width: 118px;
  height: 35px;
  position: relative;
  left: 400px;
  top: -5px;
  font-size: 35px;
}
.lead h2 {
  font-size: 15px;
}
.lead .text {
  font-size: 17px;
}
.lead .colona_list{
  font-size: 16px;
}
.news img {
  width: 250px;
}
.New-year_img img{
  width: 100%;
}
.news-list .item .category span {
  font-size: 14px;
}
.news-list .item .date {
  font-size: 16px;
}
.news-list .item .title {
  font-size: 18px;
}
.pickup h2 img {
  height: auto;
  width: 300px;
}
.pickup p {
  font-size: 18px;
}
/* .po {
  height: 470px;
} */
.btn img {
  width: 320px;
  height: auto;
  margin-top: 60px;
}
.box .about {
  width: 187px;
}
.wrap {
  top: 353px;
}
.wrap p {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
p.tx {
  font-size: 18px;
}
.btn_1 img {
  width: 320px;
  height: auto;
  margin-top: 60px;
}
.lunch_1 img {
  width: 590px;
  height: auto;
}
.your-class img{
  width: 95%;
  height: 60vw;
}
p.txlunch span{
  font-size: 25px;
}
.lead_1 h2 {
  margin-bottom: 50px;
  width: 320px;
}
.higawari img {
  width: 400px;
}
.higawari p{
  font-size: 18px;
}
.lunch_pac h4 {
  font-size: 24px;
}
.lunch_pac p {
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
p.ricetex {
  height: 348px;
  width: 78%;
  font-size: 18px;
  padding-top: 90px;
}
.drink_1 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
p.drinktex {
  width: 78%;
  font-size: 18px;
  padding-top: 1px;
}
.drink{
  padding-bottom: 60px;
}
.shop_1 img {
  width: 816px;
  height: 217px;
}
.company section {
  font-size: 18px;
}
section.pany dl dd {
  margin-left: 160px;
}
section.pany dl dt {
  float: left;
  padding-left: 30px;
}
footer{
  width: 100%;
  margin: 0 auto;
}
.sns_footer{
  display: none;
}
a.gototop {
  background: #656565b0;
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 6rem;
  height: 6rem;
  line-height: 8.1rem;
  position: fixed;
  right: 10px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  width: 6rem;
  z-index: 111111;
  border-radius: 50%;
}
/* お品書きページ */
.food_main_image_2 {
  width: 188px;
}
.food_1{
  padding-left: 10px;
}
.food_1 img {
  position: absolute;
  top: -14px;
  right: 25px;
  width: 394px;
  height: 119px;
}
.food_4 h2 {
  font-size: 18px;
}
p.pickup_22 {
  font-size: 18px;
  height: 441px;
  color: white;
  background: #000000;
  padding: 32px 27px;
  writing-mode: vertical-rl;
  width: 195px;
}
.food_2 img {
  width: 528px;

}
.food_5 p {
  font-size: 18px;
}
.food_5 dl {
  font-size: 24px;
}
.food_5 p span {
  font-size:20px;
}
.food_4 img {
  width: 200px;
  display: block;
  padding: 50px 0;
}
.lever_3 img {
  top: -28px;
  width: 162px;
  height: auto;
}
.lever_4 img {
  width: 245px;
  height: auto;
}
.food_4 img {
  width: 210px;
  display: block;
  padding: 20px 0;
  height: auto;
}
.food_40 img {
  width: 210px;
  display: block;
  padding: 20px 0;
  height: auto;
}
.chicken img{
  width: 100%;
}
.food_4 .garlic img {
  padding: 31px 155px 25px 27px;
  display: block;
  width: 500px;
}

.god_3 {
  width: 46%;
  bottom: 52px;
  padding: 10px;
  left: 40px;
}
.god_3 dl {
  display: flex;
  padding: 7px;
  justify-content: space-between;
  font-size: 20px;
}
.food_5 span {
  font-size: 16px;
}

/* ドリンクページ */
.drinkpage_4{
  width: 90%;
}
.drinkpage_4 img{
  width: 330px;
  height: auto;
  display: block;
  padding: 30px 0;
}
.drinkpage_5 dl {
  font-size: 24px;
}
.sake_logo img{
  width: 220px;
  height: auto;
  display: block;
  padding: 30px 0;
}
.sake_all dl {
  font-size: 24px;
}
.pickup_drink_7 {
  padding: 20px 0 60px 0;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/backgrounnews.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.drinkpage_6{
  width: 90%;
  margin: 0 auto;
}
.drinkpage_6  img {
  width: 330px;
  height: auto;
  display: block;
  padding: 30px 0;
}
.drinkpage_6 dl {
  display: flex;
  letter-spacing: 3.5px;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 5px;
  border-bottom: 1px dashed #725f48c2;
}
.drinkpage_6 p{
  padding-top: 30px;
  text-align: right;
  font-size: 16px;
}
.course_1 img {
  width: 480px;
}
.course_main_2 img {
  width: 300px;
}
.course_munu_1 h3 {
  font-size: 20px;
}
.course_munu_1 p {
  font-size: 18px;
  text-align: center;
}
}

/* ここからiPad Proサイズ */
@media  screen and (min-width:1024px) {

  h1{
    font-size: 22px;
  }
  .logo img {
    width: 424px;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  .burger {
    padding: 70px;
  }
  .menu_logo img {
    width: 424px;
    height: auto;
  }
  .burger.is-active {
    background-image: url(../image/close.png);
    padding: 45px;
    top: 50px;
    right: 50px;
    z-index: 20;
}
  .home img {
    width: 250px;
    height: auto;
  }
  .home li ::after {
    content: ">>";
    width: 118px;
    height: 35px;
    position: relative;
    left: 530px;
    top: -5px;
    font-size: 40px;
  }
  .lead h2 {
    font-size: 20px;
  }
  .lead .text {
    font-size: 20px;
  }
  .lead .colona_list{
    font-size: 20px;
  }
  .news img {
    width: 340px;
  }
  .news-list .item .category span {
    font-size: 17px;
  }
  .news-list .item .date {
    font-size: 20px;
  }
  .news-list .item .title {
    font-size: 22px;
  }
  .New-year_img img{
    width: 100%;
  }
  .pickup h2 img {
    height: auto;
    width: 400px;
  }
  .pickup p {
    font-size: 22px;
  }
  /* .po {
    height: 670px;
  } */
  .btn img {
    width: 400px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .box .about {
    width: 217px;
  }
  .wrap {
    top: 483px;
  }
  .wrap p {
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  p.tx {
    font-size: 22px;
  }
  .btn_1 img {
    width: 450px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .lunch_1 img {
    width: 650px;
    height: auto;
  }
  .your-class img{
    width: 95%;
    height: 60vw;
  }
  p.txlunch span{
    font-size: 30px;
  }
  .lead_1 h2 {
    margin-bottom: 50px;
    width: 400px;
  }
  .higawari img {
    width: 440px;
  }
  .higawari p{
    font-size: 22px;
  }
  .lunch_pac h4 {
    font-size: 30px;
  }
  .lunch_pac p {
    font-size:22px;
    text-align: center;
    padding: 15px;
  }
  p.ricetex {
    height: 520px;
    width: 70%;
    font-size: 24px;
    padding-top: 91px;
}
.drink_1 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
  p.drinktex {
    width: 78%;
    font-size: 22px;
    padding-top: 1px;
  }
  .drink{
    padding-bottom: 60px;
  }
  .shop_1 img {
    width: 916px;
    height: 217px;
  }
  .company section {
    font-size: 22px;
  }
  section.pany dl dd {
    margin-left: 160px;
  }
  section.pany dl dt {
    float: left;
    padding-left: 30px;
  }
  footer{
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
  .sns_footer{
    display: none;
  }
  a.gototop {
    background: #656565b0;
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 7rem;
    height: 7rem;
    line-height: 9.1rem;
    position: fixed;
    right: 10px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    width: 7rem;
    z-index: 111111;
    border-radius: 50%;
}
  /* お品書きページ */
  .food_main_image_2 {
    width: 225px;
  }
  .food_1 {
    padding-left: 186px;
    padding-top: 69px;
    padding-bottom: 67px;
}
  .food_1 img {
    position: absolute;
    top: 244px;
    right: 8px;
    width: 533px;
    height: 140px;
}
.food_4 h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  padding: 50px 0;
}
.food_2 img {
  width: 627px;
}

p.pickup_22 {
  font-size: 22px;
  height: 674px;
  color: white;
  background: #000000;
  writing-mode: vertical-rl;
}
  .food_5 p {
    font-size: 18px;
  }
  .food_5 dl {
    font-size: 30px;
  }
  .food_4 img {
    width: 200px;
    display: block;
    padding: 50px 0;
  }
  .lever_3 img {
    top: -28px;
    width: 205px;
    height: auto;
  }
  .lever_4 img {
    width: 315px;
    height: auto;
  }
  .food_4 img {
    width: 267px;
    display: block;
    padding: 60px 0;
    height: auto;
  }
  .food_40 img {
    width: 267px;
    display: block;
    padding: 60px 0;
    height: auto;
  }
  .chicken img{
    width: 100%;
  }
  .food_4 .garlic img {
    padding: 31px 155px 25px 27px;
    display: block;
    width: 600px;
}
  .god_3 {
    width: 43%;
    bottom: 64px;
    padding: 10px;
    left: 70px;
  }
  .god_3 dl {
    display: flex;
    padding: 7px;
    justify-content: space-between;
    font-size: 26px;
  }
  .food_5 span {
    font-size: 24px;
  }
  .food_3 p {
    font-size: 24px;
  }
  /* ドリンクページ */
  .drinkpage_4 img {
    width: 220px;
    height: auto;
    display: block;
  }
  .drinkpage_5 dl {
    font-size: 30px;
  }
  .drinkpage_5 span {
    font-size: 20px;
}
  .pickup_drink_7 {
    padding: 20px 0 60px 0;
    width: 100%;
    margin: 0 auto;
    background-image: url(../image/backgrounnews.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .drinkpage_6{
    width: 90%;
    margin: 0 auto;
  }
  .drinkpage_6 img {
    width: 330px;
    height: auto;
    display: block;
    padding: 30px 0;
  }
  .drinkpage_6 dl {
    display: flex;
    letter-spacing: 3.5px;
    justify-content: space-between;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 5px;
    border-bottom: 1px dashed #725f48c2;
  }
  .drinkpage_6 p{
    padding-top: 30px;
    text-align: right;
    font-size: 20px;
  }
  .course_1 img {
    width: 480px;
  }
  .course_main_2 img {
    width: 400px;
  }
  .course_munu_1 h3 {
    font-size: 24px;
  }
  .course_munu_1 p {
    font-size: 22px;
    text-align: center;
  }
}


/* ここからパソコンサイズ */
@media  screen and (min-width:1200px) {
  .burger{
    display: none;
}
.logo{
  display: none;
}
.main_image{
  display: none;
}
h1 {
  font-size: 22px;
  padding-left: 30px;
}
.pc_top{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.pc_top_1{
  display: flex;
}
.top_left{
  width: 20%;
  margin: 0 auto;
  background-image: url(../image/bg01.jpeg);
}
.top_left_1{
  padding: 10px;
}
.top_left_logo{
  margin: 40px 0;
}
.top_left_logo img{
  width: 220px;
  height: auto;
}
.top_left_TEL img{
  width: 200px;
  display: block;
  margin: 0 auto;
  height: auto;
  border-top: 1px solid;
  padding-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.top_left_menu_list {
  padding-left: 40px;
  padding-bottom: 20px;
}
.top_left_menu_list img{
  width: 140px;
  height: 70px;
  padding: 10px;
}
.top_left_menu_list a{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top_left_menu_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .top_left_menu_list a:hover::after {
    transform: scale(1, 1);
  }
  /* インスタグラム */
  .top_left_inst img{
    border: 1px solid;
    width: 389px;
    height: 89px;
    padding: 20px;
  }
  .top_left_inst a{
    display: inline-block;
  }
  .top_left_inst_1 a:hover{
    background-color: rgba(254, 84, 107, 0.368);
  }


/* 右のトップ画像 */
.top_right{
  width: 80%;
}
.top_right_1{
  width: 100%;
}
.top_right_1 img{
  height: 820px;
  width: 100%;
}
/* コロナ感染予防対策 */


.lead h2:hover{
  color: rgb(255, 106, 0);
  font-weight: bold;
  cursor : pointer;
}
.pickup{
  display: none;
}
/* こだわりの逸品 */
.pc_pickup{
  display: block;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/sticking-background.png);
  padding-bottom: 60px;
}
.pc_pickup_ippin img{
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 60px;
}
.pc_pickup_1{
  display: flex;
  align-items: flex-end;
}
.left_pickup{
  width: 60%;
}
.left_pickup p{
  font-size: 22px;
  color: #CCC;
  padding: 0 50px;
}
.right_pickup{
  width: 40%;
}
.right_pickup_1 img {
  border-radius: 10px;
}
.btn img{
  margin-top:80px ;
}
.btn img :hover{
  cursor : pointer;
}
.lunch_btn:hover{
  cursor : pointer;
}
/* お知らせ一覧 */
.news .news_logo {
  width: 450px;
}

.New-year_img img{
  width: 80%;
    max-width: 1480px;
    margin: 0 auto;
    display: block;
}
/* うみロジのおすすめ */
.box .about {
  width: 250px;
  margin-left: 270px;
}
.box_1 {
  margin-bottom: 101px;
  width: 70%;
  margin-left: auto;
}
.wrap {
  position: absolute;
  top: 520px;
  right: 183px;
  background-color: #fefefe75;
  display: inline-block;
  padding: 4vw 4.5% 4vw;
  border-radius: 5px;
}
p.tx {
  margin: 0 auto;
  width: 80%;
  line-height: 1.8;
  font-size: 22px;
  padding-top: 100px;
}
/* 旬なランチを堪能 */
.your-class img{
  max-width: 1480px;
    margin: 0 auto;
  width: 100%;
  height: 980px;
  padding:80px;
}
.lunch_pac{
  background-color: #efeff1;
  width: 65%;
  margin: 0 auto;
}
.lunch_pac img {
  width: 100%;
 
}
/* 当店のお米 */
.rice{
  width: 70%;
  display: block;
  margin: 0 auto

}
/* 飲み物 */
.drink_1{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.drink_1 img {
  width: 100%;
  height: 820px;
  padding: 0;

}
p.drinktex {
  width: 70%;
  font-size: 22px;
  padding-top: 50px;
}
/* お店情報 */
.footer_logo img{
  width: 25%;
}
section.pany dl{
  font-size: 22px;
  margin: 0 auto;
  width: 80%;
}
section.pany dl dd {
  margin-left: 250px;
}
section.pany dl dt {
  font-weight: bold;
}
.googleMap {
  margin: 0 auto;
  display: block;
  width: 80%;
  height:40vw;
  padding-bottom: 60px;
}


/* ここからフードエリア */
.food_main_image {
  position: relative;
  width: 100%;
  max-width: 1480px;
    margin: 0 auto;
}
.food_main_image_1{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.pc_food_main_image_1{
  display: block;
}
.food_main_image_1{
  display: none;
}
.food_main_image_2 {
  position: absolute;
  top: 42px;
  left: 60px;
  width: 250px;
}
.god_3 {
  /* font-size: 41px; */
  width: 33%;
  bottom: 179px;
  /* padding: 5px 30px 5px 30px; */
  left: 140px;
  padding: 20px;
}

.ppp{
  display: none;
}
.flex_1{
  display: flex;
}
.course_1 img {
  width: 650px;
  padding: 80px 0 0 25px;
}
.course_main_3 img {
  width: 65%;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
.food_5 p span {
  font-size:24px;
}
}