
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/

h3 {
	background: none;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-indent: -27px;
	color: #0E837E;
	border-bottom: 2px solid #EDEFF0;
	margin-bottom: 20px;
	position: relative;
	padding: 5px 15px 15px 27px;
}


h3 span,
h4 span {
	font-size: 1rem; 
}

h4 {
	padding: 0 0 10px 0;
}

h4:after {
	content: none;
}


@media only screen and (min-width: 641px) {
	
	h3 {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
		padding: 5px 0 20px 0;
		
	}
	
	h3 span {
		font-size: 1.4rem; 
	}

	h4 {
		padding: 0px 0 15px 0;
	}
			
}


/*------------------------------------------------------------
	オーダーページ
------------------------------------------------------------*/


/* STEP AREA */
.horizontal-scroll {
	padding-bottom: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}

.horizontal-scroll .scroll-wrap {
	background: url(../img/order/bg_step.png) left top no-repeat;
	background-size: 917px 170px;
	width: 917px!important;
	height: 170px;
}

.horizontal-scroll .scroll-wrap dl {
	width: 360px;
	padding: 30px;
	float: left;
}

.horizontal-scroll .scroll-wrap dl {
	width: 297px;
	padding: 25px 15px 0 115px;
	float: left;
}

.horizontal-scroll .scroll-wrap dl:first-child {
	padding: 25px 30px 0 100px;
}

.horizontal-scroll .scroll-wrap dl:last-child {
	padding: 25px 0 0 140px;
}

.horizontal-scroll .scroll-wrap dl dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.horizontal-scroll .scroll-wrap dl dd {
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: justify;
}

@media only screen and (min-width: 641px) {
	
	.horizontal-scroll {
		margin-bottom: 40px;
	}
		
	.horizontal-scroll .scroll-wrap {
		background: url(../img/order/bg_step.png) left center no-repeat;
		background-size: 100%;
		width: 1080px!important;
		height: 200px;
	}
	
	.horizontal-scroll .scroll-wrap dl {
		width: 360px;
		padding: 32px 50px 0 135px;
		float: left;
	}
	
	.horizontal-scroll .scroll-wrap dl:first-child {
		width: 360px;
		padding: 32px 55px 0 120px;
	}
	
	.horizontal-scroll .scroll-wrap dl:last-child {
		width: 360px;
		padding: 32px 25px 0 145px;
	}
	
	.horizontal-scroll .scroll-wrap dl dd {
		font-size: 1.2rem;
		line-height: 1.8;
	}

}



/* オーダー */
div#order01 a.button {
	background: #27AFA9;
	border: none;
	color: #fff;
	width: 90%;
	font-size: 1.6rem;
	line-height: 50px;
	margin: 10px auto 20px;
}

div#order01 a.button:hover {
	background: #29C0B9;
}


div#order01 ul {
	font-size: 1.1rem;
	padding: 0 5%;
}

div#order02 textarea {
	background: #EDEFF0;
	width: 100%;
	height: 160px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div#order02 h4 {
	color: #017c9e;
}


/*------------------------------------------------------------
	Controls
------------------------------------------------------------*/

.controls {
	padding-bottom: 10px!important;
}

.controls div.oneFourth {
	margin-bottom: 10px;
	position: relative;
}
	
button.control {
    background: #EDEFF0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
	border: none;
}

.controls label {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	color: #017c9e;
	line-height: 20px;
	padding-left: 30px;
	vertical-align: top;
}

.mixitup-control-active[data-toggle]:after {
    background: #27AFA9;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-radius: 2px;
	transition: background-color 150ms, border-color 150ms;   
}


@media only screen and (min-width: 641px) {
	
	.controls {
		padding-bottom: 10px!important;
	}
	
	.controls div.oneFourth {
		margin-bottom: 20px;
	}
	
	button.control {
	    width: 26px;
	    height: 26px;
	}
		
	.controls label {
		padding-left: 35px;
		font-size: 1.3rem;
		line-height: 26px;
	}
	
	.mixitup-control-active[data-toggle]:after {
	    /*background: #27AFA9;*/
	    background: #017c9e;
	    content: '';
	    position: absolute;
	    width: 16px;
	    height: 16px;
	    top: calc(50% - 8px);
	    left: calc(50% - 8px);
	    transition: background-color 150ms, border-color 150ms;    
	}
		
}


div.mixBody div.fullwidth,
section#effectArea div.oneHalf {
	background: #fff;
	border: 1px solid #27AFA9;
}

div.effectHead {
    padding: 16px 10px 22px;
	position: relative;
	line-height: 25px;
}

section#effectArea div.line2 {
	margin-bottom: 10px;
}

div.effectHead dl dt {
	float: left;
	margin-right: 10px;
}

div.effectHead dl dd {
	max-width: 80%;
	float: left;
}

div.effectHead label {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
}

section#effectArea div.effectBody {
	padding: 0 20px 20px;
}

section#effectArea div.effectBody figure {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

section#effectArea div.effectHead p.fee {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top:17px;
	right: 20px;
}

section#effectArea div.effectHead p.fee span {
	font-size: 1rem;
}

section#effectArea div.effectBody p.detail {
	font-size: 1.2rem;
	text-align: justify;
	color: #555;
}

@media only screen and (min-width: 641px) {
	
	div.mixBody {
		width: 1120px;
	}
	
	div.mixBody div.fullwidth {
		width: 1080px;
		padding: 0 27px;
	}

	section#effectArea div.oneHalf {
		width: 525px;
		margin: 0 30px 30px 0;
	}
	
	div#order01 a.button {
		width: 400px;
		font-size: 1.8rem;
		line-height: 60px;
		margin: 20px auto 30px;
	}

	div#order01 ul {
		font-size: 1.3rem;
		padding: 0 200px;
		line-height: 2;
		text-align: center;
	}
	
	div.effectHead {
		padding: 16px 15px 20px;
		line-height: 1.6;
	}
	
	section#effectArea div.line2 {
		margin-bottom: 0;
	}
	
	div.effectHead label {
		font-size: 1.4rem;
	}
	
	div.effectHead dl dd {
		line-height: 35px;
	}
	
	section#effectArea div.effectHead p.fee {
		font-size: 1.4rem;
		position: absolute;
		top:23px;
		right: 20px;
	}
	
	section#effectArea div.effectHead p.fee span {
		font-size: 1.2rem;
	}
	
	
	section#effectArea div.effectBody figure {
		width: 50%;
		margin-bottom: 0;
		float: left;
	}
	
	section#effectArea div.effectBody figure img:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
		background: #fff;
	}
	
	section#effectArea div.effectBody p.detail {
		width: 45%;
		float: right;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	div#order02 textarea {
		width: 100%;
		height: 270px;
		font-size: 1.4rem;
		padding: 30px;
		margin: 0 0 20px;
	}
		
}


a.buttonOrg i {
	font-size: 1.8rem;
	
}


