﻿@charset "utf-8";

body {
    background-image: url(bg01.png);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;

    background-blend-mode: lighten;
    font-size: 16px;
    font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
    color: #333333;
    margin: 0 auto;
}
    
.background1 {
    background-image: url(bg01.png);
}
.background2 {
    background-image: url(bg02.png);
}
.background3 {
    background-image: url(bg03.png);
}
.background4 {
    background-image: url(bg04.png);
}
.background5 {
    background-image: url(bg05.png);
}
.background6 {
    background-image: url(bg06.png);
}
.background7 {
    background-image: url(bg07.png);
}
.background8 {
    background-image: url(bg08.png);
}
.background9 {
    background-image: url(bg09.png);
}
.background10 {
    background-image: url(bg10.png);
}
.background11 {
    background-image: url(bg11.png);
}
.background12 {
    background-image: url(bg12.png);
}
.background13 {
    background-image: url(bg13.png);
}
.background14 {
    background-image: url(bg14.png);
}
.background15 {
    background-image: url(bg15.png);
}
.background16 {
    background-image: url(bg16.png);
}
.background17 {
    background-image: url(bg17.png);
}
.background18 {
    background-image: url(bg18.png);
}
.background19 {
    background-image: url(bg19.png);
}


img {
    max-width: 100%;
    height: auto;
}

.home-logo {
    max-width: 300px;
}

header {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 5px 24px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 952px;
    border-top: 1px solid rgba(92,102,245,0.6);
    border-bottom: 1px solid rgba(92,102,245,0.6);
}

.global-nav {
    width: 600px;
}

    .global-nav ul {
        font-size: 20px;
        display: flex;
        margin: 0;
    }

    .global-nav li {
        font-weight: normal;
        color: navy;
        flex-grow: 1;
        padding: 4px;
        list-style: none;
        text-align: center;
        border-left: solid 1px #936458;
        background-color: #ffffff;
    }

h5 {
    margin: 15px;
}

.mass {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #808080;
    width: 900px;
    display: flex;
    margin: 0px auto;
    padding: 10px 0;
    background-image: url(bn_yellowline.png);
}
.mass_C{
    width: 480px;
    text-align: center;
}
.mass_L, .mass_R{
    width: 220px;
}
.mass_L{
    text-align: right;
}
.mass_R{
    text-align: left;
}


nav {
    border: 0px solid navy;
    max-width: 900px;
    margin: 10px auto;

}
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
}

    .breadcrumb li:not(:last-of-type)::after {
        content: "›";
        margin: 0 .6em; /* 記号の左右の余白 */
        color: #777; /* 記号の色 */
    }


.center {
    margin: 0 auto;
    width: max-content;
}

.center div{
    width: 550px;
}

    .center ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
    }

    .center li {
        margin-right: 8px;
        margin-top: 8px;
    }

.thumb {
    width: 150px;
}

h1, h2, h3 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #808080;
    text-align: center;
    background-image: url(bn_yellowline.png);
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 0px;
}

h1{
    margin-top: 20px;
}

h2, h3 {
    margin-top: 0px;
    border-bottom: solid 0px gray;
}

.spec {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: solid 1px #778ca3;
    background-color: white;
}
    .spec tr:nth-child(2n+1) {
        background: #e9faf9;
    }

    .spec th, .spec td {
        padding: 10px;
        border-bottom: solid 1px gray;
        text-align: center;
    }

    .spec td {
        background-color: rgba(255,250,194,1.0);
        border-top: solid 1px gray;
        font-weight: bold;
        font-size: 20px;
    }

    .spec th{
        font-size: 16px;
        font-weight: normal;
            }

    .blank {
        width: 100px;
            }

.syogen {
    width: 90px;
    vertical-align: middle;
}

.tokucyou {
    table-layout: fixed;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #e9faf9;
}

    .tokucyou td {
        background-color: white;
        border-top: solid 0px gray;
        border-bottom: solid 1px gray;
        padding: 5px;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
    }
.blank_l{
    width: 40px;
}
.figure{
    width: 160px;
    background-color: red;
}

.notes {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 0px #778ca3;
    background-color: white;
    padding: 10px;
}
    .notes td {
        border-top: solid 0px gray;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
    }
.notes a:link {
    color: rgba(92,102,245,1.0);
    text-decoration: underline;
}

.notes a:visited {
    color: #666600;
}

.notes a:active {
    color: #660066;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(174,181,220,1.0);
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 2px;
}

.picture {
    margin: 0 auto;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 15px;
}

.picture ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.picture li {
        margin-right: 8px;
    }


footer {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(92,102,245,1.0);
    color: yellow;
    text-align: center;
    padding: 6px 5px 6px;
    font-size: 18px;
}

    footer > p {
        margin: 0 24px;
    }