@charset "utf-8";

.sp {
	display: block;
}
.nosp {
	display: none;
}
.pcf_spb {
	display: block;
}
.sp_pp {
	padding: 0 20px;
}
.sp_pb {
	padding: 0 20px 30px 20px;
}

main {
	margin-bottom: 80px;
}
main section#main h3#spmoji {
	padding-top: 30px;
	color: #1d80a2;
	text-align: center;
	font-size: 180%;
	font-weight: 900;
	line-height: 1.8em;
}
main section#main {
	background: url("../../images/top_back_sp.jpg") repeat-y;
	background-position: center;
}
main section#main {
	max-width: 500px;
	margin: 0 auto;
}
main aside {
	display: block;
}
main aside div#ban_01,
main aside div#ban_02 {
	width: 300px;
	height: 111px;
	margin: 0 auto;
}
main aside div#ban_01 {
	margin-bottom: 30px;
}
.typeA,
.typeB {
	max-width: 375px;
	padding: 50px 0 0 0;
}
.typeC {
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
main section#main article h2 {
	padding-bottom: 20px;
}
main section#main article h2#gree {
	width: 198px;
	height: 56px;
	margin: 0 auto;
	background: url("../../images/top_t_gree_sp.svg") no-repeat;
}
main section#main article p {
	padding: 0 20px;
	line-height: 2em;
}
main section#main article h2#news {
	width: 142px;
	height: 55px;
	margin: 0 auto;
	background: url("../../images/top_t_news_sp.svg") no-repeat;
}
main section#main article ul#news_box {
	list-style-type: none;
	padding: 0 0 60px 0;
	text-align: center;
}
main section#main article ul#news_box li {
	padding: 10px 0 10px 0;
	text-indent: 0;
}
main section#main article ul#news_box li time {
	display: block;
	width: auto;
	padding-bottom: 5px;
}
main section#main h2.lineR {
	width: 100%;
	height: 64px;
	line-height: 80px;
	padding-left: 0;
	text-align: center;
	font-size: 130%;
	font-weight: 900;
	background: url("../../images/top_t_line_sp.png") no-repeat center;
}
main section#main article button {
	margin: 0 0 60px 0;
}
main section#main article#car {
	width: 680px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
main section#main article figure figcaption {
	padding: 20px 0 50px 0;
}
main section#main article figure figcaption ul li {
	color: #1d80a2;
	line-height: 1.8em;
	font-size: 110%;
	font-weight: 900;
}
main section#main article:last-of-type {
	padding-bottom: 0;
}
main footer {
	display: block;
	padding: 50px 0 30px 0;
	text-align: center;
}
main footer div#add h1 {
	/*padding-top: 30px;*/
	font-size: 170%;
}
main footer div#add address {
	/*padding-top: 20px;*/
	font-size: 110%;
}
main footer div#add p {
	padding-top: 50px;
}
main footer div#add p small {
	font-weight: 400;
	font-size: 90%;
}


/*main footer*/ 
div#f_tel{
	position: fixed;
	width: 100%;
	transition: all .6s;
	z-index: 150;
}
.f_tel_close{
	bottom:-150px;
}
.f_tel_open{
	bottom:0px;
}

/*main footer*/
div#f_tel div#pagetop {
	width: 44px;
	height: 53px;
	margin: 0 10px 0 auto;
	background: url("../../images/pagetop.svg") no-repeat;
}
/*main foote*/
div#f_tel p {
	width: 100%;
	height: 30px;
	color: #1d80a2;
	text-align: center;
	font-size: 110%;
	font-weight: 900;
	background: #fff;
}
/*main footer*/
div#f_tel ul {
	display: flex;
}
/*main footer*/
div#f_tel ul li {
	width: 25%;
	padding: 10px;
    text-align: center;
	font-size: 120%;
	font-weight: 600;
}
/*main footer*/
div#f_tel ul li::before{
    content: "";
    display: inline-block;
    background: url("../../images/tel_w.svg") no-repeat 0 0 / 16px auto;
    width: 16px;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
}
/*main footer*/
div#f_tel ul li a {
	color: #f3ff64;
}
/*main footer*/
div#f_tel ul li.tel_b {
	background: #1d80a2;
}
/*main footer*/
div#f_tel ul li.tel_g {
	background: #00a284;
}

@media screen and (max-width:430px) {
	div#f_tel ul li {
		font-size: 90%;
	}
}
