@charset "utf-8";
#overview {
    padding-top: 5.38%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
    background-image: url(../images/dot_deco_large.svg);
    background-repeat: no-repeat;
    background-position: left -20% top 30%;
    background-size: 36.15% auto;
}
#overview_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.15%;
}
#overview_cont .hg_h2 {
    width: 160px;
    min-width: 160px;
    margin-right: 40px;
}

#overview_table {
    width: 70%;
}
#overview_table table {
    width: 100%;
	border-top: 1px solid #dbd0c3;
}
#overview_table table th {
    border-bottom: 1px solid #dbd0c3;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
    line-height: 1.5em;
    width: 144px;
    min-width: 144px;
    letter-spacing: 0.05em;
}
#overview_table table td {
    border-bottom: 1px solid #dbd0c3;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.5em;
}
#access {
}
#access .access_guide {
    text-align: center;
    line-height: 1.6em;
    margin-top: 24px;
    margin-bottom: 24px;
}
#gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
	border-radius: 12px;
}
#gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
	border-radius: 12px;
}
#history {
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
	background-image: url(../images/dot_deco_large.svg);
    background-repeat: no-repeat;
    background-position: left -20% top 60%;
    background-size: 36.15% auto;
}
#history_cont {
    display: flex;
    justify-content: space-between;
}
#history_cont .hg_h2 {
    width: 160px;
    min-width: 160px;
    margin-right: 40px;
}
#history_table {
	width: 70%;
}
#history_table table {
	width: 100%;
	border-collapse: collapse;
}
#history_table table tr:nth-child(odd) {
    background-color: #f9f7f4;
}
#history_table table th {
    padding: 16px;
    text-align: left;
    width: 152px;
    min-width: 152px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#history_table table td {
    padding: 16px;
}
