﻿@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}



html {
    font-size: calc(18px + 0.25vw)
}


/* ページトップへ戻るボタン */
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    px padding: 10px 12px;
    background-size: 50px 50px;
    z-index: 99;
}


/*ナビメニュー*/

/*SP*/
@media (max-width: 991px) {
    .navbar {
        max-height: 10%;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-bottom-color: #eb6ea5;
        background-color: #FFF !important;
    }

    .nav-link {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom-style: dotted;
        border-bottom-color: #eb6ea5;
        border-bottom-width: 1px;
    }
    .nav-item:last-child .nav-link {
        border-bottom-style:none;
    }
}

/*PC*/
@media (min-width: 992px) {
    .navbar {
        max-height: 10%;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-bottom-color: #eb6ea5;
        background-color: #FFF !important;
    }

    .nav-link {
        padding-bottom: 0;
        padding-top: 0;
    }
}
    .cover {
        background-image: url(../img/share/mizutama.png);
        height: auto;
    }

    .my_box {
        padding-top: 30px;
        padding-bottom: 20px;
    }


    .chuuigaki {
        margin-top: 30px;
    }

    /*GoogleMAP埋め込みレスポンシブ対応*/
    .ggmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .ggmap iframe,
        .ggmap object,
        .ggmap embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }



    h2.mise_title {
        color: #eb6ea5; /*文字色*/
        /*線の種類（点線）2px 線色*/
        border-bottom: dashed 2px #eb6ea5;
        font-weight: bold;
        padding-top: 50px;
        text-align: center;
    }


    @media (max-width: 992px) {
        .icon01 {
            display: none;
        }

        .icon02 {
            display: none;
        }
    }

    .topImg {
        background-color: #fff;
    }

    .kihon_table {
        /*background-color:#fff;*/
        /*font-size:0.7em;*/
    }



    /*基本情報　ボックス*/
    .tsukasa_infobox {
        background-color: #fbd9ec;
        /*border: double;*/
        /*border-color: #fff;*/
        padding: 0.2em 0.5em;
        margin: 2em 0;
        /*color: #565656;*/
        /*background: #ffeaea;*/
        box-shadow: 0px 0px 0px 10px #fbd9ec;
        border: dashed 2px #fff;
        border-radius: 8px;
    }



    /*フッター*/
    .footer_img {
        background-image: url(../img/share/sp-footer-back.png);
        background-repeat: repeat-x;
        background-position: bottom;
        margin-top: 20px;
        color: #FFF;
        text-align: center;
        height: 325px;
    }

        .footer_img > img {
            margin-top: 0px;
            margin-left: 20%;
            margin-bottom: 25px;
        }


    .tennaiImg img {
        margin-bottom: 30px;
    }



