@charset "utf-8";
.fukubukuro h1 .screen-hidden {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.fukubukuro h1 img {
  width: 100%;
  margin: 0 auto;
}
.header-note {
  position: relative;
  width: 90%;
  margin: 70px auto 70px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  box-sizing: border-box;
}
.header-note ul {
  list-style-type: none;
}
.header-note li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
  font-size: 95%;
}
/* nav css */
.nav {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  transition: all .5s .1s;
}
.nav img {
  position: absolute;
  left: 0;
}
.nav ul::after {
  content: "";
  display: block;
  clear: both;
}
.nav li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 49%;
  padding: 10px 0;
  color: #444;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  z-index: 5;
  background: #c31424;
}
.nav li:nth-child(2) {
  float: right;
}
.nav a {
  box-sizing: border-box;
  display: block;
  height: 55px;
  font-size: 120%;
  padding-top: 19px;
  color: #fff;
  text-decoration: none;
}
.nav a:link, .nav a:visited {
  color: #fff;
  text-decoration: none;
}
.nav a.line2 {
  padding-top: 11px;
}
@media all and (max-width: 400px) {
  .nav a {
    font-size: 12px;
  }
}
/*max-width: 400px*/
@media all and (min-width: 601px) {
  .nav a:link:hover, .nav a:visited:hover {
    text-decoration: underline;
  }
}
/*min-width: 601px*/
@media all and (min-width: 931px) and (max-width: 1080px) {
  .nav ul li:nth-child(1), .nav ul li:nth-child(2) {
    width: 10%;
  }
  .nav ul li:nth-child(4) {
    width: 10%;
    padding: 10px;
  }
  .nav ul li:nth-child(4) a {
    padding-top: 10px;
  }
  .nav ul li:nth-child(5) {
    width: 13%;
  }
  .nav ul li:nth-child(9) {
    width: 12%;
  }
}
/*max-width: 930px*/
/* nav css end */
.fukubukuro h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  color: #fff;
  font-family: llBrown, "Midashi Go MB1", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 1.2px;
  background: #c31424;
}
.list-box p {
  display: inline-block;
  margin: 20px 30px 0;
  padding: 4px 14px;
  color: #fff;
  font-family: llBrown, "Midashi Go MB1", sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 1.2px;
  background: #c31424;
}
.list-box p + dl {
  padding-top: 0;
}
.list-box dl {
  /* padding: 40px 0; */
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s 0.1s;
}

