@charset "utf-8";
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner h1 {
	font-size: 36px;
	font-weight: bold;
}
#tenpo_list {
	background: #eff2f5;
}
#tenpo_list .inner {
	padding: 40px 0 100px;
}
#tenpo_list .inner ul li {
	padding-top: 20px;
}
#tenpo_list .inner ul li:nth-child(n+2) {
	margin-top: 60px;
}
#tenpo_list .inner ul li h2 {
	font-size: 30px;
	font-weight: bold;
}
#tenpo_list .inner ul li .main {
	display: flex;
	position: relative;
	box-sizing: border-box;
	height: 460px;
	padding: 50px 0 0 400px;
	background-repeat: no-repeat;
	background-position: 0 20px;
}
#tenpo_list .inner ul li .main:hover {
	background-color: #d0dee6;
}
#tenpo_list .inner ul li > a {
	display: block;
	width: 100%;
	height: 100%;
}
#tenpo_list .inner ul li .main .info {
	position: relative;
	box-sizing: border-box;
	width: 380px;
	height: 300px;
	padding: 45px 20px 0 30px;
	background: #fff;
}
#tenpo_list .inner ul li .main .info dl {
	display: flex;
	margin-top: 15px;
}
#tenpo_list .inner ul li .main .info dl dt {
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#tenpo_list .inner ul li .main .info dl dd {
	width: 250px;
	font-size: 16px;
	line-height: 20px;
}
#tenpo_list .inner ul li .main .info dl .tel {
	position: relative;
}
#tenpo_list .inner ul li .main .info dl .tel p {
	position: absolute;
	top: -4px;
	left: 0;
	box-sizing: border-box;
	width: 44px;
	padding: 3px 8px 1px;
	border-radius: 3px;
	background: #e01700;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#tenpo_list .inner ul li .main .info dl .tel strong {
	margin-left: 55px;
	color: #e01700;
	font-size: 24px;
	font-weight: bold;
}
#tenpo_list .inner ul li .main .info dl .holiday small {
	font-size: 12px;
	letter-spacing: -0.5px;
}
#tenpo_list .inner ul li .main .info .btn-s {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 320px;
	background-position: 300px center;
}
#tenpo_list .inner ul li .main .map {
	box-sizing: border-box;
	width: 400px;
	height: 300px;
	margin-left: 20px;
	border: solid 1px #dedfe0;
}
#tenpo_list .inner ul li .main .logo-green-power {
	position: absolute;
	bottom: 20px;
	left: 495px;
}
#tenpo_list .inner ul li .main .btn-stock {
	position: absolute;
	bottom: 20px;
	left: 580px;
	box-sizing: border-box;
	width: 420px;
	height: 70px;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 390px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
}
#tenpo_list .inner ul li .main .btn-stock:hover {
	background-color: #fff;
}
#tenpo_list .inner ul li .main .btn-stock a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#right_navi {
	position: fixed;
	top: 215px;
	right: 0;
	z-index: 10;
}
#right_navi ul li {
	box-sizing: border-box;
	width: 105px;
	padding: 10px 0 8px 12px;
	border-bottom: solid 1px #70a4ba;
	background: #5690a8;
	font-size: 14px;
	line-height: 20px;
}
#right_navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#right_navi ul li:first-child {
	border-top-left-radius: 3px;
}
#right_navi ul li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 3px;
}