@charset "utf-8";

/*一般*/
* {
    margin: 15;
    padding: 0;
}

.wrapper {
    position: relative;
}

li,
p {
    font-size: 1.5vw;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

br {
    display: block;
    content: “”;
    margin-bottom: 20px;
}

.HeaderInner {
    display: flex;
    justify-content: space-between;
    height: 55px;
    background: azure;
    background: linear-gradient(#63e9f8, #4cedff 50%, #ffffff 100%);
    box-shadow: 1px 2px 5px #e2e2e2;
    border: 1px solid #35ecdd;
    position: relative;
}

#icon {
    display: flex;
    margin-top: -50px;
    margin-left: -2%;
    max-width: 100px;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.menu li {
    width: 40%;
}

#photo {
    position: relative;
    margin-top: 0;
    margin-bottom: 400px;
}


#band {
    position: absolute;
    top: 150px;
    bottom: 10px;
    display: flex;
    background-color: #6993ee;
    opacity: 0.5;
    width: 100%;
    height: 160px;
    z-index: 10;
}

#photo1 {
    position: absolute;
    top: 30px;
    bottom: 10px;
    left: 15%;
    right: auto;
    z-index: 50;
}

#photo2 {
    position: absolute;
    top: 135px;
    bottom: 8px;
    left: auto;
    right: 10%;
    z-index: 50;
}

.subphoto img {
    text-align: center;
    max-width: 100%;
    height: auto;
}

/*FireFox用*/
@-moz-document url-prefix() {

    #photo1 {
        position: absolute;
        top: 30px;
        bottom: 10px;
        left: 18%;
        right: auto;
        z-index: 50;
    }

    #photo2 {
        position: absolute;
        top: 135px;
        bottom: 8px;
        left: auto;
        right: 15%;
        z-index: 50;
    }

}

#photo1 img {
    width: 100%;
}

#photo2 img {
    width: 70%;
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    width: 250px;
    margin-top: auto;
    margin-left: 0;
}

.breadcrumb li::before {
    content: ">"
}

.breadcrumb img {
    margin-left: 3px;
}

.main {
    float: left;
    width: 75%;
}

.sub {
    float: right;
    position: absolute;
    right: 0px;
    max-width: 100%;
}

