.wrapper{
  padding-top: 0;
} 
.u-contents h2{
  position: relative;
  z-index: 1;
  color: #598f34;
  font-weight: 700;  
  font-size: 25px;
  padding: 30px 0 10px;
}
.u-contents h2:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
  background-image: url(https://img21.shop-pro.jp/PA01501/577/etc_base64/aDJfaWNvbg.png?cmsp_timestamp=20230806201854);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/******************************/
/* SLIDER */
/******************************/

.main_kv{
  margin-bottom: 20px;
}
h1.top-right {
  top: -15px;
  right: -15px;
  background: #fff;
  border-radius: 0 25px 0 25px;
  padding: 30px;
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  writing-mode: vertical-rl;
  text-orientation:upright;
  -webkit-text-orientation:upright;
  text-align: left;
  overflow-y: hidden;
  color: #000000;
}
.main_kv p{
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.main_kv  span{
  display: block;
  color: #fdd089;
  font-size: 26px;
  font-weight: bold;
}
.main_kv .icon{
  position: absolute;
  left: 60px;
  bottom: -80px;
}
.slider div {
  width: 1140px;
  height: 300px;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 1140px;
  height: 100%;
  margin:auto;
  object-fit: cover;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
@media screen and (max-width: 1140px) {
.main_kv{
  margin-bottom: 0;
  padding-top: 60px;
}
.top-right{
right: 0;
}
}
@media screen and (max-width: 750px) {
.bx-wrapper img {
  width: 100%;
  }
.main_kv p{
  font-size: 20px;
}
.main_kv .icon{
  left: 0;
} 
.bx-wrapper img {
  height: 100%;
}
.slider div {
  width: 100%;
  height: 320px;
}
.main_kv span {
  font-size: 20px;
}
h1.top-right {
  top: -25px;
  border-radius: 25px  25px 0　0;
  padding: 15px 25px;
  font-size: 16px;
  writing-mode: horizontal-tb;
}
}

/******************************/
/* インフォメーション */
/******************************/

.info a {
  color: #fff;
  text-decoration: underline;
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-line-informaiton {
  padding: 0.4rem 2rem 1rem;
  border-radius: 20px;
  background-color: #558113;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .info {
    padding-top: 25px;
  }
  .p-line-informaiton {
    display: block;
    width: auto;
    font-size: 12px;
  }
}
.p-line-informaiton__ttl {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  background: #fff;
  display: block;
  width: 160px;
  color: #365408;
  text-align: center;
  border-radius: 100vh;
}
@media screen and (max-width: 750px) {
.p-line-informaiton {  
  padding: 0.3rem 2rem 1rem;  
}
.p-line-informaiton__ttl {
  width: 100%;
}
}

/******************************/
/* おすすめ商品 */
/******************************/

.p-recommend .u-contents{
  padding-bottom: 0;
color: #598f34;
}
@media screen and (max-width: 1140px) {
.p-recommend .c-ttl-main{
  width: 100%;
}
}
@media screen and (max-width: 750px) {
.p-recommend .c-ttl-main img {
  height: auto;
  width: 100%;
}
}

/******************************/
/* 商品カテゴリ */
/******************************/

.p-category ul {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-category ul::after{
  content:"";
  display: block;
  width:32%;
}
.p-category ul li {
  padding: 20px 0;
  margin: 0 0 20px;
  width: 32%;
  background: #e2f1da;
  text-align: center;
  border-radius: 10px;
}
.p-category ul li a {
  font-weight: bold;
  display: block;
  color: #365408;
}
@media (max-width: 750px) {
.p-category ul li {
  padding: 15px 0;
  margin: 0 0 15px;
  width: 48%;
}
}

/******************************/
/* Yazawa Farmについて */
/******************************/

.p-farm img {
  display: block;
  margin: 0 auto 25px;
}
.p-farm .sub_title {
  font-size: 1.2em; 
  margin-bottom: 15px;
  font-weight: bold;
  padding: 8px 15px;
  background: #e2f1da;
  border-radius: 20px;
}
.p-farm ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.p-farm ul li{
  width: 40%;
}
.p-farm ul li img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
.p-farm ul li.text{
  width: 58%;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 750px) {
.p-farm ul {
  display: block;
}
.p-farm ul li.text{
  width: 100%;
}
.p-farm ul li{
  width: 100%;
}
.p-farm ul li img{
  width: 100%;
  height: auto;
}
}

/******************************/
/* 姉妹店の紹介 */
/******************************/
.p_s_store h3{
  font-weight: bold;
}
.p_s_store ul{
  display: flex;
  flex-wrap: wrap;
}
.p_s_store ul li{
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  background: #fff;
  border-radius: 15px;
  margin-top: 25px;
}
.p_s_store ul li img{
  border-radius: 15px 15px 0 0;
}
.p_s_store ul li p{
  text-align: center;
  background: #fff;
  padding: 13px 0;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  border-radius:  0 0 15px 15px;
}
@media screen and (max-width: 750px) {
.p_s_store ul li{
  width: 48%;
}
.p_s_store ul li p{
  font-size: 14px;
}
}
@media screen and (max-width: 442px) {
.p_s_store ul li p{
  font-size: 10px;
}
}

/******************************/
/* 果樹園情報 */
/******************************/
.fruit_farm_info .c-item-list__item {
  width: 31%;
} 
.c-item-list__expl{
  text-align: justify;
}
@media screen and (max-width: 750px) {
.fruit_farm_info .c-item-list {
  display: block;
}
.fruit_farm_info .c-item-list__item {
  width: 100%;
}
}

.fruit_farm_info .more_items { 
 margin-left: auto;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #558113;
   border-radius: 100vh;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
/******************************/
/* gallery */
/******************************/
#gallery {
  display: flex;
  letter-spacing: 0em;
}
#gallery .c-item-list__item:not(:last-child) {
    margin-right: 20px;
}
#gallery .c-item-list__item {
    margin-bottom: 0;
}
#gallery .c-item-list__img {
    margin-bottom: 0;
}
#gallery .c-item-list__price {
  display: none;
}
@media screen and (max-width: 750px) {
 #gallery {
  flex-direction: column;
}
#gallery .c-item-list__item:not(:last-child) {
    margin-right: 0;
}
#gallery .c-item-list__item {
    margin-bottom: 10px;
}
}


/*　20231201　お知らせ改行表示 */
.ellipsis {
  padding: 0 0 1rem 0;
  width: 100%;
  white-space: normal;
}


/*20240110 info下注意喚起*/
.top_caution {
  margin-top: 5px;
  padding-top: 5px;
}

.top_caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #C20000;
  text-decoration:underline;
  width: 70%;
  margin: 0;
  padding: 0;
  position: relative;
}

.top_caution a:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 35px;
  margin-top: -13px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media (max-width: 768px) {
.top_caution a {
  width: 95%;
  font-size: 0.8em;
}
.top_caution a::before {
  left: 22px;
}
}

