body{
  margin: 0;
  color: #333;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

@media (hover: hover){
  a{
    text-decoration: underline;
  }
}

/* ヘッダーフッター */
#header {
  border-bottom: 1px solid #CCCCCC;
}

.block-header-logo {
  margin: 0 auto;
}

.block-header-logo img {
  width: 100%;
  display: block;
}

.pane-header .container {
  display: flex;
  align-items: center;
}

.form-label-wrap-selected {
  width: 60px;
  margin-bottom: 10px;
}

.eat_select_contents_wrap.eat_select_contents_wrap_triangle::before{
  top: 0.75em;
}

@media screen and (min-width: 769px) {
  .block-copyright {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
  }
}

.block-footernav--item-list a{
  color: #333;
}

.block-footernav--item-list a:hover{
  color: #333;
}

.block-footernav{
  text-align: center;
  font-size: 14px;
  padding: 8px 0 0;
}

.block-footernav li {
  padding: 5px 0;
}

@media screen and (min-width: 769px) {
  .block-footernav li {
    padding: 0 2.5em;
    display: inline-block;
  }

  .block-footernav li + li{
    border-left: 1px solid #111;
  }
}

@media (hover: hover) {
    .block-footernav--item-list a {
        text-decoration: none;
    }

    .block-footernav--item-list a:hover {
        text-decoration: underline;
    }
}

.pane-header{
  position: static;
}



/* ボタン */
.action .btn {
  cursor: pointer;
  height: auto;
  text-decoration: none !important;
  position: relative;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.6s ease, opacity 0s;
  transition: all 0.6s ease, opacity 0s;
  min-height: 4.125rem;
  padding: 0 30px;
  max-width: 100%;
  width: 350px;
  white-space: break-spaces;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 16px;
  display: block;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.action .btn-default{
  border: 1px solid #aaa;
  color: #333;
  font-weight: normal;
}

.action .btn-primary{
  color: #333;
  background: #FFBB35;
  font-size: 16px;
}

@media screen and (min-width: 641px) {
    .btn-default:hover {
        background: #fff;
    }
}

/* その他部品 */

.eat_select_title:after{
  margin-left: 5px;
  position: static!important;
}

.eat_shop_reservation_btn_mark img{
  width: 100%;
}

.reservation_btn_wrap{
  margin-top: 40px;
}

.reservation_btn_wrap .action .btn-primary{
  font-weight: bold;
}

.block-goods-list-l--table{
  margin-top: -15px;
}

.eat_select_contents_wrap.eat_select_contents_wrap_triangle select{
  color: #333;
}

.eat_select_contents_wrap.eat_select_contents_wrap_triangle select{
  color: #333;
  line-height: 1;
}

.action .btn-default{
  margin-top: 20px;
}

.eat_wrapper{
  padding-top: 36px;
  padding-bottom: 0;
}

main h1.eat_top_title{
  font-size: 24px;
  line-height: 1.46;
  border: none;
  margin: 0 0 12px;
  padding: 0 0 20px;
}

.block-purchase-history--reservation-id a{
  color: #686BC7;
}