/* .list-box dl::after {
  content: " ";
  display: block;
  clear: both;
} */
.list-box dt {
  box-sizing: border-box;
  padding: 10px 10px 0 20px;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.6;
  transition: all 0.5s 0.1s;
}
.list-box p + dl dt {
  padding-top: 10px;
}
.list-box dt a {
  text-decoration: none;
  /*border-bottom: 1px solid #bbb;*/
  font-size: 120%;
  font-weight: bold;
}
.list-box dt a:hover {
  /* color: #28af6f; */
  text-decoration: none;
  /* border-bottom: 1px solid #28af6f; */
}
.list-box dt span, .list-box .price span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
    vertical-align: middle;
}
.list-box .price .note {
  font-size: 14px;
}
.list-box dd {
  box-sizing: border-box;
  padding: 10px 0 0 20px;
  font-size: 16px;
  padding-top: 0;
}
.list-box p + dl dd {
  padding-top: 10px;
}
.price strong {
  display: inline;
  font-size: 120%;
  vertical-align: middle;
}
.t-note {
  font-size: 200%;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 500px) {
  .list-box dt {
    line-height: 1.4;
  }
  .list-box p {
    margin-left: 20px;
  }
} /* max-width: 500px */
@media screen and (max-width: 840px) {
  .fukubukuro h1 {
    margin-bottom: 30px;
  }
  .header-note {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .list-box .reserve {
    width: 100%;
    padding-top: 1em;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #c31424;
  }
  .list-box .reserve div {
    margin-bottom: 2px;
    font-weight: bold;
  }
} /* max-width: 840px */
@media screen and (min-width: 501px) and (max-width: 840px) {
  /*  .list-box dl {
    position: relative;
    min-height: 90px;
  }
  .list-box dt {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 47%;
  }
  .list-box dd {
    width: 50%;
    margin-left: 50%;
    padding: 20px 0 0;
  }
  .list-box dd + dd {
    padding-top: 10px;
  }
  .list-box p {
    margin-left: 40px;
  }*/
} /* min-width: 501px */
@media screen and (max-width: 600px) {
  .list-box dt {
    font-size: 15px;
  }
 /* .list-box dt span {
    font-size: 13px;
  }*/
  .list-box .price .cate_name {
    border-bottom: 1px solid #c3c3c3;
    color: #333;
    /*font-weight: bold;*/
    display: block;
    width: auto;
    padding: 5px 5px 5px 0;
    margin-bottom: 10px;
  }
  .list-box .price .cate_name span {
    font-weight: normal;
    /*font-size: 95%;*/
    vertical-align: top;
  }
  .list-box dt span, .list-box .price span {
    display: inline;
  }
  .list-box .price .cate_name {
    width: auto !important;
    /*padding-left: 10px;*/
    padding-right: 10px;
      font-size: 120%;
  }
} /* max-width: 600px */
@media screen and (min-width: 841px) {
  .fukubukuro h1 {
    margin-bottom: 70px;
  }
  .list-box dl {
    /* min-height: 100px; */
    padding: 40px 0;
    display: flex;
    align-items: flex-start;
  }
  
  .list-box dt {
    /* float: left; */
    width: 30%;
    padding: 20px 0 0 30px;
    font-size: 16px;
    padding-top: 0;
  }
  .list-box p + dl dt {
    padding-top: 20px;
  }
  .list-box dt span {
    font-size: 14px;
    padding-top: 5px;
  }
  .list-box dd {
    /* float: left; */
    width: 30%;
  }
  .list-box .price {
    /* width: 52%; */
    width: 70%;
    /* min-height: 110px; */
    /* padding-top: 1em; */
  }
  #special.list-box .price {
    width: 70%;
  }
  .list-box .reserve {
    width: 18%;
    min-height: 120px;
    padding-top: 2em;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #c31424;
  }
  .list-box .reserve div {
    border: 0px solid #c31424;
    width: 94%;
    padding: 0px 2%;
    margin: 0px auto 3px auto;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #c31424;
  }
} /* min-width: 841px */
@media screen and (min-width: 1100px) {
  .fukubukuro h1 {
    padding-top: 40px;
  }
} /* max-width: 1100px */
@media screen and (min-width: 1231px) {
  .fukubukuro h2 {
    padding: 8px 28px;
  }
} /* min-width: 1231px */
@media all and (max-width: 930px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .nav {
    width: 92%;
    margin: 0 auto 30px;
  }
  .list-box .price .cate_name {
    width: 6em;
    /*font-size: 95%;*/
  }
  .list-box .price .cate_tab {
    width: 95%;
    margin-top: 10px;
  }
  .list-box .price .cate_tab span {
    display: inline-block;
  }
  .t-note {
    font-size: 130%;
  }
    
}
/*max-width: 930px*/
@media all and (min-width: 931px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .nav li:nth-child(9)::after {
    content: none;
  }
}
@media screen and (min-width: 601px) {
  .list-box .price .cate_tab {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .list-box .price .cate_tab:last-child {
    margin-bottom: 0;
  }
  .list-box .price .cate_name {
    display: table-cell;
    /*background: #c3c3c3;*/
    border-right: 1px solid #c3c3c3;
    color: #333;
    /*font-weight: bold;*/
    width: 10em;
    /* padding: 5px; */
    padding: 0 5px;
    text-align: center;
    font-size: 110%;
    vertical-align: middle;
  }
  .list-box .price .cate_name span {
    display: block;
    font-weight: normal;
    font-size: 95%;
  }
  .list-box .price .cate_price {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 1em;
  }
  .list-box .price .cate_notice {
    line-height: 2.4;
    padding-left: 50px;
  }
} /* min-width: 600px */