@charset "utf-8";
/* CSS Document */


#page #page_title div {
    background: rgba(248,235,107,0.85);
    text-align: center;
    padding: 20px 0 20px 0;
    position:static;
    width: 100%;
    height: auto;
}

#page h3{
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
	background: none;
}

.wrapper a {
	color: #00a2e6;
	text-decoration: underline;
}

@media only screen and (max-width:667px){
    table tr{
        display: block;
    }
    table th,
    table td{
        display: list-item;
        border: none;
        list-style: none;
    }
}

table{
	width: 100%;
}

table th{
	background: #d1ecfa;
	padding: 5px 0;
}
table td{
    padding: 5px 0 15px 0;
}

#page #contact{
	background: none;
	padding: 0;
}

.wrapper .gmap {
    margin-top: 50px;
}

.wrapper .gmap iframe {
    width: 100%;
    height: 500px;
}

/*********************************************************************************

Media Query for PC

*********************************************************************************/

@media screen and (min-width: 668px){

#page #page_title div {
   padding: 80px 0 80px 0;
}

#page h3{
	font-size: 3rem;
}

table{
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

table th{
	background: none;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	font-size: 1.5rem;
	width: 160px;
}
table td{
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.5rem;
}
#gmap{
	height: 400px;
}


}