@charset "UTF-8";
/* CSS Document */
.main-contents.all{
	width:980px;
	overflow:hidden;
}



/*price----------------------------------------------------------------------------------------*/
ul#price-list{
	width: 980px;
margin:0px auto;
	margin-bottom: 60px;
	padding-top: 30px;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
align-items:center;
}

ul#price-list-img{
width: 980px;
margin:0px auto;
margin-bottom: 30px;
padding-top: 30px;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
align-items:center;
}



ul#price-list-img li{
	overflow: hidden;
	margin-bottom: 40px;
}
h4.price{
	width: 100%;
	overflow: hidden;
	background: url(../reason/images/line.png) repeat-x;
background-position: 0px 168px;
}

h4.price .inner{
	width: 980px;
	margin: 0px auto;
	margin-bottom: 20px;
}
div.price{
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
	background: #F9E1E2;
}

.price-area{
	margin-right: -25px;
}


/*reason---------------------------------------------*/
ul#reason-point{
width: 980px;
margin:0px auto;
margin-bottom: 60px;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
align-items:center;
}
ul#reason-point li{
	width: 50%;
	margin-bottom: 30px;
	text-align: center;
}
ul#reason-point li img{
	width: 97%;
}
div.reason-list{
	margin-bottom:20px;
}
.reason{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
	margin-bottom: 20px;
	background: url(../reason/images/line.png) repeat-x;
	background-position: 0px 110px;
}
.reason.pink{
	background-color: #FFEAE4;
	
}
.reason .reason-block h4{
	margin:0px 0px 40px 0px;
}
.reason .reason-block{
	width:980px;
	overflow:hidden;
	margin:0px auto 40px auto;
	
}

.reason .reason-block .left{
	float:left;
	width:490px;
	overflow:hidden;
}
.reason .reason-block .right{
	float: right;
	width: 456px;
}
.reason .reason-block .right img{
	margin:0px 0px 20px 0px;
}
.reason .reason-block .left p{
	margin:0px 0px 20px 0px;
	line-height:26px;
	font-size:15px;
}
.reason  h4{
	margin:0px 0px 10px 0px;
}

.nakamidashi {
    background:  #ffdc1c url("../images/c-title-icon.png") no-repeat scroll 7px center;
    border-radius: 8px;
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 6px 6px 6px 10px;
	color:#ff0000 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd905+0,feae31+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdc1c+0,ffeb7b+41,ffdf29+85 */
/*background: #ffdc1c; *//* Old browsers */
background: -moz-linear-gradient(top, #ffdc1c 0%, #ffeb7b 41%, #ffdf29 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffdc1c 0%,#ffeb7b 41%,#ffdf29 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffdc1c 0%,#ffeb7b 41%,#ffdf29 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc1c', endColorstr='#ffdf29',GradientType=0 ); /* IE6-9 */
	}


/*flow---------------------------------------------*/
.flow{
	margin:0px 0px 50px 0px;
	overflow: hidden;
	clear: both;
}
.flow .flow-block{
	width:936px;
	overflow:hidden;
	margin:0px auto 10px auto;
	padding: 20px;
	border: 2px solid #E2001E;
}

.flow-block .left{
	float: left;
	width: 440px;
	overflow: hidden;
}
.flow-block .right{
	float: right;
	width: 456px;
}

.flow .column .left p{
	margin:0px 0px 20px 0px;
line-height:26px;
	font-size:15px;
}

/*faq------------------------------------------------------------*/
section.faq-Box{
	overflow:hidden;
	margin-bottom:20px;
}

.faq-Box h3.ttl {
margin-bottom:3px;
padding:10px 0px 10px 10px;
background:#FDFFD9;
font-size: 	110%;
color:#222;
 }
 .faq-Box h3.ttl span{
padding:0px 5px 0px 0px;
color: #FF0004;
font-size:150%;
font-family: 'Cabin', sans-serif;
}
.faq-Box div.answer{
background:#E9E9E9;
padding:10px 10px 10px 10px;
overflow: hidden;
}
.faq-Box div.answer .left{
	float:left;
	overflow: hidden;
	width:50px;
}
.faq-Box p.txt{
	width:640px;
	float:right;
}

.faq-Box h3.feature-Open {
	background: #FFF300 url(../images/common_img/ico_red_arrow_under.png) no-repeat ;
background-position: 98% 70%;
	color: #333;
}

.faq-Box h3.feature-Open span {
	background:#f3f3f3 url(../images/common_img/ico_red_arrow.png) no-repeat center right ;
	-moz-background-size: 5% auto;
	-webkit-background-size: 5% auto;
}

/*voice-----------------------------------------------------------*/
.voice .column,.case .column{
	margin-bottom:20px;
	overflow:hidden;
}

.voice h3,.case h3{
	margin:0px 0px 10px 0px;
	padding:8px 8px 8px 40px;
	color:#E60012;
	font-size:18px;
	font-weight:bold;
	background: url(../images/voice/voice-icon.png) no-repeat #FFE000 5px 7px;
}
.voice .photo,.case .photo{
	float:left;
	overflow:hidden;
	margin:0px 20px 20px 0px;
}
.voice p.date,.case p.date{
	text-align:right;
	color:#BE0003;
}
/*page-navi----------------------------------------------------------*/
.page-navi{
	padding:10px;
	text-align:center;
}
.page-navi{
	padding:10px;
}



/*shop----------------------------------------------------------*/

.shop {
    background-color: #fff7b9;
    border-radius: 5px;
   
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px;
	
}




.ttl_circle {
	background: rgba(0, 0, 0, 0) url("../images/ico_list_red.png") no-repeat scroll left center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 22px;
}




table.shop_list{
width:99%;
height:99%;
margin:0 auto;
margin:0 auto;
margin-bottom:30px;
overflow:hidden;
border:1px solid #999;
border-collapse:collapse;
border-spacing:0px;
clear:both;
}
table.shop_list th,table.shop_list td{
padding:5px;
border:1px solid #999;
}

table.shop_list th{
font-size:14px;
background: #EDEDED;
font-weight:bold;
text-align:left;
}
table.shop_list th.post{
/*width:90px;*/
¥background: #EDEDED;
font-weight:bold;
text-align:left;
}
table.shop_list td{
border:1px solid #999;
line-height:20px;
text-align:left;
}
table.shop_list td.area{
	background:#FFCC33;
	font-size:18px;
}
table.shop_list td.shop{
	background:#F9F9F9;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	/*width:250px;*/
}
table.shop_list td.shop_tel{
	width:170px;
}
table.shop_list td.service img{
	margin:0px 5px 0px 0px;
}
table.price_data th{
white-space:nowrap;
font-weight:bold;
}
.shop_icon ul li{
	float:left;
	height:35px;
	width:33%;
}


.numberList > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    list-style-type: decimal !important;
    margin: 0 0 20px 20px;
    padding: 0;
}


