@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
  専用css
----------------------------------------*/

.bnrOteire {
	margin:0 2% 50px;
}



/*---　相談　---*/

.bnrOteire {
	margin:0 2% 50px;
}
.consultation {
	margin:0 2% 25px;
	padding-bottom:25px;
	border-bottom:dashed 1px #CCC;
}
.consultation .case {
	width:50%;
	float:left;
}
.consultation .case dt {
	background: #ffe3e3;
	color:#5b491a;
	margin:7px auto 10px;
	font-size:18px;
	padding:5px 20px;
	display:inline-block;
}
.consultation .case dt span {
	margin-left:10px;
}
.consultation .case dd {
	font-size:16px;
	color:#5b491a;
	vertical-align:middle;
	line-height:1.5;
}
.consultation .pht {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:7px;
}
.consultation .nextBtn {
	background-color:#ff6e6e;
	color:#FFF;
	display:block;
	text-align:center;
	padding:10px 20px;
	line-height:1.5;
	font-size:17px;
	letter-spacing:0.1em;
	position:relative;
	transition: all .3s;
	border-radius:5px;
}
.consultation .nextBtn span {
	font-size:13px;
	display:block;
}
.consultation .nextBtn:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 6.5px 0 6.5px;
	border-color: #ffffff transparent transparent transparent;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

@media screen and (min-width: 680px) {
.bnrOteire {
	margin:0 auto 50px;
}
.consultation {
	width : 50%/*33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) */;
	box-sizing:border-box;
	padding:0 15px 40px;
	float:left;
	margin:0;
	border-bottom:none;
}
.consultation .case {
	display:table;
	width:100%;
}
.consultation .case dt {
    height: 90px;
    width: 90px;
	display:table-cell;
	vertical-align:middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	margin:0;
	font-size:16px;
}
.consultation .case dt span {
	font-size:30px;
	margin-left:0;
}
.consultation .case dd {
	display:table-cell;
	padding-left:10px;
	font-size:18px;
	color:#5b491a;
	vertical-align:middle;
	line-height:1.5;
}
.consultation .case dt span {
	display:block;
	font-size:30px;
	padding-top:3px;
}
.consultation .pht {
	margin:10px 0;
	width:100%;
	padding:0;
}
.consultation .nextBtn {
	border-radius:0;
	font-size:18px;
}
.consultation .nextBtn span {
	font-size:15px;
	display:block;
}
.consultation .nextBtn:before {
	content:"";
	width:100%;
	height:30px;
	background-image:url(img/triangle.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	bottom:-30px;
	left:50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	transition: all .3s;
}
.consultation .nextBtn:after {
	content:"";
	width:100%;
	height:30px;
	background-image:url(img/triangle_hover.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	bottom:-30px;
	left:50%;
	top:auto;
	right:auto;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	transition: all .3s;
	border:none;
	opacity:0;
}
.consultation .nextBtn:hover {
	background-color:#ff4646;
}
/*.consultation .nextBtn:hover:before {
}*/
.consultation .nextBtn:hover:after {
	opacity:1;
}
}

/* --------  780〜1050   --------*/
@media screen and (min-width:680px) and ( max-width:1049px) {
.consultation .case dt {
	width:100%;
	height:auto;
	display:block;
	border-radius:0;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	margin:0 auto 5px;
	font-size:16px;
	font-weight:bold;
}
.consultation .case dt span {
	font-size:16px;
	margin-left:0;
	display:inline-block;
	margin-left:5px;
	font-weight:bold;
}
.consultation .case dd {
	display:block;
	padding-left:0px;
	font-size:16px;
	color:#5b491a;
	vertical-align:middle;
	line-height:1.5;
}
.consultation .nextBtn {
	border-radius:0;
	font-size:15px;

	background-color:#ff6e6e;
	color:#FFF;
	display:block;
	text-align:center;
	padding:10px 10px;
	line-height:1.5;
}
.consultation {
	width : 50%/*33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3)*/ ;
	box-sizing:border-box;
	padding:0 5px 40px;
	float:left;
	margin:0;
	border-bottom:none;
}

}



/*---　お手入れ　---*/

.teireBox {
	/*padding:50px 0 20px;*/
}
#teire01 {
	margin-top:20px;
}
.teire {
	background-color:#fff7ea;
	padding:20px 20px 40px;
	position:relative;
}
.teire .teire_icon {
	padding:5px 15px;
	text-align:center;
	margin:0;
	font-size:17px;
	background: #ff6e6e;
	color:#FFF;
	display:inline-block;
	/*position:absolute;
	left:2%;
	top:-20px;*/
}
.teire .teire_icon span {
	margin-left:10px;
	font-size:17px;
}
.teire .leftTable h3 {
	text-align:left;
	color:#5b491a;
	font-size:30px;
	letter-spacing:0.2em;
	margin:5px 0 5px 0px;
}
.teire .rightTable {
	margin-top:5px;
}
.teire .rightTable .txt {
	font-weight:bold;
	letter-spacing:0.1em;
}
.teire .rightTable .attention {
	font-size:10px;
}

.teire .rightTable .kakaku {
	display:table;
	width:100%;
	border-bottom:solid 1px #000;
	padding:0 5px 5px;
	box-sizing:border-box;
	margin-top:15px;
}
.teire .rightTable .kakaku dt {
	display:table-cell;
	width:40%;
	vertical-align:bottom;
}
.teire .rightTable .kakaku dd {
	display:table-cell;
	width:60%;
	vertical-align:bottom;
	text-align:right;
}
.teire .rightTable .kakaku dd span {
	font-size:30px;
	font-style:italic;
	margin-right:10px;
	line-height:1;
}
.teire .rightTable .kakaku dd span.s-txt {
	font-size:13px;
	font-style:normal;
	margin-right:0px;
	display: inline-block;
}


@media screen and (min-width: 680px) {

.teireBox {
	padding:50px 0 50px;
}
#teire01 {
	margin-top:50px;
}
.teire {
	background-color:#fff7ea;
	padding:20px;
	position:relative;
}
.teire .teire_icon {
    height: 100px;
    width: 100px;
	display:table-cell;
	vertical-align:middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
	margin:0;
	font-size:17px;
	background: #ff6e6e;
	color:#FFF;
	position:absolute;
	left:15px;
	top:-50px;
	border:solid 3px #FFF;
}
.teire .teire_icon span {
	display:block;
	font-size:36px;
	line-height:1;
	margin:0;
}

.teire .box {
	display:table;
	width:100%;
}
.teire .leftTable {
	display:table-cell;
	width:40%;
	vertical-align:top;
	padding:40px 20px 0 0 ;
	text-align:left;
	box-sizing:border-box;
	border-right:solid 2px #FFF;
}
.teire .rightTable {
	display:table-cell;
	width:60%;
	vertical-align:top;
	box-sizing:border-box;
	padding-left:20px;
	position:relative;
}

.teire .leftTable h3 {
	text-align:left;
	color:#5b491a;
	font-size:55px;
	letter-spacing:0.2em;
	margin:10px 0 10px 10px;
}
.teire .rightTable .txt {
	font-weight:bold;
	font-size:20px;
	letter-spacing:0.1em;
}
.teire .rightTable .attention {
	font-size:14px;
}

.teire .rightTable .kakaku {
	display:table;
	width:100%;
	border-bottom:solid 1px #000;
	padding:0 10px 5px;
	box-sizing:border-box;
	position:absolute;
	right:-20px;
	bottom:0;
	margin:0;
}
.teire .rightTable .kakaku dt {
	display:table-cell;
	width:35%;
	vertical-align:bottom;
	font-size:18px;
}
.teire .rightTable .kakaku dd {
	display:table-cell;
	vertical-align:bottom;
	width:65%;
	font-size:20px;
	text-align:right;
}
.teire .rightTable .kakaku dd span {
	font-size:50px;
	font-style:italic;
	margin-right:10px;
}
.teire .rightTable .kakaku dd span.s-txt {
	font-size:15px;
	font-style:normal;
	margin-right:0px;
}
}

