@charset "UTF-8";

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.headerContainerForSP {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

#headerMenuIcon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

pre {
    font-size: 12px;
    text-align: left;
    max-width: 1000px;
    white-space: pre-wrap;
    font-family: "TsukuMinPr6N-L", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.MoushikomiButton {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 64px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
}

.square_btn {
    display: inline-block;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 24px;
    background: #FC8D32;
    color: #FFF;
    /*border-bottom: solid 4px #627295;*/
    /*border-radius: 3px;*/
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

table {
    font-size: 16px;
    border: #aaaaaa solid 1px;
    border-collapse: collapse;
    margin: 0 auto;
}

table tr, td, th {
    border: #aaaaaa solid 1px;
    border-collapse: collapse;
    background-color: white;
}


table tr {
    height: 64px;
}

table th {
    background: #eee;
}

table td {
    text-align: left;
    padding: 8px;
}

#FP_TopImage {
    width: 100%;
}

#FP_TopImage img {
    width: 100%;
}

.TopContents {
    position: absolute;
    width: 100%;
    height: 100%;
}

.TopContents  h2 {
    margin-top: 200px;
    color: #ffffff;
}

.TopContents  h3 {
    position: absolute;
    width: 100%;
    bottom: 300px;
    color: #ffffff;
}


.colorPurple {
    color: #514597;
}

nav {
    font-family: "TsukuMinPr6N-L", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

#myMap {
    max-width: 800px;
    height: 600px;
    width: 100%;
}

.logoContainer {
    display: flex;
    justify-content: center;
    line-height: 1;
}

.logoContainer li {
    margin: 0 20px;
}

.logoImage {
    display: block;
    border: #9b9b9b 1px solid;
    width: 250px;
    height: 92px;
}

hr {
  border-top: 1px dashed #bbb;
    background-color: rgba(0,0,0,0);
}

#menuButton {
    display: none;
}

pre a {
    text-decoration: underline;
}