@charset "UTF-8";
/* 必須指定 */
#contWrap {
	margin: 0 auto;
	max-width: 1200px;
    min-width: 1020px;
	padding: 0;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
/*灰色エリアの指定*/
#contGray {
	margin: 0;
	padding: 0 0 40px 0;
	background: #eee;
	border-top: #4cad56 10px solid;
}
#contGray > section:first-of-type {
	margin: 0;
	padding: 0;
	background-image: url(../images/title_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#contGray > #exhibitionRecom {
	margin: 0;
	padding: 0;
	position: relative;
}
#contGray > .itemContBox4 {
	margin: 0;
	padding: 0;
}
#contHelp {
	margin: -20px 0 0 0;
	padding: 0;
}
/*メインイメージ*/
#contTitle {
	margin: 0;
	padding: 0 30px;
}
#contTitle > p:first-of-type {
	margin: 0;
	padding: 20px 0 0 0;
	color: #fd8900;
	font-size: 44px;
	line-height: 54px;
	font-weight: 900;
	text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}
#contTitle h2 {
	margin: 0;
	padding: 25px 0 25px 0;
	font-size: 88px;
	line-height: 104px;
	font-weight: bolder;
	color: #33b140;
	text-shadow: 0 4px 4px #b0b0b0;
}
#contTitle > p:nth-of-type(2) {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}
#contTitle p span {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 32px;
	line-height: 44px;
	background: #ffec01;
}
#mainDetail {
	margin: 0;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#mainDetail > div:first-of-type {
	margin: 0;
	padding:0;
	width: 40%;
}
#mainDetail ul {
	margin: 0;
	padding: 25px 0;
}
#mainDetail ul li {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #fd8900;
	text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
	list-style: none;
}
@media screen and (max-width: 1024px) {
	#mainDetail ul li {
		font-size: 22px;
		line-height: 32px;
	}
}
#mainDetail ul li::before {
	margin: 0 5px 0 0;
	padding: 0;
    content: " ";
    display: inline-block;
    width: 29px;
    height: 33px;
    background: url(../images/icon01@2x.png);
    background-size: contain;
    vertical-align: baseline;
}
#mainDetail .btnEstimate {
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
#mainDetail .btnEstimate a {
	margin: 0;
	padding: 14px 0 16px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: none;
	background: #ed961f;
	border-radius: 10px;
}
#mainDetail .btnEstimate a::before {
	margin: 0 10px -3px 0;
	padding: 0;
    content: " ";
    display: inline-block;
    width: 37px;
    height: 26px;
    background: url(../images/icon02@2x.png);
    background-size: contain;
    vertical-align: baseline;
}
#mainDetail .detailHelp {
	margin: 0;
	padding: 0;
	width: 54.09%;
    border: solid 3px #e74856;
	box-sizing: border-box;
	border-radius: 10px;
	background: #e74856;
	position: relative;
}
#mainDetail .detailHelp::before {
	position: absolute;
	content: '';
	top: 60%;
	bottom: 0;
	left: -60px;
	display: block;
	width: 70px;/*幅*/
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
	background-image: url(../images/icon03@2x.png) ;
}
#mainDetail .detailHelp p:first-of-type {
	margin: 0 0 0 27.73%;
	padding: 13px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fffcd5;
	width: 72.27%;
	position: relative;
}
#mainDetail .detailHelp p:first-of-type img {
	position: absolute;
	bottom: 0;
	left: -190px;
}
#mainDetail .detailHelp p:first-of-type span {
	margin: 0;
	padding: 0;
	font-size: 18px;
	box-sizing: border-box;
}
#mainDetail .detailHelp > div {
	margin: 0;
	padding: 15px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	background: #fff;
}
#mainDetail .detailHelp div p:first-of-type {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	width: 21.85%;
	text-align: right;
}
#mainDetail .detailHelp div p:nth-of-type(2) {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	color: #e74856;
	width: 74.79%;
	text-align: left;
}
#mainDetail .detailHelp div p:nth-of-type(2) strong {
	margin: 0;
	padding: 0;
	font-weight: 900;
}
@media screen and (max-width: 1024px) {
	#mainDetail .detailHelp p:first-of-type {
		font-size: 18px;
		line-height: 24px;
	}
	#mainDetail .detailHelp div p:first-of-type {
		font-size: 16px;
		line-height: 22px;
	}
	#mainDetail .detailHelp div p:nth-of-type(2) {
		font-size: 24px;
		line-height: 32px;
	}
}
/*おすすめアイテム*/
#exhibitionRecom > div {
	margin: 20px auto 0 auto;
	padding: 70px 0 0 0;
	background: #fff;
	border-radius: 10px;
	width: calc(100% - 60px);
}
#exhibitionRecom h3 {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #52a9db;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 20px;
}
#exhibitionRecom ul {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: calc(100% - 50px);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
#exhibitionRecom ul li {
	width: 19.8%;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: center;
	border-right: dashed 1px #cecece;
}
#exhibitionRecom ul li:nth-of-type(5),
#exhibitionRecom ul li:last-of-type {
	border-right: none;
}
#exhibitionRecom ul li a {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}
#exhibitionRecom ul li img {
	margin: 0 0 10px 0;
	padding: 0;
	width: 38.1%;
}
#exhibitionRecom ul li span {
	margin: 0;
	padding: 0;
	display: block;
}
#exhibitionRecom ul li span::before {
	margin: 0 5px 0 0;
	padding: 0;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon04@2x.png);
    background-size: contain;
    vertical-align: baseline;
}
/*商品アイテム２と商品アイテム４*/
#contGray .itemContBox2 > div,
#contGray .itemContBox4 > div {
	margin: 50px auto 0 auto;
	padding: 30px 0 0 0;
	background: #fff;
	border-radius: 10px;
	width: calc(100% - 60px);
	position: relative;
}
#contGray .itemContBox2 > div {
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
}
#contGray .itemContBox2 h3,
#contGray .itemContBox4 h3 {
	margin: 0;
	padding: 0 30px 0 10px;
	background: #52a9db;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 30px;
}
#contGray .itemContBox2 h3 span,
#contGray .itemContBox4 h3 span {
	margin: 0;
	padding: 12px 0 12px 25px;
	display: inline-block;
	border-left: #cbe5f4 solid 4px;
	box-sizing: border-box;
}
#contGray .itemContBox2 > div > div {
	margin: 0 0 0 40px;
	padding: 0;
	width: 44.55%;
}
#contGray .itemContBox2 > div > div > p {
	margin: 0;
	padding: 20px 25px;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	border-left: solid 4px #52a9db;
	box-sizing: border-box;
}
#contGray .itemContBox4 > div > div {
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 80px);
}
#contGray .itemContBox4 > div > div > p {
	margin: 0;
	padding: 20px 25px;
	border-left: solid 4px #52a9db;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
}
#contGray .itemContBox4 ul {
	margin: 10px auto 0 auto;
	padding: 0 0 20px 0;
	width: calc(100% - 130px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#contGray .itemContBox2 ul {
	margin: 10px 65px 0 0;
	padding: 0 0 20px 0;
	width: 42.73%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#contGray .itemContBox4 ul li {
	width: 22.68%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
#contGray .itemContBox2 ul li {
	width: 46.81%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
#contGray .itemContBox2 ul li a,
#contGray .itemContBox4 ul li a {
	margin: 0;
	padding: 0;
	color: #000;
}
#contGray .itemContBox2 ul li img,
#contGray .itemContBox4 ul li img {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	border: solid 1px #dadada;
	box-sizing: border-box;
}
#contGray .itemContBox2 ul li p,
#contGray .itemContBox4 ul li p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}
#contGray .itemContBox2 ul li .goDetail,
#contGray .itemContBox4 ul li .goDetail {
	margin: auto 0 0 0;
	padding: 8px 0;
	background: #4cad56;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
