/*.pankuzu_lists {
	box-sizing:border-box;
	background:#f4f1e9;
	padding:1em 1.4em;
	margin-bottom:20px;
	width:100%;
    border-radius: 5px;
}*/

.cg_freespace_01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cg_freespace_01 > img {
	width:100%;
}

.cg_freespace_02.container {
	width:100%;
    position: relative;
    overflow: hidden;
  margin-top:60px;
}
.cg_freespace_02 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #contents .container {
    padding-left: 0px;
    padding-right: 0px;
    /*margin-top:25px;*/
  }
  /*#contents .pankuzu_lists {
    margin-bottom: 0px;
    padding: 8px 20px;
    border-radius: 0px;
    font-size:13px;
  }
  #contents .pankuzu_lists a{
    letter-spacing:0;
  }*/
  #contents .container .sub_container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position:relative;
  }
  #contents .cg_freespace_01{
    margin-top: 0px;
    margin-bottom:0;
  }
}

/* productlist */
/*.productlist_heading {
  	box-sizing: border-box;
    margin: 33px 0px 20px 0px;
    background: #4c2708;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  letter-spacing: .1em;
    padding: 0.8em 1em;
    border-radius: 5px;
  font-style: normal;
}*/

@media (max-width: 980px) {
.productlist_heading {
    font-size: 18px;
}
}

ul.productlist_lists {
  /* margin-top: 40px; */
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  /*font-size: 12px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productlist_list {
  /* margin-bottom: 40px; */
  margin-bottom: 40px;
  /* text-align: center; */
  text-align: left; 
  position: relative;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height:1.33;
  flex-wrap: wrap;
  display: flex;
}
.productlist_list > a:first-child{
  line-height:0;
  margin-bottom:10px;
}
.productlist_list .item_name{
  padding-top:0;
}
.productlist_list .item_price{
  font-size:16px;
}

