body {
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    line-height: 1.7;
}

a:hover,
ul li a:hover,
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    transition: 0.7s;
    text-decoration: none;
}

section {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*ここからPC版ヘッダー部分装飾*/
#pc_header {
    display: none;
}


#header_logo img,
.navbar-brand img {
    max-width: 100%;
}

/*ここまでPC版ヘッダー部分装飾*/


/*ここからモバイル版ナビゲーション部分装飾*/
#navi_mobile {
    display: block;
}

#navi_mobile a {
    color: rgb(206, 0, 0);
    font-size: 16px;
    text-decoration: none;
}

#navi_mobile a.navbar-brand {
    width: 70%;
}

#navi_mobile .navbar-default {
    color: rgb(136, 136, 136);
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar-default .navbar-toggle {
    background-color: rgba(136, 136, 136, 1.0);
    border-style: none;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
}

#navi_mobile .navbar {
    border-bottom-style: none;
}

#navi_mobile ul li a {
    color: rgb(136, 136, 136);
    font-size: 16px;
    border-bottom: rgb(160, 160, 160) solid 1px;
}

.navbar-brand {
    padding: 5px;
}

/*ここまでモバイル版ナビゲーション部分装飾*/

/*ここからメイン画像装飾*/

#main_img {
    margin-top: 30px;
}

/*ここまでメイン画像装飾*/

/*ここからACCESS領域装飾*/
#access_title {
    margin-top: 60px;
}

#access_title h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: rgb(136, 136, 136) solid 1px;
    text-align: center;
    line-height: 0.8em;
}

#access_title h2 .smalltext {
    font-size: 12px;
}

#access_honbun {
    text-align: center;
}

#access_honbun dl {}

#access_honbun dt {
    text-align: center;
}

#access_honbun dt.inline {
    display: inline-block;
}

#access_honbun dd.inline {
    display: inline-block;
}

.shopname {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 3;
}

/*ここまでACCESS領域装飾*/



/*ここからfooter領域装飾*/

#footer {
    margin-top: 50px;
}

#footer img {
    /*display: none;*/
    max-width: 100%;
}

#footer p {
    color: rgb(206, 0, 0);
    text-align: center;
    font-size: 20px;
}

#footer ul {
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 20px;
}

#footer ul li {
    width: 50%;
    float: left;
    text-align: center;
    border-left: rgb(136, 136, 136) solid 1px;
    margin-top: 10px;
}

/*#footer ul li:nth-child(3){
    border-right: rgb(136,136,136) solid 1px;
}*/

#footer ul li:last-child {
    border-right: rgb(136, 136, 136) solid 1px;
}

#footer ul li a {
    color: rgb(136, 136, 136);
}


.row {
    margin-left: 0;
    margin-right: 0;
}


/*ここまでfooter領域装飾*/

@media screen and (min-width:768px) {

    /*ここからPC版ヘッダー部分装飾*/
    #pc_header {
        display: none;
    }


    /*左右の余白解消*/
    .row {
        margin-right: 0;
        margin-left: -15px;
    }

    /*ここまでPC版ヘッダー部分装飾*/


    /*ここからモバイル版ナビゲーション部分装飾*/
    #navi_mobile {
        display: block;
    }

    #navi_mobile a {
        color: rgb(206, 0, 0);
        font-size: 20px;
        text-decoration: none;
    }

    #navi_mobile .navbar-default {
        color: rgb(136, 136, 136);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-default .navbar-toggle {
        background-color: rgba(136, 136, 136, 1.0);
        border-style: none;
    }



    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgb(255, 255, 255);
    }

    #navi_mobile .navbar {
        border-bottom-style: none;
    }

    #navi_mobile ul li {}

    #navi_mobile ul li a {
        color: rgb(136, 136, 136);
        font-size: 14px;
        border-bottom: rgb(160, 160, 160) none 1px;
        border-right: none;
    }

    /*ここまでモバイル版ナビゲーション部分装飾*/


    /*ここからメイン画像装飾*/

    #main_img {
        margin-top: 80px;
    }

    #main_img img {
        width: 100%;
    }

    /*ここまでメイン画像装飾*/


    /*ここから主要ページへのリンクサムネイル*/

    #main_link img {
        margin-top: 0px;
    }

    /*ここまで主要ページへのリンクサムネイル*/

    /*ここからACCESS領域装飾*/
    #access_title {
        margin-top: 80px;
    }

    #access_title h2 {
        font-size: 32px;
    }

    #access_title h2 .smalltext {
        font-size: 16px;
    }


    #access_honbun {
        text-align: left;
    }

    #access_honbun dl {
        overflow: hidden;
    }

    #access_honbun dt {
        text-align: right;
    }

    #access_honbun dt.inline {
        display: block;
    }

    #access_honbun dd {
        text-align: left;
    }

    #access_honbun dd.inline {
        display: block;
        text-align: left;
    }

    /*ここまでACCESS領域装飾*/


    /*ここからfooter領域装飾*/

    #footer {
        margin-top: 50px;
    }

    #footer img {
        /*display: none;*/
    }

    #footer p {
        color: rgb(206, 0, 0);
        text-align: center;
        font-size: 20px;
    }

    #footer ul {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    #footer ul li {
        width: 20%;
        float: left;
        text-align: center;
        border-left: rgb(136, 136, 136) solid 1px;
        margin-top: 10px;
    }

    #footer ul li:nth-child(3) {
        border-right: none;
    }

    #footer ul li:last-child {
        border-right: rgb(136, 136, 136) solid 1px;
    }

    #footer ul li a {
        color: rgb(136, 136, 136);
    }

    /*ここまでfooter領域装飾*/



}