#contGray .itemContBox2 ul li .goDetail::before,
#contGray .itemContBox4 ul li .goDetail::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}
/*一括注文のご案内 */
#contHelp .detailHelp {
	margin: 60px auto 0 auto;
	padding: 0;
	width: 100%;
    border: solid 3px #e74856;
	box-sizing: border-box;
	border-radius: 10px;
	background: #e74856;
}
#contHelp .detailHelp > p:first-of-type {
	margin: 0 0 0 34.48%;
	padding: 18px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	color: #fffcd5;
	width: 65.52%;
	position: relative;
}
#contHelp .detailHelp > p:first-of-type img {
	position: absolute;
	bottom: 0;
	left: -270px;
}
#contHelp .detailHelp > p:first-of-type span {
	margin: 0;
	padding: 0;
	font-size: 20px;
	box-sizing: border-box;
}
#contHelp .detailHelp > div {
	margin: 0;
	padding: 30px 20px 0 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
#contHelp .detailHelp > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contHelp .detailHelp div > div > p:first-of-type {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	width: 31.9%;
	text-align: right;
}
#contHelp .detailHelp div > div > p:nth-of-type(2) {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #e74856;
	width: 65.09%;
	text-align: left;
}
#contHelp .detailHelp div > div > p:nth-of-type(2) strong {
	margin: 0;
	padding: 0;
	font-weight: 900;
}
#contHelp .btnEstimate {
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	width: 55%;
	border-radius: 10px;
	text-align: center;
}
#contHelp .btnEstimate a {
	margin: 0;
	padding: 14px 0 16px 0;
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-decoration: none;
	background: #ed961f;
	border-radius: 10px;
}
#contHelp .btnEstimate a::before {
	margin: 0 10px -3px 0;
	padding: 0;
    content: " ";
    display: inline-block;
    width: 42px;
    height: 30px;
    background: url(../images/icon02@2x.png);
    background-size: contain;
    vertical-align: baseline;
}
/*#ページリンク調整
----------------------------------*/
#contGray #item01,
#contGray #item02,
#contGray #item03,
#contGray #item04,
#contGray #item05,
#contGray #item06,
#contGray #item07,
#contGray #item08,
#contGray #item09,
#contGray #item10 {
	margin-top: -30px;
	padding-top: 30px;
}