@media (max-width: 767px) {
  .productlist_heading {
    font-size: 16px;
    margin-top:15px;
    margin-bottom:15px;
  	padding: 6px 10px;
  }
  ul.productlist_lists{
    padding:0;
    margin-top:25px;
    margin-left:-10px;
    margin-right:-10px;
  }
  .productlist_list {
    width: 50%;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 20px;
  }
  /*.productlist_lists .productlist_list:nth-child(odd) {
    padding-right: 20px;
  }
  .productlist_lists .productlist_list:nth-child(even) {
    padding-left: 20px;
  }*/
  .productlist_list .item_name{

  }
  .productlist_list .item_price{
    font-size:1em;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .productlist_list {
    width: 33%;
  }
}

.subcategorylist_lists {
  /* 
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  */
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  /* margin: 30px -15px 45px -15px; */
  margin: 30px -15px 50px -15px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.subcategorylist_list a {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 1em 2em;
  border-radius: 5px;
  font-size:14px;
  letter-spacing: .1em;
}
.subcategorylist_list a {
  /*
  border: 1px solid #29643e;
  background-color: #fff;
  color: #29643e;
  text-decoration: none;
  */
  border: 1px solid #29643e;
  background-color: #fff;
  color: #29643e;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.subcategorylist_list a:hover {
  border: 1px solid #e01025;
  background-color: #e01025;
  color: #fff;
}
.subcategorylist_list_img {
}
@media (max-width: 980px) {
  .subcategorylist_lists {
    text-align: center;
    margin:15px -7px 10px;
  }
  ul.subcategorylist_lists > li {
    float: none;
    display: inline-block;
    /*width: auto;*/
    padding-left:7px;
    padding-right:7px;
    min-width: 100px;
  	width: 28%;
  }
  .subcategorylist_list a {
    /*padding:1em 0.5em; */
    padding: 5px;
    letter-spacing:0;
  }
}

.productlist_number {
  float: left;
  line-height: 1.4;
  margin-bottom:0;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
  margin-bottom:0;
}
.productlist_sort {
  /* color: #e01025; */
  color: #29643e;
}
.productlist_sort span {
  padding: 0px 7.5px;
  color:#666;
}
.productlist_sort a {
  /* padding: 0 5px; */
  padding: 0px;
  color:#29643e;
}
.productlist_sort a:hover {
    color: #e01025;
    text-decoration: none;
}

@media (max-width: 767px) {
	.productlist_number {
	 width: 100%;
	 text-align: center;
    font-size: 16px;
      float:none;
      margin-top:0;
      margin-bottom:25px;
	}
    .productlist_number span{
      font-size:1em;
    }
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  padding: 0px;
  float:none;
}
.pagerlist ul {
  text-align: right;
  padding-top: 10px;
  margin-bottom:0;
  line-height:1.0;
}
.pagerlist li {
  margin-left: 10px;
  text-align: center;
  /* line-height: 26px; */
  line-height: 38px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li:first-child{
  margin-left:0;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  /* min-width: 26px; */
  /* height: 26px; */
  width: 38px;
  min-width: 38px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 .5em;
  border-radius: 3px;
  font-size:16px;
}
.pagerlist li a {
  border: 1px solid #29643e;
  background-color: #29643e;
  color: #fff;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #e01025;
  background-color: #e01025;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #29643e;
  background-color: #fff;
  color: #29643e;
}
.pagerlist li i,
.pagerlist li svg{
  font-size:18px;
  margin-top: .5em;
}
.pagerlist li i.ico-prev,
.pagerlist li i.ico-next{
  margin-top: 12px;
  display:inline-block;
  position:relative;
  width: 12px;
  height: 12px;
  /*top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;*/
}
.pagerlist li i.ico-prev::before,
.pagerlist li i.ico-next::before{
  content:"";
  display:block;
  position:absolute;
  width:50%;
  height:50%;
  border-top:2px solid currentColor;
  border-left:2px solid currentColor;
  left:50%;
  top:50%;
  margin-top:-4px;
}
.pagerlist li i.ico-prev::before{
  transform: rotate(-45deg);
  margin-left:-2px;
}
.pagerlist li i.ico-next::before{
  transform: rotate(135deg);
  margin-left:-5px;
}

@media (max-width: 980px) {
  .pagerlist{
    margin-bottom:25px;
  }
  .pagerlist ul {
    padding-top: 15px;
  }
  .pagerlist li {
    /*margin-left: 0px;*/
    margin-right: -3px;
    line-height: 40px;
  }
  .pagerlist li a,
  .pagerlist li span {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .pagerlist li i.ico-prev::before,
  .pagerlist li i.ico-next::before{
    border-top-width:1px;
    border-left-width:1px;
    margin-top: -2px;
  }
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .cg_freespace_02 {
    margin-bottom: 60px;
    padding: 0px;
    /* font-size: 12px; */
    font-size: 16px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 14px;
    float: none;
    text-align: center;
  }

	.pagerlist ul {
	    text-align: center;
      padding-top:0px;
	}

}

.item_name,
.item_price{
  display:block;
  width:100%;
}

/* *************************************************************** */

/* ************************************************ 
 *  フリースペース共通 1710
 * ************************************************ */
/*
div#freespace {
  float: left;
  position: relative;
  overflow: hidden;
  width: 720px;
}
div#freespace h2 {
  float: left;
  position: relative;
  overflow: hidden;
  width: 705px;
  height: 42px;
  margin: 20px 0px 20px 0px;
  padding: 18px 0px 0px 15px;
  line-height: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background-image: url("https://img17.shop-pro.jp/PA01266/864/etc/productlist_title_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}
div#freespace h3 {
  float: left;
  position: relative;
  overflow: hidden;
  width: 705px;
  height: 31px;
  margin: 0px 0px 20px 0px;
  padding: 14px 0px 0px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  background-image: url("https://img17.shop-pro.jp/PA01266/864/etc/title_bg_green.png");
  background-repeat: no-repeat;
  background-position: left top;
}
div#freespace p {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
div#freespace .btn_red {
  display: inline-block;
  width: 220px;
  max-height: 60px;
  background: #e60012 url(https://img17.shop-pro.jp/PA01266/864/etc/btn_bg_red.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #92000a;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
div#freespace .btn_red:before {
  content: url(https://img17.shop-pro.jp/PA01266/864/etc/btn_arrow.png);
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: -10px;
}
div#freespace .btn_red:hover {
  text-decoration: none;
}
div#freespace .goods_area {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
div#freespace .goods_area h4 {
  color: #1c663a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 30px;
}
div#freespace .goods_area h5 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
div#freespace .goods_area img.free_main_topimg {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
div#freespace .goods_area img {
  float: left;
  width: 180px;
}
div#freespace .goods_area p {
  width: auto;
  padding-right: 0;
  float: none;
}
div#freespace .goods_area .goods_area_contents {
  float: right;
  width: 530px;
}
div#freespace .contents_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
}
div#freespace .contents_area h4 {
  color: #4c2708;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e60012;
}
div#freespace .contents_area h5 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
div#freespace .contents_area p + p {
  margin-top: 0.5em;
}
div#freespace .contents_area .itemleft {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
div#freespace .contents_area .itemleft .txt_grp {
  float: left;
  width: 320px;
}
div#freespace .contents_area .itemleft .img_grp,
div#freespace .contents_area .itemleft > img {
  float: right;
  width: 360px;
  margin-top: 5px;
}
div#freespace .contents_area .itemleft .img_grp img + img {
  margin-top: 20px;
}
div#freespace .contents_area .itemright {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
div#freespace .contents_area .itemright .txt_grp {
  float: right;
  width: 320px;
  margin-top: 10px;
}
div#freespace .contents_area .itemright .img_grp,
div#freespace .contents_area .itemright > img {
  float: left;
  width: 360px;
}
div#freespace .contents_area .itemright .img_grp img + img {
  margin-top: 20px;
}
div#freespace .contents_area .itemcenter {
  margin-bottom: 40px;
  text-align: center;
}
div#freespace .contents_area .itemcenter:last-of-type {
  margin-bottom: 0;
}
div#freespace .contents_area .itemcenter img {
  max-width: 100%;
}
div#freespace .caption_area {
  background: #fffefa;
  float: left;
  position: relative;
  overflow: hidden;
  width: 660px;
  padding: 25px;
  margin-bottom: 30px;
  border: solid 5px #f8f2e1;
  border-radius: 5px;
}
div#freespace .caption_area h4 {
  color: #e60012;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  float: none;
  margin-bottom: 1em;
}
div#freespace .caption_area ul.caption_list {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
}
div#freespace .caption_area ul.caption_list li {
  display: block;
  padding: 20px 0;
}
div#freespace .caption_area ul.caption_list li + li {
  border-top: 1px solid #ccc;
}
div#freespace .caption_area ul.caption_list + p {
  margin-top: 20px;
}
div#freespace .caption_area p {
  float: none;
  width: 100%;
  padding-right: 0;
}

div#freespace dl.caption_area dt {
    color: #4c2708;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
div#freespace dl.caption_area dd {
    font-size: 16px;
    line-height: 1.5;
    color: #0e0f0c;
}
*/

/* ************************************************ 
 *  かき小屋セット
 * ************************************************ */
div#freespace.free1711.kakikoya {
  margin-top: 20px;
}

/* ************************************************ 
 *  山田の醤油
 * ************************************************ */
/*
div#freespace #free_shoyu2 p + h4 {
  margin-top: 70px;
}
div#freespace #free_shoyu2 .itemright {
  margin-bottom: 0;
}
div#freespace #free_shoyu4 p + h4 {
  margin-top: 100px;
}
div#freespace #free_shoyu4 .imgleft {
  margin-bottom: 26px;
}
*/

/* ************************************************ 
 *  山田のレモぽん
 * ************************************************ */
/*div#freespace #free_lemopon2 .imgright {
  float: right;
  margin-left: 34px;
  margin-bottom: 40px;
  width: 142px;
}
div#freespace #free_lemopon2 .itemright {
  margin-top: 40px;
  margin-bottom: 50px;
}
div#freespace #free_lemopon2 .itemright .txt_grp {
  margin-top: 0;
}
div#freespace #free_lemopon3 {
  margin-bottom: 50px;
}
div#freespace #free_lemopon3 > .txt_grp {
  margin-top: 40px;
  margin-bottom: 40px;
}*/

.song {
/*  float: right;*/
  box-sizing: border-box;
  width: 360px;
  margin: 25px 0 40px;
  padding: 30px 30px 25px;
  border: 4px solid #ccc;
  border-radius: 10px;
  background: #f6f6f6;
}

.song_link {
  margin-top: 15px;
  color: #900;
  font-size: 12px !important;
}
.song_link a {
  color: #900;
}
.song_link a:before {
  content: "\25B6\FE0E";
  margin-right: 3px;
}

/* ************************************************ 
 *  豚丼のたれ
 * ************************************************ */
div#freespace #free_butadon1 {
  margin-bottom: 35px;
}
div#freespace #butadon2-2 {
  margin-bottom: 32px;
}
div#freespace #butadon2-2 .txt_grp {
  /*margin-top: 45px;*/
}
div#freespace #butadon2-2 img {
  margin-top: 0;
}
div#freespace #butadon2-3 img {
  margin-top: 25px;
}
div#freespace dl#butadon4-2 {
    margin-top: 5px;
}
.recipe_table{
  width:100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.recipe_table caption{
  font-size: 18px;
  font-weight: bold;
  color: #4c2708;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.0;
}
.recipe_table th, .recipe_table td {
  font-size: 16px;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}
.recipe_table th {
  font-weight: normal;
  text-align: left;
  background-color: #f6f5f0;
  width: 105px;
}
.recipe_table td {
  text-align: right;
}
ol.recipe_howto {
    margin-top: 30px;
    counter-reset: recipe-num 0;
    font-size: 16px;
    color: #0e0f0c;
    list-style: none;
}
ol.recipe_howto li {
    position: relative;
    padding-left: 2em;
    line-height: 1.5;
}
ol.recipe_howto li + li {
    margin-top: 1.5em;
}
ol.recipe_howto li::before {
    counter-increment: recipe-num;
    content: counter(recipe-num);
    font-weight: bold;
    color: #4c2708;
    font-size: 20px;
    position: absolute;
    left: 0;
    /*font-family: メイリオ, Meiryo, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, sans-serif;*/
}
@media (max-width: 767px){
  .recipe_table caption{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .recipe_table th, .recipe_table td {
    font-size: 14px;
    padding: 5px 10px;
  }
  ol.recipe_howto li + li{
    margin-top: .5em;
  }
}

/* ************************************************ 
 *  山田ホルモン
 * ************************************************ */
div#freespace #free_horumon2 .itemleft {
  margin-bottom: 30px;
}

/* ************************************************ 
 *  山田の餃子
 * ************************************************ */
div#freespace #free_gyouza1 {
  margin-bottom: 50px;
}
/*
div#freespace #free_gyouza2 #gyouza2-1 {
  margin-bottom: -10px;
}
*/
div#freespace #free_gyouza2 #gyouza2-2 {
  margin-bottom: 0;
}

