@charset "utf-8";

/*
 * ユーザーCSS
 *
 * ユーザーカスタマイズ用のCSSです。
 *
 *
 */

/* アンドロイド4.0～のレイアウト崩れハック　*/
p {background-image:url('');}
li {background-image:url('');}
/*====================================================================================================
	■post_privacy
====================================================================================================*/

.privacy_block {
    display: inline-block;
    width: 700px;
}

.privacy_block strong {
    font-size: 160%;
    line-height: 2;
}

.privacy_block p {
    font-size: 130%;
    line-height: 1.7;
}

.privacy_block ul li {
    font-size: 130%;
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}



/*Instagram*/


div#instafeed {
    width: 700px;
    margin: 0px;
}
div#instafeed a {
    margin: 0 7px 15px 8px;
    display: inline-block;
}
#instafeed a img {
    width: 218px;
    height: 218px;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#instafeed a:hover img {
    opacity: .5;
}
.z_h1{
margin-bottom:20px;
}



/*ヘッダー*/
.sns_btn {

    width: 200px;
    float: right;
    position: relative;
    right: 260px;
    top: 58px;

}
.sns_btn img {

    width: 33px !important;
    height: 33px !important;

}

/*右ナビ*/
#float_top_btn {
  bottom: 50px;
  position: fixed;
    right: 10px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 100;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}


.facebook_banner {
    margin: 20px 0;
}
 
.facebook_banner img {
    width: 100%;
    height: auto;
}
 
.facebook_banner a img:hover {
    opacity:0.75;
    filter: alpha(opacity=75);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=75)";  /* ie 8 */
    -moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.75;              /* Safari 1.x */
}