/*テキストボックス
---------------------------------------*/

.ttle-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing:5px;
    background-color: #66aa60;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box001 {
    padding: 0.5em 1em 5em; 
    margin: 2em 0;
    font-weight: bold;
    color: #66aa60;
    background: #FFF;
    border: solid 3px #66aa60;
    border-radius: 10px;
}
.box001 h4 {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	padding: 10px;
	margin:  30px;
	display: inline-block;
	color: #66aa60;
	font-weight: bold;
	font-size: 19px;
}
.box001 p {
    margin: 0; 
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .box001{
        margin: 2em 2%;
    }
    .box001 h4{
        margin: 30px auto;
        text-align: center;
    }
    .box001 p {
    margin: 0; 
    padding-left: 0px;
   }
}

    /*人気商品紹介ページ一覧
---------------------------------------*/
#topics{
    width: 100%;
}
#topics .ttl3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    position: relative;
    margin: 0 auto;
    color: #002558;
}
#topics .wrap{
    padding-top: 120px;
    padding-bottom: 60px;
}
#topics .wrap_wrap{
    width: 82.93103448275862%;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topics a{
    display: block;
    margin-bottom: 40px;
    width: 46.77754677754678%;
}
#topics a > img{
    width: 100%;
}
@media screen and (max-width: 750px) {
    #topics .ttl3{
      font-size: 18px;
    }
    #topics .wrap{
        padding-top: 50px;
    }
    #topics .wrap_wrap{
        width: 94.66666666666667%;
        margin: 50px auto 0 auto;
        display: block;
    }
    #topics a{
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }
    #topics a > img{
        width: 100%;
    }
}