@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
/*----------------------------------------
梅まつり　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/
body.view #contents {
  background: none;
  padding: 0;
}
body.view #contents {
  background: #2CBCEF;
  background: linear-gradient(90deg, rgba(44, 188, 239, 1) 0%, rgba(174, 229, 249, 1) 100%);
}
body.view.pc #contents > .inner {
  width: 100%;
  padding: 0;
  background: none;
}
#contents-main.all {
  padding: 0;
}
#contents h2 {
  width: 960px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
/*item_feature*/
body.item_feature h2, body.item_feature h3, body.item_feature .html1 h2:before, body.item_feature .content1, body.item_feature .content2, body.item_feature .return_list {
  display: none;
}
body.item_feature h3.goods {
  display: block;
}
body.item_feature #contents .html1 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url("bg.svg") no-repeat center bottom;
  background-size: 100% auto;
  display: block;
}
body.item_feature #contents .html1 h2 img {
  margin: 0 auto;
  display: block;
  background: none;
}
body.item_feature #contents .lead {
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
}
body.item_feature #contents .lead:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
body.item_feature #contents .lead p {
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background: #fff100;
  color: #036eb7;
  display: inline-block;
  padding: 0 50px;
  box-sizing: border-box;
}
body.item_feature #contents .lead p {
  position: relative;
}
body.item_feature #contents .lead p:before, body.item_feature #contents .lead p:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
body.item_feature #contents .lead p:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
body.item_feature #contents .lead p:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
body.sp #contents .inner {
  padding: 0;
  background: none;
}
/*--------------------
共通
--------------------*/
/*タブ*/
body.item_feature #contents-main .nav {
  background: #fff;
}
body.item_feature #contents-main .nav ul {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}
body.item_feature #contents-main .nav li {
  width: calc((100% - 10px) / 2);
  text-align: center;
}
body.item_feature.pc #contents-main .nav li:first-of-type {
  margin-right: 10px;
}
body.item_feature #contents-main .nav li a {
  display: block;
  font-weight: bold;
  color: #036eb7;
  line-height: 70px;
  font-size: 20px;
  background: #ddd;
}
body.item_feature #contents-main .nav li.active a {
  color: #fff;
  background: #036eb7;
  font-size: 24px;
  padding-top: 6px;
  line-height: 64px;
}
body.item_feature.pc #contents-main .html1 {
  text-align: center;
}
body.item_feature #contents article > div:nth-of-type(3) {
  background: #fff;
	padding-bottom: 40px;
}
/*グッズ一覧*/
body.item_feature #contents-main .NewsItemList {
  margin: 0px;
  padding: 0 40px 40px;
}
body.item_feature #contents-main #items.NewsItemList {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  box-sizing: border-box;
  border: 4px solid #036eb7;
}
#contents-main .NewsItemList {
  padding: 2px 0 30px;
}
#contents-main .NewsItemList .item {
  border-color: #ccc;
}
#contents-main .NewsItemList .item:after {
  background: #ccc;
}
.pc #contents-main .NewsItemList .item:nth-of-type(3n) {
  margin-right: 0;
}
#contents-main .NewsItemList .item .name a {
  color: #034799;
}
/*****もっと見るボタン[汎用]*****/
#contents-main .NewsItemList .item .morelink {}
.goods_like_btn.mini p i {
  color: #c7000b;
}
.goods_like_btn.mini p span, .goods_like_btn.mini p span:before {
  border-color: #c7000b;
}
.item .morelink:hover {
  text-decoration: none;
}
.item .morelink span, .item.cat2 .morelink span {
  background: #fff100;
  color: #036eb7;
}
.morelink span:after {
  display: none;
}
.pc #contents-main .NewsItemList .item .goods_like_btn.mini {
  left: 28px;
}
/*--------------------
スマホ
--------------------*/

body.item_feature.sp #contents .lead {
  position: relative;
  padding: 0 0 14px;
}
body.item_feature.sp #contents .lead p {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
}
body.item_feature.sp #contents-main .html1 h3 {
  margin: 14px 0 0;
  width: 100%;
}
.sp li a span {
  display: none;
}
body.item_feature.sp #contents-main #items.NewsItemList {
  padding: 0 0 10px;
  margin-bottom: 0;
}
body.sp #contents-main .NewsItemList .item {
  border-color: #ccc;
	height: 300px;
}
body.item_feature.sp #contents article > div:nth-of-type(3) {
  padding: 0 2% 10px;
  background: #fff;
}
body.item_feature.sp #contents-main .nav {
  padding: 0 2%;
  background: #fff;
}
body.item_feature.sp #contents-main .nav li {
  width: 50%;
}
body.item_feature.sp #contents-main .nav li a {
  font-size: 16px;
  line-height: 48px;
}
body.item_feature.sp #contents-main .nav li.active a {
  line-height: 44px;
  padding-top: 4px;
  font-size: 18px;
}

body.item_feature.sp #contents-main .NewsItemList .item .image{    padding: 0;}

body.item_feature.sp #contents .morelink span{
	display: none;
}
