/* *****************************
 *
 * COMMON CSS file.
 *
 **************************** */

 .cautions{
   color: #990000;
 }
 /*-----------------------------------
 	共通
 -----------------------------------*/

 .cautions{
 	color:#CC0000;
 }
 .txt_center{
 	text-align:center;
 }
 /* 通常ボタン */
 ul.btnnormal {
 	margin:2em 0;
 }
 ul.btnnormal  li {
 	margin:1em;
 }
 ul.btnnormal  li a{
 	font-size:120%;
 	padding:1em;
 	width:40%;
 	border:1px solid #cdcdcd;
 	border-radius:5px;
 	text-align:center;
  -webkit-transition: .2s;
  transition: .2s;
 }
 ul.btnnormal  li a:hover{
 	background:#1b9538;
 	color:#ffffff;
 }
 ul.btnnormal  li a:hover i{
 	color:#ffffff;
 }
 ul.btnnormal li i.fab{

 }
 ul.btnnormal i{
 	margin-right:.5em;
 	color:#bababa;
 }

 ul.btn_green i{
   color: #ffffff;
 }
 ul.btn_green li a{
   color: #ffffff;
   background:#1b9538;
 }
 ul.btn_green li a:hover{
   color: #ffffff;
   background:#66cb7e;
 }


/*-------------------
 フッター
-------------------*/
nav.nav {
   padding: 5px;
   background-color: #402b2b;
}
nav.nav  ul.ftmnu{
 display: flex;
 justify-content: center;
 align-items: center;
 -webkit-box-align: center;
}
nav.nav  ul.ftmnu li{
  list-style-type: none;
}
nav.nav  ul.ftmnu li a {
   position: relative;
   margin: 0 1em;
   padding: 5px 10px;
   color: #fff;
   display: block;
   font-size: 12px;
   letter-spacing: .1em;
}


footer.grobal {
    background: url(../img/foot.jpg) no-repeat center;
    background-size: cover;
}

footer.grobal .box .left .comp {
    padding-left: 10px;
    font-size: 12px;
    line-height: 2em;
}
footer.grobal .box .left .comp_top{
    margin-top: 1em;
}
footer.grobal .box .right {
    font-size: 12px;
}

footer.grobal .box .right .icon {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

footer.grobal .box .right .icon a {
    margin: 15px 0;
    color: #402b2b;
    font-size: 30px;
    -webkit-transition: .2s;
    transition: .2s;
}

footer.grobal .box .right .icon a:hover {
    opacity: .5;
}

footer.grobal .box .right .call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer.grobal .box .right .call a {
    padding: 4px 14px;
    font-size: 20px;
    white-space: nowrap;
    border: 1px solid #402b2b;
    -webkit-transition: .2s;
    transition: .2s;
}

footer.grobal .box .right .call a:hover {
    color: #fff;
    background-color: #402b2b;
    ;
}

footer.grobal .box .right .call a i {
    margin-right: 10px;
}

footer.grobal .box .right .banner_onine {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em 0;
}
footer.grobal .box .right .banner_onine a:hover img{
  opacity: .8;
}


footer.grobal .box .right .reservation {
    margin-left: 10px;
}

footer.grobal .box .right .call a:hover > i {
    color: #fff;
}

footer.grobal small.line--3 {
    height: auto;
    padding: 5px;
    color: #fff;
    background-color: #000;
    text-align: center;
}


@media screen and (min-width: 801px) {
  footer.grobal .box {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
       -ms-flex-pack: distribute;
       justify-content: space-around;
       padding: 50px;
   }
}
/*-------------------
 800px
-------------------*/
  @media screen and (max-width: 800px) {


    footer.grobal {
        padding-top: 20px;
    }
    footer.grobal .box .right .call a i {
        margin-right: 5px;
    }
    footer.grobal .box .right .call a i.fa-phone{
        color: #3b0505
    }
    footer.grobal .box .right .call a:hover i.fa-phone{
        color: #ffffff;
    }
    footer.grobal .box .right .call a i.fa-check-circle{
        color: #ffffff;
    }

    footer.grobal .box .left,
    footer.grobal .box .right {
        text-align: center;
    }
    footer.grobal .box .left img {
        display: block;
        height: 60px;
        margin: 0 auto;
    }
    footer.grobal .box .right .icon {
        width: 300px;
        margin: 0 auto;
    }
    footer.grobal .box .right .icon a {
        margin: 20px 0;
    }
    footer.grobal .box .right {
        margin-top: 20px;
    }
    footer.grobal .box .right .call {
        margin-bottom: 20px;
    }
    footer.grobal .box .right .call .reservation {
        padding: 5px 15px;
        color: #fff;
        font-size: 20px;
        white-space: nowrap;
        background-color: #3b0505;
    }
        nav.nav {
    	 		display: block;
    		}
    		nav.nav ul.ftmnu{
    			display: block;
    		}
       nav.nav ul.ftmnu li a{
    	  	display:block;
    			text-align: center;
    	  	padding:1em 0;
    			width: 100%;
    			margin:0;
          border-bottom: 1px solid #000;
        }
  }
  /*-------------------
   480px
  -------------------*/
  @media screen and (max-width: 480px) {
  footer.grobal .box .left .comp{
    font-size: 50%;
  }
  /*--------------------------------------
  	iPhone 5/5S/SE
  --------------------------------------*/
  @media screen and (max-width: 320px) {

    footer.grobal .box .right .call a{
  		font-size: 120%;
  	}
  	footer.grobal .box .right .call .reservation{
  		font-size: 100%;
  	}
  	footer.grobal .box .right{
  		font-size: 60%;
  	}
  	footer.grobal small.line--3{
  		font-size: 50%;
  	}

}




#sb_instagram .sbi_photo img{ height: 100% !important; object-fit: cover; }