@charset "utf-8";
/*
 * ページ固有のCSSを記述
 */

/*
 * home
 */
.swiper-wrapper {
  margin: 0 auto;
  /* text-align: center; */
}
.swiper-slide img {
  height: 57vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px), print {
  .swiper-slide img {
    height: 57vw;
    object-fit: contain;
  }
}
@media (min-width: 992px), print {
  .swiper-slide img {
    object-fit: cover;
    height: 780px;
  }
}
.photo-ofi img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
/*swiperの印刷対応*/
@media print {
	.home_promo{
		overflow: hidden;
	}
  .swiper-slide {
		overflow: hidden;
    width: 100% !important;
    transform: translate3d(-550px, 0, 0) !important;
  }

  .swiper-slide img {
    width: 1100px;
    height: 389px;
  }
}
.swiper-container {
  position: relative;
  height: 780px;
  /* margin-top: 90px; */
}
@media (min-width: 768px), print {
	.swiper-container {
	  height: auto;
	}
	.swiper-slide img{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.swiper-container {
		height: 360px;
	}
	.swiper-slide img{
		margin-top: 50px;
		height: 360px;
	}
}

/* area01 */
.home_area01{
	overflow: hidden;
	padding: 50px 0 90px 0;
}
.home_area01-con01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1110px;
}
.home_area01-text01{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 220px;
	width: 335px;
	z-index: 3;
}

.home_area01-photo01{
	position: relative;
	left: 50%;
	margin: 0 0 0 -1000px;
}