h2 {
    clear: both;
    margin-bottom: 20px;
    background: azure;
    background: linear-gradient(#63e9f8, #4cedff 50%, #ffffff 100%);
    box-shadow: 1px 2px 5px #e2e2e2;
    padding: 4px 20px 4px 10px;
    border: 1px solid #35ecdd;
}

.contents-a {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contents-a p {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
}

.submenu {
    position: relative;
    top: 70%;
    width: 90%;
    height: 90%;
    font-size: 1.5vw;
    border: 2px solid #c5c5c5;
    line-height: 1.5;
}

.submenu li {
    background-color: #8eaae8;
    list-style: none;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.submenu li:nth-child(odd) {
    background-color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
}



/*B*/

.contents-b1,
.contents-b2 {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contents-b1 p,
.contents-b2 p {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
}


.contents-bInner {
    position: relative;
    overflow: hidden;
    border: 1px solid #CCC;
    border-radius: 6px;
    margin-bottom: 20px;
    background: linear-gradient(#FFF, #e3e3e3);
    box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;
    padding: 10px;
}

.contents-bInner h3 {
    font-size: 1.7vw;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/*C*/

.contents-c {
    margin-top: 20px;
    padding-bottom: 100px;
}

.contents-cNews {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

hr {
    border-bottom: 1px solid #0fffff;
}

.c {
    text-align: center;
}

/*D*/

.contents-d1,
.contents-d2 {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contents-d1 p,
.contents-d2 p {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
}

table.contents-d1Table {
    border-collapse: collapse;
    margin: 5px auto 15px auto;
}

table.contents-d1Table td {
    border-collapse: collapse;
    background-color: #ffffff;
    text-align: left;
    font-size: 1.5vw;
    max-width: 100%;
    padding: 9px;
    border: 2px solid #bee7ec;
}

table.contents-d1Table th {
    background-color: #ffffff;
    text-align: right;
    padding: 10px;
    white-space: nowrap;
    color: #151515;
    border-top: 2px solid #bee7ec;
    border-right: 4px solid #bee7ec;
    border-bottom: 2px solid #bee7ec;
    border-left: 2px solid #bee7ec;
    font-size: 1.5vw;
    letter-spacing: 1px;
    background-repeat: repeat-x;
    background-position: top;
}

/*E*/

.contents-e {
    position: relative;
    overflow: hidden;
    border: 1px solid #CCC;
    border-radius: 6px;
    margin-bottom: 20px;
    background: linear-gradient(#FFF, #e3e3e3);
    box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;
    padding: 10px;
}

.contents-e p {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
}

.contents-e h3 {
    font-size: 1.7vw;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/*F*/

.contents-f {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contents-f p {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
}

.contents-fTable {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.contents-fTable td {
    border: 1px solid #000000;
    padding: 10px 10px;
    word-break: break-all;
    width: 450px;
    font-size: 15px;
}

.contents-fTable th {
    border: 1px solid #000000;
    padding: 10px 10px;
    word-break: break-all;
    width: 150px;
    font-size: 15px;
}

.contents-fTable th {
    width: 160px;
    text-align: center;
    background: #bcbcbc;
    vertical-align: top;
}

.contents-fTable th img {
    width: 100%;
}

.lo {
    width: 96%;
}

.sh {
    width: 80%;
}

/*G*/

.contents-g {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contents-g li {
    max-width: 800px;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 20px;
}


/*一般*/

.FooterInner {
    height: 140px;
    background-color: azure;
    background: linear-gradient(#63e9f8, #4cedff 50%, #ffffff 100%);
    box-shadow: 1px 2px 5px #e2e2e2;
    border: 1px solid #35ecdd;
    width: 100%;
    clear: both;
    z-index: 30;
}

#icon2 {
    height: 70px;
    position: absolute;
    margin-top: -50px;
    margin-left: -2%;
}

.address {
    list-style: none;
    margin-top: 60px;
    padding-left: 10px;
}

.address li {
    font-size: 12px;
}

footer {
    width: 100%;
    bottom: 0;
}

.FooterInner-menu {
    list-style: none;
    float: right;
    width: 500px;
    margin-top: -120px;
    padding-right: 20px;
    z-index: 100;
}

.FooterInner-menu li {
    display: inline-block;
    justify-content: space-around;
}

.FooterInner-menu li+li {
    border-left: 1px solid #714545;
    height: 1.5em;
    padding-left: 6px;
    padding-right: 6px;
}

.copy {
    display: flex;
    position: relative;
    bottom: 0;
    font-size: small;
    margin-top: -30px;
    padding-left: 10px;
}

.copy p {
    font-size: 12px
}

@media screen and (max-width:1200px) {
    /* スマホ版のcss */

    * {
        margin: 15;
        padding: 0;
    }

    .wrapper {
        position: relative;
    }

    li,
    p{
        font-size: 1.2vw;
    }

    h2 {
        font-size: 2.5vw;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    #icon {
        display: flex;
        margin-top: -50px;
        margin-left: -4%;
        max-width: 80px;
    }

    .menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        display: flex;
        justify-content: space-around;
        gap: 1px;
        list-style: none;
    }

    .menu li {
        width: 40%;
        display: flex;
        justify-content: space-around;
        font-size: 1.5vw;
    }

    #mainphoto {
        position: relative;
        margin-top: 0;
        margin-bottom: 400px;
    }

    #band {
        position: absolute;
        top: 130px;
        bottom: 10px;
        display: flex;
        background-color: #6993ee;
        opacity: 0.5;
        width: 100%;
        height: 140px;
        z-index: 10;
    }

    #photo1 {
        position: absolute;
        top: 30px;
        bottom: 10px;
        left: 5%;
        right: auto;
        z-index: 50;
    }

    #photo2 {
        position: absolute;
        top: 110px;
        bottom: 10px;
        left: auto;
        right: 1%;
        z-index: 50;
    }

    #photo1 img {
        width: 85%;
    }

    #photo2 img {
        width: 75%;
    }

    .subphoto img {
        text-align: center;
        max-width: 100%;
        height: auto;
    }

    .submenu {
        position: relative;
        top: 70%;
        height: 80%;
        border: 2px solid #c5c5c5;
        line-height: 1.5;
        margin-right: -20px;
    }

    .submenu li {
        background-color: #8eaae8;
        font-size: 1.5vw;
        list-style: none;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .submenu li:nth-child(odd) {
        background-color: #ffffff;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    iflame{width: 80%;}

    .date,.title{font-size: 2vw;}

    #icon2 {
        margin-top: -50px;
        margin-left: -4%;
        max-width: 80px;
    }

    footer {
        width: 100%;
        bottom: 0;
    }

    .fixed {
        position: fixed;
    }

    .FooterInner-menu {
        list-style: none;
        display: flex;
        justify-content: end;
        width: 500px;
        margin-top: -120px;
        padding-right: 5px;
        z-index: 100;
    }

    .FooterInner-menu li {
        font-size: 50%;
        display: inline-block;
        justify-content: space-around;
    }

    .FooterInner-menu li+li {
        font-size: 55%;
        border-left: 1px solid #714545;
        height: 1.5em;
        padding-left: 5px;
        padding-right: 5px;
    }

    .copy {
        display: flex;
        position: relative;
        bottom: 0;
        font-size: small;
        margin-top: -50px;
        padding-left: 10px;
    }

}