@charset "utf-8";
/* CSS Document */

/*--------------------
swiper_slider bnr
--------------------*/
#pick_up .swiper {
    width: 93%;
	text-align: center;
    
}
#pick_up .swiper-slide {
    width: 100%;
    
}

#pick_up .swiper-button-prev {
    left: 0px !important;
	color: #2f5d50;
}
#pick_up .swiper-button-next {
    right: 0px !important;
	color: #2f5d50;
}
#pick_up .swiper-pagination {
    bottom: 0px !important;
}
#pick_up .swiper-slide {
    transition: all ease-in-out .3s;
    opacity: 1; /* 左右のスライドを薄くする */
}
#pick_up .swiper-slide-active {
    opacity: 1; /* 中央のスライドは薄くしない */
}
/*--------------------
swiper_slider count
--------------------*/

.swiper-wrapper {
    width: 100%;
    position: relative;

}


.swiper-slide img {
    display: block;
    width: 100%;
	height: auto;
    /*height: 100%;
    object-fit: cover;*/
    margin-bottom: 15px;
}
/* Swiperの矢印ボタンを縦中央に配置 */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%; /* 縦方向の中央 */
    transform: translateY(-50%); /* 中央揃えのための調整 */
    z-index: 10; /* 他の要素より前面に表示 */
    color: #fff;
    content: "";
    transition: opacity 0.5s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.7;
}
/* ページネーション */
.swiper-pagination {
    bottom: initial !important;
    margin-top: 30px !important;
    position: relative !important;
    margin-top: 0;
    text-align: right;
}
.pagenation-wrapper {
    position: relative;
    letter-spacing: 2px;
    margin: 10px;
}
.swiper-pagination-current {
    position: absolute;
    bottom: 0;
    right: 50px;
    font-size: 2rem;
}
.divide {
    position: absolute;
    right: 35px;
    bottom: 5px;
    font-size: 1.5rem;
}
.swiper-pagination-total {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.8rem;
}
/*--------------------
swiper_slider full-screen
--------------------*/


#food .swiper {
    width: 100%;
   margin: 0 auto 0 auto;
     position: relative;
    text-align: center;
}


.swiper-slide {
    transition: all ease-in-out .3s;
    opacity: .2; /* 左右のスライドを薄くする */
}
.swiper-slide-active {
    opacity: 1; /* 中央のスライドは薄くしない */
}

.swiper-full {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
}


/* Swiperの矢印ボタンを縦中央に配置 */
.swiper-full .swiper-button-next-1,.swiper-full .swiper-button-prev-1 {
    position: absolute;
    top: 50%; /* 縦方向の中央 */
    transform: translateY(-50%); /* 中央揃えのための調整 */
    z-index: 10; /* 他の要素より前面に表示 */
    content: "";
    color: #2f5d50;
    transition: opacity 0.5s;
}
.swiper-full .swiper-button-next-1:hover,.swiper-full .swiper-button-prev-1:hover {
    opacity: 0.7;
}
/* Swiperのドット色変更 */
.swiper-pagination-1 .swiper-pagination-bullet {
    bottom: initial !important;
    margin-top: 10px !important;
    margin-right: auto;
    margin-left: auto;
    width: 15px; /* ドットの幅 */
    height: 15px; /* ドットの高さ */
    border: 1px solid #2f5d50; /* 線の色と太さ */
    background-color: transparent; /* 背景を透明に */
    border-radius: 50%; /* 丸くする */
    opacity: 1; /* 不透明度を設定 */
	text-align: center;
	
}
.swiper-pagination-1 .swiper-pagination-bullet-active {
    background-color: #2f5d50; /* アクティブなドットの背景色 */
    border-color: #2f5d50; /* アクティブなドットの線の色 */
	text-align: center;
}
.swiper-caption {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    top: 100%;
    margin: 0;
    padding: 0;
    color: #433d3c;
}
.swiper-caption span {
    display: inline-block;
}

/* 画像にリンクがある場合 */
.swiper .item .swiper-slide {
  cursor: pointer;
}
.swiper .item .swiper-slide:hover {
  opacity: .7;
  
}

/* モバイル向けのスタイル */
@media (max-width: 575.98px) {
	.swiper .swiper-button-next, .swiper .swiper-button-prev,.swiper-full .swiper-button-next-1,.swiper-full .swiper-button-prev-1,#pick_up .swiper-button-prev,#pick_up .swiper-button-next  {
    width: 24px;
		height: 24px;
}
.swiper-pagination-current {
	position: absolute;
    bottom: 5px;
    right: 35px;
    font-size: 1.5rem;
}
	.divide {
		position: absolute;
    right: 25px;
    bottom: 10px;
    font-size: 1rem;
}
	.swiper-pagination-total {
		position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 1.3rem;
}
    .swiper-caption {
        font-size: 1rem;
    }
    
    
    
}