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

body {
	background: #FFF;
	word-break: break-all;
}

.maining {
	margin: -5em auto 0;
	text-align: center;
}
.maining .message {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.maining .kinkyu {
	background: url("../img/bg_.png") repeat-x top center;
    height: 73px;
    padding: 10px;
}
.maining .soudan_dial {
	max-width: 1230px;
	background: url(../img/img_index11.png) no-repeat left 100%,
	url(../img/img_index12.png) no-repeat right 100%;
	padding: 1.5em 0;
	margin: 0 auto;
}

.maining .line {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.tel-box {
    display: flex;
    max-width: 1100px;
    margin: 20px auto;
}
.tel-box li {
    padding: 15px;
}

@media screen and (max-width: 780px) {
    .maining .kinkyu {
        padding: 18px;
    }
    .tel-box {
        margin: 0;
    }
    .tel-box li {
        padding: 5px 5px 15px;
    }
}

@media screen and (max-width: 580px) {
    .maining .soudan_dial {
        background-size: 80px auto;
    }
}

/*相談ダイヤルスクロール時上部固定*/
.fixed {
    position: fixed;
    top: 0;
    padding: 10 !important;
    width: 100% !important;
    z-index: 1000;
	background: rgba(255,255,255,0.9) !important;
}
.fixed .soudan_dial {
	background: none;
	padding: 10px;
}

.slider-contents {
    max-width: 680px;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}
/*slick*/
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}


.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  padding: 5px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
  background: #FFF;
  border-radius: 30px;
  line-height: 1.4em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  color: #ff8000;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #ff8000;
  color: #fff;
  transition: all 300ms ease;
}

.buttons .slick-play:before {
    content: "▶︎";
    margin-right: 5px;
    color: #999;
    font-size: 90%;
}
.buttons .slick-stop:before {
    content: "■";
    margin-right: 5px;
    color: #999;
    font-size: 90%;
}

/*slickサムネ版*/
.slick-prev:before,
.slick-next:before {
  color: #ff8000 !important;
}

.slider-nav {
    margin-top: 10px;
    background: #999;
    
}
.slider-nav p {
    filter: grayscale(100%);
}
/*slickここまで*/



@media screen and (max-width: 768px) {
	.maining {
		margin-top: -8.5em;
	}
	.maining .soudan_dial {
		background: none !important;
		}
	.maining .line img {
		width: 80px;
	}
}
@media screen and (max-width: 1100px) {
	.maining .soudan_dial {
		padding: 10px 0;
		background: url(../img/img_index11.png) no-repeat -10% 100%,
	url(../img/img_index12.png) no-repeat 110% 100%;
		background-size: 180px;
	}
}


#contents {
	background: url("../cmn/img/bg_content.png");
}
@media screen and (max-width: 768px) {
	#contents {
		padding: 0;
		margin-top: 0;
	}
	/*#contents br {
		display: none;
	}*/
}

#damage,
#dial {
	background: url("../cmn/img/img_border.png") repeat-x top center;
	padding: 2em 0 5em;
	text-align: center;
}

#about_us,
#link {
	background: url("../cmn/img/img_border.png") repeat-x top center,url(../img/bg_yellow.png) repeat top center;
	padding: 2em 0 5em;
	text-align: center;
}

#trouble {
	padding: 2em 0;
}
#trouble .h3_uline,
#dial .h3_uline{
	background: url("../cmn/img/img_border.png") repeat-x center 85%;
	margin-bottom: 3em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.h3_uline img {
		width: 70%;
	}
}



/*--------------------------------------------
#dial（相談ダイヤル）
--------------------------------------------*/
#other-box {
    padding: 3em 0;
}
#other-box h3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #ff8000;
    font-size: 165%;
    margin-bottom: 1em;
    letter-spacing: 5px;
    line-height: 1.3em;
}

#other-box ul {
    display: flex;
}
#other-box ul li {
    width: calc((100% - 25px) / 2);
    background: #FFF;
    border-radius: 13px;
    padding-bottom: 1em;
    text-align: left;
}
#other-box ul li:first-child {
    margin-right: 25px;
}
#other-box ul li h4 {
    background: #85b921;
    color: #FFF;
    text-align: center;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 135%;
    padding: 7px;
    margin-bottom: 1em;
}
#other-box ul li h5 {
    color: #85b921;
    font-size: 170%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    padding: 0 1em;
    margin-bottom: 10px;
}
#other-box ul li h5 span {
    color: #734100;
    font-size: 65%;
}
#other-box ul li p {
    padding: 0 1.5em;
    line-height: 1.4em;
}
#other-box ul li .detail {
    background: #85b921;
    display: inline-block;
    padding: 5px 1.5em;
    border-radius: 30px;
    color: #FFF;
    font-weight: 500;
}
#other-box ul li .detail:hover {
    background: #498C3C;
}
#other-box ul li .detail:after {
    content: "▶︎";
    font-size: 75%;
    vertical-align: 1px;
    margin-left: 5px;
}

#other-box ul li .ico-attention {
    font-size: 115%;
    text-align: center;
}
#other-box ul li .ico-attention:before {
    content: "";
    background: url("../img/ico01.svg") no-repeat center;
    background-size: contain;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -10px;
}

.col-2 {
    display: flex;
    border-bottom: 1px solid #ff8500;
    padding-bottom: 0.5em;
    margin-bottom: 0.7em;
}
.col-2 li {
    padding: 10px;
}

