@charset "UTF-8";
/* DENDEN用 */
body {
    /* background: rgba(204, 168, 168, 0.31); */
    /* background-image: url(../img/logo_yoko.png); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    z-index: 0;
}
#pageInfo {
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    background-color: rgba(182, 227, 252, 0.45);
}
#pageInfo h2 {
    font-size: calc(100% / 1.618);
    margin-top: -10px;
}
#contents img {
    width: 100%;
    height: auto;
}
#main h2 {
    width:100%;
    /* height: 40px; */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 100;
    border-bottom: none;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 20;
}

#main .introduction {
    width: calc(100% - 2px);
    margin: 0 1px 20px 1px;
    text-align: center;
    border-radius: 5px;
    /* background-color: rgba(149, 218, 252, 0.59); */
    background-color: rgb(231, 231, 231);
    box-shadow: 0 0 8px gray;
}
#main .introduction h2 {
    margin: 0 0 8px 0;
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
}
/* #main .introduction {
    width: 100%;
} */
#main .introduction .photoBox_3 {
    margin-top: 15px;
}
#main .introduction .photoBox_3 .photoBoxInner {
    margin: 0 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
#main .introduction .photoBox_3 .photoBoxInnerBox {
    width: calc((100% - 30px) / 3);
    height: auto;
    margin: 0 0 0 0;
    display: inline-block;
    /* margin: 0 10px; */

}
#main .introduction .photoBox_3 img {
    display: flex;
    justify-content: space-between;
    /* -webkit-appearance: none; */

    /* width: calc((100% - 30px) / 3); */
    /* height: auto; */
    /* margin: 0 0 0 0; */
}
#main .introduction .textBox {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 15px 0;
    text-align: center;
    font-weight: bold;
}
#main .colorIntroduction {
    width: calc(100% - 2px);
    margin-bottom: 20px;
    border-radius: 5px;
    /* background-color: rgb(199, 199, 199); */
}
#main .colorIntroduction h2{
    width: 100%;
    text-align: center;
}
#main .colorIntroduction .colorBox {
    width: calc((100% - 92px) / 4);
    padding: 10px;
    display: inline-block;
    /* margin: 0 0 0 0; */
}
#main .colorIntroduction .colorBox div {
    display: inline;
}
#main .set {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
}
#main .basic{
    background-color: rgb(219, 189, 100);
    background: linear-gradient(to bottom, rgb(252, 245, 246), rgb(173, 173, 173));
    background: linear-gradient(to bottom, #FFF, #FFC778);
    background: linear-gradient(to bottom, #FFC778, #FFF);
}
#main .set h2 {
    width: 100%;
    margin: 5px 0;
}
#main .set .basicM {
    width: calc(100% -10px);
    margin: 0 5px;
    display: flex;
    justify-content: space-between;
}
#main .set .basicTitle {
    padding: 20px 0;
}
#main .set .basicTitle h2 {
    font-size: 180%;
}
#main .set .basicM .mBox {
    width: calc((100% - 50px) / 4);
    display: inline-block;
}
#main .set .basicM .mBox_w {
    width: calc((100% - 30px) / 2);
}
#main .set .basicM .mBox_w .mBox_wInnerL {
    width: calc(40% - 20px);
    width: 40%;
    float: left;
}
#main .set .basicM .mBox_w .mBox_wInnerR {
    width: calc(60% - 20px);
    float: right;
}

#main .option {
    border: solid 1px;
    border-color: rgb(33, 34, 139);
}
#main .detail table, #main .detail th, #main .detail td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid rgb(41, 40, 126);
}
#main .detail table {
    width: 100%;
}
#main .detail .detailL{
    width: 70%;
    float: left;
}
#main .detail .detailR{
    width: 30%;
    float: right;
}
#main .detail th {
    width: 60%;
    background-color: rgb(187, 217, 255);
    font-size: 15px;
}
#main .detail td {
    width: 83%;
    text-align: right;
}
#main .detail .thTop {
    background-color: rgb(136, 187, 251);
    background: linear-gradient(to bottom, rgb(222, 235, 251), rgb(136, 187, 251));
    /* color: rgb(127, 221, 3); */
    font-weight: 900!important;
    font-size: 20px;
}

/* タブレット用 */
@media screen and (max-width:960px){
    #contents {
        width: calc(100% - 10px);
        margin: 0 5px;
    }
    #contents #main {
        width: calc(70% - 5px);
    }
}
@media screen and (max-width:767px) {
    #breadNav {
        margin-bottom: 10px;
    }
    #contents #main {
        width: 100%;
    }
    #main .introduction .textBox {
        width: calc(100% - 10px);
        margin: 5px 3px 0 5px;
        padding: 5px 0 15px 0;
        /* text-align: left; */
    }
    #main .detail .detailR, #main .detail .detailL {
        width: 100%;
        float: none;
    }
    #main .set .basicM {
        width: calc(100% -10px);
        margin: 0 5px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #main .set .basicM .mBox {
        width: calc((100% - 15px) / 2);
        display: inline-block;
    }
    #main .set .basicM .mBox .mBox_text {
        padding: 2px;
    }
    #main .set .sRow {
        margin-top: 25px;
    }
    #main .colorIntroduction {
        margin-top: 35px;
        /* background-color: rgb(199, 199, 199); */
    }
    #main .set .basicM .mBox_w {
        width: 100%;
    }
    #main .detail table, #main .detail th, #main .detail td {
        border-collapse: collapse;
        border: 1px solid rgb(41, 40, 126);
    }
    #main .detail td {
        width: 85%;
        margin: 0;
    }
    #main .set .note {
        margin-top: -20px;
        text-align: left;
    }

}
/* タブレット用　ここまで */
/* #Denden */
