
.readmore {
    position: relative;
    margin: 0px auto 0;
    padding: 1.5rem 0 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .readmore label {
    position: absolute;
    display: table;
    font-weight: bold;
    bottom: 0rem;
    color: #89734C;
    cursor: pointer;
    z-index: 1;
  }
  
  .readmore label::before{
    content: '>> 続きを見る';
  }
  
  .readmore input[type="checkbox"]:checked ~ label::before {
    content: '>> 閉じる';
  }
  
  .readmore input[type="checkbox"]{
    display: none;
  }
  
  .readmore-content {
    position: relative;
    height: 0px;
    overflow: hidden;
  }
  
  .readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
  }


  /*続きを読む - メニュー詳細*/
.readmore2 {
    position: relative;
    margin: 0px auto 0;
    padding: 1.5rem 0 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .readmore2 label {
    position: absolute;
    display: table;
    font-weight: bold;
    bottom: 0rem;
    color: #fff;
    background-color: #89734C;
    padding:1rem;
    border-radius: 1rem;
    max-width: 300px;
    cursor: pointer;
    z-index: 1;
  }
  
  .readmore2 label::before{
    content: '>> メニュー詳細はこちら';
  }
  
  .readmore2 input[type="checkbox"]:checked ~ label::before {
    content: '>> メニュー詳細を閉じる';
  }
  
  .readmore2 input[type="checkbox"]{
    display: none;
  }
  
  
  .readmore2 input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
  }



  /*ともしびコース - メニュー詳細*/
.readmore_tomoshibi {
  position: relative;
  margin: 0px auto 0;
  padding: 1.3rem 0 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.readmore_tomoshibi label {
  position: absolute;
  display: inline-block;
  bottom: 0rem;
  color: #89734C;
  border: 1px solid #89734C;
  padding:0.5rem 2rem;
  text-align: center;
  margin-left: 1rem;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.readmore_tomoshibi label::before{
  content: '≫ メニュー詳細';
}

.readmore_tomoshibi input[type="checkbox"]:checked ~ label::before {
  content: '≫ 詳細を閉じる';
}

.readmore_tomoshibi input[type="checkbox"]{
  display: none;
}

.readmore_tomoshibi input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}


 /*いさりびコース - メニュー詳細*/
 .readmore_isaribi {
  position: relative;
  margin: 0px auto 0;
  padding: 1.3rem 0 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.readmore_isaribi label {
  position: absolute;
  display: inline-block;
  bottom: 0rem;
  color: #89734C;
  border: 1px solid #89734C;
  padding:0.5rem 2rem;
  text-align: center;
  margin-left: 1rem;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.readmore_isaribi label::before{
  content: '≫ メニュー詳細';
}

.readmore_isaribi input[type="checkbox"]:checked ~ label::before {
  content: '≫ 詳細を閉じる';
}

.readmore_isaribi input[type="checkbox"]{
  display: none;
}

.readmore_isaribi input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
