@charset "utf-8";
/*
 * CSS base.css
 */


/* ---------------------------------------
#common
--------------------------------------- */
.box_l{ float: left; width: 48%; }
.box_r{ float: right; width: 48%; }
.box_style{
	border: 2px solid #CDC7C0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	overflow: hidden;
}
.box_style .cnt_left{
	width: 49%;
	position: relative;
	border-right: 1px solid #CDC7C0;
}
.box_style .cnt_right{
	width: 50%;
	padding: 5px 10px;
	box-sizing: border-box;
}
.box_style .cnt_right p{ margin-bottom: 5px; }
.box_style .cnt_right p img{ height: 10px; }
.box_style .cnt_right dl dt{
	color: #836239;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.box_style .cnt_right dl dd{ font-size: .85em; font-weight: bold; }
.box_style .ico_new{ position: absolute; top: 0; left: 20px; width: 40px;}
@media screen and (max-width: 767px) {
	.box_l{ float: none; width: 100%; margin-bottom: 30px; }
	.box_r{ float: none; width: 100%; }
	.box_style .cnt_left{width: 49%; }
	.box_style .cnt_right{width: 50%; }
.box_style .ico_new{ position: absolute; top: 0; left: 10px;width: 40px; }
}

/* ---------------------------------------
is_table
--------------------------------------- */
.is_table .sidenav{ display: none; }
.is_table .section{ padding: 50px 0; }
.is_table #sec_1{ padding-top: 131px;}
.is_table #footer{ padding: 0; }
.is_table#index #footer .f_foot {
	position: static;
	height: 80px;
}
@media screen and (max-width: 767px) {
	.is_table #sec_1{ padding: 50px 0 0; }
	.is_table .section{ padding: 30px 0; }
}





/* ---------------------------------------
#content
--------------------------------------- */
/* #content {width: 100%; } */
#cnt_main{ min-height: 400px; }





/* ---------------------------------------
#pagetop
--------------------------------------- */

.sidenav{ position: fixed; top: 50%; right: 20px; margin-top: -60px; }
@media screen and (max-width: 767px) {
	.sidenav{ display: none; }
}








/* ---------------------------------------
afterservice_box
--------------------------------------- */
#afterservice_box {
	padding: 0px 60px 100px;
	margin: 0 auto ;
	color: #000000;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#afterservice_box .incnt{
	max-width: 800px;

}
#afterservice_box br.brpc {
    display: inline;
}
#afterservice_box br.brsp {
    display: none;
}
#afterservice_box .a_txt1 {
    padding-top: 30px;
    color: #737373;
    position: relative;
}
#afterservice_box .a_txt1:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccccc5;    
}
#afterservice_box .a_txt1:before {
    content: "";
    display: block;
    height: 2px;
    width: 4%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #373733;  
    z-index: 2;
}
#afterservice_box h3.sectitle2 {
    font-size: 2.125em;
    color: #000000;
}
#afterservice_box .a_txt2 {
    padding-top: 15px;
    color: #000000;
    font-size: 1.375em;
    font-weight: bold;
}
#afterservice_box .a_txt3 {
    color: #737373;
}
#afterservice_box .a_txt4{
	margin-top: 40px;
	color: #737373;
}
#afterservice_box .a_txt4 a{
	color: #737373;
}
#afterservice_box h4.sectitle2 {
    font-size: 1.25em;
    color: #000000;
    margin-top: 30px;
    position: relative;
    font-weight: bold;
}
#afterservice_box h4.sectitle2:after {
    content: "";
    font-weight: bold;
    display: block;
    height: 2px;
    width: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dd0047;
}
#afterservice_box .a_box {
    margin-top: 10px;
}
#afterservice_box .a_box dl {
    border-bottom: 1px dotted #ccccc5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
#afterservice_box .a_box dl.-type1 {
    border-bottom: none;
    padding: 10px 0 0px;
}
#afterservice_box .a_box dl dt._name {
    box-sizing:border-box;
		flex-basis: 350px;
		padding-right: 15px;
}
#afterservice_box .a_box dl dt._name span {
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
}
#afterservice_box .a_box dl dt._caption {
	padding-top: 5px;
	padding-left:10px;
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
}
#afterservice_box .a_box dl dd._tel {
	flex-basis: 170px;
}
#afterservice_box .a_box dl dd._holiday {
	flex: 1;
}
#afterservice_box .a_box dl dd._caption {
	padding-top: 10px;
	padding-left:10px;
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
}
#afterservice_box .a_box dl dd._child {
	flex-basis: 100%;
	padding-top: 5px;
}
#afterservice_box .a_box dl dd._child dl {
	border-bottom: none;
	padding: 5px 0;
}
#afterservice_box .a_box dl dd._child dl ._name {
	padding-left: 1em;
}



@media screen and (min-width: 768px) {
	#afterservice_box .a_box dl dd a[href*="tel:"] {
		text-decoration: none;
		color: initial;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


#afterservice_box .afterservice_btn_close{ text-align: center; margin: 25px 0 0; }
#afterservice_box .afterservice_btn_close a{
	font-weight: bold;
	padding: 6px 20px;
	text-decoration: none;
	background: #CDC7C0;
	border: 1px solid #CDC7C0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#afterservice_box .afterservice_btn_close a:hover{ background: #FFF; }

#afterservice_box .afterservice_btn_close1{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	z-index: 100;
}
#afterservice_box .afterservice_btn_close1 a{
	transition: .4s;
}
#afterservice_box .afterservice_btn_close1 a:hover{
	opacity: .7;
}


@media screen and (max-width: 767px) {
    #afterservice_box {
        padding: 25px 20px 60px;
        color: #000000;
        line-height: 1.6;
    }
    #afterservice_box br.brpc {
        display: none;
    }
    #afterservice_box br.brsp {
        display: inline;
    }
    #afterservice_box .a_txt1 {
        padding-top: 25px;
    }
    #afterservice_box .a_txt1:after,
    #afterservice_box .a_txt1:before {
        height: 3px;
    }
    #afterservice_box .a_txt1:before {
        width: 8%;
    }
    #afterservice_box h3.sectitle2 {
        margin-top: 10px;
        font-size: 1.6em;
        line-height: 1.4;
    }
    #afterservice_box .a_txt2 {
        font-size: 1.2em;
    }
    #afterservice_box .a_txt3 {
        margin-top: 5px;
        margin-left: 1em;
        text-indent: -1em;
    }
		#afterservice_box .a_txt4 {
			margin-left: 1em;
			text-indent: -1em;
	}
    #afterservice_box .a_box {
        display: block;
    }
    #afterservice_box .a_box dl {
        width: auto !important;
        display: block !important;
    }
    #afterservice_box .a_box dl dt,
    #afterservice_box .a_box dl dd {
        padding-left: 0.8em !important;
        padding-right: 0 !important;
        width: auto !important;
    }
    #afterservice_box .a_box dl dd {
        margin-top: 0.25em !important;
    }
	#afterservice_box .afterservice_btn_close1{
		top: 10px;
		right: 10px;
		width: 35px;
	}
}
