body{
    background-color: rgb(253, 187, 107);
    cursor:url(../image/icon2.png) 30 30,auto;}
    
a{
    font-size: 18px;
    color: rgb(68, 44, 25);
}


 /*メニューバー*/
 .hh{
  margin:0 0 0 0;
  position: fixed;
  z-index:10000; 
  padding:13px 0px 6px 0px;
  font-size: 27px;
  background: #c4d700;
  display:flex;flex-wrap:nowrap; /*横一列に*/
  text-align:center; align-items:center;}

header{width: 100%; height: 100px;}
/* footer{width: 100%; height: 40px; 
bottom: 0; text-align: center;
background-color:#c4d700; color:#ffffff;
}*/

a:link {color: #ffee7d; text-decoration: none;}/*現在リンク*/
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #db8b29;/*カーソル乗った時*/
          position: relative;
          top: 1px;
          left: 1px;
          text-decoration: none;}

a.link:hover {position: relative;
    top: 0px;
    left: 0px;}
    /*メニューバー*/



    /*右のドリンク名を小さい文字にしたいとき*/
    .minifont{
      font-size: 15px;
    }

    /*左のドリンクの詳細の文字*/
    .syousai{
      font-size: 16px;
      line-height:0.5em;
    }

    /*左の大きめのドリンク名*/
    .moji{
      font-size: 30px;
    }

    /*右のドリンク名*/
    .drinkmoji{
      text-align: center;
      font-size: 18px;
      
    }

    /*左*/
    .left{
      position: fixed; /* 要素の位置を固定する */
      top: 0; /* 基準の位置を画面の一番下に指定する */
      left: 0; /* 基準の位置を画面の一番右に指定する */
      width: 30%; /* 幅を指定する */
      height: 1000px;
      background-color:rgb(255, 238, 125);
      text-align: center;
    }

    .left div{
      margin: 80px auto -20px auto;
    }

    
    /*右*/
    .right{
        width:64%;
        min-height:200px;
        display:flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap:wrap;
        margin:0 0 0 30%;
        padding: 2%;
    }
    
    .right div{
      background-color:  rgb(253, 187, 107);
        width:180px;
        height:auto;
        margin:0px 9px 50px 9px;
        color: rgb(68, 44, 25);
    }

    .right div img{
      width:auto;
      height:200px;
      margin: 30px 30px 0 30px;
  }
  .iziModal div a{
    position: fixed;
    margin: 20px 0 0 -50px;
  }

  .p-modal__ico-close {/*ここでmodal内クローズボタンを自分が準備した画像に変えています*/
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1em;
    right: 1em;
    border: none;
    background: url(../image/close.svg) center center no-repeat;
    background-size: cover;
    transition: transform 0.5s;
    opacity: .5;
  }
  
  .p-modal__ico-close:hover {/*クローズボタンに魔渦が乗ったらくるっと回転する*/
    cursor: pointer;
    transform: rotate(180deg);
  }
  

  /* タイトル画像使うとき
    .title{
      text-align: center;
      margin:90px auto 20px auto;
    }
*/





/*　ここでは関係ない
ふきだしと妖精さん
  .youseihukidashi {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 100px 200px;
    color: rgb(68, 44, 25);
  }
  .hukidashi {
    display: inline-block;
    position: relative; 
    margin: 20px 0 0 5px;
    padding: 17px 13px;
    border-radius: 12px;
    background: rgb(255, 255, 212);
  }
  .hukidashi::after {
    content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid rgb(255, 255, 212);
  }
  .yousei{
    width: 110px;
    height: auto;
    margin: 20px 0 0 5px;
  }
  ふきだしと妖精さん
  */