@charset "utf-8";

@media (max-width: 700px) {

#overview {
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 10%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right -88px top 60%;
    background-size: 60% auto;
}
#overview_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9.23%;
    flex-wrap: wrap;
}
#overview_cont .hg_h2 {
    width: 160px;
    min-width: 160px;
    margin-right: 40px;
}

#overview_table {
    width: 100%;
    margin-top: 24px;
}
#overview_table table {
    width: 100%;
    border-top: 1px solid #dbd0c3;
}
#overview_table table th {
    border-bottom: 1px none #dbd0c3;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: left;
    line-height: 1.5em;
    width: 100%;
    min-width: 144px;
    letter-spacing: 0.05em;
    display: block;
}
#overview_table table td {
    border-bottom: 1px solid #dbd0c3;
    padding-top: 8px;
    padding-bottom: 20px;
    line-height: 1.5em;
    width: 100%;
    display: block;
}
#access {
}
#access .access_guide {
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 16px;
}
#gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    border-radius: 12px;
}
#gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
	border-radius: 12px;
}
#history {
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 12.3%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left -20% top 60%;
    background-size: 36.15% auto;
}
#history_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#history_cont .hg_h2 {
    width: 160px;
    min-width: 160px;
    margin-right: 40px;
}
#history_table {
    width: 100%;
    margin-top: 16px;
}
#history_table table {
	width: 100%;
	border-collapse: collapse;
}
#history_table table tr {
    border-radius: 8px;
}

#history_table table tr:nth-child(odd) {
    border-radius: 8px;
    background-color: #f9f7f4;
}
#history_table table th {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
    min-width: 152px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#history_table table td {
    padding-top: 6px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}
