@charset "utf-8";
/* CSS Document */

.no_border{
	border: none;
}

.shina-box .swiper-wrapper {
	height: auto;
	padding-bottom: 2em;
  }
  .shina-box .swiper-slide {
	width: 30%;
	height: auto;
  }
  .shina-box .swiper-slide .item {
	width: 100%;
  }
  .shina-box .shop__list > li {
	height: auto;
	position: relative;
	background: #fff;
	margin: 0;
  }
  @media screen and (max-width: 767px) {
	.shina-box .shop__list > li {
	  width: 55%;
	}
  }
  .shina-box .swiper-button_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
  }
  .shina-box .swiper-button-prev:after,
  .shina-box .swiper-rtl .swiper-button-next:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 24.6px 15px 0;
	border-color: transparent #ffffff transparent transparent;
  }
      @media screen and (max-width: 767px) {
  .shina-box .swiper-button-prev:after,
  .shina-box .swiper-rtl .swiper-button-next:after {
	border-width: 10px 14.6px 10px 0;
  }
  }
  .shina-box .swiper-button-next,
  .shina-box .swiper-button-prev {
	position: static;
	background: #3fb266;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 5px;
  }
    @media screen and (max-width: 767px) {
  .shina-box .swiper-button-next,
  .shina-box .swiper-button-prev {
	width: 40px;
	height: 40px;
  }
  }
  .shina-box .swiper-button-next--fourdays,
  .shina-box .swiper-button-prev--fourdays {
	background: #258BC6;
  }
  .shina-box .swiper-button-next--couponfood,
  .shina-box .swiper-button-prev--couponfood {
	background: #F84DAD;
  }
  .shina-box .swiper-button-next--coupondrug,
  .shina-box .swiper-button-prev--coupondrug {
	background: #E30063;
  }
  .shina-box .swiper-button-next.swiper-button-disabled,
  .shina-box .swiper-button-prev.swiper-button-disabled {
	background: #aaa;
	opacity: 1;
  }
  .shina-box .swiper-button-next:after,
  .shina-box .swiper-rtl .swiper-button-prev:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 24.6px;
	border-color: transparent transparent transparent #ffffff;
  }
        @media screen and (max-width: 767px) {
  .shina-box .swiper-button-next:after,
  .shina-box .swiper-rtl .swiper-button-prev:after {
	border-width: 10px 0 10px 14.6px;
  }
  }

  .item {
	width: 30%;
	margin: 10px 8px;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.5);
	padding: 1em 0.5em;
  }
  @media screen and (max-width: 767px) {
	.item {
	  width: 48%;
	  margin: 10px 0;
	}
  }
  .item--w100 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 50px;
	padding: 3em 0.5em;
  }
  @media screen and (max-width: 767px) {
	.item--w100 {
	  display: block;
	  padding: 1em 0.5em;
	  border-radius: 0;
	  max-width: 350px;
	}
  }
  .item--w100 .item__img {
	width: 45%;
  }
  @media screen and (max-width: 767px) {
	.item--w100 .item__img {
	  width: 100%;
	}
  }
  .item--w100 .item__about {
	width: 40%;
  }
  @media screen and (max-width: 767px) {
	.item--w100 .item__about {
	  width: 100%;
	}
  }
  .item__img {
	text-align: center;
	margin-bottom: 8px;
  }

  .item__txt .sentyaku {
	display: inline-block;
	background: #CD0000;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
  }
  .item__txt .sentyaku--youme {
	background: #C70078;
  }
  .item__txt .limited {
	display: inline-block;
	background: #1C1C1C;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
  }
  .item__txt .limited--drug {
	background: #FFF100;
	color: #000;
  }
  .item__txt .drugcorner {
	color: #004098;
  }
  .item__txt .iyakuhin {
	display: inline-block;
	background: #004098;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
  }
  .item__txt .seiniku {
	display: inline-block;
	background: #b81c22;
	color: #fff;
	padding: 2px 6px;

	margin-bottom: 8px;
  }
  .item__txt .from--second {
	margin-top: 8px;
  }

  @media screen and (max-width: 767px) {
	.item__txt .ttl {
	  font-size: 1em;
	}
  }
  .item__txt .ttl--second {
	margin-top: 8px;
  }


  .item__price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #707070;
	text-align: right;
  }
  .item__price p {
	color: #CD0000;
  }

  @media screen and (max-width: 767px) {
	.item__price .price {
	  font-size: 1.7em;
	  line-height: 1.2;
	}
  }
  .item__price .price span.small {
	font-size: 0.7em;
  }
  @media screen and (max-width: 767px) {
	.item__price .price span.small {
	  font-size: 0.5em;
	}
  }
  .item__price .price span.yoridori {
	font-size: 0.6em;
	background: #CD0000;
	color: #fff;
	padding: 0 2px;
	margin-right: 4px;
  }
  @media screen and (max-width: 767px) {
	.item__price .price span.yoridori {
	  display: inline-block;
	  font-size: 0.65em;
	}
  }
  .item__price .tax {
	font-weight: 600;
  }
  .item .kaku {
	text-align: right;
  }

  .couponprice {
	display: flex;
	margin-top: 8px;
	border: 2px solid #009D88;
  }
  @media screen and (max-width: 767px) {
	.couponprice {
	  display: block;
	}
  }
  .couponprice .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	padding: 4px;
	background: #009D88;
	text-align: right;
  }
  @media screen and (max-width: 767px) {
	.couponprice .txt {
	  width: 100%;
	  padding: 4px;
	  text-align: center;
	}
  }
  .couponprice .txt p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2;
  }
  .couponprice .price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	padding: 4px 0;
	background: #FFF000;
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.couponprice .price {
	  width: 100%;
	}
  }
  .couponprice .price p {
	color: #CD0000;
	font-weight: 700;
	font-size: 1.5em;
  }
  @media screen and (max-width: 767px) {
	.couponprice .price p {
	  line-height: 1;
	}
  }

  .couponprice .price p span.small {
	font-size: 0.8em;
  }
  
  .youmedrug .item {
	background: #fff;
  }
  .youmedrug .item--youme {
	background: #C70078;
  }
  .youmedrug .item--youme .item__txt {
	color: #fff;
  }
  .youmedrug .item--youme .item__tsumitate {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #fff;
  }
  .youmedrug .item--youme .item__tsumitate p {
	color: #FFF100;
	font-weight: 600;
  }
  .youmedrug .item--youme .item__tsumitate .tsumitate {
	line-height: 1.2;
	margin-right: 4px;
  }
  @media screen and (max-width: 767px) {
	.youmedrug .item--youme .item__tsumitate .tsumitate {
	  font-size: 0.8em;
	}
  }
  .youmedrug .item--youme .item__tsumitate .bai {
	font-size: 2.8em;
  }
  @media screen and (max-width: 767px) {
	.youmedrug .item--youme .item__tsumitate .bai {
	  font-size: 2em;
	}
  }
  .youmedrug .item--youme .item__tsumitate .bai span.small {
	font-size: 0.6em;
  }
  .youmedrug__wrap {
	padding: 60px 0;
	background: #D3EDFB;
	border: 4px solid #004098;
	border-radius: 40px;
  }
  @media screen and (max-width: 767px) {
	.youmedrug__wrap {
	  padding: 40px 0;
	}
  }
  .youmedrug__list {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 60px auto 100px;
  }
  @media screen and (max-width: 767px) {
	.youmedrug__list {
	  margin-top: 20px;
	  justify-content: space-between;
	}
  }
  .youmedrug__notice {
	font-size: 0.9em;
	text-align: center;
	margin-top: 12px;
  }

  .tasaki_renewal {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	max-width: 1300px;
	width: 90%;
	padding: 3% 0 3% 3%;
	background-color: rgba(255,255,255,0.7);
	border-radius: 40px;
    margin: 5% auto;
  }
    @media screen and (max-width: 767px) {
  .tasaki_renewal {
	width: 95%;
	border-radius: 20px;
	font-size: 14px;
  }
  }
  .tasaki_renewal a {
	transition: all 0.3s;
	text-decoration: none;
  }
  .tasaki_renewal a:hover {
	opacity: 1;
  }
  .tasaki_renewal p {
	line-height: 1.4;
  }
  .tasaki_renewal p span.youbi {
	font-size: 0.7em;
  }
  .tasaki_renewal h3 {
	width: 95%;
	margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
	.tasaki_renewal h3 {
	  max-width: 550px;
	}
  }
  
  .w1100 {
	width: 95%;
	margin: 0 auto;
	max-width: 1100px;
  }

  .youmecoupon__list {
	margin: 60px auto 100px;
  }

