/*ENTER/LEAVE グラデーション表示*/


#entrance .more_btn a {
color: #000 !important;
background: rgb(93,52,0);
background: linear-gradient(0deg, rgba(93,52,0,1) 0%, rgba(205,133,39,1) 20%, rgba(255,243,125,1) 44%, rgba(230,168,53,1) 64%, rgba(224,144,59,1) 76%, rgba(149,80,17,1) 93%, rgba(96,46,1,1) 100%) !important;
border:none;
}
#entrance .more_btn a:hover {
	opacity: .8 !important;
}








/*トップページ　新着情報　行間調整*/

#toppage .subcont ul li {
    line-height: 1.6;
}

#header .header_info .shop{
    font-size: 0.94rem;
}
body{
background-size:auto;
}



/*フリーページ　背景白対応free1*/
#free1 {
    background:#000000;
    color:#FFF;
}

#free1 #header .header_info .shop,
#free1 #header .header_info .time,
#free1 #header .header_info .tel,
#free1 a {
    color:#FFF;
}



@media screen and (min-width: 769px) {
#free1 #header .logo
{
    width:600px;
    height:100px;
    background: url(https://kindan-w.com/upload/back_image/43.png) no-repeat left center / cover;
}
}

@media screen and (max-width: 768px) {
#free1 #header
 {
    background: #000000 !important;
}
#free1 #header .logo a
{
    background: url(https://kindan-w.com/upload/back_image/43.png) no-repeat left center / cover;
}

#free1 #gnav_sp dl.tel
{
    color:#000000;
}
}




/*フリーページ　背景白対応free5*/
#free5 {
    background:#FFF;
    color:#000;
}

#free5 #header .header_info .shop,
#free5 #header .header_info .time,
#free5 #header .header_info .tel,
#free5 a {
    color:#000;
}


#free5 #header .logo img
{
    display:none;
}

@media screen and (min-width: 769px) {
#free5 #header .logo
{
    width:600px;
    height:100px;
    background: url(https://kindan-w.com/upload/pub/logo.png) no-repeat left center / cover;
}
}

@media screen and (max-width: 768px) {
#free5 #header
 {
    background: #FFF !important;
}
#free5 #header .logo a
{
    background: url(https://kindan-w.com/upload/pub/logo.png) no-repeat left center / cover;
}

#free5 #gnav_sp dl.tel
{
    color:#FFF;
}
}













