.top-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 3em;
  list-style-type: none;
}
.top-event li {
  width: 48%;
}


.top-ippin {
  margin: 0 auto
}

.top-ippin h2 {
  margin-bottom: 30px;
  text-align: center;
}

.ippin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.ippin-item {
  width: 48%;
  margin-bottom: 20px;
}

.ippin-item .item-inner {
  position: relative;
  border: #cccccc solid 3px;
  padding: 15px;
  min-height: 560px;
  overflow: hidden;
}

.ippin-item .item-inner>p {
  min-height: 5.4em;
}

.ippin h3 {
  display: flex;
  align-items: center;
  color: #946c26;
  font-size: 20px;
}

.ippin span:nth-child(2) {
  flex: 1;
}

.ippin .ippin-cat {
  flex-basis: 130px;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 18px;
}

.cat-1 .ippin-cat {
  background-color: #e69318;
}

.cat-2 .ippin-cat {
  background-color: #946C26;
}

.cat-3 .ippin-cat {
  background-color: #53794f;
  font-size: 17px;
}

.ippin p {
  font-size: 16px;
  line-height: 1.8;
}

.ippin-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ippin ul {
  list-style-type: none;
  margin: 10px 0 0;
}

.ippin li {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.ippin li::before {
  content: "▶";
  color: #3E3A39;
  padding-right: 1em;
}

.ippin ul li a {
  color: #3E3A39;
  text-decoration: underline;
}
.ippin ul li a:hover {
  color: #3E3A39;
  text-decoration-color: #ccc;
}

.ippin-recipe {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px 10px 10px;
  background-color: rgb(255 255 255 / .6);
}

.ippin-recipe p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
}

.ippin-recipe button {
  float: right;
  margin: 5px auto;
  padding: 2px 8px;
  border: none;
  border-radius: 12px;
  background-color: #eec100;
  color: #fff;
}

.nav-special-sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin: 0 0 0 0;
}

.nav-special-sale li {
  margin: 0 0 2%;
  padding: 0;
  list-style-type: none;
  width: 23%;
  position: relative;
}
.recommend-pickup .hgroup {
  border-bottom: none;
}

.omote-ippin {
  margin: 0 auto
}

.omote-ippin h2 {
  margin-bottom: 30px;
  text-align: center;
}

.omote {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; 
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.omote-item {
  width: 48%;
  margin-bottom: 20px;
  display: flex;          
}

.omote-item .item-inner {
  position: relative;
  flex: 1;                
  padding: 15px;
  min-height: 560px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;  
}
.omote-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.omote-item .item-inner h2 {
  color: #333;
  font-size: 18px;
  padding-top: 1em;
}
.omote-item .item-inner h3 {
  color: #8B5151;
  font-size: 24px;
  padding-bottom: 1em;
}
.omote p {
font-size: 16px;
  line-height: 0.5;
  margin-bottom: 0.2rem;
  color: #333;
}
.omote ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.omote li {
  display: flex;
  align-items: center;
  gap: 5px; 
  font-size: 18px;
  line-height: 1; 
  margin-bottom: 0; 
	color: #333;
}

.omote li + li {
  margin-top: -4px;
}

.omote li::before {
  content: "●";
  color: #C5A8A8;
  font-size: 24px; 
  line-height: 1.2;
  display: inline-block;
  transform: translateY(-2px); 
}
.omote ul li a {
  color: #3E3A39;
  text-decoration: underline;
}
.omote ul li a:hover {
  color: #3E3A39;
  text-decoration-color: #ccc;
}

.omote-recipe {
  position: absolute;
bottom: 15px;
  right: 15px;
}
.omote-recipe p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
}
.omote-recipe button {
  width: 60px;          
  height: 60px;        
  border: none;
  background-color: #8B5151;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  padding: 0;           
  text-align: center;
  border-radius: 0;     
}

.omote-recipe button:hover {
  background-color: #7a4747; 
}



.omote .omote-cat {
  flex-basis: 130px;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
  color: #333;
  border-radius: 15px;
  font-size: 18px;
}

.cat-1 .omote-cat {
  background-color: #e69318;
}

.cat-2 .omote-cat {
  background-color: #946C26;
}

.cat-3 .omote-cat {
  font-size: 17px;
}







#nav01 h2 {
  color: #333333;
}

#nav01 p {
  font-size: 18px;
}

#nav01 h2::before {
  content: "●";
  color: #E70012;
  font-size: 1.3em;
  margin-right: 0.1em;
}



#nav02 h2 {
  color: #333333;
}

#nav02 p {
  font-size: 18px;
}

#nav02 h2::before {
  content: "●";
  color: #F29801;
  font-size: 1.3em;
  margin-right: 0.1em;
}



#nav03 h2 {
  color: #333333;
}

#nav03 p {
  font-size: 18px;
}

#nav03 h2::before {
  content: "●";
  color: #22AC37;
  font-size: 1.3em;
  margin-right: 0.1em;
}



#nav04 h2 {
  color: #333333;
}

#nav04 p {
  font-size: 18px;
}

#nav04 h2::before {
  content: "●";
  color: #E995B9;
  font-size: 1.3em;
  margin-right: 0.1em;
}

@media screen and (max-width: 1440px) {
  .ippin h3 {
    font-size: 18px;
  }

  .ippin .ippin-cat {
    font-size: 16px;
  }
  .omote h3 {
    font-size: 18px;
  }

  .omote .omote-cat {
    font-size: 16px;
  }
}

@media screen and (max-width: 1310px) {
  .ippin h3 br {
    display: none;
  }

  .ippin .ippin-cat br {
    display: block;
  }
  .omote h3 br {
    display: none;
  }

  .omote .omote-cat br {
    display: block;
  }
}

@media screen and (max-width: 974px) {
.top-event {
    display: block;
}
.top-event li {
  width: 100%;
  margin-bottom: 5px;
}

  .ippin {
    display: block;
  }

  .ippin h3 span {}

  .ippin-item {
    width: auto;
  }

  .ippin-item .item-inner {
    min-height: auto;
  }
  .omote {
    display: block;
  }

  .omote h3 span {}

  .omote-item {
    width: auto;
  }

  .omote-item .item-inner {
    min-height: auto;
  }
  .nav-special-sale {
    margin-bottom: 3em;
  }

  .nav-special-sale li {
    margin: 0 0 2%;
    padding: 0;
    width: 48%;
  }

  .ippin-item .item-inner>p {
    min-height: auto;
  }
  
  .ippin li {
  font-size: 14px;
}
.ippin li::before {
  padding-right: 0.5em;
}
  .omote-item .item-inner>p {
    min-height: auto;
  }
  
  .omote li {
    font-size: 14px;
    line-height: 1;         
    margin-bottom: 0;      
  }

  .omote li + li {
    margin-top: -3px;      
  }
}
@media screen and (max-width: 600px) {
  .ippin-recipe {
    margin-top: 10px;
    padding: 0;
    position: static;
    float: none;
    text-align: center;
  }

  .ippin-recipe button {
    float: none;
  }

  }
  
@media screen and (max-width: 460px) {
  .ippin-item .item-inner {
    padding: 10px;
  }



  .ippin h3 {
    font-size: 16px;
  }

  .ippin .ippin-cat {
    flex-basis: 120px;
    font-size: 14px;
  }
  .omote-item .item-inner {
    padding: 10px;
  }
.omote-recipe {
  bottom: 10px;
  right: 10px;
}


  .omote h3 {
    font-size: 16px;
  }

  .omote .omote-cat {
    flex-basis: 120px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: none;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: none;
  }
}
