﻿@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);
}

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

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

header {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 5px 24px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    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;
    }

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; /* 記号の色 */
    }

h1 {
    text-align: center;
    display: block;
    width: 537px;
    margin: 20px auto 0px;
    padding: 0px 0;
    border-radius: 6px;
}

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-top: 20px;
    margin-bottom: 0px;
}

.text1 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 0px #778ca3;
    background-color: white;
    font-size: 16px;
    padding: 30px;
}

    .text1 td {
        border-top: solid 0px gray;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
    }

    .text1 a:link {
        color: rgba(92,102,245,1.0);
        text-decoration: underline;
    }

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

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

.text2 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 0px #778ca3;
    background-color: rgba(247,245,108,0.9);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;

}

.fig {
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
}

.fig2 {
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: white;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
}

.fig3 {
    width: 700px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: white;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
}

.collection {
    table-layout: fixed;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 1px;
    border: solid 0px #778ca3;
    background-color: white;
    font-size: 10px;
}

    .collection img {
        width: 116px;
    }

.button {
    text-align: center;
    background-color: rgba(92,102,245,1.0);
    display: block;
    width: 200px;
    margin: 15px auto 15px;
    padding: 8px 0;
    border-radius: 6px;
    color: yellow;
    font-size: 18px;
    font-weight: normal;
}

a.linkImg:hover {
    position: relative;
    text-decoration: none;
}

a.linkImg span {
    display: none;
    position: absolute;
    top: 2.5em;
    left: 20px;
}

a.linkImg:hover span {
    border: none;
    display: block;
    width: 120px;
}

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;
    }