/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
/*
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}*/

/*previous button*//*
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}*/

/*pager links*//*
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}*/

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	padding-top: 7px;
	font-size:0px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}


/* 2/19追記 */


.ffix {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ffix .ffix-outer .campaign {
    position: relative;
    display: inline-block;
    padding-top: 0;
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    transition: all 0.1s ease-in;
        overflow: hidden;
}


.ffix .ffix-outer a {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 62px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.ffix .ffix-outer .reservation {
    position: relative;
    display: inline-block;
    padding-top: 0;
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    transition: all 0.1s ease-in;
    overflow: hidden;
}


.ffix .ffix-outer {
    width: 100%;
    display: flex;
}

.ffix .ffix-outer .campaign:hover {
    opacity: 0.8;
}

.ffix .ffix-outer .reservation:hover {
    opacity: 0.8;
}

a {
    text-decoration: none;
    color: #000;
}

#fnavi {
    font-size: 12px;
    margin-bottom: 63px;
}

img:not([src*="."]) {
     display: block !important; 
}

.ffix .ffix-outer .campaign img{
  object-fit: contain;
}

.ffix .ffix-outer .reservation img{
  object-fit: contain;
}

a[data-href*="."] {
    border: none;
    display: block;
    position: relative !important;
    opacity: 1;
}

#topcontrol{
  position: fixed;
    bottom: 103px !important;
    right: 10px;
    opacity: 1;
    cursor: pointer;
}

.fixed01 {
    position: fixed;
    bottom: 210px;
    right: 0;
    z-index: 100;
}
.fixed01 a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: rgb(255,228,142);
    background: -moz-linear-gradient(top, rgba(255,228,142,1) 45%, rgba(253,209,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,228,142,1) 45%,rgba(253,209,24,1) 100%);
    background: linear-gradient(to bottom, rgba(255,228,142,1) 45%,rgba(253,209,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe48e', endColorstr='#fdd118',GradientType=0 );
    text-shadow: 1px 0 0 #e99435, 0 1px 0 #e99435, -1px 0 0 #e99435, 0 -1px 0 #e99435;
}
.fixed01 img {
    width: 170px;
}
.fixed01 span {
    display: block;
}
.fixed02 {
    position: fixed;
    bottom: 334px;
    right: 0;
    z-index: 100;
}
.fixed02 a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: rgb(255,228,142);
    background: -moz-linear-gradient(top, rgba(255,228,142,1) 45%, rgba(253,209,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,228,142,1) 45%,rgba(253,209,24,1) 100%);
    background: linear-gradient(to bottom, rgba(255,228,142,1) 45%,rgba(253,209,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe48e', endColorstr='#fdd118',GradientType=0 );
    text-shadow: 1px 0 0 #e99435, 0 1px 0 #e99435, -1px 0 0 #e99435, 0 -1px 0 #e99435;
}
.fixed02 img {
    width: 170px;
}
.fixed02 span {
    display: block;
}

[data-element-id].ffix .ffix-outer {
    width: 100%;
    display: flex;
    height: 64px;
}

.ffix .ffix-outer {
    width: 100%;
    display: flex;
    height: 74px;
}

.copyright {
    font-size: 10px;
    color: #ab7f3d;
    background: #fff;
    padding: 10px 20px 20px 20px;
}
