.h3-1{
font-size:30px;
font-weight:bold;
text-align:center;
margin-bottom:15px;
}
.list{
display:flex;
flex-wrap:wrap;
gap:20px;
list-style:none;
margin:0 auto 50px;
}
.list li{
width:calc((100% - 40px) / 3);
background:#fff;
color:#3762ed;
text-align:center;
font-size:20px;
font-weight:bold;
border-radius:5px;
line-height:50px;
}
.photo{
display:flex;
flex-wrap:wrap;
gap:20px;
list-style:none;
margin:0 auto 50px;
}
.photo li{
width:calc((100% - 40px) / 3);
background:#eee;
color:#000;
text-align:center;
line-height:180px;
}
.kyouchou{
font-size:24px;
font-weight:bold;
color:#ff0000;
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
text-align:center;
margin:0 0 40px;
}
#content h4{
font-size:20px;
margin-bottom:15px;
}

@charset "utf-8";
/* CSS Document */

.pageinfo {
	border: 10px solid #3a3225;
	background: url(../images/bg_pageinfo.png) repeat;
	margin: 100px 0 0 0 ;
	padding: 15px;
	color: #000;
}

#content {
	background: url(../images/bg_content_g.gif);
font-size:16px;
line-height:1.8em;
}

.col {
	margin: 10px 0 0 0;
}

.col h2{
	clear: both;
	width: 350px;
	height: 30px;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	background: url('../images/rentalpit/bg_rental_h2.png') no-repeat;
	line-height: 30px;
	color: #777;
	letter-spacing: 2px;
	text-shadow: 0px 1px 1px #000;
	filter: dropshadow(color=#000, offx=0, offy=1);
}

.col_l {
	width: 370px;
	display: inline;
	float: left;
	line-height: 1.8;
}

.col_l table{
	margin: 20px 0 10px 0;
}

.col_r {
	width: 190px;
	display: inline;
	float: right;
}
.col_r img {
	width: 190px;
	height: auto;
	overflow: hidden;
}

/*contactの電話番号変更*/
.contact {
	position: absolute;
	top: 0;
	right: 0;
	height: 49px;
	width: 216px;
	background: url(../images/btn_contact_g.png) no-repeat 0 0;
}


.ui-tabs-hide{
	display: none;
}

#page_navi{
	list-style: none;
	overflow: hidden;
}


#page_navi li{
	display: inline;
	float: left;
	width: 280px;
	height:  40px;
	margin: 5px;
}
#content img{
display:block;
width:100%;
height:auto;
}
