@charset "utf-8";
/* CSS Document */

.pgTtlIn {
    background-image: url(../order/img/pgttl.png);
    background-position: right top;
    background-repeat: no-repeat;
}

section .inner {
    width: 1160px;
    margin: 0 auto 60px;
	
}

.stF{
	margin-bottom: 3em;
    font-family: serif;
    font-size: 200%;
    font-weight: bold;
	position: relative;
}

.stF span{
	font-size: 70%;
	font-weight: normal;
}

.stF:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    display: inline-block;
    width: 2em;
    height: 6px;
    background: #877608;
    background: -moz-linear-gradient(left, #877608 0%, #baa30b 100%);
    background: -webkit-linear-gradient(left, #877608 0%,#baa30b 100%);
    background: linear-gradient(to right, #877608 0%,#baa30b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877608', endColorstr='#baa30b',GradientType=1 );
    transform: translate(0);

}

.fboxWp{
	position: relative;
	margin-bottom: 160px;
}

.fboxWp:after{
	content: ""; 
	display: block; 
	clear: both;
}

.fArrow{
	position: absolute;
	width:70px;
	height: 100%;

background: #877608; /* Old browsers */
background: -moz-linear-gradient(top,  #877608 0%, #baa30b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #877608 0%,#baa30b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #877608 0%,#baa30b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877608', endColorstr='#baa30b',GradientType=0 ); /* IE6-9 */

	
	top: 0;
	left:47%;
	box-shadow: 8px 8px 0 #ccc;
}

.fArrow:before{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;	
	left: 8px;
    top:calc( 100% + 6px);
    border-width: 35px 35px 35px 35px;
    border-color: #ccc transparent transparent transparent ;

}

.fArrow:after{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;	
	
	left: 0;
    top: 100%;
    border-width: 35px 35px 35px 35px;
    border-color: #baa30b transparent transparent transparent ;

}

.fArrow > div {
	left: 0;
    top: 0;
    border-width: 20px 35px 20px 35px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fbox {
	margin-bottom: 1em;
	width: 47%;
}

.fbox .st{
	font-size: 160%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


.fbox .fboxTx{
	display: inline-block;
	padding: 40px 60px;
}

#fbox1.fbox .fboxTx,
#fbox3.fbox .fboxTx,
#fbox5.fbox .fboxTx{
		padding: 20px 120px 0 0;
}

#fbox2.fbox .fboxTx,
#fbox4.fbox .fboxTx,
#fbox6.fbox .fboxTx{
		padding: 20px 0 0 120px;
}



.fbox .fboxTx p{
	margin-bottom: 1em;
}

.fbox ul{
	list-style-type: none;
	margin-bottom: 1.5em;
	font-size: 90%;
}

.fbox li{
	margin-bottom: 0.5em;
}

.fbox .fboxTx .num{
	display: inline-block;
	width: 12%;
	vertical-align: top;
	font-size: 480%;
	font-family: Vijaya;
}

.fbox .fboxTx .part{
	display: inline-block;
	width: 86%;
	vertical-align: top;
	padding-top: 1em;
}

.fboxImg{
	width: 42%;
	float: right;
	display: inline-block;
}

.fboxImg img{
	width: 100%;
}

.fbox .btnC{
	display: block;
background: #877608;
    background: -moz-linear-gradient(1.6deg, #877608 0%, #baa30b 60%, #baa30b 60%, #baa30b 98%);
    background: -webkit-linear-gradient(1.6deg, #877608 0%,#baa30b 60%,#baa30b 60%,#baa30b 98%);
    background: linear-gradient(89.4deg, #877608 0%,#baa30b 60%,#baa30b 60%,#baa30b 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877608', endColorstr='#baa30b',GradientType=1 );
	padding: 1em;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	margin-bottom: 1em;
}

.fbox .btnC:after{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;	
	    content: "\f105";
	float: right;
	margin-right: 1em;
}

.fbox .btnC:hover{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

#fbox1,
#fbox3,
#fbox5{
	float: left;
	background: url(../order/img/line01.png) top right no-repeat;
}

#fbox3{
	margin-top: 90px;
}

#fbox2,
#fbox4,
#fbox6{
	float: right;
	background: url(../order/img/line02.png) top left no-repeat;	
}

#fbox4{
	margin-top: 90px;	
}

#fbox6{
	margin-top: 180px;
}

#fboxImg1,
#fboxImg3,
#fboxImg5{
	float: right;
}

#fboxImg1 img,
#fboxImg3 img,
#fboxImg5 img{
width: 60%;
	float: right;
}