@media screen and (max-width: 480px) {
    #other-box ul,
    .col-2{
        display: block;
        padding: 1em;
    }
    #other-box ul li,
    .col-2 li{
        width: 100%;
        margin: 0 0 1em 0;
    }
    .col-2 li:nth-child(2) {
        padding: 0 4.5em;
    }
}


#dial .box_1 {
	background: #FFF;
	border-radius: 20px;
	padding-top: 2em;
	margin-top: 2em;
}
#dial .box_1 figure {
	padding: 0 1em 2em;
}
#dial .box_1 .contact {
	background: url(../img/bg_green2.png) repeat;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 1.5em 1em 2em;
}

.dotted {
	padding: 1em;
	color: #ff8700;
	font-size: 115%;
    font-weight: 500;
	text-align: left;
	margin: 1em;
	line-height: 2em;
}
.dotted span {
	background : linear-gradient(transparent 60%,
	#fff263 40%,
	#fff368 55%,
	#fff368 90%,
	#fff263 100%);
}

.reservations {
    background: #FFF;
    padding: 2em;
    border-radius: 20px;
}
.reservations h3 {
	margin: 0 0 1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #ff8700;
    font-size: 165%;
    letter-spacing: 3px;
    line-height: 1.3em;
}

.facebook {
	float: right;
	width: 48%;
    margin-bottom: 2em;
}
.twitter {
	float: left;
	width: 48%;
}
.facebook h4,
.twitter h4 {
	margin-bottom: 1em;
}
.twitter-timeline,
.fb-page iframe {
	border: 3px dotted #ff8700 !important;
	box-sizing: border-box;
	display: block;
}

.snslist {
    float: left;
    width: 48%;
    text-align: left;
    margin-bottom: 2em;
}
.snslist a {
    background: #FFF;
    border-radius: 7px;
    display: block;
    padding: 1em;
    font-size: 90%;
    text-align: left;
    margin-bottom: 10px;
}
.snslist a:hover {
    background: #feed6d;
}
.snslist a p {
    padding: 0 1em;
    color: #ff8700;
}


#line {
	background: url(../img/bg_green2.png) repeat;
	padding: 2em 2.5em;
	border-radius: 20px; 
	text-align: left;
}
#line h3 {
	color: #7ba200;
	text-align: center;
	border-bottom: dotted 5px #7ba200;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
#line .term:before {
	content: "相談期間";
	color: #FFF;
	background: #7ba200;
	padding: 0 1em;
	border-radius: 20px;
	margin-right: 5px;
}
#line .time:before {
	content: "対応時間";
	color: #FFF;
	background: #7ba200;
	padding: 0 1em;
	border-radius: 20px;
	margin-right: 5px;
}
#line a.privacy {
	background: #7ba200;
	color: #FFF;
	padding: 10px 4em;
	margin-top: 5px;
	border-radius: 8px;
	display: inline-block;
	font-weight: bold;
	font-size: 115%;
}
#line a.privacy:after {
	content: "▶";
	font-size: 55%;
	vertical-align: middle;
	margin-left: 5px;
}

#line .flR {
	margin-left: 15px;
}

#line .line_tsuika:after {
	content: url(../img/img_lineqr.png);
	margin-left: 15px;
	display: inline-block;
}
#line .img_responsive {
	margin-top: 15px;
}
.lineid:before {
	content: "LINE ID";
	color: #FFF;
	background: #7ba200;
	padding: 0 1em;
	border-radius: 20px;
	margin-right: 5px;
}


/*モーダル調整用*/
.blocker{
	/*z-index: 1000 !important;*/
	background-color: rgba(123, 162, 0, 0.5) !important;
}

.modal {
	/*z-index: 800 !important;*/
	box-shadow:0 0 10px #7ba200 !important;
	max-width: 800px !important;
	padding: 2.5em !important;
	font-size: 90%;
	line-height: 1.6em;
	box-sizing: border-box;
}

.modal div {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.modal h4 {
	font-size: 150%;
	border-bottom: 2px dotted #7ba200;
	margin: 0 auto 25px;
	text-align: center;
	padding-bottom: 10px;
}
.modal h5 {
	font-size: 110%;
	color: #7ba200;
	margin-top: 1em;
}
.modal h5:before {
	content: "●";
	margin-right: 5px;
}

.modal li {
	margin-bottom: 20px;
}
/*モーダル調整用*/




@media screen and (max-width: 768px) {
    /*#dial .inner1000 {
        padding: 1em;
    }*/
	#dial .inner900 {
		padding: 10px;
	}
    #dial .col-2 {
        padding: 0;
    }
	
	#dial .box_1{
		padding-top: 1em;
	}
	
	#dial .box_1 figure {
		padding: 0 10px 1em;
	}
	#dial .box_1 .contact {
		padding: 1em 10px;
	}
	
	.dotted {
		padding: 10px;
		margin: 1em 0;
		font-size: 110%;
	}
	
	.facebook,
	.twitter,
    .snslist{
		width: 100%;
		float: none;
		margin-bottom: 1.5em;
	}
	
	#line {
		padding: 20px;
	}
	#line .flR {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-bottom: 1em;
	}
	#line .term,
	#line .time {
		display: block;
		margin-bottom: 10px;
	}
	#line a.privacy {
		padding: 12px 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#line .line_tsuika:after {
		margin-right: 0;
		margin-top: 10px;
	}
	/*モーダル調整用*/
	.modal {
		padding: 10px !important;
		font-size: 85% !important;
	}
	.modal div {
		height: 380px;
	}
	
	.modal h4 {
		font-size: 120%;
	}
	/*モーダル調整用*/
}

