@charset "utf-8";

body {
    font-family: 'Catamaran','Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
}
img {
    max-width: 100%;
}


.topPage header {
    width: 640px;
    margin: 0 auto 22px;
}
.topPage header h1 {
    text-align: center;
    padding: 20px 0px 16px;
}


.topPage Menu ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid #000080;
    border-bottom: 2px solid #000080;
    background-color: azure;
    padding: 12px 0px 10px;
}

.topPage Menu ul li {
    margin: 0 20px;
}

.topPage Menu ul li a {
    font-size: 22px;
    font-weight: bold;
    color:#000080
}

.topPage Menu ul li a:hover{
    text-decoration: underline double #000080 2px;
}

.topPage main p {
    display: flex;
    justify-content: center;
    padding: 12px 20px 20px;
}

.topPage main h3 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}


.topPage h2 {
    width: 600px;
    background-color: #006e54;
    border-radius: 0px 22px 22px 22px;
    padding: 6px 25px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.topPage ul li {
    margin: 10px 20px;
}


.subPage header {
    width: 640px;
    margin: 0 auto 22px;
}

.subPage header h1 {
    text-align: center;
    padding: 20px 0px 16px;
}

.subPage Menu ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid #000080;
    border-bottom: 2px solid #000080;
    background-color: azure;
    padding: 12px 10px 10px;
}

.subPage Menu ul li {
    margin: 0 20px;
}

.subPage Menu ul li a {
    font-size: 22px;
    font-weight: bold;
    color:#000080
}

.subPage Menu ul li a:hover{
    text-decoration: underline double #000080 2px;
}


.subPage main h1 {
    display: flex;
    font-size: 32px;
    font-weight: 700;
    color: #b94047;
    letter-spacing: .17em;
    padding: 12px 20px 20px;
}

.subPage main h3 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.subPage main p {
    padding: 12px 20px 20px;
}

.subPage h2 {
    font-size: 28px;
    font-weight: 700;
    color: #c39143;
    text-align: center;
    letter-spacing: .17em;
    margin-bottom: 10px;
}

.subPage h4 {
    width: 600px;
    margin: 30px auto;
    background-color: #006e54;
    border-radius: 0px 22px 22px 22px;
    padding: 6px 25px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.subPage h5 {
    width: 600px;
    margin: 0px auto;
    padding: 12px 20px 20px;
    font-size: 16px;
}

.subPage ul li {
    margin: 10px 20px;
}

.table {
    border-collapse: collapse;
}

    th,td {
        padding: 4px 12px;
        border: 2px solid #d9d9d9;
    }

.record {
    margin: auto;
    th {
        text-align: center;
    }
}

.area-box {
    margin: 0 auto 22px;
}

.area-box p {
    padding: 12px 20px 20px;
}

.photo-box {
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    width: 400px;
    height: auto;
    object-fit: cover;
    background: #f8f4e6;
}

.photo-box img {
    max-width: 100%;
}

.photo-box span {
    display: block;
    text-align: center;
    padding: 12px 15px 10px;
    font-size: 18px;
    border-bottom: 4px solid #7b8d42;
}

.photo-box p {
    display: block;
    text-align: left;
    padding: 6px 20px 10px;
}

.photo-box2 {
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    width: 400px;
    height: auto;
    background: #f8f4e6;
}

.photo-box2 img {
    max-width: 100%;
}

.photo-box2 span {
    display: block;
    text-align: center;
    padding: 12px 15px 10px;
    font-size: 18px;
    border-bottom: 4px solid #7b8d42;
}

.photo-box2 p {
    display: block;
    text-align: left;
    padding: 6px 20px 10px;
}


.regular {
    color: #0090E1;

 &:hover {
    color: #E10051
 }
 &:active {
    color: #FFE34E;
 }
}


footer {
    margin-top: 20px;
    padding-top: 68px;
}
footer p {
    background-image: linear-gradient(135deg,#c39143 0%,#f8f4e6 50%,#7b8d42 100%);
    text-align: center;
}

/* pc用設定  */

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

.topPage main {
    max-width: 1280px;
    margin: 0 auto;
}

.topPage article {
    max-width: 600px;
    margin: 0 auto;
}

.topPage aside {
    max-width: 600px;
    margin: 0 auto;
}

.subPage main {
    max-width: 800px;
    margin: 0 auto;
}

.subPage article {
    max-width: 1280px;
    margin: 0 auto;
}

.cotainer {
    display: flex;
    flex-wrap: wrap;
}


.subPage aside {
    max-width: 600px;
    margin: 0 auto;
}


}