/* ************************************************ 
 *  山田の豚肉
 * ************************************************ */
div#freespace #free_butaniku1 {
  margin-bottom: 50px;
}
div#freespace #free_butaniku1 .goods_area_contents {
  float: none;
  width: 100%;
}
div#freespace.butaniku .contents_area {
  padding-top: 0;
}
div#freespace.butaniku .contents_area .itemleft {
  margin-top: 35px;
}
div#freespace.butaniku .btn_red {
  margin-left: 40px;
}
div#freespace.butaniku p + h5 {
  margin-top: 25px;
}

/* ************************************************ 
 *  いかの塩辛
 * ************************************************ */
#gift_ban {
  margin-bottom: 25px;
  margin-top: -45px;
}

#kodawari1,
#kodawari2 {
  background: #000;
  color: #fff;
}

#kodawari1 {
  min-height: 300px;
  padding: 0 380px 0 30px;
  background: #000 url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-1-1.jpg) no-repeat top;
}

#kodawari2 {
  min-height: 375px;
  padding: 29px 330px 0 30px;
  background: #000 url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-1-2.jpg) no-repeat top;
}

#kodawari1 h3,
#kodawari2 h3 {
  height: 110px;
  text-indent: -9999px;
}

#kodawari1 h4,
#kodawari2 h4 {
  margin-bottom: 15px;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
  font-size: 26px;
  font-weight: normal;
  -ms-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
}

