.slider.slider_top {
    max-width: 800px;
    margin: 0 auto;
}
.teikikounyu{
  display:block;
  width:90%;
  margin:20px auto ;
}
.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{
  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 {
    text-align: center;
  max-width: 48em;
}
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*/
.nav-wrap.nav_under {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
    margin: 50px auto 0;
}
.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: 50px auto;
}
/**/
.ranking{
		width:90%;
    max-width: 700px;
  margin: 50px auto 0;
	}
.ranking h2{
  font-size: 2em;
  text-align:center;
  color:#CFB53B;
}
	.ranking ul{
      margin:0;
				display: flex;
		justify-content: flex-start;
      padding:10px;
		gap:6%;
	}
	.ranking ul li{
      		border:3px solid #CFB53B;
      padding:10px;
		font-size: 1.1em;
		width:32%;
      list-style: none;
      
      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;
}


@media screen and (max-width: 480px){
  .news {
    text-align: left;
    font-size: 0.8em;
}
  .ranking ul{
    margin:0;
    padding: 5px;
		gap:5%;
	}
  ul.event {
    display:grid;
  }
  ul.event li {
    width: 90%;
    margin: 0 auto 20px;
  }
  
}