@charset "utf-8";
/* 全てのサイズ共通 */

section {
    color: #666666;
}

section.container-fluid {
    width: 100%;
    padding-top: 1%;
}

section h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #cf9a3d;
}

section .box1 {
    padding: 0;
    margin: 0;
    width: 100%;
}

.box1 ul.line1 {
    overflow: hidden;
    margin-bottom: 0;
}

.box1 ul.line1 .inner {
    display: block;
    overflow: hidden;
    padding: 20px 10px 20px 20px;
    border: 8px solid #e6dcab;
}

.box1 ul.line1 li {
    margin-bottom: 10px;
}

.box1 ul.line1 li h4 {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #672729;
}

.box1 ul.line1 li h4 span {
    display: inline-block;
	float: left;
    padding: 1% 2%;
    margin-right: 15px;
    background-color: #cf9a3d;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
}

.box1 .line1 .contBox1 {
    width: 100%;
    overflow: hidden;
}

.box1 .line1 .contBox1 .imgBox {
    width: 100%;
    float: none;
    text-align: center;
}

.box1 .line1 .contBox1 p {
    width: 100%;
    float: none;
    padding: 35px 15px 0;
    font-size: 1.6rem;
    color: #666666;
}


section .box2 {
    overflow: hidden;
    margin-bottom: 40px;
}
section .box2 h4 {
    display: block;
    padding: 20px 20px 20px 120px;
    margin-bottom: 20px;
    background-color: #cf9a3d;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

section .box2 h4:before {
    content: "";
    width: 100px;
    height: 80px;
    display: block;
    border: 7px solid #ded090;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    left: 0;
}

section .box2 div img {
    margin-top: 0;
}

section .box2 h4.point1:before {
    background-image: url(../../img/about_service_icon1.gif);
}
section .box2 h4.point2:before {
    background-image: url(../../img/about_service_icon2.gif);
}
section .box2 h4.point3:before {
    background-image: url(../../img/about_service_icon3.gif);
}
section .box2 h4.point4:before {
    background-image: url(../../img/about_service_icon4.gif);
}
section .box2 h4.point5:before {
    background-image: url(../../img/about_service_icon5.gif);
}
section .box2 h4.point6:before {
    background-image: url(../../img/about_service_icon6.gif);
}
section .box2 h4.point7:before {
    background-image: url(../../img/about_service_icon7.gif);
}
section .box2 h4.point8:before {
    background-image: url(../../img/about_service_icon8.gif);
}

.onNav li {
    margin-bottom: 10px;
    padding: 0 5px
}

section .box2 h4 + p {
    width: 85%;
    margin: 0 0 3%;
    font-size: 1.6rem;
}

section .box2 .container {
    background: #ded090;
    padding: 2% 0px;
}

section .box2 .container .onNav li img {
    width: 100%;
    margin-top: 0;
    display: block;
}

section .box2 h5 {
    display: block;
    padding: 0 0 5px 0px;
    border-bottom: 2px solid #cf9a3d;
    font-size: 2.4rem;
    font-weight: bold;
    color: #cf9a3d;
}

section .box2 .txtStyle1 {
    width: 85%;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #666666;
}

section .box2 .txtStyle1 span {
    font-size: 1.6rem;
	color: #cc0000;
}

section .box2 .box3 {
    padding: 15px;
    border: 5px solid #672729;
}

section .box2 .box3 h6 {
    display: block;
    padding: 10px; 
    background-color: #e6dcab;
    font-size: 1.6rem;
    font-weight: bold;
    color: #672729;
}

section .box2 .box3 p {
    font-size: 1.6rem;
    color: #666666;
}

section .box2 .box3 .contactBox {
    position: relative;
    margin: 15px 0 50px;
}

section .box2 .box3 .contactBox .innerPop {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background-color: #cf9a3d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

section .box2 .box3 .contactBox .contactInner p {
    height: auto;
}

section .box2 .box3 .contactBox .contactInner {
	padding-top: 11px;
    border: 5px solid #672729;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

section .box2 .box3 .contactBox .contactInner div {
    display: inline-block;
}

section .box2 .box3 .contactBox .contactInner img {
    width: 100%;
}


section .box2 .box3 .konpo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
}

section .box2 .box3 .konpo ul {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

section .box2 .box3 .konpo li {
    min-height: 340px;
    text-align: center;
}

section .box2 .box3 .konpo .innerBox p {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: left;
}

section .box2 .box3 .txtStyle02 {
    font-size: 1.6rem;
    color: #cc0000;
}

section .box2 .box3 .haiso {
    width: 100%;
    background-color: #FFFFFF;
}

section .box2 .box3 .haiso dl {
    width: 100%;
    display: inline-block;
    border: 2px solid #e6dcab;
}

section .box2 .box3 .haiso dt {
    width: 100%;
    padding: 1% 0;
    background-color: #e6dcab;
    font-size: 1.8rem;
    font-weight: bold;
    color: #672729;
    text-align: center;
}

section .box2 .box3 .haiso dd {
    padding: 2%;
    font-size: 1.5rem;
    font-weight: bold;
}

section .box2 .box3 .haiso .boxR {
    padding-top: 25px;
	text-align: center;
}

section .box2 .box3 .haiso .boxR p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #666666;
}

section .box2 .box3 .haiso .boxR a {
    width: 100%;
    display: inline-block;
    padding: 20px 3%;
    background-color: #cf9a3d;
    border: 1px solid #cf9a3d;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

section .box2 .box3 .haiso .boxR a:hover {
    background-color: #ffffff;
    color: #cf9a3d;
}

section .box2 .box3 .haiso .boxR a span {
    padding-right: 1.5em;
    background: url(../../img/deliver_icon1.png) right center no-repeat;
}


section .box2 .box3 .haisoFlow {
    width: 100%;
    background-color: #fff;
}

section .box2 .box3 .haisoFlow li {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

section .box2 .box3 .haisoFlow .flowInner p {
    font-size: 1.6rem;
    font-weight: bold;
}

section .box2 .box3 .haisoFlow li img {
    margin-top: 0;
}

section .box2 .box3 .haisoFlow li:first-child:before {
    content: none;
}


section .box2 .box3 .serchBox {
    width: 100%;
    background-color: #fff;
}

section .box2 .box3 .serchBox a {
    width: 100%;
    margin-bottom: 3%;
    padding: 25px 0;
    display: inline-block;
    background-color: #cf9a3d;
    border: 1px solid #cf9a3d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
    background-image: url(../../img/deliver_icon3.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

section .box2 .box3 .serchBox a span {
    padding-right: 1.5em;
}

section .box2 .box3 .kitBox {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border: 8px solid #e6dcab;
    background-color: #fff;
}

section .box2 .box3 .kitBox li {
    /*height: 200px;*/
    overflow: hidden;
}

section .box2 .box3 .kitBox .txtStyle3 {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: #672729;
    text-align: center;
}

section .box2 .box3 .kitBox .kitInner {
    /*height: 160px;*/
    text-align: center;
}

section .box2 .box3 .kitBox .kitInner div {
	height: auto;
	width: 70%;
	margin: 0 auto;
}

section .box2 .box3 .kitBox .kitInner div img {
    width: 100%;
}

section .box2 .box3 .kitBox .kitInner p {
    margin-top: 20px;
    font-size: 1.6rem;
    color: #666666;
}

.p80t {
    padding-top: 80px;
}

.deliveryTit {
	margin-bottom: 40px;
	
}

.contTelBox {
	margin-top: 50px;
}

/* large */

.ohguchiList {
    margin: 0 20px 50px;
}

dl.ohguchiList dd {
	padding: 0 0 10px 0;
    font-size: 2.5rem;
}

.txtLarge {
    font-size: 2.5rem;
}

.buyLargeTxt {
    font-size: 16px;
}

@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/

.sideRcont .rBox1 {
	right: -470px;
}

section.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

    section h3 {
        font-size: 4rem;
    }

    section .box2 h4 {
        font-size: 2.4rem;
    }

.box1 ul.line1 li h4 {
    font-size: 2.4rem;
}

    .box1 ul.line1 li h4 span {
        padding: 10px 20px;
        margin-right: 15px;
        font-size: 6rem;
    }

    .box1 .line1 .contBox1 .imgBox {
        width: auto;
        float: left;
        text-align: left;
    }

    .box1 .line1 .contBox1 p {
        width: 60%;
        float: left;
    }


    section .box1 {
        width: 1008px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

	.box1 ul.line1 {
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box1 ul.line1 li {
        padding-right: 0;
        padding-left: 15px;
    }
    
    .box1 ul.line1 li:first-child {
        padding-right: 15px;
        padding-left: 0;
	}

section .box2 .container {
    padding: 30px 0px;
}

section .box2 .container .onNav {
    margin: 0 0 10px 0;
}

section .box2 div img {
    margin-top: 27px;
}

section .box2 h5 {
    padding: 0 0 10px 0;
}

.onNav li {
    margin-bottom: 0;
    padding: 0 15px;
}

    section .box2 .txtStyle1 {
        width: auto;
        margin: 0;
    }

section .box2 h4 + p {
    width: auto;
    margin: 0;
    font-size: 1.6rem;
}

section .box2 .box3 {
    padding: 33px;
}

section .box2 .box3 .haiso dt {
    width: 2em;
    float: left;
    padding: 60px 0.5em;
    background-color: #e6dcab;
    font-size:2.4rem;
    font-weight: bold;
    color: #672729;
}


section .box2 .box3 .haiso dd {
    float: left;
    padding: 25px 50px 0 35px;
    font-size: 2.4rem;
    font-weight: bold;
}

section .box2 .box3 .haiso .boxR a {
    width: auto;
    padding: 20px 40px;
    font-size: 2rem;
}

section .box2 .box3 .haisoFlow li:before {
    width: 20px;
    height: 35px;
    display: block;
    content: "";
	position: absolute;
    left: -4%;
    top: 50%;
    background: url(../../img/deliver_icon2.png) 0 0 no-repeat;
}

section .box2 .box3 .serchBox {
    width: 100%;
    background-color: #fff;
}

section .box2 .box3 .contactBox .innerPop {
    width: auto;
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 1.8rem;
    text-align: left;
}

section .box2 .box3 .contactBox .contactInner p {
    height: 86px;
}

section .box2 .box3 .serchBox a {
    width: 290px;
    padding: 25px 0;
    display: inline-block;
    background-color: #cf9a3d;
    border: 1px solid #cf9a3d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
    background-image: url(../../img/deliver_icon3.png);
    background-position: 250px center;
    background-repeat: no-repeat;
}

section .box2 .box3 .serchBox a:hover {
    background-color: #fff;
    color: #cf9a3d;
}

section .box2 .box3 .serchBox a span {
    padding-right: 1.5em;
}

section .box2 .box3 .kitBox li {
    height: 255px;
}

section .box2 .box3 .kitBox .kitInner div {
    height: 200px;
}

section .box2 .box3 .kitBox .kitInner div img {
    width: 100%;
}

section .box2 .box3 .kitBox .kitInner div {
    width: 100%;
}

section .box2 .box3 .kitBox .kitInner {
    height: 160px;
}

}

@media screen and (min-width:1401px) {
    /* 右サイド広告がコンテンツに被らない　*/

section.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

    section h3 {
        font-size: 4rem;
    }

    section .box2 h4 {
        font-size: 2.4rem;
    }

    .box1 ul.line1 li h4 span {
        padding: 10px 20px;
        margin-right: 15px;
        font-size: 6rem;
    }

    .box1 .line1 .contBox1 .imgBox {
        width: auto;
        float: left;
        text-align: left;
    }

    .box1 .line1 .contBox1 p {
        width: 60%;
        float: left;
    }

    section .box1 {
        width: 1008px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

	.box1 ul.line1 {
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .box1 ul.line1 li {
        padding-right: 0;
        padding-left: 15px;
    }
    
    .box1 ul.line1 li:first-child {
        padding-right: 15px;
        padding-left: 0;
    }

section .box2 div img {
    margin-top: 27px;
}

.onNav li {
    margin-bottom: 0;
    padding: 0 15px;
}

    section .box2 .txtStyle1 {
        width: auto;
        margin: 0;
    }


section .box2 .box3 .haiso dt {
    width: 2em;
    float: left;
    padding: 60px 0.5em;
    background-color: #e6dcab;
    font-size:2.4rem;
    font-weight: bold;
    color: #672729;
}

section .box2 .box3 .haiso dd {
	float: left;
    padding: 25px 53px 0 35px;
    font-size: 2.4rem;
    font-weight: bold;
}

section .box2 .box3 .haiso .boxR a {
    width: auto;
    padding: 20px 40px;
    font-size: 2rem;
}

section .box2 .box3 .haisoFlow li:before {
    width: 20px;
    height: 35px;
    display: block;
    content: "";
	position: absolute;
    left: 0;
    top: 50%;
    background: url(../../img/deliver_icon2.png) 0 0 no-repeat;
}

section .box2 .box3 .serchBox {
    width: 100%;
    background-color: #fff;
}

section .box2 .box3 .contactBox .innerPop {
    width: auto;
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 1.8rem;
    text-align: left;
}

section .box2 .box3 .contactBox .contactInner p {
    height: 86px;
}

section .box2 .box3 .serchBox a {
    width: 290px;
    padding: 25px 0;
    display: inline-block;
    background-color: #cf9a3d;
    border: 1px solid #cf9a3d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
    background-image: url(../../img/deliver_icon3.png);
    background-position: 250px center;
    background-repeat: no-repeat;
}

section .box2 .box3 .serchBox a:hover {
    background-color: #fff;
    color: #cf9a3d;
}

section .box2 .box3 .serchBox a span {
    padding-right: 1.5em;
}

section .box2 .box3 .kitBox li {
    height: 255px;
}

section .box2 .box3 .kitBox .kitInner div {
    height: 200px;
}

section .box2 .box3 .kitBox .kitInner div img {
    width: 100%;
}

section .box2 .box3 .kitBox .kitInner div {
    width: 100%;
}

section .box2 .box3 .kitBox .kitInner {
    height: 160px;
}

}