@charset "utf-8";
/*------------------------------------------------------------
	it_id
------------------------------------------------------------*/
#main .mainImg {
    margin-bottom: 45px;
}
#main .headLine06 {
    padding: 11px 16px 13px;
}
#main .text01 {
    margin-bottom: 21px;
	font-size: 1.4rem;
    line-height: 1.43;
}
#main .imgBox,
#main .imgInner {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#main .imgBox {
    margin-bottom: 60px;
}
#main .imgBox .photoBox {
    margin-top: 4px;
    width: 250px;
}
#main .imgBox .photoBox img {
    border-radius: 3px;
}
#main .imgBox .textBox {
    width: 504px;
}
#main .imgBox .textBox p {
    line-height: 1.43;
    font-size: 1.4rem;
}
#main .imgBox .textBox p span {
    color: #e95b00;
}
#main .imgInner .photoInner {
    width: 200px;
}
#main .imgInner .textInner {
    width: 565px;
}
#main .imgInner .textInner h3 {
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    font-size: 1.4rem;
    color: #4d3a2e;
}
#main .imgInner .textInner h3 span {
    margin-right: 5px;
    width: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    background-color: #e95b00;
    box-sizing: border-box;
}
#main .imgInner .textInner p {
    font-size: 1.4rem;
    color: #4d3a2e;
}
#main .bannerBox {
    margin: 46px 0 20px;
    padding: 16px 29px;
    border-radius: 5px;
    background-color: #faf6ed;
}
#main .bannerBox h3 {
    margin-bottom: 15px;
    color: #e95b00;
    font-size: 1.5rem;
    text-align: center;
}
#main .bannerBox .banner a {
    display: block;
}
#main .bannerBox .banner a:hover {
    opacity: 0.7;
}
#main .title {
    margin-bottom: 8px;
    padding-top: 5px;
	color: #4d3a2e;
    font-size: 1.2rem;
	font-weight: bold;
}
#main .shopInp input {
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
    font-size: 1.4rem;
	border: solid 1px #ddd9d1;
	border-radius: 5px;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
	box-sizing: border-box;
	padding-left: 10px;
}
#main .sml {
    margin-top: 3px;
    font-size: 1rem;
    color: #4d3a2e;
}
#main .comBtn {
    margin: 25px auto 0;
    width: 344px;
}
@media all and (max-width: 897px) {
	#main .mainImg {
		margin: 0 -15px 31px;
	}
	#main .mainImg img {
        width: 100%;
	}
	#main .headLine06 {
		margin: 0 -15px 16px;
		padding: 9px;
		min-height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 1.6rem;
		line-height: 22px;
		text-align: center;
		box-sizing: border-box;
	}
	#main .headLine06 small {
		font-size: 1.3rem;
        flex-shrink: 0;
	}
	#main .text01 {
		margin: -4px 0 15px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.72;
	}
	#main .imgBox {
		margin-bottom: 25px;
		display: block;
	}
	#main .imgBox .photoBox {
		margin: 0 0 15px;
		width: auto;
        text-align: center;
	}
	#main .imgBox .photoBox img {
        width: 58%;
        border-radius: 0;
	}
	#main .imgBox .textBox {
		width: auto;
	}
	#main .imgBox .textBox p {
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.43;
	}
    #main .imgInner .photoInner {
        width: 140px;
    }
    #main .imgInner .textInner {
        width: calc(100% - 146px);
    }
    #main .imgInner .textInner h3 span {
        font-weight: 700;
        flex-shrink: 0;
    }
    #main .imgInner .textInner p {
        line-height: 1.43;
    }
    #main .bannerBox {
        margin: 30px 0 20px;
        padding: 16px 29px;
        border-radius: 5px;
        background-color: #faf6ed;
    }
	#main .bannerBox h3 {
		margin-bottom: 13px;
		font-size: 1.6rem;
	}
    #main .bannerBox .banner {
        margin: 0 auto;
        width: 210px;
    }
    #main .title {
        margin-bottom: 4px;
        padding-top: 0;
        font-size: 1.2rem;
    }
    #main .shopInp input {
        margin-bottom: 0;
    }
    #main .comBtn {
        margin: 20px auto 0;
		width: auto;
        max-width: 344px;
    }
}
@media all and (max-width: 374px) {
	#main .shopInp input {
		font-size: 1.1rem;
	}
}