.coupon_box {
	margin: 5% auto 3% 0;
}

.coupon_box2 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 40px;
	margin: 5% auto 3% 0;
}
.coupon_ttl {
	max-width: 440px;
	width: 70%;
	text-align: left;
}

.coupon_kikan {
	max-width: 630px;
}
@media screen and (max-width: 1290px) {
.coupon_kikan {
	width: 90%;
	margin: auto;
	padding-right: 3%;
}
}
@media screen and (max-width: 767px) {
.coupon_box2 {
	gap: 3%;
}
}

.nav_btn {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 10% auto 0;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nav_btn {
    flex-wrap: wrap;
    max-width: 450px;
	margin: 25% auto 0;
  }
}

.anker_btn {
    background: rgb(247, 205, 113);
    background: linear-gradient(rgba(234,191,112,1) 23%, rgba(255,249,170,1) 50%, rgba(234,191,112,1) 69%);
  border-radius: 20px;
  text-align: center;
  margin: 20px;
  font-weight: 800;
  line-height: 1.2;
  width: 250px;
  height: 70px;
    display: flex;                /* 追加：Flexbox化 */
  align-items: center;          /* 追加：上下中央揃え */
  justify-content: center;  
}

@media screen and (max-width: 767px) {
  .anker_btn {
    border-radius: 15px;
    margin: 8px;
    width: 45%;
	height: 50px;
  }
}

.anker_btn a {
  display: flex;               /* ← ここをflexに */
  align-items: center;         /* 上下中央揃え */
  justify-content: center;     /* 左右中央揃え */
  font-size: 16px;
  padding: 0 15px;
  text-decoration: none;
  color: #E6003E;
  width: 100%;
  height: 100%;
  box-sizing: border-box;  
}

@media screen and (max-width: 767px) {
  .anker_btn a {
    font-size: 13px;
    padding: 10px;
  }
}





.swiper-slide{
	height: auto;
}

/* ドット（選択中）の色を変える */
.swiper-pagination-bullet-active {
  background: #7D7D7D; /* 例：赤に変更 */
  opacity: 1;
}
.shina-box .swiper-button_wrap{
	    position: relative;
}