/* --------  780〜1050   --------*/
@media screen and (min-width:680px) and ( max-width:1049px) {
.teire .leftTable h3 {
	font-size:5vw;
}
.teire .rightTable .txt {
	font-size:2vw;
}
.teire .rightTable .kakaku dt {
	font-size:1.8vw;
}
.teire .rightTable .kakaku dd span {
	font-size:5vw;
}
.teire .teire_icon {
    height: auto;
    width: auto;
	display:inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	box-sizing:border-box;
	padding:10px 10px;
	text-align:center;
	margin:0;
	font-size:15px;
	background: #ff6e6e;
	color:#FFF;
	position:absolute;
	left:20px;
	top:-10px;
	border:solid 3px #FFF;
}
.teire .teire_icon span {
	display:inline-block;
	font-size:15px;
}
}




/*---　その他　---*/

.other {
	padding:50px 0 20px;
	text-align:center;
}
.other h3 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	font-size:20px;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
.other h3:before, .other h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.other h3:before {left:0;}
.other h3:after {right: 0;}


.other ul {
	/*letter-spacing: -.4em;*/
}
.other li {
	background-color:#fff7ea;
	padding:20px 2%;
	text-align:left;
	position:relative;
	vertical-align:top;
}
.other li h4 {
	font-size:18px;
	line-height:1.5;
	position:relative;
	/*padding-left:25px;*/
	margin-bottom:15px;
	text-indent: -1em;
	padding-left: 1em;
}
.other li h4:before {
	content:"◉";
	color:#ff6e6e;
	/*font-size:20px;
	position:absolute;
	top:0px;
	left:0px;*/
	/*-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
}


.other li .kakaku {
	/*display:table;*/
	width:100%;
	border-bottom:solid 1px #000;
	padding:0 10px 5px;
	box-sizing:border-box;
	margin:10px 0 0 0;
}
.other li .kakaku dt {
	/*display:table-cell;
	width:50%;
	vertical-align:bottom;*/
}
.other li .kakaku dd {
	/*display:table-cell;
	vertical-align:bottom;
	width:50%;*/
	text-align:right;
}
.other li .kakaku dd span {
	font-size:30px;
	font-style:italic;
	margin-right:10px;
	line-height:1;
}
.other li .kakaku dd span.s-txt {
	font-size:12px;
	font-style:normal;
	margin-right:0px;
	display: inline-block;
}