.pagebottomwaku {
    background: rgb(254, 224, 226) none repeat scroll 0 0;
    border-radius: 8px;
    margin-top: 30px;
    padding: 20px;
}

/*info-page------------------------------------------------------------------------------------------*/
.info-page{
	width: 100%;
	background: #F9E1E2;
	overflow: hidden;
}
.info-page .inner{
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
		overflow: hidden;
}
.info-page .inner div.txt{
	width:725px;
	padding: 20px 20px 20px 20px;
	color: #333;
	font-size: 100%;
	line-height: 240%;
	background: #FFF;
	float: left;
}

.info-page .inner div.txt dl{
padding: 5px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
border-bottom: 1px dotted #B6B6B6;
}
.info-page .inner div.txt dl dt{
	width: 120px;
}
.info-page .inner .category{
	float: right;
	width: 190px;
}

.info-page .inner .category h3{
	margin: 0px 0px 0px 0px;
	padding: 15px 10px;
	background: #E60021;
	color: #FFF;
	font-size: 100%;
	border-radius: 15px 15px 0px 0px;
	text-align: left;
}
.info-page .inner .category ul li a{
	width: 100%;
	display: block;
	padding: 15px 10px;
	background: #FFF;
	color: #222;
	font-size: 100%;
}
.info-page .inner .category ul li a:hover{
	background: #FDED33;
	color: #222;
}

.info-page .inner .category ul li.now a{
	background: #FDED33;
	color: #222;
}/*BLOG-----------------------------------------------------------------*/
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}


.column.info{
	margin:0px 0px 20px 0px;
	background: #FFF;
}
.navi {
text-align:center;
font-size:12px;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.column.info h2.title a{
	display: block;
	height: 50px;
	overflow: hidden;
	padding:25px 10px 0px 48px;
	margin: 0px  0px 10px 0px;
	color: #222;
	font-size: 120%;
	text-align: left;
	text-decoration: none;
	background: url(../info/images/cms-tit.png) no-repeat #FFF;
}



.column.info div.date{
	font-size: 100%;
	text-align: right;
	color: #353535;
	background: #FFF;
}
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}

.column.info div.text,div.page-nav{
padding:0px 10px 5px 10px;
font-size:14px;
line-height:20px;
text-align:left;
background: #FFF;
}
.column.info div.text a img{
	clear: both;
	float: none;
}
.column.info div.text p{
	margin:0px 0px 10px 0px;
}

.column.info div.text p.photo{
	text-align:center;
}

.column.info div.category{
padding:5px 5px 5px 5px;
font-size:11px;
line-height:11px;
text-align:right;
}

.info{
	overflow:hidden;
	margin:0px 0px 15px 0px;
}
.info h4{
	background:#EFEFEF;
	padding:5px;
	border-bottom:2px solid #F00;
}
.top_right.info ul{
	margin:0px 0px 10px 0px;
	font-size:15px;
}

a:hover {
	text-decoration: underline;
	color: #353535;
}

.category ul li.now a{
	display:block;
	background: #FFF7B9;
	padding:8px;
	color:#353535;
	text-decoration:none;
	font-size:15px;
}


.left h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background-color: #fff7b9;
	padding: 8px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
}
