/* 2017.01.06 ～ 追加分
------------------------------------------------------------ */

.page-title {
    color: #ccc;
    padding-top: 0px;
  }

#sec01 {
    padding:0 !important; 
}
/*#sec01 h2 {
    position: absolute;
    top: 50px;
    right: 70px;
}*/
.sectionwrap{
    margin-bottom:30px;
}
/* ホーム用
------------------------------------------------------------ */
.top-wrap1{
margin-bottom:50px;
overflow:hidden;
}

.top-wrap1 p{
padding:20px 10px;
}

.top-wrap2{
margin-bottom:100px;

}
.top-wrap2 p{
padding:20px 10px;
}

dl.clearFix.home-news {
    border: 2px solid #767676;
    padding: 20px;
    width: 100%;
}

dl.clearFix.home-news dt{
border-bottom: 1px dashed #767676;
margin-bottom: 5px;
padding-bottom:5px;
}
/* メニューページ用
------------------------------------------------------------ */

  .CircleMenu .textwidget img {
    border-radius: 100%;
  }
  .CircleMenu h3,.CircleMenu p{
    color: #fff !important;
    text-align: center;
    width: 70%;
  }

  .CircleMenu h3{
    font-size: 1.8em;
    margin-top: 40%;
  }

  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 100%;
  }
  figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
  }
  figure:hover figcaption {
    opacity: 1;
  }




/* メニュー共通
------------------------------------------------------------ */

  dl.price{
    width: 100%;
    overflow: hidden;
    border-bottom: 1.5px dashed #ee0114;
  }

  dl.price dt{
    font-weight: normal;
    margin-bottom: 0.4em;
    text-align: left;
    width: 75%;
    float: left;
    font-size: 0.9em;
  }

  dl.price dd{
    text-align: right;
    width: 22%;
    float: left;
    font-size: 0.9em;
    margin: 0 0 1.6em 1em;    
  }




  /* ドリンクメニュー
------------------------------------------------------------ */

  #DrinkMenu h3{
    border-left: 10px solid #ee0114;
    margin: 60px 0 40px 0;
    padding: 5px 0 5px 10px;
    font-size: 1.8em;
  }

  #DrinkMenu h4{
    font-size: 1.2em;
  }




/* コースメニュー
------------------------------------------------------------ */
  .course_menu_wrap, .onepiece_menu_wrap{
    border-bottom: 1.5px dashed #ee0114;
    margin-bottom: 30px;
    padding:20px 0;
  }
  .course_menu_wrap span, .onepiece_menu_wrap span{
    font-weight: bold;
  }

  .course_menu_wrap h3, .onepiece_menu_wrap h3{
    border-left: 10px solid #ee0114;
    padding: 5px 0 5px 10px;
    font-size: 1.8em;
  }
  .course_menu_wrap .price{
    text-align: right;
    color:#767676;
    font-size: 18px;
    color:#ee0114;
    border-bottom:2px solid #ee0114;
  }


  .onepiece_menu_wrap h4{
    font-size: 1.2em;
  }


/* 投稿　
------------------------------------------------------------ */
/*タイトル*/
h3.archive-title {
    font-size: 1.9em;
    margin-left: 20px;
    margin-top: 10px;
}