.home_area01-kuchi{
	table-layout: fixed;
	display: table;
	border: white solid 1px;
	padding: 20px;
	font-size: 13px;
}
.home_area01-kuchi .kuchi_text{
	display: table-cell;
	width: 400px;
	vertical-align: middle;
}
.home_area01-kuchi .kuchi_hyo{
	display: table-cell;
	margin: 0;
	width: 272px;
	line-height: 0;
	vertical-align: middle;
}
.home_area01-kuchi .kuchi_bt{
	display: table-cell;
	vertical-align: middle;
}
.home_area01-kuchi .kuchi_bt p{
	margin-bottom: 0;
}
.home_area01-kuchi .kuchi_bt p a{
	padding: 12px 0;
	font-size: 14px;
}
.home_area01-kuchi .kuchi_bt p a .bt_arrow{
	bottom: 17px;
	height: auto;
	line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area01{
		padding: 80px 0 70px 0;
	}
	.home_area01-con01{
		min-width: 100%;
	}
	.home_area01-text01{
		position: absolute;
		top: 0px;
		left: 68%;
		margin-left: 0px;
		width: 32%;
	}

	.home_area01-photo01{
		position: relative;
		left: 50%;
		margin: 0 0 0 -600px;
	}
	.home_area01-photo01 img{
		width: 800px;
	}

	.home_area01-kuchi{
		padding: 15px;
		font-size: 12px;
	}
	.home_area01-kuchi .kuchi_text{
		padding-right: 15px;
		width: 32%;
	}
	.home_area01-kuchi .kuchi_hyo{
		padding-right: 15px;
		width: 35%;
	}
	.home_area01-kuchi .kuchi_bt p a{
		font-size: 13px;
	}
}
@media print{
	.home_area01{
		padding: 80px 0 70px 0;
	}
	.home_area01-con01{
		min-width: 100%;
	}
	.home_area01-text01{
		position: absolute;
		top: 0px;
		left: 68%;
		margin-left: 0px;
		width: 32%;
	}

	.home_area01-photo01{
		position: relative;
		left: 50%;
		margin: 0 0 0 -600px;
	}
	.home_area01-photo01 img{
		width: 800px;
	}

	.home_area01-kuchi{
		padding: 15px;
		font-size: 11px;
	}
	.home_area01-kuchi .kuchi_text{
		padding-right: 15px;
		width: 32%;
	}
	.home_area01-kuchi .kuchi_hyo{
		padding-right: 15px;
		width: 35%;
	}
	.home_area01-kuchi .kuchi_bt p a{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.home_area01{
		padding: 40px 0 30px 0;
	}
	.home_area01-con01{
		min-width: 100%;
	}
	.home_area01-text01{
		position: static;
		top: 0px;
		left: 0%;
		margin: 0 auto;
		width: 92%;
	}
	
	.home_area01-photo01{
		left: 0%;
		margin: 0px;
		text-align: center;
	}

	.home_area01-kuchi{
		display: block;
		padding: 10px;
	}
	.home_area01-kuchi .kuchi_text{
		display: block;
		padding-bottom: 10px;
		width: auto;
	}
	.home_area01-kuchi .kuchi_hyo{
		display: block;
		padding-bottom: 15px;
		width: auto;
		text-align: center;
	}
	.home_area01-kuchi .kuchi_bt{
		display: block;
		margin: 0;
	}
	.home_area01-kuchi .kuchi_bt p{
		margin: 0 auto;
		width: 230px;
	}
	.home_area01-kuchi .kuchi_bt p a{
		padding: 12px 0;
		font-size: 14px;
	}
	.home_area01-kuchi .kuchi_bt p a .bt_arrow{
		bottom: 17px;
		height: auto;
		line-height: 1;
	}
}

/* area02 */
.home_area02-con01{
	background-image: url(../img/home/area02_bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 56px 0 0 0;
	height: 257px;
	text-align: center;
}
@media screen and (min-width: 2001px) {
	.home_area02-con01{
		background-size: cover;
	}
}

.home_area02-con02{
	padding: 45px 0 100px 0;
	margin: 0 auto;
	width: 1060px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area02-con01{
		padding: 40px 0 0 0;
		height: 200px;
	}
	
	.home_area02-con02{
		padding: 35px 0 80px 0;
		width: 96%;
	}
}
@media print{
	.home_area02-con01{
		padding: 40px 0 0 0;
		height: 200px;
	}
	
	.home_area02-con02{
		padding: 35px 0 80px 0;
		width: 96%;
	}
}
@media screen and (max-width: 767px) {
	.home_area02-con01{
		background-size: 900px auto;
		padding: 20px 0 0 0;
		height: 116px;
	}
	
	.home_area02-con02{
		padding: 20px 0 40px 0;
		width: 92%;
	}
}

/* area03 */
.home_area03-con01{
	padding: 90px 0 50px 0;
	text-align: center;
}

.home_area03-con02{
	padding-bottom: 120px;
}

.home_area03-list01{
	overflow: hidden;
}
.home_area03-list01 li{
	float: left;
	width: 33.3%;
}
.home_area03-list01 li .home_area03-bt{
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
}
.home_area03-list01 li .home_area03-bt .bt_text{
	position: absolute;
	top: 0px;
	left: 0px;
	display: table;
	width: 100%;
	height: 400px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}
.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in{
	display: table-cell;
	vertical-align: middle;
}
.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt01{
	margin: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #8b1e19;
}
.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt02{
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: white;
	line-height: 1.4;
}
.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_ic{
	display: block;
	line-height: 0;
}

.home_area03-list01 li .home_area03-bt .bt_bg{
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background:rgba(138, 40, 40, 0.3);
	width: 100%;
	height: 400px;
	z-index: 3;
	transition: 0.4s;
}
.home_area03-list01 li .home_area03-bt .bt_border{
	opacity: 0;
	position: absolute;
	top: 0%;
	left: 0%;
	border: #aba0a0 solid 1px;
	width: 100%;
	height: 100%;
	z-index: 4;
	transition: 0.4s;
}
.home_area03-list01 li .home_area03-bt:hover .bt_bg{
	opacity: 1;
	transition: 0.3s;
}
.home_area03-list01 li .home_area03-bt:hover .bt_border{
	opacity: 1;
	position: absolute;
	top: 2%;
	left: 2%;
	border: #aba0a0 solid 1px;
	width: 96%;
	height: 96%;
	z-index: 4;
	transition: 0.3s;
}

.home_area03-list01 li .home_area03-bt .bt_img img{
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.home_area03-text01{
	padding: 20px 55px 0 55px;
}
.home_area03-text01 .br_1360{
	display: block;
}
.home_area03-text01 .br_1110{
	display: none;
}
.home_area03-text01 .br_mato{
	display: block;
}
@media screen and (min-width: 1110px) and (max-width: 1360px) {
	.home_area03-text01{
		padding: 20px 30px 0 30px;
	}
	.home_area03-text01 .br_1360{
		display: none;
	}
	.home_area03-text01 .br_1110{
		display: block;
	}
	.home_area03-text01 .br_mato{
		display: block;
	}

	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt02{
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area03-con01{
		padding: 70px 0 40px 0;
	}
	
	.home_area03-con02{
		padding-bottom: 80px;
	}

	.home_area03-list01 li .home_area03-bt{
		height: 320px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text{
		height: 320px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt01{
		font-size: 13px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt02{
		font-size: 20px;
	}
	
	.home_area03-list01 li .home_area03-bt .bt_bg{
		height: 320px;
	}
	
	.home_area03-list01 li .home_area03-bt .bt_img img{
		height: 320px;
	}
	
	.home_area03-text01{
		padding: 20px 10px 0 10px;
	}
	.home_area03-text01 .br_1360{
		display: none;
	}
	.home_area03-text01 .br_1110{
		display: none;
	}
}
@media print{
	.home_area03-con01{
		padding: 70px 0 40px 0;
	}
	
	.home_area03-con02{
		padding-bottom: 80px;
	}

	.home_area03-list01 li .home_area03-bt{
		height: 320px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text{
		height: 320px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt01{
		font-size: 11px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt02{
		font-size: 18px;
	}
	
	.home_area03-list01 li .home_area03-bt .bt_bg{
		height: 320px;
	}
	
	.home_area03-list01 li .home_area03-bt .bt_img img{
		height: 320px;
	}
	
	.home_area03-text01{
		padding: 20px 10px 0 10px;
		font-size: 14px;
	}
	.home_area03-text01 .br_1360{
		display: none;
	}
	.home_area03-text01 .br_1110{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.home_area03-con01{
		padding: 24px 0 30px 0;
	}
	
	.home_area03-con02{
		padding-bottom: 40px;
	}
	
	.home_area03-list01 li{
		float: none;
		width: auto;
	}
	.home_area03-list01 li .home_area03-bt{
		height: 240px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text{
		height: 240px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt01{
		margin: 15px 0;
		font-size: 12px;
	}
	.home_area03-list01 li .home_area03-bt .bt_text .bt_text-in .bt_txt02{
		font-size: 18px;
	}
	
	.home_area03-list01 li .home_area03-bt .bt_bg{
		height: 240px;
	}

	.home_area03-list01 li .home_area03-bt .bt_img img{
		height: 240px;
	}
	
	.home_area03-text01{
		padding: 15px 4% 0 4%;
	}
	.home_area03-text01 .br_1360{
		display: none;
	}
	.home_area03-text01 .br_1110{
		display: none;
	}
}

/* area04 */
.home_area04{
	background-image: url(../img/home/area04_bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0 100px 0;
}
@media screen and (min-width: 2001px) {
	.home_area04{
		background-size: cover;
	}
}

.home_area04-con01{
	background:rgba(0, 0, 0, 0.85);
	padding: 40px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area04{
		padding: 70px 0 80px 0;
	}
}
@media print{
	.home_area04{
		padding: 80px 0 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.home_area04{
		background-size: 900px auto;
		padding: 40px 0 30px 0;
	}
	
	.home_area04-con01{
		padding: 20px 15px;
	}
}

/* area05 */
.home_area05{
	overflow: hidden;
	background-image: url(../img/home/area05_bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0 100px 0;
}
@media screen and (min-width: 2001px) {
	.home_area05{
		background-size: cover;
	}
}

.home_area05-tit{
	padding-left: 50%;
	margin-left: 60px;
}

.home_area05-con01{
	background:rgba(0, 0, 0, 0.85);
	padding: 40px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area05{
		padding: 70px 0 80px 0;
	}

	.home_area05-tit{
		margin-left: 20px;
	}
}
@media print{
	.home_area05{
		padding: 80px 0 80px 0;
	}

	.home_area05-tit{
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.home_area05{
		background-size: 900px auto;
		padding: 40px 0 40px 0;
	}
	
	.home_area05-tit{
		padding-left: 0%;
		margin-left: 0px;
	}
	
	.home_area05-con01{
		padding: 20px 15px;
	}
}

/* area06 */
.home_area06-con01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1440px;
}
.home_area06-con01 .con01_in{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.home_area06-text01{
	margin: 0 auto;
	padding: 20px 900px 0 0;
	width: 1440px;
}

.home_area06-text01 .text01_txt01{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
}

.home_area06-list01{
	overflow: hidden;
}
.home_area06-list01 li{
	position: relative;
	padding-left: 26px;
	line-height: 1.6;
}
.home_area06-list01 li::before {
	content: '■';
	position: absolute;
	top: -2px;
	left: 0px;
	font-size: 18px;
	color: #cb1515;
	z-index: 3;
}

.home_area06-photo01{
	position: relative;
	left: 50%;
	margin: 0 0 0 -175px;
}

.home_area06-con02{
	position: relative;
}
.home_area06-list02{
	overflow: hidden;
}
.home_area06-list02 li{
	box-sizing: content-box;
	float: left;
	padding-right: 1.5%;
	width: 18.8%;
}
.home_area06-list02 li:last-child{
	padding-right: 0%;
}
.home_area06-phone{
	display: block;
	border: white solid 1px;
	padding: 12px 0;
	color: white;
	text-align: center;
}
.home_area06-phone .phone_ic{
	display: block;
	padding: 0 10px 0 0;
	font-size: 22px;
	text-align: center;
}

.home_area06-bt{
	position: relative;
	display: block;
	border: white solid 1px;
	padding: 12px 10px 12px 0;
	color: white;
	text-align: center;
	text-decoration: none;
}
.home_area06-bt:hover{
	color: #333333;
	text-decoration: none;
}
.home_area06-bt .bt_ic{
	position: relative;
	display: block;
	padding: 0 10px 0 0;
	font-size: 22px;
	text-align: center;
	z-index: 3;
}
.home_area06-bt .bt_txt{
	position: relative;
	z-index: 3;
}
.home_area06-bt .bt_arrow{
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -8px;
	font-size: 14px;
	line-height: 1;
	z-index: 3;
}
.home_area06-bt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: white;/* ボーダーカラー */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .1s;
}
.home_area06-bt:hover::after {
	transform: scale(1, 1);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
	.home_area06-con01{
		min-width: 100%;
		height: 320px;/* 高さ必須 */
	}
	.home_area06-text01{
		position: relative;
		margin: 0;
		padding: 10px 0 0 2%;
		width: 48%;
		z-index: 3;
	}
	
	.home_area06-text01 .text01_txt01{
		font-size: 20px;
	}
	
	.home_area06-list01 li{
		padding-left: 20px;
		font-size: 15px;
	}
	.home_area06-list01 li::before {
		font-size: 16px;
	}
	
	.home_area06-photo01{
		position: relative;
		left: 40%;
		margin: 0;
	}
	.home_area06-photo01 img{
		width: 1058px;
		height: 320px;
	}

	.home_area06-phone{
		font-size: 13px;
	}
	.home_area06-phone .phone_ic{
		font-size: 14px;
	}

	.home_area06-bt{
		font-size: 13px;
	}
	.home_area06-bt .bt_ic{
		font-size: 14px;
	}
}
@media print{
	.home_area06-con01{
		min-width: 100%;
		height: 320px;/* 高さ必須 */
	}
	.home_area06-text01{
		position: relative;
		margin: 0;
		padding: 10px 0 0 2%;
		width: 48%;
		z-index: 3;
	}
	
	.home_area06-text01 .text01_txt01{
		font-size: 20px;
	}
	
	.home_area06-list01 li{
		padding-left: 20px;
		font-size: 15px;
	}
	.home_area06-list01 li::before {
		font-size: 16px;
	}
	
	.home_area06-photo01{
		position: relative;
		left: 40%;
		margin: 0;
	}
	.home_area06-photo01 img{
		width: 1058px;
		height: 320px;
	}
	
	.home_area06-phone{
		font-size: 12px;
	}
	.home_area06-phone .phone_ic{
		font-size: 13px;
	}

	.home_area06-bt{
		font-size: 12px;
	}
	.home_area06-bt .bt_ic{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.home_area06{
		padding: 0 4%;
	}
	.home_area06-con01{
		padding-bottom: 20px;
		width: 100%;
		min-width: 100%;
	}
	.home_area06-con01 .con01_in{
		position: static;
		width: auto;
	}
	.home_area06-text01{
		margin: 0 auto;
		padding: 0 0 15px 0;
		width: auto;
	}
	
	.home_area06-text01 .text01_txt01{
		font-size: 18px;
	}

	.home_area06-list01 li{
		padding-left: 20px;
		font-size: 14px;
	}
	.home_area06-list01 li::before {
		top: 0px;
		font-size: 14px;
	}
	
	.home_area06-photo01{
		position: relative;
		left: 0%;
		margin: 0 0 0 -18%;
	}
	
	.home_area06-list02 li{
		float: none;
		padding-right: 0%;
		width: auto;
	}
	.home_area06-phone{
		padding: 8px 0;
	}
	
	.home_area06-bt{
		padding: 8px 0;
	}
}

/* area07 */
.home_area07{
	background-image: url(../img/home/area07_bg01.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.home_area07-con01{
	table-layout: fixed;
	display: table;
}
.home_area07-con01 .con01_left{
	display: table-cell;
	padding-bottom: 40px;
	width: 600px;
	vertical-align: top;
}
.home_area07-con01 .con01_right{
	display: table-cell;
	padding-right: 120px;
	text-align: right;
	vertical-align: bottom;
}

.home_area07-text01{
	background-color: white;
	padding: 15px;
	color: #cb1515;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.home_area07{
		padding: 70px 0;
	}

	.home_area07-con01 .con01_left{
		width: 60%;
	}
	.home_area07-con01 .con01_right{
		padding: 0 0 0 20px;
	}
}
@media print{
	.home_area07{
		padding: 70px 0;
	}

	.home_area07-con01 .con01_left{
		width: 60%;
	}
	.home_area07-con01 .con01_right{
		padding: 0 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.home_area07{
		padding: 40px 0;
	}

	.home_area07-con01{
		display: block;
	}
	.home_area07-con01 .con01_left{
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.home_area07-con01 .con01_right{
		display: block;
		padding-right: 0px;
	}
	.home_area07-con01 .con01_right figure img{
		width: 220px;
	}
	
	.home_area07-text01{
		padding: 10px;
	}
}


/*
 * タイヤ交換について
 */
.tire_area01-photo01{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.tire_area01-photo01 li{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.tire_area01-photo01 li .photo01_img{
	width: 100%;
	height: 450px;
}
.tire_area01-photo01 li .photo01_img img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.tire_area01-photo01 li .photo01_img{
		height: 300px;
	}
	.tire_area01-photo01 li .photo01_img img{
		height: 300px;
	}
}
@media print{
	.tire_area01-photo01 li .photo01_img{
		height: 260px;
	}
	.tire_area01-photo01 li .photo01_img img{
		height: 260px;
	}
}
@media screen and (max-width: 767px) {
	.tire_area01-photo01 li .photo01_img{
		height: 160px;
	}
	.tire_area01-photo01 li .photo01_img img{
		height: 160px;
	}
}

/* area02 */
.tire_area02-con01{
	position: relative;
	overflow: hidden;
	height: 540px;
}
.tire_area02-con01 .con01_text{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -555px;
	width: 525px;
	z-index: 3;
}
.tire_area02-con01 .con01_photo{
	padding-left: 50%;
	margin: 0;
	width: 100%;
	height: 540px;
}
.tire_area02-con01 .con01_photo img{
	width: 100%;
	height: 540px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.tire_area02-con02{
	position: relative;
	overflow: hidden;
	height: 540px;
}
.tire_area02-con02 .con02_text{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 30px;
	width: 525px;
	z-index: 3;
}
.tire_area02-con02 .con02_photo{
	padding-right: 50%;
	margin: 0;
	width: 100%;
	height: 540px;
}
.tire_area02-con02 .con02_photo img{
	width: 100%;
	height: 540px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.tire_area02-con03{
	background-image: url(../img/tire_exchange/area02_con03-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.tire_area02-con03 .con03_in{
	background-color: rgba(0,0,0,0.6);
	padding: 50px 0px;
	height: auto;
}

.tire_area02-con03 .con03_in .con03_tit{
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.tire_area02-con03 .con03_in .con03_img{
	border-bottom: #cb1515 solid 5px;
	padding: 0;
	margin: 0 50px 50px 50px;
	text-align: center;
}

.tire_area02-con03 .con03_in .con03_txt{
	table-layout: fixed;
	display: table;
	width: 100%;
	padding: 0 50px;
	font-size: 16px;
}
.tire_area02-con03 .con03_in .con03_txt .con03_txt-left{
	display: table-cell;
	padding-top: 10px;
	width: 70%;
	vertical-align: top;
}
.tire_area02-con03 .con03_in .con03_txt .con03_txt-right{
	display: table-cell;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.tire_area02-con01{
		height: 500px;
	}
	.tire_area02-con01 .con01_text{
		top: 20px;
		left: 2%;
		margin-left: 0px;
		width: 46%;
	}
	.tire_area02-con01 .con01_photo{
		height: 500px;
	}
	.tire_area02-con01 .con01_photo img{
		height: 500px;
	}
	
	.tire_area02-con02{
		height: 500px;
	}
	.tire_area02-con02 .con02_text{
		top: 20px;
		margin-left: 2%;
		width: 46%;
	}
	.tire_area02-con02 .con02_photo{
		height: 500px;
	}
	.tire_area02-con02 .con02_photo img{
		height: 500px;
	}
	
	.tire_area02-con03{
		padding: 60px 0;
	}
	
	.tire_area02-con03 .con03_in{
		padding: 40px 0px;
	}
	
	.tire_area02-con03 .con03_in .con03_tit{
		margin-bottom: 30px;
		font-size: 28px;
	}
	
	.tire_area02-con03 .con03_in .con03_img{
		margin: 0 34px 40px 34px;
	}
	
	.tire_area02-con03 .con03_in .con03_txt{
		padding: 0 34px;
		font-size: 15px;
	}
	.tire_area02-con03 .con03_in .con03_txt .con03_txt-left{
		padding: 0px 20px 0 0;
	}
}
@media print{
	.tire_area02-con01{
		height: 500px;
	}
	.tire_area02-con01 .con01_text{
		top: 20px;
		left: 2%;
		margin-left: 0px;
		width: 46%;
		font-size: 14px;
	}
	.tire_area02-con01 .con01_photo{
		height: 500px;
	}
	.tire_area02-con01 .con01_photo img{
		height: 500px;
	}
	
	.tire_area02-con02{
		height: 500px;
	}
	.tire_area02-con02 .con02_text{
		top: 20px;
		margin-left: 2%;
		width: 46%;
		font-size: 14px;
	}
	.tire_area02-con02 .con02_photo{
		height: 500px;
	}
	.tire_area02-con02 .con02_photo img{
		height: 500px;
	}
	
	.tire_area02-con03{
		padding: 60px 0;
	}
	
	.tire_area02-con03 .con03_in{
		padding: 40px 0px;
	}
	
	.tire_area02-con03 .con03_in .con03_tit{
		margin-bottom: 30px;
		font-size: 26px;
	}
	
	.tire_area02-con03 .con03_in .con03_img{
		margin: 0 20px 40px 20px;
	}
	
	.tire_area02-con03 .con03_in .con03_txt{
		padding: 0 20px;
		font-size: 14px;
	}
	.tire_area02-con03 .con03_in .con03_txt .con03_txt-left{
		padding: 0px 20px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.tire_area02-con01{
		padding-bottom: 20px;
		height: auto;
	}
	.tire_area02-con01 .con01_text{
		position: static;
		top: 0px;
		left: 0%;
		margin: 0 auto 15px auto;
		width: 92%;
	}
	.tire_area02-con01 .con01_photo{
		padding-left: 0%;
		height: 260px;
	}
	.tire_area02-con01 .con01_photo img{
		height: 260px;
	}
	
	.tire_area02-con02{
		height: auto;
	}
	.tire_area02-con02 .con02_text{
		position: static;
		top: 0px;
		left: 0%;
		margin: 0 auto 15px auto;
		width: 92%;
	}
	.tire_area02-con02 .con02_photo{
		padding-right: 0%;
		height: 260px;
	}
	.tire_area02-con02 .con02_photo img{
		height: 260px;
	}
	
	.tire_area02-con03{
		padding: 40px 0;
	}
	
	.tire_area02-con03 .con03_in{
		padding: 20px 0px;
	}
	
	.tire_area02-con03 .con03_in .con03_tit{
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.6;
	}
	
	.tire_area02-con03 .con03_in .con03_img{
		border-bottom: #cb1515 solid 3px;
		margin: 0 20px 25px 20px;
	}

	.tire_area02-con03 .con03_in .con03_txt{
		display: block;
		width: auto;
		padding: 0 20px;
		font-size: 15px;
	}
	.tire_area02-con03 .con03_in .con03_txt .con03_txt-left{
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	.tire_area02-con03 .con03_in .con03_txt .con03_txt-right{
		display: block;
	}
}

/* area03 */
.tire_area03-con01{
	margin: 0 auto;
	width: 1260px;
}
.tire_area03-text01{
	position: relative;
	top: -20px;
	background-image: url(../img/tire_exchange/area03_fukidashi.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 50px 20px 50px;
	z-index: 3;
}
.tire_area03-photo01 img{
	width: 100%;
}
.tire_area03-text01 .text01_tit{
	display: inline-block;
	background-color: #be261f;
	padding: 2px 10px;
	font-size: 20px;
	font-weight: 700;
	color: white;
}

.tire_area03-tit02{
	background-color: #be261f;
	padding: 12px 0;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.tire_area03-tit02 .sub{
	position: relative;
	display: inline-block;
	padding-right: 40px;
}
.tire_area03-tit02 .sub::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	background-color: white;
	margin-top: -1px;
	width: 30px;
	height: 1px;
	z-index: 3;
}

.tire_area03-text02{
	display: table;
	width: 100%;
}
.tire_area03-text02 .text02_left{
	display: table-cell;
	padding-right: 5px;
	width: 735px;
	vertical-align: top;
}
/* .tire_area03-text02 .text02_right{
	display: table-cell;
	border-bottom: #080808 solid 5px;
	background-color: white;
	padding: 20px;
	font-size: 13px;
	color: #333333;
	vertical-align: top;
} */

.tire_area03-text02 .text02_right{
	display: table-cell;
	border-bottom: #080808 solid 5px;
	background-color: #333333;;
	padding: 20px;
	font-size: 13px;
	color: #fff;
	vertical-align: top;
}

.tire_area03-txt01{
	background-color: #511411;
	padding: 14px 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}

.tire_area03-photo02{
	display: inline-block;
	border: #be261f solid 5px;
	margin: 0;
	line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
	.tire_area03-con01{
		width: 100%;
	}
	.tire_area03-text01{
		top: -20px;
		background-size: 100% 100%;
		padding: 40px 20px 20px 20px;
		font-size: 14px;
	}
	.tire_area03-text01 .text01_tit{
		padding: 2px 8px;
		font-size: 16px;
	}
	
	.tire_area03-tit02{
		padding: 10px 0;
		font-size: 20px;
	}
	.tire_area03-tit02 .sub{
		padding-right: 30px;
	}
	.tire_area03-tit02 .sub::before{
		right: 12px;
		width: 20px;
	}
	
	.tire_area03-text02 .text02_left{
		width: 68%;
	}
	.tire_area03-text02 .text02_right{
		padding: 10px;
		font-size: 12px;
	}
	
	.tire_area03-txt01{
		font-size: 18px;
	}
}
@media print{
	.tire_area03-pri{
		height: 500px;
	}

	.tire_area03-con01{
		width: 100%;
	}
	.tire_area03-text01{
		top: -20px;
		background-size: 100% 100%;
		padding: 40px 20px 20px 20px;
		font-size: 14px;
	}
	.tire_area03-text01 .text01_tit{
		padding: 2px 8px;
		font-size: 16px;
	}
	
	.tire_area03-tit02{
		padding: 10px 0;
		font-size: 18px;
	}
	.tire_area03-tit02 .sub{
		padding-right: 30px;
	}
	.tire_area03-tit02 .sub::before{
		right: 12px;
		width: 20px;
	}
	
	.tire_area03-text02 .text02_left{
		width: 68%;
	}
	.tire_area03-text02 .text02_right{
		padding: 10px;
		font-size: 12px;
	}
	
	.tire_area03-txt01{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.tire_area03-con01{
		width: 92%;
	}
	.tire_area03-text01{
		top: -20px;
		background-size: 100% 100%;
		padding: 34px 10px 10px 10px;
	}
	.tire_area03-text01 .text01_tit{
		padding: 2px 6px;
		font-size: 15px;
	}
	
	.tire_area03-tit02{
		padding: 10px 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.tire_area03-tit02 .sub{
		display: block;
		position: relative;
		padding: 0 0 30px 0;
	}
	.tire_area03-tit02 .sub::before{
		top: 35px;
		right: 50%;
		margin-top: 0px;
		width: 1px;
		height: 14px;
	}
	
	.tire_area03-text02{
		display: block;
		width: auto;
	}
	.tire_area03-text02 .text02_left{
		display: block;
		padding-right: 0px;
		width: auto;
	}
	.tire_area03-text02 .text02_right{
		display: block;
		border-bottom: #080808 solid 0px;
		padding: 10px;
	}
	
	.tire_area03-txt01{
		padding: 10px 4%;
		font-size: 14px;
		text-align: left;
	}
}


/*
 * 出張タイヤ交換サービス
 */
.trip_area01-photo01{
	width: 100%;
	height: auto;
}
.trip_area01-photo01 img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 2000px) {
	.trip_area01-photo01{
		width: 100%;
		height: 480px;
	}
	.trip_area01-photo01 img{
		width: 100%;
		height: 480px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.trip_area01-photo01{
		height: 350px;
	}
	.trip_area01-photo01 img{
		height: 350px;
	}
}
@media print{
	.trip_area01-photo01{
		height: 350px;
	}
	.trip_area01-photo01 img{
		height: 350px;
	}
}
@media screen and (max-width: 767px) {
	.trip_area01-photo01{
		height: 180px;
	}
	.trip_area01-photo01 img{
		height: 180px;
	}
}

/* area02 */
.trip_area02-con01{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
}
.trip_area02-con01 .con01_text{
	width: 840px;
}
.trip_area02-con01 .con01_img{
	width: 270px;
}

.trip_area02-txt01{
	position: relative;
	padding-top: 90px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.trip_area02-txt01 .ic{
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 3;
}

.trip_area02-txt02{
	display: inline-block;
	background-color: #cb1515;
	padding: 4px 15px;
	font-size: 14px;
	color: white;
}

.trip_area02-con02{
	position: relative;
	background-image: url(../img/tire_trip/area02_con02-bg.png);
	background-position: center center;
	background-size: cover;
	padding: 95px 0 0 100px;
	margin: 0 auto;
	width: 900px;
	height: 300px;
}
.trip_area02-con02 .con02_txt{
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.trip_area02-con02 .con02_img{
	position: absolute;
	bottom: 10px;
	right: 30px;
	margin: 0;
	z-index: 3;
}

.trip_area02-con03 .con03_tit{
	background-color: #be261f;
	padding: 12px 0;
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.trip_area02-con04{
	background-image: url(../img/tire_trip/area02_con04-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}

.trip_area02-con04 .con04_in{
	table-layout: fixed;
	display: table;
	background-color: rgba(0,0,0,0.8);
	padding: 50px;
}
.trip_area02-con04 .con04_in .con04_text{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.trip_area02-con04 .con04_in .con04_bt{
	display: table-cell;
	vertical-align: middle;
}

.trip_area02-bt01{
	overflow: hidden;
	margin: 0 auto;
	width: 370px;
}
.trip_area02-bt01 a{
	display: block;
	background-color: #1c0da9;
	text-align: center;
	font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
	padding: 20px;
	color: white;
	text-align: left;
}
.trip_area02-bt01 a .bt_txt{
	position: relative;
	z-index: 6;
}
.trip_area02-bt01 a .bt_arrow{
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
	z-index: 3;
}

.trip_area02-bt01 a{/* ホバー時の設定 */
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.trip_area02-bt01 a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #130774;/* 背景色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .06s;
}
.trip_area02-bt01 a:hover::after{
	transform: scale(1, 1);
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.trip_area02-con01 .con01_text{
		width: 65%;
	}
	.trip_area02-con01 .con01_img{
		width: 35%;
	}
	
	.trip_area02-txt01{
		padding-top: 70px;
		font-size: 20px;
	}
	.trip_area02-txt01 .ic{
		left: -10px;
	}
	.trip_area02-txt01 .ic img{
		width: 100px;
	}
	
	.trip_area02-con02{
		padding: 60px 0 0 40px;
		width: 96%;
		height: 260px;
	}
	.trip_area02-con02 .con02_txt{
		font-size: 20px;
	}
	.trip_area02-con02 .con02_img{
		right: 20px;
	}
	.trip_area02-con02 .con02_img img{
		width: 180px;
	}
	
	.trip_area02-con03 .con03_tit{
		padding: 8px 0;
		font-size: 22px;
	}
	
	.trip_area02-con04{
		padding: 60px 0;
	}
	
	.trip_area02-con04 .con04_in{
		padding: 20px;
	}
	.trip_area02-con04 .con04_in .con04_text{
		width: 60%;
	}
	
	.trip_area02-bt01{
		width: auto;
	}
	.trip_area02-bt01 a{
		padding: 15px;
	}
}
@media print{
	.trip_area02-con01 .con01_text{
		width: 65%;
	}
	.trip_area02-con01 .con01_img{
		width: 35%;
	}
	
	.trip_area02-txt01{
		padding-top: 70px;
		font-size: 18px;
	}
	.trip_area02-txt01 .ic{
		left: -10px;
	}
	.trip_area02-txt01 .ic img{
		width: 100px;
	}
	
	.trip_area02-con02{
		padding: 60px 0 0 40px;
		width: 96%;
		height: 260px;
	}
	.trip_area02-con02 .con02_txt{
		font-size: 18px;
	}
	.trip_area02-con02 .con02_img{
		right: 20px;
	}
	.trip_area02-con02 .con02_img img{
		width: 180px;
	}
	
	.trip_area02-con03 .con03_tit{
		padding: 8px 0;
		font-size: 20px;
	}
	
	.trip_area02-con04{
		padding: 60px 0;
	}
	
	.trip_area02-con04 .con04_in{
		padding: 20px;
	}
	.trip_area02-con04 .con04_in .con04_text{
		width: 60%;
	}
	
	.trip_area02-bt01{
		width: auto;
	}
	.trip_area02-bt01 a{
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.trip_area02-con01{
		display: block;
	}
	.trip_area02-con01 .con01_text{
		padding-bottom: 15px;
		width: auto;
	}
	.trip_area02-con01 .con01_img{
		width: auto;
		text-align: right;
	}
	.trip_area02-con01 .con01_img img{
		width: 120px;
	}
	
	.trip_area02-txt01{
		padding-top: 60px;
		font-size: 16px;
	}
	.trip_area02-txt01 .ic{
		left: 0px;
	}
	.trip_area02-txt01 .ic img{
		width: 80px;
	}

	.trip_area02-txt02{
		padding: 4px 10px;
		font-size: 12px;
	}
	
	.trip_area02-con02{
		padding: 15px 10px;
		margin: 0 auto;
		width: auto;
		height: auto;
	}
	.trip_area02-con02 .con02_txt{
		font-size: 15px;
	}
	.trip_area02-con02 .con02_img{
		position: static;
		bottom: 0px;
		right: 0px;
		padding-top: 15px;
		text-align: right;
	}
	.trip_area02-con02 .con02_img img{
		width: 120px;
	}
	
	.trip_area02-con03 .con03_tit{
		padding: 10px 0;
		font-size: 18px;
	}
	
	.trip_area02-con04{
		padding: 40px 0;
	}
	
	.trip_area02-con04 .con04_in{
		display: block;
		padding: 10px;
	}
	.trip_area02-con04 .con04_in .con04_text{
		display: block;
		padding-bottom: 15px;
		width: auto;
	}
	.trip_area02-con04 .con04_in .con04_bt{
		display: block;
	}
	
	.trip_area02-bt01{
		width: 100%;
	}
	.trip_area02-bt01 a{
		padding: 10px 10px 15px 15px;
	}
}

/* area03 */
.trip_area03-flow01{
	overflow: hidden;
}
.trip_area03-flow02{
	overflow: hidden;
	table-layout: fixed;
	display: table;
	width: 100%;
}
.trip_area03-flow02 .flow02_left{
	display: table-cell;
	padding-right: 30px;
	width: 430px;
	vertical-align: top;
}
.trip_area03-flow02 .flow02_right{
	display: table-cell;
	vertical-align: top;
}

.trip_area03-fbox01{
	table-layout: fixed;
	display: table;
	width: 100%;
}
.trip_area03-fbox01 .fbox01_left{
	display: table-cell;
	padding-right: 10px;
	width: 360px;
	vertical-align: top;
}
.trip_area03-fbox01 .fbox01_right{
	display: table-cell;
	vertical-align: bottom;
}
.trip_area03-fbox01 .fbox01_right .fbox01_waku{
	border: white solid 1px;
	padding: 10px;
}

.trip_area03-ftit{
	border-top: white solid 1px;
	border-left: white solid 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.trip_area03-ftit .number{
	display: inline-block;
	border-right: white solid 1px;
	border-bottom: white solid 1px;
	margin-right: 20px;
	width: 99px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #be261f;
	text-align: center;
}

.trip_area03-fphoto01{
	width: 100%;
	height: 350px;
}
.trip_area03-fphoto01 img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.trip_area03-flist01{
	position: relative;
}
.trip_area03-flist01 .flist01_tit{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background-color: rgba(0,0,0,0.8);
	padding: 6px 0;
	width: 100%;
	font-weight: 700;
	text-align: center;
	z-index: 3;
}
.trip_area03-flist01 .flist01_txt{
	font-size: 14px;
}

.trip_area03-flist02{
	table-layout: fixed;
	display: table;
	width: 100%;
}
.trip_area03-flist02 .flist02_left{
	display: table-cell;
	padding-right: 30px;
	width: 580px;
	vertical-align: top;
}
.trip_area03-flist02 .flist02_right{
	display: table-cell;
	vertical-align: top;
}
.trip_area03-flist02 .flist02_right .flist02_right-photo{
	position: relative;
	padding-bottom: 30px;
	text-align: right;
}
.trip_area03-flist02 .flist02_right .flist02_right-photo .flist02_right-txt{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background-color: rgba(190,38,31,0.8);
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.trip_area03-flow02 .flow02_left{
		padding-right: 2%;
		width: 49%;
	}

	.trip_area03-fbox01 .fbox01_left{
		padding-right: 5px;
		width: 60%;
	}
	.trip_area03-fbox01 .fbox01_right .fbox01_waku{
		padding: 5px;
	}
	
	.trip_area03-ftit{
		font-size: 16px;
	}
	.trip_area03-ftit .number{
		margin-right: 15px;
		width: 50px;
		font-size: 26px;
	}
	
	.trip_area03-fphoto01{
		height: 260px;
	}
	.trip_area03-fphoto01 img{
		height: 260px;
	}

	.trip_area03-flist01 .flist01_tit{
		font-size: 13px;
	}
	.trip_area03-flist01 .flist01_txt{
		font-size: 13px;
	}
	
	.trip_area03-flist02 .flist02_left{
		padding-right: 20px;
		width: 60%;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo{
		padding-bottom: 20px;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo .flist02_right-txt{
		padding: 10px;
		font-size: 12px;
	}
}
@media print{
	.trip_area03-flow02 .flow02_left{
		padding-right: 2%;
		width: 49%;
	}

	.trip_area03-fbox01 .fbox01_left{
		padding-right: 5px;
		width: 60%;
	}
	.trip_area03-fbox01 .fbox01_right .fbox01_waku{
		padding: 5px;
	}
	
	.trip_area03-ftit{
		font-size: 14px;
	}
	.trip_area03-ftit .number{
		margin-right: 15px;
		width: 50px;
		font-size: 22px;
	}
	
	.trip_area03-fphoto01{
		height: 260px;
	}
	.trip_area03-fphoto01 img{
		height: 260px;
	}

	.trip_area03-flist01 .flist01_tit{
		font-size: 11px;
	}
	.trip_area03-flist01 .flist01_txt{
		font-size: 11px;
	}
	
	.trip_area03-flist02 .flist02_left{
		padding-right: 20px;
		width: 60%;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo{
		padding-bottom: 20px;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo .flist02_right-txt{
		padding: 10px;
		font-size: 10px;
	}
}
@media screen and (max-width: 767px) {
	.trip_area03-flow02{
		display: block;
		width: auto;
	}
	.trip_area03-flow02 .flow02_left{
		display: block;
		padding: 0 0 30px 0;
		width: auto;
	}
	.trip_area03-flow02 .flow02_right{
		display: block;
	}
	
	.trip_area03-fbox01{
		display: block;
		width: auto;
	}
	.trip_area03-fbox01 .fbox01_left{
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	.trip_area03-fbox01 .fbox01_right{
		display: block;
	}
	.trip_area03-fbox01 .fbox01_right .fbox01_waku{
		padding: 5px;
	}
	
	.trip_area03-ftit{
		border-top: white solid 0px;
		border-left: white solid 0px;
		font-size: 15px;
	}
	.trip_area03-ftit .number{
		display: inline-block;
		border: white solid 1px;
		margin-right: 0px;
		width: 80px;
		font-size: 26px;
		line-height: 1.2;
	}
	
	.trip_area03-fphoto01{
		height: 220px;
	}
	.trip_area03-fphoto01 img{
		height: 220px;
	}
	
	.trip_area03-flist01 .flist01_tit{
		font-size: 14px;
	}
	
	.trip_area03-flist02{
		display: block;
		width: auto;
	}
	.trip_area03-flist02 .flist02_left{
		display: block;
		padding-right: 0px;
		width: auto;
	}
	.trip_area03-flist02 .flist02_right{
		display: block;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo{
		padding-bottom: 0px;
		text-align: left;
	}
	.trip_area03-flist02 .flist02_right .flist02_right-photo .flist02_right-txt{
		position: static;
		padding: 10px;
		font-size: 13px;
	}
}


/*
 * 特価商材
 */
.info_nav{
	overflow: hidden;
	padding: 60px 0 50px 0;
}

.info_nav-menu{
	overflow: hidden;
}
.info_nav-menu li{
	float: left;
	padding: 0 1% 2% 0;
	width: 19.2%;
}
.info_nav-menu li:nth-child(5n){
	padding-right: 0;
}

.info_nav-bn{
	position: relative;
	display: table;
	background-color: #511411;
	width: 100%;
	color: white;
	text-decoration: none;
	-webkit-transition: 0.4s;;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.info_nav-bn:hover{
	background-color: #be261f;
	color: white;
	text-decoration: none;
	-webkit-transition: 0.4s;;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.info_nav-bn.active{
	background-color: #be261f;
}
.info_nav-bn::before{
	content: '';
	position: absolute;
	bottom: 4px;
	left: 4%;
	display: block;
	background-color: white;
	width: 92%;
	height: 2px;
	z-index: 3
}
.info_nav-bn .bn_in{
	position: relative;
	display: table-cell;
	padding: 14px 10px 24px 10px;
	width: 100%;
	height: auto;
	font-size: 18px;
	text-align: center;
}
.info_nav-bn .bn_in .ic{
	opacity: 0;
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	text-align: center;transition: 0.5s ease-in-out;
}
.info_nav-bn:hover .bn_in .ic{
	opacity: 1;
	bottom: -2px;
	transition: 0.2s ease-in-out;
}
.info_nav-bn.active .bn_in .ic{
	opacity: 1;
	bottom: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.info_nav{
		padding: 50px 0 40px 0;
	}
	.info_nav-bn .bn_in{
		padding: 12px 5px 18px 5px;
		font-size: 15px;
	}
}
@media print{
	.info_nav{
		padding: 50px 0 40px 0;
	}
	.info_nav-bn .bn_in{
		padding: 12px 5px 18px 5px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.info_nav{
		padding: 30px 0;
	}

	.info_nav-menu li{
		float: none;
		padding: 0 0 10px 0;
		width: auto;
	}
	.info_nav-menu li:last-child{
		padding: 0;
	}
	
	.info_nav-bn .bn_in{
		padding: 12px 5px 20px 5px;
		font-size: 15px;
	}
	.info_nav-bn .bn_in .ic{
		opacity: 0;
		position: absolute;
		bottom: -10px;
		left: 0px;
		width: 100%;
		text-align: center;transition: 0.5s ease-in-out;
	}
}

/* entry */
.info_entry-tit{
	background-color: #511411;
	padding: 15px 15px 12px 15px;
	margin-bottom: 5px;
}
.info_entry-tit .tit_main{
	display: inline-block;
	padding-right: 30px;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.info_entry-tit .tit_new{
	position: relative;
	top: -2px;
	display: inline-block;
	background-color: #be261f;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	width: 100px;
	text-align: center;
}

.info_entry-con01{
	table-layout: fixed;
	display: table;
	border-bottom: #333333 solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.info_entry-con01 .con01_photo{
	display: table-cell;
	padding-right: 30px;
	width: 490px;
	vertical-align: top;
}
.info_entry-con01 .con01_photo .con01_bg{
	background-color: #333333;
}
.info_entry-con01 .con01_text{
	display: table-cell;
	vertical-align: top;
}

.info_entry-con02{
	overflow: hidden;
	margin-bottom: 50px;
}

.info_entry-con03{
	overflow: hidden;
	padding-bottom: 50px;
}

.info_entry-con04{
	overflow: hidden;
	padding-bottom: 50px;
}
.info_entry-minphoto .minphoto_bg{
	border-bottom: #be261f solid 3px;
	background-color: #333333;
}
.info_entry-minphoto .minphoto_txt{
	margin: 0;
	font-size: 14px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.info_entry-tit{
		padding: 12px 10px 10px 10px;
	}
	.info_entry-tit .tit_main{
		padding-right: 20px;
		font-size: 20px;
	}
	.info_entry-tit .tit_new{
		font-size: 12px;
		width: 70px;
	}
	
	.info_entry-con01{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.info_entry-con01 .con01_photo{
		padding-right: 20px;
		width: 45%;
	}
	
	.info_entry-con02{
		margin-bottom: 40px;
	}
	
	.info_entry-con03{
		padding-bottom: 40px;
	}
	
	.info_entry-con04{
		padding-bottom: 40px;
	}
	.info_entry-minphoto .minphoto_txt{
		font-size: 12px;
	}
}
@media print{
	.info_entry-tit{
		padding: 12px 10px 10px 10px;
	}
	.info_entry-tit .tit_main{
		padding-right: 20px;
		font-size: 18px;
	}
	.info_entry-tit .tit_new{
		font-size: 12px;
		width: 70px;
	}
	
	.info_entry-con01{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.info_entry-con01 .con01_photo{
		padding-right: 20px;
		width: 45%;
	}
	
	.info_entry-con02{
		margin-bottom: 40px;
	}
	
	.info_entry-con03{
		padding-bottom: 40px;
	}
	
	.info_entry-con04{
		padding-bottom: 40px;
	}
	.info_entry-minphoto .minphoto_txt{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.info_entry-tit{
		padding: 10px 10px 8px 10px;
	}
	.info_entry-tit .tit_main{
		padding-right: 10px;
		font-size: 16px;
	}
	.info_entry-tit .tit_new{
		font-size: 12px;
		width: 60px;
	}
	
	.info_entry-con01{
		display: block;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.info_entry-con01 .con01_photo{
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	.info_entry-con01 .con01_text{
		display: block;
	}
	
	.info_entry-con02{
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.info_entry-con03{
		padding-bottom: 30px;
	}
	
	.info_entry-con04{
		padding-bottom: 30px;
	}
	.info_entry-minphoto .minphoto_txt{
		font-size: 13px;
	}
}


/*
 * 店舗紹介・アクセス
 */
.guide_area01-con01{
	margin-bottom: 80px;
	display: table;
	width: 100%;
}
.guide_area01-con01 .con01_left{
	display: table-cell;
	background-color: white;
	padding-right: 1px;
	width: 50%;
	vertical-align: top;
}
.guide_area01-con01 .con01_right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.guide_area01-photo01{
	margin: 0;
	width: 100%;
	height: 921px;
}
.guide_area01-photo01 img{
	width: 100%;
	height: 921px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.guide_area01-txt01{
	position: relative;
	display: inline-block;
	padding-bottom: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.guide_area01-txt01::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0%;
	display: block;
	background-color: #be261f;
	width: 100%;
	height: 3px;
	z-index: 3;
}
.guide_area01-txt02{
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.guide_area01-con01{
		margin-bottom: 60px;
	}
	
	.guide_area01-photo01{
		height: 500px;
	}
	.guide_area01-photo01 img{
		height: 500px;
	}
	
	.guide_area01-txt01{
		font-size: 20px;
	}
	.guide_area01-txt02{
		font-size: 20px;
	}
}
@media print{
	.guide_area01-con01{
		margin-bottom: 60px;
	}
	
	.guide_area01-photo01{
		height: 440px;
	}
	.guide_area01-photo01 img{
		height: 440px;
	}
	
	.guide_area01-txt01{
		font-size: 18px;
	}
	.guide_area01-txt02{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.guide_area01-con01{
		margin-bottom: 40px;
		display: block;
		width: auto;
	}
	.guide_area01-con01 .con01_left{
		display: block;
		padding: 0 0 1px 0;
		width: auto;
	}
	.guide_area01-con01 .con01_right{
		display: block;
		width: auto;
	}
	
	.guide_area01-photo01{
		height: 200px;
	}
	.guide_area01-photo01 img{
		height: 200px;
	}
	
	.guide_area01-txt01{
		display: block;
		padding-bottom: 24px;
		margin: 0 auto;
		width: 92%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		text-align: left;
	}
	.guide_area01-txt02{
		font-size: 16px;
	}
}

/* area02 */
.guide_area02-con01{
	table-layout: fixed;
	display: table;
	background-color: #511411;
	margin-bottom: 50px;
}
.guide_area02-con01 .con01_text{
	display: table-cell;
	padding: 30px;
	width: 74%;
	vertical-align: top;
}
.guide_area02-con01 .con01_photo{
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.guide_area02-con01 .con01_photo::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -365px;
	display: block;
	background-color: #511411;
	transform:skew(-10deg);
	width: 400px;
	height: 400px;
	z-index: 3;
}
.guide_area02-con01 .con01_photo .photo_size{
	position: relative;
	margin: 0;
	width: 100%;
	height: 386px;
}
.guide_area02-con01 .con01_photo .photo_size img{
	width: 100%;
	height: 386;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.guide_area02-con01 .con01_photo .photo_size .photo_txt{
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: block;
	background-color: rgba(81,20,17,0.6);
	padding: 8px 5px;
	margin: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	text-align: right;
	z-index: 2;
}

.guide_area02-text02{
	background-color: #511411;
	border-bottom: #511411 solid 2px;
	margin-bottom: 30px;
}
.guide_area02-text02 .text02_main{
	overflow: hidden;
	position: relative;
	display: inline-block;
	background-color: #080808;
	padding: 6px 80px 6px 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #be261f;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.guide_area02-text02 .text02_main::before{
	content: '';
	position: absolute;
	top: 0px;
	right: -200px;
	display: block;
	background-color: #511411;
	transform:skew(-45deg);
	width: 400px;
	height: 400px;
	z-index: 3;
}

.guide_area02-text03{
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.guide_area02-con01{
		margin-bottom: 40px;
	}
	.guide_area02-con01 .con01_text{
		padding: 20px;
		width: 70%;
	}
	.guide_area02-con01 .con01_photo::before{
		content: '';
		position: absolute;
		top: 0px;
		left: -385px;
		display: block;
		background-color: #511411;
		transform:skew(-10deg);
		width: 400px;
		height: 400px;
		z-index: 3;
	}
	.guide_area02-con01 .con01_photo .photo_size{
		height: 280px;
	}
	.guide_area02-con01 .con01_photo .photo_size img{
		height: 280px;
	}
	.guide_area02-con01 .con01_photo .photo_size .photo_txt{
		bottom: 0px;
		font-size: 12px;
	}
	
	.guide_area02-text02 .text02_main{
		font-size: 32px;
	}
}
@media print{
	.guide_area02-con01{
		margin-bottom: 40px;
	}
	.guide_area02-con01 .con01_text{
		padding: 20px;
		width: 70%;
	}
	.guide_area02-con01 .con01_photo::before{
		content: '';
		position: absolute;
		top: 0px;
		left: -385px;
		display: block;
		background-color: #511411;
		transform:skew(-10deg);
		width: 400px;
		height: 400px;
		z-index: 3;
	}
	.guide_area02-con01 .con01_photo .photo_size{
		height: 280px;
	}
	.guide_area02-con01 .con01_photo .photo_size img{
		height: 280px;
	}
	.guide_area02-con01 .con01_photo .photo_size .photo_txt{
		bottom: 0px;
		font-size: 12px;
	}
	
	.guide_area02-text02 .text02_main{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.guide_area02-con01{
		display: block;
		margin-bottom: 30px;
	}
	.guide_area02-con01 .con01_text{
		display: block;
		padding: 10px 10px 15px 10px;
		width: auto;
	}
	.guide_area02-con01 .con01_photo{
		display: block;
	}
	.guide_area02-con01 .con01_photo::before{
		display: none;
	}
	.guide_area02-con01 .con01_photo .photo_size{
		height: 400px;
	}
	.guide_area02-con01 .con01_photo .photo_size img{
		height: 400px;
	}
	.guide_area02-con01 .con01_photo .photo_size .photo_txt{
		bottom: 0px;
		padding: 5px;
		font-size: 12px;
		text-align: center;
	}
	
	.guide_area02-text02{
		margin-bottom: 20px;
	}
	.guide_area02-text02 .text02_main{
		padding: 2px 40px 5px 0;
		margin: 0;
		font-size: 24px;
	}
}

/* area03 */
.guide_area03-list01{
	display: table;
	margin: 0;
	width: 100%;
}
.guide_area03-list01 .list01_tit{
	display: table-cell;
	width: 130px;
	vertical-align: top;
}
.guide_area03-list01 .list01_txt{
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.guide_area03-list01{
		display: block;
		margin-bottom: 10px;
		width: auto;
	}
	.guide_area03-list01 .list01_tit{
		display: block;
		width: auto;
		font-weight: 700;
	}
	.guide_area03-list01 .list01_txt{
		display: block;
	}
}

/* area04 */
.guide_area04-con01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1110px;
	/* height: 620px; */
}
.guide_area04-con01 .con01_text{
	/* position: absolute; */
	/* top: 20px;
	left: 50%;
	margin-left: -30px;
	width: 585px; 
	z-index: 3;*/
}
.guide_area04-photo01{
	position: relative;
	left: 50%;
	margin: 0 0 0 -960px;
}

.guide_area04-txt01{
	overflow: hidden;
	border-bottom: #be261f solid 2px;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.guide_area04-txt01 .txt01{
	float: left;
	background-color: #be261f;
	padding: 3px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
}
.guide_area04-txt01 .txt02{
	padding-left: 20px;
	font-size: 18px;
	font-weight: 700;
}

.guide_area04-con01 .con01_text{
	text-align: center;
}

.guide_area04-text01{
	display: inline-block;
	text-align: left;
}

.guide_area04-hyo{
	font-size: 14px;
}
.guide_area04-hyo tbody tr th{
	padding: 6px 10px;
}
.guide_area04-hyo tbody tr td{
	padding: 6px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.guide_area04-con01{
		min-width: 100%;
		/* height: 750px; */
	}
	.guide_area04-con01 .con01_text{
		/* top: 10px;
		left: 50%;
		margin-left: 20px;
		width: 46%; */
	}
	.guide_area04-photo01{
		position: relative;
		left: 50%;
		margin: 0 0 0 -500px;
	}
	.guide_area04-photo01 img{
		width: 500px;
	}
	.guide_area04-text01{
		font-size: 16px;
	}

	.guide_area04-txt01 .txt01{
		float: none;
	}
	.guide_area04-txt01 .txt02{
		display: block;
		padding: 10px 0 0 0;
		font-size: 17px;
	}
	
	.guide_area04-hyo{
		font-size: 13px;
	}
}
@media print{
	.guide_area04-con01{
		min-width: 100%;
		/* height: 820px; */
	}
	.guide_area04-con01 .con01_text{
		/* top: 10px;
		left: 50%;
		margin-left: 20px;
		width: 46%; */
	}
	.guide_area04-photo01{
		position: relative;
		left: 50%;
		margin: 0 0 0 -500px;
	}
	.guide_area04-photo01 img{
		width: 500px;
	}
	.guide_area04-text01{
		font-size: 16px;
	}

	.guide_area04-txt01 .txt01{
		float: none;
	}
	.guide_area04-txt01 .txt02{
		display: block;
		padding: 10px 0 0 0;
		font-size: 16px;
	}
	
	.guide_area04-hyo{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.guide_area04-con01{
		min-width: 100%;
		height: auto;
	}
	.guide_area04-con01 .con01_text{
		position: static;
		top: 0px;
		left: 0%;
		padding-bottom: 15px;
		margin: 0 auto;
		width: 92%;
	}
	.guide_area04-photo01{
		left: 0%;
		margin: 0px;
	}
	
	.guide_area04-text01{
		font-size: 15px;
	}

	.guide_area04-txt01 .txt01{
		float: none;
	}
	.guide_area04-txt01 .txt02{
		display: block;
		padding: 10px 0 0 0;
		font-size: 15px;
	}
	
	.guide_area04-hyo{
		font-size: 13px;
	}
}

.guide_area04_img {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.guide_area04_img img {
	width: 100%;
}

/* area05 */
.guide_area05-map{
	position: relative;
	padding-bottom: 100px;
}

.guide_area05-text{
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: table;
	background-color: rgba(81,20,17,0.8);
	padding: 20px;
	margin-left: -450px;
	width: 900px;
	z-index: 3;
}
.guide_area05-text .text_left{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.guide_area05-text .text_right{
	display: table-cell;
	vertical-align: middle;
}

.guide_area05-bt{
	margin: 0 auto;
	width: 360px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.guide_area05-map{
		position: relative;
		padding-bottom: 100px;
	}
	
	.guide_area05-text{
		left: 2%;
		padding: 15px;
		margin-left: 0px;
		width: 96%;
		font-size: 14px;
	}
	.guide_area05-bt{
		margin: 0 auto;
		width: 260px;
	}
	.guide_area05-bt a{
		font-size: 18px !important;
	}
}
@media print{
	.guide_area05-map{
		position: relative;
		padding-bottom: 100px;
	}
	
	.guide_area05-text{
		left: 2%;
		padding: 15px;
		margin-left: 0px;
		width: 96%;
		font-size: 14px;
	}
	.guide_area05-bt{
		margin: 0 auto;
		width: 240px;
	}
	.guide_area05-bt a{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 767px) {
	.guide_area05-map{
		padding-bottom: 0px;
	}
	
	.guide_area05-text{
		position: static;
		left: 0%;
		display: block;
		padding: 10px;
		margin: 0;
		width: auto;
	}
	.guide_area05-text .text_left{
		display: block;
		padding-bottom: 15px;
		width: auto;
	}
	.guide_area05-text .text_right{
		display: block;
	}
	
	.guide_area05-bt{
		width: 250px;
	}
}


/*
 * 新品タイヤ・ホイールお見積り
 */
.estimate_area01-con01{
	table-layout: fixed;
	display: table;
	margin-bottom: 50px;
	width: 100%;
}
.estimate_area01-con01 .con01_text{
	display: table-cell;
	padding-right: 30px;
	width: 50%;
	vertical-align: top;
}
.estimate_area01-con01 .con01_photo{
	display: table-cell;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.estimate_area01-con01{
		margin-bottom: 40px;
	}
	.estimate_area01-con01 .con01_text{
		padding-right: 20px;
	}
}
@media print{
	.estimate_area01-con01{
		margin-bottom: 40px;
	}
	.estimate_area01-con01 .con01_text{
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.estimate_area01-con01{
		display: block;
		margin-bottom: 30px;
		width: auto;
	}
	.estimate_area01-con01 .con01_text{
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	.estimate_area01-con01 .con01_photo{
		display: block;
	}
}


/*
 * contact
 */
.contact_area01-con01{/* お問い合わせページ */
	table-layout: fixed;
	display: table;
	margin-bottom: 80px;
	width: 100%;
}
.contact_area01-con01 .con01_text{
	display: table-cell;
	padding-right: 30px;
	width: 50%;
	vertical-align: top;
}
.contact_area01-con01 .con01_photo{
	display: table-cell;
	vertical-align: top;
}

.contact_area01-tit{
	font-size: 20px !important;
}

.contact_phone{
	overflow: hidden;
	display: table;
	background-color: #511411;
	padding: 50px;
}
.contact_phone .phone_left{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.contact_phone .phone_right{
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}

.contact_phone .phone_left .dial_con01{/* 電話・FAX番号表示 */
	overflow: hidden;
	margin: 20px 0 20px 0;
}
.contact_phone .phone_left .dial_con02{/* 電話・FAX番号表示 */
	overflow: hidden;
}

.contact_phone .phone_right .text_tit{
	display: inline-block;
	background-color: white;
	padding: 6px 20px;
	font-size: 14px;
	color: #511411;
	line-height: 1.4;
}
.contact_phone .phone_right .text_list{
	display: table;
	width: 100%;
}
.contact_phone .phone_right .text_list .txt01{
	display: table-cell;
	width: 90px;
	vertical-align: top;
}
.contact_phone .phone_right .text_list .txt02{
	display: table-cell;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.contact_area01-con01{/* お問い合わせページ */
		margin-bottom: 70px;
	}
	.contact_area01-con01 .con01_text{
		padding-right: 20px;
	}
	
	.contact_area01-tit{
		font-size: 16px !important;
	}
	
	.contact_phone{
		padding: 25px;
	}
	.contact_phone .phone_left{
		width: 48%;
	}
	.contact_phone .phone_right{
		padding-left: 20px;
	}
	
	.contact_phone .phone_right .text_tit{
		padding: 5px 20px;
		font-size: 13px;
	}
	.contact_phone .phone_right .text_list{
		font-size: 14px;
	}
	.contact_phone .phone_right .text_list .txt01{
		width: 70px;
	}
}
@media print{
	.contact_area01-con01{/* お問い合わせページ */
		margin-bottom: 70px;
	}
	.contact_area01-con01 .con01_text{
		padding-right: 20px;
	}
	
	.contact_area01-tit{
		font-size: 15px !important;
	}
	
	.contact_phone{
		padding: 25px;
	}
	.contact_phone .phone_left{
		width: 48%;
	}
	.contact_phone .phone_right{
		padding-left: 20px;
	}
	
	.contact_phone .phone_right .text_tit{
		padding: 5px 20px;
		font-size: 13px;
	}
	.contact_phone .phone_right .text_list{
		font-size: 14px;
	}
	.contact_phone .phone_right .text_list .txt01{
		width: 70px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area01-con01{/* お問い合わせページ */
		display: block;
		margin-bottom: 40px;
		width: auto;
	}
	.contact_area01-con01 .con01_text{
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	.contact_area01-con01 .con01_photo{
		display: block;
	}
	
	.contact_area01-tit{
		font-size: 15px !important;
	}
	
	.contact_phone{
		display: block;
		padding: 10px;
	}
	.contact_phone .phone_left{
		display: block;
		padding-bottom: 10px;
		width: auto;
	}
	.contact_phone .phone_right{
		display: block;
		padding-left: 0px;
	}

	.contact_phone .phone_left .dial_con01{
		margin: 0px 0 15px 0;
	}
	
	.contact_phone .phone_right .text_tit{
		display: block;
		padding: 4px 15px;
		font-size: 12px;
		text-align: center;
	}
	.contact_phone .phone_right .text_list{
		font-size: 13px;
	}
	.contact_phone .phone_right .text_list .txt01{
		display: table-cell;
		width: 64px;
	}
}

.contact_text01{/* 見積もり系ページ */
	table-layout: fixed;
	display: table;
	background-color: #be261f;
	width: 100%;
	padding: 25px;
}
.contact_text01 .text01_left{
	display: table-cell;
	width: 60%;
	vertical-align: top;
}
.contact_text01 .text01_right{
	display: table-cell;
	vertical-align: top;
}

.contact_text01 .text01_tit{
	position: relative;
	padding-left: 45px;
	font-size: 24px;
	font-weight: 700;
}
.contact_text01 .text01_tit::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	background-color: white;
	margin-top: -1px;
	width: 35px;
	height: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.contact_text01{/* 見積もり系ページ */
		padding: 20px;
	}
	.contact_text01 .text01_right{
		padding-left: 20px;
	}

	.contact_text01 .text01_tit{
		padding-left: 35px;
		font-size: 20px;
	}
	.contact_text01 .text01_tit::before{
		margin-top: -3px;
		width: 22px;
	}
}
@media print{
	.contact_text01{/* 見積もり系ページ */
		padding: 20px;
	}
	.contact_text01 .text01_right{
		padding-left: 20px;
	}

	.contact_text01 .text01_tit{
		padding-left: 35px;
		font-size: 18px;
	}
	.contact_text01 .text01_tit::before{
		margin-top: -3px;
		width: 22px;
	}
}
@media screen and (max-width: 767px) {
	.contact_text01{/* 見積もり系ページ */
		display: block;
		width: auto;
		padding: 10px;
	}
	.contact_text01 .text01_left{
		display: block;
		padding-bottom: 15px;
		width: auto;
	}
	.contact_text01 .text01_right{
		display: block;
	}
	
	.contact_text01 .text01_tit{
		padding-left: 25px;
		font-size: 16px;
	}
	.contact_text01 .text01_tit::before{
		width: 15px;
	}
}

/* address */
.address_con{
	border-bottom: #cccccc solid 1px;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.address_con:last-child{
	border-bottom: #cccccc solid 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.address_con p{
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.address_con{
		padding-bottom: 12px;
		margin-bottom: 11px;
	}
}

/* policy */
.policy{
	overflow: hidden;
}
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}
.policy_tit .inn{
	color: white;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.policy_tit .inn:before, .policy_tit .inn:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: white;
	display: block;
}
.policy_tit .inn:before {
	margin-right: .4em;
}
.policy_tit .inn:after {
	margin-left: .4em;
}
.policy_txt{
	overflow: hidden;
	overflow-y: scroll;
	border: #a8a8a8 solid 1px;
	padding: 20px;
	height: 280px;
}
.policy_txt .mida{
	background-color: #575757;
	padding: 6px 10px;
	color: white;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.policy_tit .inn{
		font-size: 20px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media print{
	.policy_tit .inn{
		font-size: 22px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit .inn{
		font-size: 16px;
	}
	.policy_txt{
		padding: 14px;
		font-size: 13px;
	}
}

/* request */
.request_header{
	padding: 60px 0;
	margin-bottom: 60px;
	background: #be261f;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.request_header{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.request_header h1{
		font-size: 20px;
	}
}

.request_promo{
	margin-bottom: 30px;
	text-align: center;
}

.request_thanks-wrap{
	margin-bottom: 150px;
	text-align: center;
}

/* 210610 google検索バー編集 */
.gsc-control-cse{
	background-color: transparent !important;
	border: none !important;
}
.gsc-input-box{
	border-radius: 5px;
}
.gsc-search-box{
	position: relative;
}
.gsc-search-button-v2{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	padding: 0 0 0 10px;
	right: 0;
	background-color: transparent;
	border: 0 none;
	color: #272727;
	height: 30px;
	margin-right: 20px;
	padding: 0 10px;
	overflow: hidden;
	-webkit-appearance: none;
}
.gsc-search-button-v2 svg {
	fill: #272727 !important;
}
.gsc-control-cse{
	padding: 5px !important;
}
.gsc-search-button-v2{
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}
.gsib_a{
	padding: 2px 5px !important;
}
.gsib_b{
	padding-right: 20px;
}
.gsc-search-butto{
	margin-right: 20px;
}


.home_area00{
	overflow: hidden;
	padding: 30px 0 0 0;
	background: linear-gradient(#171717 0%, #151920 50%, #131b29 75%, #0e1c34);
}

.c_txt-midashi01 .txt-adjust{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding-left: 60px;
}

.home_area00 .box{
	display: flex;
    justify-content: center;
}
.box-bnr{
	width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 0;
	margin-right: 50px;
}
.box-bnr li{
	list-style: none;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.home_area00 .box {
		flex-wrap: wrap;
	}
	.box-bnr{
		width: 100%;
		margin: 10px 0;
		justify-content: space-evenly;
	}
}






.tac{
	text-align: center !important;
}