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

/*
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:10px;
*/


/*
word-break: break-all;
.d_navi_main_in ul li
*/

/*
-moz-box-sizing: border-box;
box-sizing: border-box;
*/


@font-face {
font-family: arial;
src: url(font/handsean.eot);
}
@font-face {
font-family: handsean;
src: url(font/handsean.ttf) format("truetype"),
url(font/handsean.woff) format('woff');
}



#gmap {
	margin-right: 10px;
	margin-left: 10px;
	border: 10px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}



/*カレンダー*/


.top_cal{ font-size:10px;
max-width:250px;
float:right;
margin-top:20px;
/* margin-right:20px;*/
 
 }


.holiday, .boxholiday{
	background-color: #FF0000!important;
}
.today-img img{
	display: none;
}


/*電子*/
.side_denshi{
	border: 1px solid #CCC;
	padding-top: 12px;
	padding-bottom: 12px;
}
.side_denshi img{ margin-top:12px;}

/*流れ*/
.d_step{font-size: 20px;
	color: #FFF;
	background-color: #FF3300;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom:12px;
	display: inline-block;
	border: 1px solid #FF3300;
	
	width:20%;
	-moz-box-sizing: border-box;
box-sizing: border-box;}
	
	.d_step2{
	font-size: 20px;
	color: #FF3300;
	background-color: #FFFFFF;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
	display: inline-block;
	border: 1px solid #FF3300;
	
	width:80%;
	-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
	.d_no_bold{ font-weight:normal}
	
	body .arrow_box{ padding-bottom:0px;
	margin-bottom:20px;
	position:relative}
	
	.arrow_box:after {
    content: "　";
    background-image: url(../img/parts/arrow_under_g.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    background-size: 100% auto;
}

/*料金目安*/

.d_box_h{
	font-size: 20px;
	color: #FFF;
	background-color: #ff5a26;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 60px;
	display: inline-block!important;/*スライドのブロックが効いてるため*/
}

.d_box_h_sub{
	color: #333;
	display: inline-block;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 2px solid #333;
	font-weight: bold;
}

.d_box_h_sub2{
	color: #FFFFFF;
	display: inline-block;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 2px none #333;
	font-weight: bold;
	background-color: #7E2C8E;	
	
}
.rainbow {
background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet)); }



rainbow {
  background: -moz-linear-gradient(left,
    rgba(255,0,0,0.2),
    rgba(255,69,0,0.2),
    rgba(255,255,0,0.2),
    rgba(0,128,0,0.2),
    rgba(0,0,255,0.2),
    rgba(75,0,130,0.2),
    rgba(238,130,238,0.2)
  );
  background: -webkit-gradient(linear, left center, right center,
    from(rgba(255,0,0,0.2)),
    color-stop(14%, rgba(255,69,0,0.2)),
    color-stop(28%, rgba(255,255,0,0.2)),
    color-stop(42%, rgba(0,128,0,0.2)),
    color-stop(56%, rgba(0,0,255,0.2)),
    color-stop(70%, rgba(75,0,130,0.2)),
    to(rgba(238,130,238,0.2))
  );
}


.jirei_title_price{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}


.test_icon{
	font-size: 17px;
	margin-right: 4px;	
}

.maki_pr_box{
	float: left;
	text-align: center;
	width: 200px;
}

.maki_pr_box h5{ font-size:14px; font-weight:bold}

.maki_f12{ font-size:12px;}

.maki_box_pra{
	color: #333;
	display: inline-block;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	border: 2px solid #333;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}


.chuui{
	margin-top:50px;
	border: 1px solid #CCC;
	padding: 10px;
}



/*基本ここまで*/




/*-------------------再度メニュー*/


/*コンテンツ*/

.greens{}

/*.title2{
	font-size: 22px;
	line-height: 42px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 15px;
	color: #000;
	
	
}*/








.box_menu1{
	float: left;
	width: 50%;
	padding: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}

.box_menu_title{
	font-size: 18px;
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	margin-bottom: 10px;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	padding: 5px;
}

.side_shop{
	width: 216px;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #CCC;
}


.sub_titel1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;

}








/*top追加*/



/*ボックス横２個*/

.d_2box{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
	text-align:center;
	}
.d_2box_cap{
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
	

/*背景有りタイトル・リスト*/




.bg_list_1{
	font-size: 16px;
	font-weight: bold;
	background-color: #E8F2FF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}



/*サンプルリスト まきのカラー番号リスト*/

ul.dul{
/* カウンターをリセット */
        counter-reset: li; 
/* デフォルトのスタイルをなくす */
        list-style: none;
/*  IE6/7用のスタイル */
        *list-style: decimal; /
        font: 15px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ul.dul {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 2em;
}

.dul li{
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: #E8F2FF;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
}

/*.rounded-list a:hover{
        background: #eee;
}*/

/*.rounded-list a:hover:before{
    transform: rotate(360deg);
}*/

.dul li:before{
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #87ceeb;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
		    box-sizing: initial;
}

/*サンプルリスト*/

.jirei_link{text-align:right; padding-top:15px; padding-bottom:15px; padding-right:10px;}
.jirei_link a{ color:#FF3300; font-size:13px;}



.img_up{
	position: absolute;
	right: 34px;
	bottom: 9px;
}