	.pageheader{
	max-width: 402px;
	width: 90%;
}

#businessday{
	margin-bottom: 0px;
	vertical-align: middle;
}
#tels > div:nth-child(2){
	vertical-align: middle;	
}
#businessday , #businessday td{
	border:none;
    font-size: 16px;

}
#businessday > tbody > tr > td:nth-child(1){
	width:100px;
}

.entry-content{
    color:rgba(50,50,50);
}
#mapwrapper {
    position: relative;
    margin-bottom: 20px;
}
#mapwrapper:before {
    content:"";
    display: block;
    padding-top: 50%; /* 高さを幅の75%に固定 */
}
#mapcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

#maps{
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

#tels{
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
#inquery{
    display: block;
    white-space: nowrap;
    font-size: 18px;
	color:rgb(50,50,50);
    /*font-weight: bold;*/
}
#tels > div:nth-child(1){
    padding-bottom: 0px;
}
#tels > div:nth-child(1) img{
    margin-bottom: 20px;
}
#tels > div:nth-child(2) > div > p:first-child{
    display: none;
}
#tels > div:nth-child(2) p{
    font-size: 14px;
    display: inline-block;
    margin-left: 3px;
}
#p_holiday{
    margin-bottom: 0px;
}
.entry-content > div:nth-child(3) , .entry-content > div:nth-child(4) , .entry-content > div:nth-child(5) , .entry-content > div:nth-child(6){
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 72px;    
}
.entry-content > div:nth-child(6){
    margin-bottom: 134px;
}
.entry-content > div:nth-child(5){
    margin-bottom: 80px;
}
.arrow{
    margin-bottom: 25px;
    max-width: 268px;
    width: 100%;
}
.list_title
{
    font-size: 18px;
}



#table_weekday td , #table_holiday td{
    text-align: center;
    font-size: 17px;
	width:80%;
	border:solid 1px rgb(242,242,242);

}
#table_weekday tr:nth-child(1) td , #table_holiday tr:nth-child(1) td{
    background-color: rgb(242,242,242);
}
.align{
    width:3.7em;
    text-align: right;
    display: inline-block;
}
#table_weekday , #table_holiday{
    border-left: none;
}
#table_holiday td:last-child{
    border-right: none;
}
.circle{
    border-radius: 50%;
    background-color: rgb(134,211,205);
    display: inline-block;
    width: 1rem;
    height :1rem;
    margin-right: 10px;
    margin-top: 6px;
    vertical-align: top;
}

@media screen and (max-width: 1000px){
    #table_weekday td:last-child{
        border-right: none;
    }

}
@media screen and (min-width: 1000px){
    #tels > div:nth-child(1) , #tels > div:nth-child(2){
        display: table-cell;
    }
    #tels > div:nth-child(1){
        padding-right: 25px;
    }
    #tels > div:nth-child(2){
        padding-left: 18px;
        border-left: dashed 1px rgb(153,153,153);
    }
    #tables{
    	vertical-align: top;
    }
    #table_weekday , #table_holiday{
        width: 50%;
        float: left;
    }
    #businessday{
    	width:550px;
    }
    .clearfix{
        clear: both;
        float: none;
    }
    #table_holiday{
    	margin-bottom: 0px;
    }
/*    #table_holiday > tbody > tr:nth-child(5){
    	height: 100px;
    }
*/}

@media screen and (max-width: 700px){
    #mapwrapper:before {
        padding-top: 100%; /* 高さを幅の75%に固定 */
    }
/*    #maps > p > .nowrap{
    	display: block;
    }
*/
    #maps > p > a{
    	float: none;
    }
    #maps > p > a > img{
    	float:none;
    	margin-left: 0px;
    }
}

@media screen and (max-width: 1200px){
    #tels > div:nth-child(2) p{
        display: block;
        margin-top: -1.3em;
    }
}

#footer_left_header > a > img a:hover{
	width:130px !important;
	height: 50px !important;
	color:rgba(255,255,255);
	display: inline-block;
	}

.access a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


