/* アクセス
----------------------------------*/

.access_box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(155,144,110,0.3);
}
@media screen and (max-width: 576px) {
 .access_box {
    background-color: rgba(255,255,255,0.7);
}
  }
.traffic_ttl {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5%;
    background: #9b906e;
    text-align: center;
    line-height: 100px;
    color: #FFFFFF;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
 .traffic_ttl {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 0%;
    background: #9b906e;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
	font-size: 16px;
}
  }

.googlemap_tx {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.1rem;
    color: #777;
    line-height: 1.9;
    margin-bottom: 15px;
    text-align: right;
}
.googlemap_tx span {
    font-size: 2.0rem;
    line-height: 50px;
    color: #fff;
    background-color: #9b906e;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 30px;
}
.a_table {    
    margin-bottom: 25px;    
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;	
	width: 100%;
}

.a_table th {
    width: 25%;
    background-color: rgba(155,144,110,0.1);
    color: #000;
    text-align: center;
}
.a_table td {
    background-color: rgba(255,255,255,0.7);
}
.a_table th,.a_table td {
    font-size: 18px;
    line-height: 1.8;    
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 576px) {
.a_table {  
    	
	width: 100%;
}
	.a_table th {
    width: 100%;
    display: block;
}
.a_table td {
    width: 100%;
	display: block;
}
}
.contents_box iframe {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.parking_area {
    padding-top: 0%;
    margin-top: 0%;
    background-color: rgba(155,144,110,0.1);
}

.qr_img {
    width: 70px;
    display: inline;
    margin-left: 30px;
}

@media screen and (max-width:1080px) {}
@media screen and (max-width:810px) {}
@media screen and (max-width:768px) {}
@media (max-width: 576px) {}
@media screen and (max-width:375px) {}