/*==============================================
*	sidebar drawn_box
==============================================*/
.banner,
.banner dl {
	width: 25vw;
	height: 20.83333vw;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	height: auto;
}

.banner dl {
	box-sizing: border-box !important;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 1.33333vw 2vw;
	color: #fff;
	font-size: 1.66667vw;
	line-height:1.3em;
	text-align: center;
	background: rgba(60,60,60,.9);
}
.banner dl dd {
	margin: 3.33333vw 0.83333vw;
	word-break: break-all;
}
.banner dl dd:not(:first-child) {
	margin-top: .5em;
}
.banner dl dd:last-of-type {
	text-align: center;
}

.banner {
	overflow: hidden;
}
.banner dl {
	background: transparent;
}
.banner dl dt,
.banner dl dd {
	position: relative;
	z-index: 1;
	transition: opacity .3s .3s;
}
.banner:not(:hover) dl dt,
.banner:not(:hover) dl dd {
	opacity: 0;
	transition-delay: 0s;
}
.banner dl::before,
.banner dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(60,60,60,.9);
	transition: opacity .3s, transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner dl::before {
	left: 0;
}
.banner dl::after {
	right: 0;
}
.banner:not(:hover) dl::before,
.banner:not(:hover) dl::after {
	opacity: 0;
	transition-duration: .6s;
}
.banner:not(:hover) dl::before {
	transform: translateX(-175px) skew(-30deg);
}
.banner:not(:hover) dl::after {
	transform: translateX(275px) skew(-30deg);
}
/*==============================================
*	sidebar form_box
==============================================*/
.form_box {
	width: 25vw;
	margin-top: 10px;
	color: #ffffff;
	background-color: #ffa200;
	text-align: center;
}
.form_txt1 {
	font-size: 1.33333vw;
	padding: 1.66667vw;
}
.form_txt2 a {
	display: block;
	width: 15.08333vw;
	height: 4.58333vw;
	color: #ffffff;
	font-size: 1.5vw;
	line-height: 4.58333vw;
	border: 2px solid #ffffff;
	margin: 0 auto 10px;
}
.form_txt3 {
	font-size: 2.5vw;
	background-image: url("../img/tel_w.png");
	background-repeat: no-repeat;
	background-size: 3.25vw 2.91667vw;
	padding: 0.83333vw 0 0 2.5vw;
    background-position: 0.83333vw;
}
.form_txt4 {
	font-size: 1.5vw;
	font-weight: 400;
	line-height: 2vw;
}
.form_txt5 {
	font-size: 1.5vw;
	font-weight: 400;
	line-height: 2vw;
	padding-bottom: 0.83333vw;
}
.repair_box {
	margin-top: 10px;
}
/*==============================================
*	sidebar category_box
==============================================*/
.category_box {
	margin-top: 1.66667vw;
}
.category_list {
	border-top:10px solid #333333;
	padding: 10px 0;
	margin-top: 5px;
}
.cat_list a {
	display: block;
	background-image:url("../img/side_navi_list.png");
	background-repeat: no-repeat;
	background-position:left center;
	border-bottom: 2px solid #ff6600;
	padding: 10px 0 5px 60px;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 10px;
}

.cat_list a:hover {
	color: #555555;
	background-color: antiquewhite;
}
.holiday_box {
	clear: both;
	margin-top: 1.66667vw;
}
.holiday_txt {
	border-bottom:0.83333vw solid #333333;
	padding-bottom: 0.41667vw;
}
/*==============================================
*	side_news_box
==============================================*/
.side_news_box {
	width: 25vw;
	height: 5.25vw;
	border-radius: 10px;
	background-color: #65a01f;
	padding: 1.25vw;
	margin-top: 2.08333vw;
}
.side_news_inner {
	width: 22.41667vw;
	height: 2.33333vw;
	border-radius: 6px;
	background-color: #ffffff;
}
.side_news_txt {
	font-family: 'Kosugi', sans-serif;
	color: #5f5f5f;
	font-size: 1.33333vw;
	font-weight: 400;
	line-height: 2.41667vw;
	padding-left: 0.83333vw;
}

/****************************************

          レスポンシブ

*****************************************/


