@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*テーブル初期化*/
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
th, td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
caption {
  text-align: left;
}
/*==========*/
#footerLink {
  margin-top: 0;
}

/*=====main=====*/
.pcOnly {
  display: none;
}
main {
  color: #231815;
}

.main-inner {
  font-size: 1.5rem;
  padding: 8% 0 10%;
}
.main-inner nav ul {
  margin: 0 5% 8%;
  display: flex;
}
.main-inner nav ul li:nth-of-type(n+2) {
  margin-left: 7%;
}
.main-inner .chirashi{
  margin: 0 5% 10%;;
}

.main-inner #web-reserve{
  background-color: #7fbf34;
  padding: 5% 5% 12%;
}
.main-inner #web-reserve h2{
  margin: 0 7%;
}
.main-inner #web-reserve .date{
  background-color: #fff;
  padding: 4% 5%;
  margin: 6% calc(50% - 50vw);
}
.main-inner #web-reserve .contents{
  margin: 12% 0 6%;
}

.main-inner #store-reserve{
  background-color: #e8374a;
  padding: 5% 5% 10%;
}
.main-inner #store-reserve .date{
  background-color: #fff;
  padding: 4% 15%;
  margin: 6% calc(50% - 50vw);
}
.main-inner #store-reserve .contents{
  margin: 12% 0 10%;
}
.main-inner #store-reserve .contents-app{
  margin-bottom: 6%;
}

.main-inner .icNotes{
  margin: 4% 5% 0;
}
.main-inner .icNotes div {
  display: flex;
  justify-content: space-between;
}
.main-inner .icNotes div:nth-of-type(n+2) {
  margin-top: 4%;
}
.main-inner .icNotes div dt {
  width: 20%;
}
.main-inner .icNotes div dd {
  width: 76%;
}

/*=====lineup=====*/
.main-inner #contents01 {
  padding: 15% 5% 0;
}
.main-inner #contents01 h2 {
  margin: 0 10%;
}
.main-inner #contents01 ul {
  margin-top: 8%;
}
.main-inner .menu:nth-of-type(n+2) {
  margin-top: 18%;
}
.menu .im-top {
  margin-bottom: 5%;
}
.detail .flaxWrap{
  display: flex;
  align-items: center;
}
.detail .flaxWrap + .flaxWrap{
  justify-content: space-between;
  padding-top: 3%;
  border-top: 2px solid #242424;
  margin: 2% 0 5%;
  align-items: stretch;
}
.detail .nm-ic {
  width: 13%;
  margin-right: 3%;
}
.detail .limit-ic {
  width: 34%;
  margin: 0 3%;
}
.detail .name {
  line-height: 1.2;
  font-size: 2.0rem;
  font-weight: bold;
}
.detail .name span {
  font-size: 1.6rem;
}
.detail .price {
  font-weight: bold;
  margin-top: -1%;
}
.detail .price span {
  font-size: 2.2rem;
}
.detail .ic-wrap {
  display: flex;
  justify-content: flex-end;
}
.detail .ic-wrap p {
  width: 16vw;
}
.detail .ic-wrap p + p{
  margin-left: 3vw;
}
.detail .ingredients {
  margin-top: 3%;
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
  padding: 3% 0;
}
.detail .ingredients dt {
  font-weight: bold;
}
.detail .txRed{
  color: #e60012;
}
.main-inner #contents01 .att{
  margin-top: 15%;
}
#contents02{
  padding: 10% 5% 0;
}

#contents02 h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6%;
  padding: 2% 0 1%;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}
#contents02 section {
  margin-top: 6%;
}
.main-inner span.red {
  color: #e60012;
}
.main-inner .telephone {
  font-weight: bold;
  font-size: 2.2rem;
}
.main-inner .telephone a:link {
    color: #231815;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 {
    text-align: center;
  }
  
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: #fff;
  }
  .main-inner nav ul {
    justify-content: space-between;
    margin: 0 40px 50px;
  }
  .main-inner nav ul li:nth-of-type(n+2) {
    margin-left: 0;
  }
  .main-inner .chirashi {
    margin: 0 auto 60px;
    width: 500px;
  }
  .main-inner .btn{
    margin: 0 auto;
    width: 450px;
  }
  
  .main-inner #web-reserve{
    padding: 40px 40px 50px;
    text-align: center;
  }
  .main-inner #web-reserve h2{
    margin: 0;
  }
  .main-inner #web-reserve .date{
    padding: 20px 0;
    margin: 40px -40px 30px;
  }
  .main-inner #web-reserve .contents{
    margin: 60px 0 30px;
  }

  .main-inner #store-reserve{
    padding: 30px 40px 50px;
    text-align: center;
  }
  .main-inner #store-reserve .date{
    padding: 20px 0;
    margin: 30px -40px 30px;
  }
  .main-inner #store-reserve .contents{
    margin: 60px 0 30px;
  }
  .main-inner #store-reserve .contents-app{
    margin-bottom: 30px;
  }
  
  .main-inner .icNotes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 40px 0;
  }
  .main-inner .icNotes div {
    width: 450px;
  }
  .main-inner .icNotes div:nth-of-type(n+2) {
    margin-top: 0;
  }
  .main-inner .icNotes div:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .main-inner .icNotes div dt {
    width: 70px;
  }
  .main-inner .icNotes div dd {
    width: 370px;
  }

  /*=====lineup=====*/
  .main-inner #contents01 {
    padding: 70px 40px 20px;
  }
  .main-inner #contents01 h2 {
    margin: 0 auto;
    width: 390px;
  }
  .main-inner #contents01 ul {
    margin-top: 50px;
  }
  .main-inner .menu {
    display: flex;
    justify-content: flex-end;
  }
  .main-inner .menu:nth-of-type(n+2){
    margin-top: 60px;
  }
  .menu .im-top {
    width: 460px;
    margin: 0 20px 0 0;
  }
  .detail {
    width: 460px;
  }
  .detail .flaxWrap + .flaxWrap{
    padding-top: 10px;
    margin: 7px 0 15px;
  }
  .detail .nm-ic {
    width: 50px;
    margin-right: 10px;
  }
  .detail .limit-ic {
    width: 125px;
    margin: 0 10px;
  }
  .detail .name {
    font-size: 2.3rem;
  }
  .detail .price span {
    font-size: 2.5rem;
  }
  .detail .ic-wrap p {
    width: 64px;
  }
  .detail .ic-wrap p + p {
    margin-left: 15px;
  }
  .detail .date p {
    font-size: 2.0rem;
    margin-bottom: 10px;
    padding: 8px 0 ;
  }
  .detail .ingredients {
    margin-top: 15px;
    border-top: 2px solid #242424;
    border-bottom: 2px solid #242424;
    padding: 12px 0 9px;
  }
  .main-inner #contents01 .att{
    margin-top: 40px;
  }
  .sweetsWrap{
    margin: 90px 0 40px;
  }
  .sweetsWrap h3 {
    margin: 0 -40px;
  }
  #contents02{
    padding: 50px 40px 0;
  }
  #contents02 h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    padding: 10px 0 5px;
  }
  #contents02 .period{
    text-align: center;
  }
  #contents02 section {
    margin-top: 30px;
  }
}