/* =========================================================
商品一覧CSS
=============================================================*/
.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}
.page_title{
	display: none;
}
/*テーブルデザイン*/
table {
margin: 20px auto;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
text-align: left;
}
th{
padding: 1em;
width: 15%;
}
tr:nth-of-type(odd) {
background-color: #F8F8F3;
}
tr:nth-of-type(even) {
background-color: #EDEDDC;
}
td {
padding: 10px;
padding: 1.5em;
text-align: left;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
border-bottom: solid 1px #ccc;
width: 100%;
  }
  .recruit_box_data {
width: 80%;
  }
tr{
background: none;
}
tr:nth-of-type(even) {
background: #F8F8F3;
}
th,
td {
border-bottom: none;
display: block;
width: 100%;
box-sizing: border-box;
text-align: left;
  }
th {
background-color: #EDEDDC;
}

}
h4{
font-family: 'YuMincho','Yu Mincho','Noto Serif JP', serif;
font-weight: normal;
font-size: 30px;
color: #333;
letter-spacing: 0.05em;
line-height: 1.3;
}
h5{
font-family: 'YuMincho','Yu Mincho','Noto Serif JP', serif;
font-size: 25px;
font-weight: normal;
color: #242424;
letter-spacing: 0.09em;
line-height: 1.52;
}
/*各カテゴリー内商品一覧スタイル上書き----------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px){
.c-product-list__item {
    width: 50%;
}
.c-product-list__expl{
	max-width: 320px;
	margin: 1em auto;
}
.c-product-list__item:nth-child(2n) {
    border-right: 0;
}
}
/*田むらの梅部分----------------------------------------------------------------------------------------*/
.tamura_introduction_wrap{
	background-image: url(https://file001.shop-pro.jp/PA01177/368/images/tamura/shop_bg.jpg);
	background-size: contain;
}
.tamura_introduction_block{
    padding: 1.5em 2em;
}
.tamura_introduction_block h4{
position: relative;
	display: inline-flex;
z-index: 2;
}
.tamura_introduction_block h5{
margin: 2em 0 0em;
}
.tamura_introduction_block p{
font-family: 'YuMincho','Yu Mincho','Noto Serif JP', serif;
}

.tamura_introduction_block h4::before {
content: "";
width: 99px;
height: 81px;
display: block;
background-image: url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_bg_img_l.png);
position: absolute;
    top: -17px;
    left: -50px;
background-size: cover;
z-index: -1;
}
.tamura_introduction_block h4::after {
content: "";
width: 99px;
height: 81px;
display: block;
background-image: url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_bg_img_r.png);
position: absolute;
top: -17px;
right: -50px;
background-size: cover;
z-index: -1;
}
.tamura_img{
	background-image: url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_top_img.jpg);
	padding-top: 49.35%;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;;
}
.tamura_copy{
	background-image: url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_copy_bg_img_l.png),url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_copy_bg_img_r.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.tamura_copy p{
	font-size: 1.429em;
	line-height: 2;
	letter-spacing: 0.05em;
}
 .tamura_material .item_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 2em auto;
}
.tamura_material .introduction_item{
	width: 30%;
}
.tamura_material .introduction_item p{
	font-size: 16px;
	text-align: justify;
}
.tamura_catch{
	background:url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_catch_bg.png), linear-gradient( to right, #CC5A5D,#CC5A5A, #CC5A5A,rgba(255,255,255,0.00) ,rgba(255,255,255,0.00) , rgba(255,255,255,0.00)),url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_catch_bg_02.jpg);
	padding: 3.865em 0;
	background-repeat: no-repeat;
	background-position: -4% 190%,left center,top right;
}
.tamura_catch h6{
	font-family: 'YuMincho','Yu Mincho','Noto Serif JP', serif;
	font-weight: normal;
	font-size: 2.643em;
	text-align: left;
	color: #fff;
	margin-left: 2.703em;
}
.tamura_history{
	background: #fff;
	padding: 1.5em 0;
}
.tamura_introduction_block.tamura_history h4::before,.tamura_introduction_block.tamura_history h4::after {
display: none;
}
.tamura_history{
	background: #fff;
	padding: 1.5em 0;
}
@media screen and (max-width: 599px) {
.tamura_introduction_block.tamura_img{
	padding-top: 49.35%;
}
.tamura_introduction_block {
padding: 1.5em 20px;
}
.tamura_copy {
    background-position: left 24%, right bottom;
    background-size: 25%;
}
.tamura_copy p {
font-size: 1.25em;
}
 .tamura_material .item_wrap{
	flex-wrap: wrap;
}
.tamura_material .introduction_item{
	width: 100%;
}
.tamura_catch{
	background:url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_catch_bg.png),url(https://file001.shop-pro.jp/PA01177/368/images/tamura/tamura_catch_bg_02.jpg),linear-gradient( to bottom, #CC5A5A,#CC5A5A);
	padding: 1em 0 14.865em;
	background-repeat: no-repeat;
background-position: -5% 26%,bottom center;
    background-size: 54%, 100%, 104%;
}
.tamura_catch h6{
	font-size: 2em;
	margin-left: 0em;
	text-align: center;
}
}
/*オリジナルアイスクリーム----------------------------------------------------------------------------------------*/
/* h4見出し ---------------------------*/
.ice_introduction_block h4{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-weight: 600;
  color: #7C5F37;
  font-size: 35px;
  display: flex;
	justify-content: center;
	align-items: center;
}
.ice_introduction_block h4::before,
.ice_introduction_block h4::after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #ABD7E8;
}
.ice_introduction_block h4::before {
	margin-right: 20px;
}
.ice_introduction_block h4::after {
	margin-left: 20px;
}
.ice_img img{
  width: 100%;
}
/* h5見出し ---------------------------*/
.ice_introduction_block h5{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-weight: 600;
  color: #63451A;
  font-size: 25px;

}
/*文字の太さ ---------------------------*/
.ice_introduction_block p{
  font-weight: 500;
  font-size: 16px;
}
/* 松栄堂のアイスクリームについて ---------------------------*/
.material{
  background-image: url(https://file001.shop-pro.jp/PA01177/368/images/ice/ice_material_bg_01.png),url(https://file001.shop-pro.jp/PA01177/368/images/ice/ice_material_bg_02.png),url(https://file001.shop-pro.jp/PA01177/368/images/ice/ice_material_bg_03.png);
  background-position: top -20px right -20px,top -10px left -160px,bottom -140px right -40px;
  background-repeat: no-repeat;
  padding: 50px 20px 100px;
}
.ice_material{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px;
}
.ice_item {
width: 30%;
}
.ice_item h5{
margin-top:-40px;
}
.ice_item p{
text-align: justify;

}


/*ボタンの上書き ---------------------------*/
.ice_introduction_block.material .more_btn p::before {
  top: 34%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ice_introduction_block .more_btn p {
  position: relative;
  border-radius: 2px;
  text-align: center;
  background-color: #ABD7E8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ABD7E8;
}
.ice_introduction_block .more_btn:hover p{
  background-color: #54a3c2;
  border: 1px solid #54a3c2;
}

/*オーダーメイドアイスクリーム ---------------------------*/
.oem{
  background-color: #FFE6C3;
  padding: 100px 20px;
}
.ice_oem{
  display: flex;
  justify-content: space-evenly;
}
.ice_oem .oem_img,.oem_text{
  width: 46%;
}
.oem_text p{
  text-align: justify;
  padding: 0 20px;
  max-width: 500px;
  margin: 1.5em auto 0;
  font-size: 16px;
}
.oem_text h5{
  background-image: url(https://file001.shop-pro.jp/PA01177/368/images/ice/ice_oem_h5_img_l.png),url(https://file001.shop-pro.jp/PA01177/368/images/ice/ice_oem_h5_img_r.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
}
@media screen and (max-width: 599px) {
  .ice_introduction_block h5 br,.material p br{
    display: none;
}
.ice_introduction_block h4 {
  font-size: 28px;
}
.material p{
  text-align: left;
}
.ice_introduction_block h4::before, .ice_introduction_block h4::after {
  width: 70px;
}
  .ice_introduction_block h5{
    text-align: left;
    font-size: 20px;
    padding:0 50px;
}
  .ice_material,.ice_oem{
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .ice_item h5 {
    margin-bottom: 0;
    padding: 0;
}
.oem {
  padding: 50px 20px;
}
  .ice_item{
    width: 100%;
    margin-bottom: 50px;
  }
  .ice_oem .oem_img,.oem_text{
    width: 100%;
  }
  }








