#kodawari1 p,
#kodawari2 p {
  font-size: 16px;
}

#teiban {
  padding: 0 0 30px 30px;
  background: #000;
}

#teiban li {
  float: left;
  margin-right: 26px;
}

#gift_bnr {
  margin-bottom: 30px;
}

div#freespace_shiokara p {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
div#freespace_shiokara .contents_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  color: #fff;
}
div#freespace_shiokara .contents_area h4 {
  color: #ffc000;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
  font-size: 26px;
  font-weight: bold;
  -ms-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  margin-bottom: 15px;
}
div#freespace_shiokara .contents_area p + p {
  margin-top: 1em;
}
div#freespace_shiokara .contents_area .itemleft {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
div#freespace_shiokara .contents_area .itemleft .txt_grp {
  float: left;
  width: 320px;
}
div#freespace_shiokara .contents_area .itemleft img {
  float: right;
  width: 305px;
}
div#freespace_shiokara .contents_area .itemright {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
div#freespace_shiokara .contents_area .itemright .txt_grp {
  float: right;
  width: 320px;
}
div#freespace_shiokara .contents_area .itemright img {
  float: left;
  width: 290px;
}
div#freespace_shiokara #free_shiokara2 .shiokara_ttl {
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-2_ttl.jpg) 0 0 no-repeat;
  width: 100%;
  height: 90px;
  text-indent: -9999px;
  margin-bottom: 15px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-1 .txt_grp {
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710_bg_ika.png) right top no-repeat;
  padding-top: 15px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-1 img {
  margin-top: 15px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-2 {
  margin-bottom: 5px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-2 .txt_grp {
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710_bg_komekouji.png) right top no-repeat;
  padding-top: 35px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-2 h4 {
  margin-bottom: 30px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-2 img {
  margin-top: 35px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-3 {
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710_bg_solt.png) 560px top no-repeat;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-3 .txt_grp {
  padding-top: 40px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-3 h4 {
  margin-bottom: 30px;
}
div#freespace_shiokara #free_shiokara2 #shiokara2-3 img {
  margin-top: 40px;
}
div#freespace_shiokara #free_shiokara3 {
  position: relative;
  overflow: hidden;
  background: #000 url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-3-1.png) bottom center no-repeat;
  padding: 20px 30px 220px 30px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(13, 13, 13, 0.5);
}
div#freespace_shiokara #free_shiokara3 h3 {
  float: left;
  width: 275px;
  height: 670px;
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-3_ttl.png) top center no-repeat;
  text-indent: -9999px;
}
div#freespace_shiokara #free_shiokara3 h4 {
  width: 370px;
  height: 43px;
  background: url(https://img17.shop-pro.jp/PA01266/864/etc/free_shiokara1710-3_ttl2.png) 0 0 no-repeat;
  text-indent: -9999px;
  border-bottom: 1px solid #ffc000;
  padding-bottom: 12px;
}
div#freespace_shiokara #free_shiokara3 h5 {
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
  -ms-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 40px;
}
div#freespace_shiokara #free_shiokara3 .itemright {
  float: right;
  width: 370px;
}
div#freespace_shiokara #free_shiokara3 .itemright p {
  margin-bottom: 1em;
}

