﻿/*カテゴリー用css*/

/*芝生簡単サーチ PC*/


.search {
display: block;
margin-top: 30px;
}

.search .clear {
clear: both;
}

.search2 .eventimg img{
 width: 100%;
}


/* ドッグイヤー */
.search2 .s-title{
width: 100%;
  font-size: 1.5rem;
    font-weight: bold;
 color: #5c6611;
 
  position: relative;
  padding: 5px 5px 5px 15px;
  background-color: #c3d825;
}

.search2 .s-title::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #b8cc23 #b8cc23;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

/* point */
.search2 .flex-p{
  padding: 10px 0px 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 10px 0px 30px 0px;
  /**
  -webkit-justify-content: center;  真ん中寄せ **/

}
 
.search2 .flex-p .a{
  padding: 5px 0px;
  margin: 10px 0px 5px 0px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 45%;
  height: 50px;
  border-bottom: solid 4px #f0e68c;
  padding-left: 55px;
  background: url(https://www.rakuten.ne.jp/gold/baroness/mame/images/point-arrow_5.png) no-repeat left #fffacd;
  background-size: 40px;
  background-position:10px ;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 横揃え
  -webkit-box-pack: center;
  */
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

/*
.search2 .flex-p .a p{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
}
*/

.search2 .flex-p .a a {
  display: block;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 
.search2 .flex-p .a span {
  font-size: 1.2rem;
}

/* item親要素 */
.search2 .flex1{
  padding: 0px 0px 0px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

/* item子要素 */
.search2 .flex1 .item{
  width: 28%;
  margin: 10px 0 10px 0;
  font-size: 1.2rem;
  text-align: center;
}

.search2 .flex1 .item img{
  width: 100%;
  margin: 0px 0px 5px 0px;
}

.search2 .flex1 .item span{
  font-size: 1.2rem;
}

/* item親要素の疑似要素 */
.search2 .flex1::after { /* 3列か4列のとき使用*/
    content: "";
    display:block;
    width:28%; /* 子要素と同じ幅 */
}

.search2 .flex1::before { /* 4列のときのみ使用*/
    content: ""; 
    display:block; 
    width:28%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}

.search2 h3 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 4px,#ffdef5 3px, #ffdef5 8px);
  background: repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 4px,#ffdef5 3px, #ffdef5 8px);
  border-radius: 7px;
  width: 100%;
  color: #ff7bac;
  font-size: 1.5rem;
  font-weight: bold;
}

.search2 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff0f5;
  width: 0;
  height: 0;
}

.itemoresp {
  width: 100%;
  /* text-align: right; */
  font-weight: bold;
}

.search2 h4 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #d0ecf8, #d0ecf8 4px,#eeffff 3px, #eeffff 8px);
  background: repeating-linear-gradient(-45deg, #d0ecf8, #d0ecf8 4px,#eeffff 3px, #eeffff 8px);
  border-radius: 7px;
  width: 95%;
  color: #3fa9f5;
  font-size: 1rem;
  font-weight: bold;
}

.search2 h4:after {
  position: absolute;
  content: '';
  top: 95%;
  left: 10px;
  border: 15px solid transparent;
  border-top: 15px solid #d0ecf8;
  width: 0;
  height: 0;
}

/*母の日ページ PC*/
.mday-con {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 4px,#ffdef5 3px, #ffdef5 8px);
  background: repeating-linear-gradient(-45deg, #fff0f5, #fff0f5 4px,#ffdef5 3px, #ffdef5 8px);
  border-radius: 7px;
  width: 98%;
  color: #ff7bac;
  font-size: 1.5rem;
  font-weight: bold;
}

.mday-con:after {
  position: absolute;
  content: '';
  top: 98%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff0f5;
  width: 0;
  height: 0;
}

.itemore {
  width: 98%;
  text-align: right;
  font-weight: bold;
}

/*父の日ページ PC*/
.fday-con {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #d0ecf8, #d0ecf8 4px,#eeffff 3px, #eeffff 8px);
  background: repeating-linear-gradient(-45deg, #d0ecf8, #d0ecf8 4px,#eeffff 3px, #eeffff 8px);
  border-radius: 7px;
  width: 98%;
  color: #3fa9f5;
  font-size: 1.5rem;
  font-weight: bold;
}

.fday-con:after {
  position: absolute;
  content: '';
  top: 98%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d0ecf8;
  width: 0;
  height: 0;
}

/* 管理道具カテゴリー */
.stool {
width: 100%;
}
.stool img{
width: 100%;
}
/* item親要素 */
.stool .flex3{
  padding: 0px 0px 0px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
/* item子要素 */
.stool .flex3 ul{
padding-left:0;
}
.stool .flex3 li{
  width: 25%;
  text-align: center;
  list-style:none;
}
.stool .flex3 li img{
  width: 100%;
}

/* カテゴリー画像リンク */
.ca-link a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}
.ca-vegelink a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}
.ca-gwearlink a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}
.ca-golflink a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}


/*カテゴリーを絞り込む*/
.search2 .ca-title{
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.5rem;
padding: 50px 0 0 0;
}

.search2 .flex2{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.search2 .flex2 .item{
  margin: 10px 0px 10px 0px;
  font-size: 1.5rem;
  width: 25%;
  text-align: center;
}

.search2 .flex2 .item img{
  width: 70%;
  margin: 0px 0px 5px 0px;
}


/* ウィンドウ幅が0〜640pxの場合に適用するCSS */
@media screen and (max-width: 640px){

.mday-con {
  font-size: 1rem;
}
.fday-con {
  font-size: 1rem;
}
.search2 .flex1 .item span{
  font-size: 0.9rem;
}
.itemore {
  font-size: 0.9rem;
  text-align: right;
}

/* 管理道具カテゴリーsp */
.stool {
width: 100%;
}
.stool img{
width: 100%;
}
/* item親要素 */
.stool .flex3{
  padding: 0px 0px 0px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
/* item子要素 */
.stool .flex3 ul{
padding-left:0;
}
.stool .flex3 li{
  width: 33%;
  text-align: center;
  list-style:none;
}
.stool .flex3 li img{
  width: 100%;
}

}


/* ウィンドウ幅が0〜480pxの場合に適用するCSS */
@media screen and (max-width: 480px){

/* item子要素 
.search2 .flex1 .item{
  margin: 10px 0 10px 0;
  padding: 0px 0px;
  font-size: 1.2rem;
  width: 48%;
  text-align: center;
}
*/



}