@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #cccccc;
}

.hpb-parts-hl-style {
    border-color: #3D8DBB;
    padding-left: 20px !important;
}

.hpb-parts-cbox-style {
    border-color: #cccccc;
}

.hpb-parts-hr-style {
    border-color: #cccccc;
}

.hpb-parts-pbox-style {
    border-color: #cccccc;
}

.hpb-parts-pbox-style h4 {
    padding: 0px;
}

.hpb-parts-blist-style {
    border-color: #3D8DBB;
    background-color: #f3f3f3;
}

a.hpb-parts-blist-style:link {
    color: #000000;
}

a.hpb-parts-blist-style:visited {
    color: #000000;
}

a.hpb-parts-blist-style:hover {
    color: #3D8DBB;
}

a.hpb-parts-blist-style:active {
    color: #3D8DBB;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

/*　下層ページデザイン*/

.hpb-layoutset-02 #hpb-main h4 {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0.25em;
    padding-right: 0;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000000;
    /*#494949*/
    background: transparent;
    border-left: solid 5px #7db4e6;
}

/*　新リスト　ul*/

.hpb-layoutset-02 #hpb-main ul {
    margin-bottom: 30px;
    padding: 0.5em;
    list-style-type: none;
}

.hpb-layoutset-02 #hpb-main ul li {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin-bottom: 5px;
    border-bottom: 1px solid #87C1DA;
}

.hpb-layoutset-02 #hpb-main ul li:after,
.hpb-layoutset-02 #hpb-main ul li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.hpb-layoutset-02 #hpb-main ul li:before {
    top: 50%;
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(25, 118, 210, 1);
    transform: translateY(-50%);
}

.hpb-layoutset-02 #hpb-main ul li:after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(25, 118, 210, 0.5);
}


/*　新リスト　dl*/

.hpb-layoutset-02 #hpb-main dl {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}


.hpb-layoutset-02 #hpb-main dt {
    float: left;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    font-weight: normal;
    padding: 0.5em 1em 0.5em 2.3em;
    width: 90px;
}

.hpb-layoutset-02 #hpb-main dl dt:after,
.hpb-layoutset-02 #hpb-main dl dt:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.hpb-layoutset-02 #hpb-main dl dt:before {
    top: 50%;
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(25, 118, 210, 1);
    transform: translateY(-50%);
}

.hpb-layoutset-02 #hpb-main dl dt:after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(25, 118, 210, 0.5);
}

.hpb-layoutset-02 #hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    /*高さを揃え、幅を出すのににddのボトムだけ指定*/
    margin-bottom: 0.5em;
    margin-left: 0;
    text-align: left;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 0px;
    border-bottom: 1px solid #87C1DA;
}

.hpb-layoutset-02 #hpb-main dl::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*会長ご挨拶ページ*/

.greetings-left {
    float: left;
}

.greetings-left img {
    margin-bottom: 3px;
}

.greetings-right {
    margin-left: 220px;
}

.greetings-right ol {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*イベントページ*/

#report img {
    border-radius: 5px;
    box-shadow: 5px 5px 5px #c0c0c0;
}

.photo-g {
    padding-left: 14px;
}

.photo-g-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 280px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background-color: #F3F3F3;
}

#report .photo-g img {
    box-shadow: none;
}


/* googlemapスマートフォン表示 */

.google-maps {
    position: relative;
    padding-bottom: 75%; // これが縦横比
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 568px) {
    .hpb-layoutset-02 #hpb-main dl {
        width: 100%;
    }

    .hpb-layoutset-02 #hpb-main dt {
        float: none;
        width: 100%;
    }

    .hpb-layoutset-02 #hpb-main dd {
        padding-left: 32px;
        width: auto;
    }

    .greetings-left {
        float: none;
    }

    .greetings-right {
        margin-left: 0px;
    }
    /*イベントページ*/
    .photo-g {
        padding-left: 0px;

    }

    .photo-g-item {
        margin: 0 auto;
        width: 100%;
        max-width: 312px;
        float: none;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    /* google-mapなどiframe対策 */
    .google-maps {
        position: relative;
        padding-bottom: 75%; // これが縦横比
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


    /* カッコ閉じ */
}

@media screen and (min-width:769px) {
    /* PC等画面が大きい時、電話リンクoff */
    #hpb-header .tel a {
        pointer-events: none;
        text-decoration: none;
        color: #2165b1;
    }

    .tel-lio a {
        pointer-events: none;
        text-decoration: none;
        color: #000000;
    }

    /* カッコ閉じ */
}