@media screen and (min-width:1200px) {

    /*ここからPC版ヘッダー部分装飾*/
    #pc_header {
        display: block;
    }


    #header_logo a {
        display: block;
        color: rgb(206, 0, 0);
        font-size: 32px;
        font-weight: bold;
        line-height: 84px;
    }

    #header_logo a:hover {
        text-decoration: none;
    }

    #navi_pc ul {
        overflow: hidden;
    }

    #navi_pc ul li {
        float: left;
        width: 25%;
    }

    #navi_pc ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        color: rgb(136, 136, 136);
        line-height: 84px;
    }

    #navi_pc ul li a:hover {}

    #header_tel .col-md-2 p {
        font-size: 18px;
        font-weight: 700;
        color: rgb(136, 136, 136);
        text-align: right;
        margin-top: 25px;
    }

    #header_tel .col-md-2 p span {
        font-size: 14px;
    }

    /*ここまでPC版ヘッダー部分装飾*/

    /*ここからモバイル版ナビゲーション部分装飾*/
    #navi_mobile {
        display: none;
    }

    /*ここまでモバイル版ナビゲーション部分装飾*/

    /*ここからメイン画像装飾*/

    #main_img {
        margin-top: 0px;
    }


    /*ここまでメイン画像装飾*/


    /*ここから主要ページへのリンクサムネイル*/

    #main_link img {
        margin-top: 20px;
    }

    /*ここまで主要ページへのリンクサムネイル*/


    /*ここからACCESS領域装飾*/
    #access_title {
        margin-top: 120px;
    }

    #access_title h2 {
        font-size: 36px;
    }

    #access_title h2 .smalltext {
        font-size: 18px;
    }


    #access_honbun {
        text-align: left;
    }

    #access_honbun dl {
        overflow: hidden;
    }

    #access_honbun dt {
        text-align: right;
        font-size: 18px;
    }

    #access_honbun dt.inline {
        display: block;
    }

    #access_honbun dd {
        text-align: left;
        font-size: 18px;
    }

    #access_honbun dd.inline {
        display: block;
        text-align: left;
    }

    /*ここまでACCESS領域装飾*/

    /*ここからgooglemap装飾*/
    #googlemap iframe {
        height: 450px;
    }

    .embed-responsive-4by3 {
        padding-bottom: 60%;
    }

    /*ここまでgooglemap装飾*/




    /*ここからfooter領域装飾*/

    #footer {
        margin: 0;
        padding: 20px 0;
    }



    #footer p {
        display: block;
        color: rgb(206, 0, 0);
        text-align: center;
        font-size: 20px;
    }

    #footer ul {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer ul li {
        width: 25%;
        float: left;
        text-align: center;
        border-left: rgb(136, 136, 136) solid 1px;
        margin-top: 10px;
    }

    #footer ul li:nth-child(3) {
        border-right: none;
    }

    #footer ul li:last-child {
        border-right: rgb(136, 136, 136) solid 1px;
    }

    #footer ul li a {
        color: rgb(136, 136, 136);
        font-size: 15px;
    }

    #footer .copyright small {
        font-size: 14px;
        color: rgb(136, 136, 136);
    }

    /*ここまでfooter領域装飾*/

}