/*-----------------
	pc
-----------------*/
/* 1200px以上の画面サイズ */
@media screen and (min-width: 1200px) {
.banner,
.banner dl {
	width: 300px;
	height: 250px;
}
.banner dl {
	padding: 16px 24px;
	font-size: 20px;
}
.banner dl dd {
	margin: 40px 10px;
	word-break: break-all;
}
.banner dl dd:not(:first-child) {
	margin-top: .5em;
}
.banner dl dd:last-of-type {
	text-align: center;
}

/* sidebar drawn_box */
.drawn_box {
	width:300px;
}

/* sidebar form_box */
.form_box {
	width: 300px;
	margin-top: 10px;
}
.form_txt1 {
	font-size: 16px;
	padding: 20px;
}
.form_txt2 a {
	width: 181px;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	border: 2px solid #ffffff;
	margin: 0 auto 10px;
}
.form_txt3 {
	font-size: 30px;
	background-size: 39px 35px;
	padding: 10px 0 0 30px;
    background-position: 10px;
}
.form_txt4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.form_txt5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 10px;
}
/* sidebar repair_box */
.repair_box {
	width: 300px;
	height: 250px;
}

/* sidebar category_box */
.category_list {
	border-top:10px solid #333333;
	padding: 10px 0;
	margin-top: 5px;
}
.cat_list a {
	border-bottom: 2px solid #ff6600;
	padding: 10px 0 5px 60px;
}
.holiday_box {
	margin-top: 20px;
}
.holiday_txt {
	border-bottom:10px solid #333333;
	padding-bottom: 5px;
}
/* side_news_box */
.side_news_box {
	width: 300px;
	height: 63px;
	padding: 15px;
	margin-top: 25px;
}
.side_news_inner {
	width: 269px;
	height: 28px;
}
.side_news_txt {
	font-size: 16px;
	line-height: 28.965px;
	padding-left: 10px;
}
}
/* 769px以上の画面サイズ */
@media screen and (min-width: 769px) and (max-width: 1200px) {

}
/*-----------------
	tablet
-----------------*/
/* 641px～768pxの画面サイズ */
@media screen and (min-width: 641px) and (max-width: 768px) {
	.sidebar {
		width: 100%;
	}
	.banner_area {
		display:flex;
		justify-content:space-around;
	}
.banner {
	width: 300px;
	height:auto;
	float: left;
}
	.side_news_box {
		display:none;
	}
/* sidebar form_box */
.form_box {
	display: none;
}

/* sidebar repair_box */
.repair_box {
	float: right;
	width: 300px;
	height: 250px;
}
	.banner, .banner dl {
    width: 300px;
	height: 250px;
}
	.banner dl {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 30px;
}
/* sidebar category_box */
.category_box {
	display: none;
}
.holiday_box {
	margin-top: 20px;
}
.holiday_txt {
	border-bottom:10px solid #333333;
	padding-bottom: 5px;
}
/* side_news_box */
.side_news_box {
	width: 700px;
	height: 63px;
	padding: 15px;
	margin: 25px auto;
}
.side_news_inner {
	width: 650px;
	height: 28px;
}
.side_news_txt {
	font-size: 16px;
	line-height: 28.965px;
	padding-left: 10px;
}
}
/*-----------------
 smartphone
-----------------*/
/* 641px以下の画面サイズ */
@media screen and (max-width: 641px) {
.drawn_box {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.banner_area {
		display:flex;
		flex-direction:column;
	}
.banner {
	width: 300px;
	height:auto;
}
	.side_news_box {
		display:none;
	}
	.banner, .banner dl {
    width: 300px;
	height: 250px;
}
	.banner dl {
    padding: 3.125vw 1.5625vw;
    font-size: 2.5vw;
    line-height: 3em;
}
/* sidebar form_box */
.form_box {
	display: none;
}

/* sidebar repair_box */
.repair_box {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.repair_box img {
	width: 100%;
	height: auto;
}
/* sidebar category_box */
.category_box {
		display:none;
	}
.holiday_box {
	margin-top: 20px;
}
.holiday_txt {
	border-bottom:10px solid #333333;
	padding-bottom: 5px;
}
/* side_news_box */
.side_news_box {
	max-width: 300px;
	width: 100%;
	height: 63px;
	padding: 15px;
	margin: 25px auto;
}
.side_news_inner {
	width: 269px;
	height: 28px;
}
.side_news_txt {
	font-size: 16px;
	line-height: 28.965px;
	padding-left: 10px;
}
}