#fboxImg2,
#fboxImg4,
#fboxImg6{
	float: left;
}

#fboxImg2 img,
#fboxImg4 img,
#fboxImg6 img{
width: 60%;
	float: left;
}

#fboxImg1{
	height: 270px;
	background: url(../order/img/p1.png) right top no-repeat;
	background-size: 70%;
}

#fboxImg2{
	height: 0;
}

#fboxImg3{
	height: 200px;
	background: url(../order/img/p3.png) right top no-repeat;
	background-size: 60%;
}

#fboxImg4{
	height: 200px;
	background: url(../order/img/p4.png) left top no-repeat;
	background-size: 60%;
}

#fboxImg5{
	height: 140px;
}

#fboxImg6{
	height: 180px;
	background: url(../order/img/p6.png) left top no-repeat;
	background-size: 60%;
}

@media screen and (max-width:767px){
	
.pgTtlIn {
	background-size: contain;
}	
		
section .inner {
    width: 100%;
    margin: 0 auto 60px;
}
	
.stF{
	margin-bottom: 1em;
    font-size: 160%;
	margin-left: 5%;
	text-align: center;
}

.stF span{
display: block;
}

.stF:after {
    left: calc(50% - 1em);

	}
	
.fboxWp{
	margin-bottom: 60px;
}	
	
.fboxWp {
	padding-top: 5px;

}
.fArrow {
    width: 16px;
	height: 93%;
    top: 5px;
    left: 3%;
box-shadow: 4px 4px 0 #ccc;
}
	
	
.fArrow:before{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;	
	left: 4px;
    top:calc( 100% + 4px);
    border-width: 8px 8px 8px 8px;
    border-color: #ccc transparent transparent transparent ;

}

.fArrow:after{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
	left: 0;
    top: 100%;
    border-width: 8px 8px 8px 8px;
    border-color: #baa30b transparent transparent transparent ;

}	
	
	
.fArrow > div {
	left: 0;
    top: 0;
    border-width: 8px 8px 8px 8px;

}	
	
.fbox {
    margin-bottom: 1em;
	margin-top: 2em;
    width:86%;
	margin-left: 10%;
	margin-right: 4%;
	clear: both;
}	
	
	.fbox .fboxTx .part{
		width: 84%;
	}	
	
	
#fbox1,
#fbox3,
#fbox5,
#fbox2,
#fbox4,
#fbox6{
	float: none;
	background: url(../order/img/line03.png) top left no-repeat;	
	background-size: contain;
}
	
#fbox3,
#fbox4{
	margin-top: 0;
}	
	
#fbox1.fbox .fboxTx,
#fbox3.fbox .fboxTx,
#fbox5.fbox .fboxTx,

#fbox2.fbox .fboxTx,
#fbox4.fbox .fboxTx,
#fbox6.fbox .fboxTx{
		padding: 20px 0 0 7%;
}	
	
	.fboxImg{
		width: 100%;
	}	
	
#fboxImg1,
#fboxImg3,
#fboxImg4,
#fboxImg5,
#fboxImg6{	
    height: 140px;
	margin-bottom: 15px;
	margin-right: 4%;
}	
	
#fboxImg2, #fboxImg4, #fboxImg6 {
    float: right;
	background-position: right top;
}	
	
#fboxImg2 img,
#fboxImg4 img,
#fboxImg6 img {
    float: right;
}	
	
}