.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	line-height: 1.8;
}
.ab_list_bt_dw li{
	width: 47.31%;
}

.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw li {
    color: #443829;
    border-radius: 6px;
    border: 1px solid #443829;
    width: 48.6%;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.ab_list_bt_dw li:last-of-type {
	margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
}
.section-title {
    background-image: url(../../common/img/section-title-line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 32px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	#miniradish {
    font-size: 20px;
  }
	#miniradish .sp_ {
		display: none !important;
	}
	#miniradish .btn_wrap_ {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 75px;
	}
	#miniradish .btn_wrap_ a {
		display: flex;
		justify-content: center;
		align-items: center;
/*
		width: 365px;
*/
		width: 48.6%;
		text-align: center;
		border: 2px solid #938675;
		background: #fff url(../../common/img/ar_down.png) no-repeat right 15px center;
		border-radius: 50px;
		margin: 0 0 10px;
		text-decoration: none;
	}
	#miniradish sup {
		top: 10px;
		left: -4px;
		font-size: 17px;
	}
	#miniradish .intro_ {
		margin: 0 0 100px;
	}

	#miniradish .intro_ img{
		display: block;
		margin: 0 auto;
	}
	#miniradish .recipe_ {
		margin: 0 0 45px;
  }
	#miniradish .recipe_ .inner_ {
    position: relative;
		padding: 0 20px 40px;
		background: url(../img/bg_recipe.png);
    margin: 0 0 40px;
	}
	#miniradish .recipe_ .ttl_ {
    text-align: center;
		margin: 0 0 30px;
	}
	#miniradish .recipe_ .ttl_ p {
    display: inline-block;
		font-size: 28px;
		font-weight: bold;
    letter-spacing: 1px;
		padding: 45px 0 3px;
		border-bottom: 3px dotted #6b4c47;
	}
	#miniradish .recipe_ .ttl_ img {
    position: absolute;
    top: -38px;
    left: 40px;
  }
	#miniradish .recipe_ ul {
		display: flex;
		justify-content: space-between;
	}
	#miniradish .recipe_ ul li {
		width: 280px;
		text-align: center;
		margin: 0 0 25px;
    padding: 20px 20px 20px 10px;
    background: #FFF;
    border-radius: 10px;
	}
	#miniradish .recipe_ ul li p {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 10px;
  }
	#miniradish .recipe_ ul li sup {
    font-size: 20px;
    vertical-align: top;
  }
	#miniradish .recipe_ ul li img {
		margin: 0 0 20px;
	}
	#miniradish .recipe_ ul li .view_more_ {
    color: #443829;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #443829;
    border-radius: 30px;
    text-align: center;
    margin: 0 0 0 10px;
    padding: 5px 0;
    cursor: pointer;
  }
	#miniradish .recipe_ ul li .view_more_:hover {
    opacity: .8;
  }
  #miniradish .recipe_ .component_modal_ {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
  }
  #miniradish .recipe_ .component_modal_ .bg_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
  }
  #miniradish .recipe_ .component_modal_ .close_ {
    position: absolute;
    top: -50px;
    right: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  #miniradish .recipe_ .component_modal_ .close_:before,
  #miniradish .recipe_ .component_modal_ .close_:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 35px;
    background: #FFF;
    transform: rotate(45deg);
  }
  #miniradish .recipe_ .component_modal_ .close_:after {
    transform: rotate(-45deg);
  }
  #miniradish .recipe_ .component_modal_contents_ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    width: 900px;
    height: 760px;
    border-radius: 10px;
    text-align: center;
    padding: 110px 121px;
  }
  #miniradish .recipe_ .component_modal_contents_ img:not(:first-of-type) {
    display: none;
  }
  #miniradish .recipe_ .btn_ {
    display: block;
    width: 560px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: 2px solid #443829;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: url(../img/arrow02.png) no-repeat 95%;
  }
	#miniradish .howto_ {
		position: relative;
		margin: 0 0 70px;
		background-image: url(../img/border_howto_l.png), url(../img/border_howto_r.png);
		background-repeat: repeat-y;
		background-position: left top 7px, right top;
	}
	#miniradish .howto_ .inner_ {
		padding: 40px 0 65px;
		background-image: url(../img/border_howto_t.png), url(../img/border_howto_b.png);
		background-repeat: repeat-x, repeat-x;
		background-position: top left, bottom left;
	}
	#miniradish .howto_ .ttl_ {
		margin: 0 0 20px;
	}
	#miniradish .howto_ .ttl_ .sub_ {
		margin: 0 0 10px;
    text-align: center;
	}
	#miniradish .howto_ .ttl_ .main_ {
		text-align: center;
	}
	#miniradish .howto_ .ttl_ .main_ p {
		display: inline-block;
		font-size: 36px;
		font-weight: bold;
		padding: 8px 50px;
		background-image: url(../img/img_ttl_howto01.png), url(../img/img_ttl_howto02.png);
		background-repeat: no-repeat;
		background-position: left center, right center;
	}
	#miniradish .howto_ .ttl_ .main_ p span {
		font-size: 30px;
	}
	#miniradish .howto_ .howto_top_ {
    position: relative;
    background: #f8f7f1;
    border-radius: 8px;
    padding: 25px 0 60px;
    text-align: center;
    width: 780px;
    margin: 0 auto 80px;
  }
	#miniradish .howto_ .howto_top_ .headline_ {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
  }
	#miniradish .howto_ .howto_top_ .headline_ span {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 15px;
  }
	#miniradish .howto_ .howto_top_ .headline_ span:before,
	#miniradish .howto_ .howto_top_ .headline_ span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #443829;
    transform: rotate(-40deg);
  }
	#miniradish .howto_ .howto_top_ .headline_ span:after {
    left: auto;
    right: 0;
    transform: rotate(40deg);
  }
	#miniradish .howto_ ul {
		padding: 0 35px;
		width: 750px;
		margin: 0 auto;
	}
	#miniradish .howto_ li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 0 35px;
	}
	#miniradish .howto_ li:last-child {
		margin: 0;
	}
	#miniradish .howto_ li .comment_ {
		position: relative;
		width: 340px;
		box-sizing: border-box;
		padding: 25px 30px;
		border-radius: 10px;
		background: #f8f7f1;
		line-height: 1.8;
	}
	#miniradish .howto_ li .comment_:after {
		content: '';
		position: absolute;
		bottom: -31px;
		width: 29px;
		height: 31px;
	}
	#miniradish .howto_ li:nth-child(odd) .comment_:after {
		right: 72px;
		background: url(../img/img_fukidashi_l.png);
	}
	#miniradish .howto_ li:nth-child(even) .comment_:after {
		left: 72px;
		background: url(../img/img_fukidashi_r.png);
	}
	#miniradish .list_ttl_ {
		text-align: center;
		margin: 0 0 20px;
	}
	#miniradish .list_ttl_ p {
		font-size: 24px;
		font-weight: bold;
	}
  .block-thumbnail-t--goods-description .block-icon .harvest-timing li {
    margin: 0;
  }
  .block-thumbnail-t--goods-description .block-icon .harvest-timing span {
    display: inline-block;
    letter-spacing: 0;
    border-radius: 5px;
    padding: 4px 6px 3px;
    margin: 0 2.5px 5px;
    border: 1px solid #443829;
  }
}
@media only screen and (max-width: 767px) {
	.ab_list_bt_dw li{
		width: 100%;
	}
	.section-title {
	    font-size: 16px;
	}	
	.container h1 + p{
		text-align: left;
	}	
	
	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
	}
	
	#miniradish{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}

	#miniradish .pc_ {
		display: none !important;
	}
	#miniradish img {
		max-width: 100%;
	}
	#miniradish .btn_wrap_ {
		margin: 0 0 35px;
	}
	#miniradish .btn_wrap_ a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
    text-align: center;
    border: 2px solid #938675;
    border-radius: 50px;
    background: #fff url(../../common/img/ar_down.png) no-repeat right 15px center / 14px;
		padding: 8px 0 6px;
		margin: 0 0 10px;
		text-decoration: none;
	}
	#miniradish .btn_wrap_ a:last-child {
		margin: 0;
	}
	#miniradish sup {
		font-size: 17px;
		top: 10px;
		right: 3px;
	}
	#miniradish .intro_ {
		margin: 0 0 75px;
	}

	#miniradish .recipe_ {
		margin: 0 -10px 50px;
  }
	#miniradish .recipe_ .inner_ {
		padding: 0 10px 20px;
    margin: 0 0 23px;
		background: url(../img/bg_recipe.png) repeat center / 25px;
	}
	#miniradish .recipe_ .ttl_ {
		transform: translate(-8px, -28px);
		text-align: center;
	}
	#miniradish .recipe_ .ttl_ img {
		display: block;
		width: 113.5px;
	}
	#miniradish .recipe_ .ttl_ p {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 1px;
		border-bottom: 2px dotted #6b4c47;
		padding: 8px 0;
	}
	#miniradish .recipe_ ul {
		transform: translateY(-8px);
	}
	#miniradish .recipe_ li {
		margin: 0 0 10px;
		text-align: center;
    background: #FFF;
    border-radius: 5px;
    padding: 15px 15px 20px;
	}
	#miniradish .recipe_ li:last-child {
		margin: 0;
	}
	#miniradish .recipe_ li p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
  }
	#miniradish .recipe_ li img {
		width: 90.67vw;
    max-width: none;
		margin: 0 0 15px;
    transform: translateX(-5%);
	}
	#miniradish .recipe_ li .view_more_ {
    border: 2px solid #443829;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 0;
  }
  #miniradish .component_modal_ {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 501;
  }
  #miniradish .component_modal_ .bg_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
  }
  #miniradish .component_modal_contents_ {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90vw;
    background: #FFF;
    border-radius: 5px;
    padding: 30px 20px;
  }
  #miniradish .component_modal_ .close_ {
    position: absolute;
    top: -35px;
    right: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  #miniradish .component_modal_ .close_:before,
  #miniradish .component_modal_ .close_:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
  }
  #miniradish .component_modal_ .close_:after {
    transform: rotate(-45deg);
  }
  #miniradish .component_modal_contents_ img:not(:first-of-type) {
    display: none;
  }
  #miniradish .recipe_ .btn_ {
    display: block;
    border: 2px solid #443829;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 10px;
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: bold;
    background: url(../img/arrow02.png) no-repeat right 20px center / 10px;
  }
	#miniradish .howto_ {
		margin: 0 0 45px;
		background-image: url(../img/border_howto_l.png), url(../img/border_howto_r.png);
		background-repeat: repeat-y;
		background-position: left top 7px, right top;
		background-size: 0.8%, 1.2%;
	}
	#miniradish .howto_ .inner_ {
		padding: 25px 10px 20px;
		background-image: url(../img/border_howto_t.png), url(../img/border_howto_b.png);
		background-repeat: no-repeat;
		background-position: top center, bottom center;
		background-size: 100%;
	}
	#miniradish .howto_ .ttl_ {
		text-align: center;
		margin: 0 0 15px;
	}
	#miniradish .howto_ .ttl_ .sub_ {
		margin: 0 auto 13px;
		width: 259.5px;
	}
	#miniradish .howto_ .ttl_ .sub_ span {
		font-size: 12px;
	}
	#miniradish .howto_ .ttl_ .main_ p {
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		padding: 0 50px;
		background-image: url(../img/img_ttl_howto01.png), url(../img/img_ttl_howto02.png);
		background-repeat: no-repeat;
		background-position: left center, right center;
		background-size: 30px;
		line-height: 1.4;
	}
	#miniradish .howto_ .ttl_ .main_ p span {
		font-size: 25px;
	}
	#miniradish .howto_ .howto_top_ {
    position: relative;
    padding: 20px 15px;
    margin: 0 0 30px;
    border-radius: 4px;
    background: #f8f7f1;
  }
	#miniradish .howto_ .howto_top_ .headline_ {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    text-align: center;
  }
	#miniradish .howto_ .howto_top_ .headline_ span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
  }
	#miniradish .howto_ .howto_top_ .headline_ span:before,
	#miniradish .howto_ .howto_top_ .headline_ span:after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: 0;
    width: 1px;
    height: 25px;
    background: #443829;
    transform: rotate(-30deg);
  }
	#miniradish .howto_ .howto_top_ .headline_ span:after {
    left: auto;
    right: -12px;
    transform: rotate(30deg);
  }
	#miniradish .howto_ ul {
		padding: 0 5px;
	}
	#miniradish .howto_ li {
		text-align: center;
		margin: 0 0 30px;
	}
	#miniradish .howto_ li:last-child {
		margin: 0;
	}
	#miniradish .howto_ li .comment_ {
		position: relative;
		box-sizing: border-box;
		padding: 15px 12px;
		border-radius: 10px;
		background: #f8f7f1;
		line-height: 1.8;
		margin: 0 0 20px;
		text-align: left;
	}
	#miniradish .howto_ li .comment_:after {
		content: '';
		position: absolute;
		bottom: -15px;
		width: 14px;
		height: 15px;
	}
	#miniradish .howto_ li:nth-child(odd) .comment_:after {
		left: 42px;
		background: url(../img/img_fukidashi_l.png) no-repeat center / 100%;
	}
	#miniradish .howto_ li:nth-child(even) .comment_:after {
		right: 42px;
		background: url(../img/img_fukidashi_r.png) no-repeat center / 100%;
	}
	#miniradish .howto_ li img {
		width: 70%;
	}
	#miniradish .list_ttl_ {
		text-align: center;
	}
	#miniradish .list_ttl_ img {
		width: 100%;
		margin: 0 0 5px;
	}
	#miniradish .list_ttl_ p {
		font-size: 22px;
		line-height: 32px;
		font-weight: bold;
	}
  .harvest-timing li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .harvest-timing span {
    display: inline-block;
    letter-spacing: 0;
    border: 1px solid #443829;
    border-radius: .8vw;
    padding: 0.8vw 1.33vw 0.53vw;
    margin: 0 2.5px 3px;
    line-height: 1;
  }
  .harvest-timing li:last-child span {
    margin-bottom: 0;
  }
}
