.slider.slider_top {
    max-width: 800px;
    margin: 0 auto;
}
.teikikounyu{
  display:block;
  width:90%;
max-width: 860px;
  margin:20px auto ;
}
.bx-wrapper {
     -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

  border: none !important;
  background: transparent !important;
}
.bx-wrapper .bx-viewport {
left:0 !important;
  -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important; 
}
.bx-viewport{
  aspect-ratio: 25 / 14 !important;
}
.topnews{
  font-size:0.9em;
  display: flex;
	flex-direction: column;
    width: 90%;
    gap:10px;
    box-sizing: border-box;
    margin: 10px auto;
    max-width: 600px;
}
.topnews li a:hover{
  background: #f2e1e3;
  transition:1.0s;
}
.topnews li{
    color:#dc143c;
  border: 1px solid #dc143c;
      padding: 1em 2em;
  list-style: none;
  text-align: left;
}
.topnews li a{
    color:#dc143c;
}
#side{
  display:none;
}
.col-lg-9 {
    width: 100%;
}
#contents {
    float: none;
    box-sizing: border-box;
    padding: 0;
}
.news {
width: 90% !important;
    max-width: 780px;
    text-align: center;

}
ul.event{
  width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}
ul.event li{
      border: 1px solid #CFB53B;
      list-style: none;
  width:45%;
}
.event-title{
  font-size: 2em;
    color: #CFB53B;
  width:100%;
  text-align:center;
}

#contents .mar_b_50:last-child {
    display: none;
}
.row.mar_b_50 {
    font-family: serif;
    line-height: 1.8em;
}
.notop{
  display:none;
}
#slider div{
  width:100% !important;
}
/*Slider*/
.marquee{
  color:#fff;
background:#CFB53B;
  padding:0.5em;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
}

.marquee-track{
  display:inline-flex;
  animation:marquee 100s linear infinite;
}

.marquee-track span{
  flex-shrink:0;
  padding-right:50px;
}

@keyframes marquee{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

.nav-wrap.nav_under {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;

}
.nav-wrap.nav_under nav.scroll-nav{
  padding:0 !important;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.nav-wrap.nav_under .scroll-nav ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-wrap.nav_under .scroll-nav li {
      list-style: none;
  flex: 0 0 auto;
  /*width: 90%;*/
    max-width: 500px;
}
.nav-wrap.nav_under .scroll-nav img {
  width: 100%;
  height: auto;
  display: block;
}
.nav-wrap.nav_under .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.nav-wrap.nav_under .scroll-btn.prev {
  left: 0;
}

.nav-wrap.nav_under .scroll-btn.next {
  right: 0;
}
.temph {
    max-width: 700px;
    margin: 10px auto 30px;
}
.ranking {
    background: #f5deb350;
    width: 100%;
    padding: 50px 0;
}
.ranking h2{
  font-size: 2em;
  text-align:center;
  color:#CFB53B;
}
	.ranking ul{
      max-width: 800px;
    margin: auto;
				display: flex;
		justify-content: flex-start;
      padding:10px;
		gap:3%;
	}
	.ranking ul li{
      		border:3px solid #CFB53B;
          box-sizing: border-box;
      padding:10px;
		font-size: 1.1em;
		width:32%;
      list-style: none;
      background: #fff;
      position: relative;
	}
.ranking li::before {
  content: "";
  position: absolute;
  z-index:10;
  top: -10px;
    left: -10px;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.ranking li:first-child::before {
  background-image: url('https://img21.shop-pro.jp/PA01515/846/etc_base64/cmFua2luZzE.png?cmsp_timestamp=20250516114454'); /* 1位のアイコン */
}
.ranking li:nth-child(2)::before {
  background-image: url('https://img21.shop-pro.jp/PA01515/846/etc_base64/cmFua2luZzI.png?cmsp_timestamp=20250516114454'); /* 2位のアイコン */
}
.ranking li:last-child::before {
  background-image: url('https://img21.shop-pro.jp/PA01515/846/etc_base64/cmFua2luZzM.png?cmsp_timestamp=20250516114454'); /* 3位のアイコン */
}

.ranking ul li p{
  padding:10px 0 0;
}
	.ranking ul li a{
      text-align: center;
 font-size: 0.8em !important;
  display:block;
}
.ranking .price{
  color: #dc143c !important;
    font-size: 1.1em;
}
.wrapper-recipe{
  display:flex;
gap:20px;
}
.youtube{
    position: relative;
    width: 100%;
  max-width:200px;
margin-left:20px;
  aspect-ratio:9/16;
    overflow:hidden;
}

.youtube iframe{
  border:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 480px){
  .news {
    text-align: justify;
}
  .ranking ul{
    width:90%;
    margin:auto;
    padding: 0;
		gap:10px;
	}
  ul.event {
    display:grid;
  }
  ul.event li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .wrapper-recipe{
    display:inline;
  }
  .youtube{
    margin:0 auto 20px !important;
}