/*縦書き*/
html {
  scroll-behavior: smooth;
}

.heading{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
  }

.clear{
  clear: left;
}

.logo {
  width: 170px;
}


.header-left{
  float: left;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* header-rightの中の<a>のCSSを指定してください */
.header-right a{
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  /* transitionを指定してください */
  transition: all 0.5s;
}


img {
width:100%;
max-width: 100%;
height: auto;
}
  
body {
 margin: 0;
 font-family: “HGP行書体”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
}

.container{
  max-width: 1170px;
   width: 100%;
   padding: 0 15px;
  margin: 0 auto;
}

  .top-wrapper {
    padding: 100px 0 50px 0;
    background-image: url(../img/back-img.JPG);
    background-size: cover;
    text-align: center;
  }

  .top-icon{
    position: relative;
  }

  .top-icon h1{
  position: absolute;
  bottom: 2em;
  width: 100%;
  color:white;
  font-size: 3rem;
  text-shadow: 3px 3px 2px black;
}

  header {
    height: 65px;
    width: 100%;
    background-color: rgb(23,22,118);
    position :fixed;
    top: 0;
    z-index: 10;
  }

  .header-right {
    float: right;
    margin-right: -25px;
  }

  .header-right a{
    color: white;
    padding-right: 20px;
  }

  /*スマホ用ヘッダー*/
  .header-sp{
    position: absolute;
    top: 0;
    z-index: 10;
  }

  .logo-noren{
    height: auto;
    width: 100%;
  }

  footer {
    background-color: black;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
  }

  .description{
    padding-top: 50px;
    padding-bottom: 20px;
    margin:  50px auto 0 auto;
    width: 80%;
    border: 1px solid black;
    background-image: url(../img/zao.jpg);
    background-size: cover;
    background-color:black;
    color: white;
    border-radius: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1)),
url(../img/zao.jpg);
background-size: cover;
  }

  .des-txt{
    color: rgb(224, 224, 224);
    padding-top: 50px;
  }
    /*お知らせ*/
    .news{
      width: 100%;
      padding-top: 10px;
      padding-bottom: 0;
      margin: 30px auto;
      background-color: rgb(23,22,118, 0.2);
      border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .news h2{
      margin-bottom: 0;
    }

    .news p{
      margin: 0 auto;
      color: #212529;
    }

    .new1{
      padding-bottom: 15px;
    }

  /*バナー*/
  .banner1{
    width: 50%;
    margin-top: 0;
    margin-bottom: 2rem;
    border-radius: 10px;
  }

  .banner2{
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
  }

  .bannerb{
    padding-top: 1rem;
  }

  /*CTAボタンデザイン*/
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  
  .btn-wrap {
    margin-bottom: 20px;
    padding: 30px 10px;
  
    text-align: center;
  }
  
  a.btn-tag {
    padding: 1.25rem 3rem 1.25rem 80px;
  }
  
  a.btn-tag:before {
    position: absolute;
    top: 0;
    left: 0;
  
    width: 50px;
    height: 100%;
  
    content: "";
  
    border-radius: 0.5rem 0 0 0.5rem;
  }
  
  a.btn-tag--ver {
    padding: calc(54px + 1rem) 2rem 1rem 2rem;
  
    color: #ffffff;
    border-bottom: 5px solid #17156b;
    background: 	#171676;
  }
  
  a.btn-tag--ver:before {
    position: absolute;
    top: -1px;
    left: 0;
  
    width: 100%;
    height: 54px;
  
    border-radius: 0.5rem 0.5rem 0 0;
    background: #ffffff;
  }
  
  a.btn-tag--ver i {
    font-size: 120%;
  
    position: absolute;
    top: 0;
    left: 0;
  
    width: 50px;
    width: 100%;
    padding: 1.5rem 0;
  
    text-align: center;
    letter-spacing: 0;
  
    color: 	#171676;
  }
  
  a.btn-tag--ver:hover {
    margin-top: 3px;
  
    border-bottom: 2px solid 	#17156b;
    background: 	#171581;
  }

  /*CTAボタンデザインここまで*/

  /*こだわり*/
  .container1 {
    display: flex;
    flex-wrap: wrap;
  }
  .column {
    width: 50%;
  }

  .pride-des{
    padding: 20px;
  }

  .column{
    background-color: black;
  }

  .container1{
    border-bottom: 3px solid 	white;
  }

  .commitments{
    background-color: #000000;
  }

  .comitment{
    color: white;
    font-size: 3rem;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    border-bottom: 3px solid 	white;
  }

  .pride-des-left{
    margin:0 0 0 auto;
  }

  .pride-header{
    color: 	#fcab31;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-txt{
    display: flex;
    align-items: center;     /*上下中央揃え*/
  }

  .pride-contents{
    color: white !important;
  }
    /*こだわり終わり*/

  .prices{
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .prices p{
    margin-top: 0;
  }

  .take-out-contents{
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .take-out-contents p{
    margin-top: 0;
  }

  .main-menu-title{
    font-size: 44px;
  }

  .main-menu-img{
      width:60%;
  }

  .res{
    display: none;
  }
  
  #menus{   
   margin-top:-60px;
   padding-top:60px;
 }

  .main-wrapper{
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f7f7f7;
    text-align: center;
    }

    .menu{
      padding-top: 50px;
    }

    .side-txt{
      float: left;
    }

    .side-img{
      width: 50%;
    }

  .geso{
    margin: 0;

    text-align: left;
  }

  .side-menus{
    margin-top: 30px;
    float: left;
    width: 100%;
  }
  .side-menus li{
    text-align: left;
  }

  .side-img{
    border-radius: 10%;
    padding-top: 5px;
  }

  /*テイクアウト*/

  .semicircle-top {
    width: 50%;
    height: 75px;
    border: solid 15px rgb(23,22,118);
    border-radius: 75px 75px 0 0; /* 下側を丸める */
    border-bottom: 0; /* 直線部分を消す */
    margin: 10px;
    position: absolute;
    left:25%;
    top: -110%;
  }
  
  .takeout-img{
    width: 15%;
    height: auto;
    transform: rotate( -30deg );
    position: absolute;
    top: 0;
    left: 0;
  }

  .take-out{
    padding-top: 0 ;
    margin-top: -60px;
  }

  .take-box{
    background-color: rgba(34, 49, 52, 0.1);
    border-radius: 0px 0px 10px 10px;
    margin-top: 50px;
  }

  .take-out-hedding{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(23,22,118);
    color: rgb(230,0,18);
    position: relative;
  }

   .take-out-contents p{
    margin: 0 auto;
    color:rgba(0, 0, 0, 0.7);
  }

  .take-out-prices{
    font-weight: bold;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .togo-img{
    width: 50%;
  }

  #take-out{   
    margin-top:-60px;
    padding-top:60px;
  }

   .info-wrapper{
    margin-top: 10px;
  }

  .info-txt{
    text-align: center;
  }
  
  .map{
    width: 100%;
  }

  #info{   
    margin-top:-60px;
    padding-top:60px;
  }
  .side-heading { text-align: center; }
  .text { display: inline-block; }
  
  .sunday{
    color:red;
  }

  p{
    color: rgb(88, 88, 88);
  }

  .insta{
    width: 25px;
    padding-bottom: 15px;
  }