@media screen and (min-width: 680px) {
.other li {
	/*letter-spacing: normal;*/
	width : 27.33333% ;
	/*display:inline-block;*/
	margin:0 1% 20px;
	background-color:#fff7ea;
	padding:20px 2%;
	float:left;
	text-align:left;
	position:relative;
	vertical-align:top;
}
.other li h4 {
	font-size:20px;
	line-height:1.5;
	position:relative;
	padding-left:25px;
	margin-bottom:20px;
}
.other li h4:before {
	content:"◉";
	color:#ff6e6e;
	/*font-size:40px;
	position:absolute;
	top:-15px;
	left:0px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
}

.other li .kakaku {
	display:table;
	width:100%;
	border-bottom:solid 1px #000;
	padding:0 10px 5px;
	box-sizing:border-box;
	margin:10px 0 0 0;
}
.other li .kakaku dt {
	/*display:table-cell;
	width:50%;
	vertical-align:bottom;*/
	font-size:18px;
	margin-bottom: 10px;
}
.other li .kakaku dd {
	/*display:table-cell;
	vertical-align:bottom;
	width:50%;*/
	font-size:20px;
	text-align:right;
}
.other li .kakaku dd span {
	font-size:40px;
	font-style:italic;
	margin-right:10px;
}
.other li .kakaku dd span.s-txt {
	font-size:13px;
	font-style:normal;
	margin-right:0px;
}
}


/* --------  780〜1050   --------*/
@media screen and (min-width:680px) and ( max-width:1049px) {
.other li h4 {
	font-size:1.8vw;
}
.other li h4:before {
	font-size:2vw;
	top:0;
}
.other li .kakaku dt {
	font-size:1.8vw;
}
.other li .kakaku dd span {
	font-size:3.7vw;
	line-height:1;
}
}



/*---　その他　---*/

#soudan {
	background-image:url(img/bg_wa02.jpg);
	position:relative;
	margin:50px 0 0;
}
#soudan h2 {
	width:90%;
	position:absolute;
	left:50%;
	top:-30px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#soudan .point {
	margin-top:40px;
	padding-bottom:20px;
}
#soudan .point li {
	width:90%;
	margin:0 auto 20px;
	box-sizing:border-box;
	padding:10px;
	background-color:#FFF;
	position:relative;
	display:table;
}
#soudan .point li .icon {
	width:50px;
	position:absolute;
	left:5px;
	top:-5px;
}
#soudan .point li .pht {
	display:table-cell;
	width:40%;
}
#soudan .point li .txt {
	color:#ff6e6e;
	font-size:20px;
	display:table-cell;
	width:60%;
	padding-bottom:0;
	vertical-align:middle;
	box-sizing:border-box;
	padding-left:15px;
}

#soudan .btn {
	background-color:#ff6e6e;
	display:block;
	width:90%;
	margin:0px auto 20px!important;
	color:#FFF;
	padding:15px 20px;
	font-size:18px;
	text-align:center;
	border-radius:10px;
	border-bottom:solid 5px #ee4a4a;
	position:relative;
	box-sizing:border-box;
}
#soudan .btn:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#soudan .btn:hover {
	background-color:#ff4646;
}

@media screen and (min-width: 680px) {
#soudan h2 {
	max-width:500px;
	position:absolute;
	left:50%;
	top:-50px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#soudan .point li .icon {
	width:70px;
	position:absolute;
	left:5px;
	top:-5px;
}
#soudan .point li {
	width:31.333%;
	box-sizing:border-box;
	padding:10px;
	margin:0 1%;
	background-color:#FFF;
	position:relative;
	float:left;
	display:block;
}
#soudan .point li .icon {
	width:70px;
	position:absolute;
	left:5px;
	top:-5px;
}
#soudan .point li .pht {
	width:100%;
}
#soudan .point li .txt {
	color:#ff6e6e;
	font-size:30px;
	text-align:center;
	padding-bottom:0;
	display:block;
	width:100%;
}
#soudan .btn {
	background-color:#ff6e6e;
	display:block;
	width:90%;
	max-width:800px;
	margin:20px auto!important;
	color:#FFF;
	padding:20px;
	font-size:22px;
	text-align:center;
	border-radius:10px;
	border-bottom:solid 5px #ee4a4a;
	position:relative;
	display:block;
}
}
.btn strong {
	font-size:24px;
	display: inline-block;
}
.btn span {
	font-size:15px;
	display: inline-block;
	margin-left: .5em;
}
@media screen and (min-width: 680px) {
.btn strong {
	font-size:26px;
}
.btn span {
	font-size:20px;
}
}

/* --------  780〜1050   --------*/
@media screen and (min-width:680px) and ( max-width:1049px) {
#soudan .point li .txt {
	font-size:3.35vw;
}
}