/* ************************************************ 
 *  復興への取り組み
 * ************************************************ */
div#free_fukko0.goods_area .goods_area_contents {
  float: none;
  width: 100%;
}
div#freespace #free_fukko0 .outline_topimg img{
  margin-top:10px;
}
div#freespace #fukko3-1 {
  margin-bottom: 40px;
}
div#freespace.fukko .img_grp img{
  width:100%;
}

/* ************************************************ 
 *  My Bootstrap
 * ************************************************ */
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 { float: left; width: 20%; }
.col-xs-2-5 { float: left; width: 40%; }
.col-xs-3-5 { float: left; width: 60%; }
.col-xs-4-5 { float: left; width: 80%; }
@media (min-width: 981px) {
  .col-lg-1-5 { float: left; width: 20%; }
  .col-lg-2-5 { float: left; width: 40%; }
  .col-lg-3-5 { float: left; width: 60%; }
  .col-lg-4-5 { float: left; width: 80%; }
}
@media (min-width: 980px) {
  .col-md-1-5 { float: left; width: 20%; }
  .col-md-2-5 { float: left; width: 40%; }
  .col-md-3-5 { float: left; width: 60%; }
  .col-md-4-5 { float: left; width: 80%; }
}
@media (min-width: 768px) {
  .col-sm-1-5 { float: left; width: 20%; }
  .col-sm-2-5 { float: left; width: 40%; }
  .col-sm-3-5 { float: left; width: 60%; }
  .col-sm-4-5 { float: left; width: 80%; }
}
@media (max-width: 767px) {
  .col-xs-1-5 { float: left; width: 20%; }
  .col-xs-2-5 { float: left; width: 40%; }
  .col-xs-3-5 { float: left; width: 60%; }
  .col-xs-4-5 { float: left; width: 80%; }
}