@charset "utf-8";
/* CSS Document */

body {
	padding-top: 47px;
}

.tel_none {
  pointer-events: none;
}

header {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	left: 0;
	right: 0;
	margin:0 auto;
	padding: 10px;
	z-index: 2;
	max-width: 750px;
	overflow: hidden;
}

header a img{
	height: 100%;
}

header #header_inner {
	overflow: hidden;
}

header #header_logo{
	height: 47px;
	display: inline-block;
}

header #header_right {
	float: right;
}

header #header_right a{
	height: 47px;
	display: inline-block;
}

#wrapper a,#page-top a {
	text-decoration: none;
	transition: all 0.3s;
}

#wrapper a:hover,#page-top a:hover{
	opacity: 0.7;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper .floatbox{
	overflow: hidden;
}

#wrapper img{
	vertical-align: bottom;
	width: 100%;
}

#wrapper {
	max-width:750px;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:8888;
}

a[href^="tel:"] {
	pointer-events: none;
}

#wrapper .tellink {
	margin-top: 3%;
	display: block;
}

.accbtn {
	position: relative;
}

.accbtn::after {
    content: "";
    display: inline-block;
    background: url("../img/bidanlp_open.png");
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    width: 4vw;
    height: 4vw;
    background-size: contain;
}

.activebtn::after {
    background: url("../img/bidanlp_close.png");
    width: 4vw;
    height: 4vw;
    transform: translateY(-44%);
    top: 50%;
    background-size: contain;
}

.accbtn2 {
		position: relative;
}

.accbtn2::after {
    content: "";
    display: inline-block;
    background: url("../img/bidanlp_open.png");
    position: absolute;
    transform: translateY(-70%);
    top: 70%;
    right: 10px;
    width: 4vw;
    height: 4vw;
    background-size: contain;
}

.activebtn2::after {
    background: url("../img/bidanlp_close.png");
    width: 4vw;
    height: 4vw;
    transform: translateY(-70%);
    top: 70%;
    background-size: contain;
}

.reserve {
	width: 89.5%;
	margin: 0 auto 15px ;
	display: block;
}

.reserve img{
	width: 100%;
}

.copy {
	text-align: center;
	padding: 15px ;
	background: #12418f;
	color: #fff;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 190px;
}

.fnav {
	background: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 0;
	z-index: 20;
	width: 750px;
}
.fnav .fnav_inner {
	position: relative;
	height: 180px;
}
.fnav .fnav_inner .fnav_tel {
	position: absolute;
	width: 144px;
	top: 18px;
	left: 38px;
}
.fnav .fnav_inner .fnav_entry {
	position: absolute;
	width: 524px;
	top: 18px;
	left: 198px;
}
.fnav .fnav_inner .fnav_entry2 {
	position: absolute;
	width: 684px;
	top: 18px;
	left: 34px;
}

.tenpo_slide {	margin-top: 36px;}
.tenpo_slide img { width: 100%; max-width: 100%;}
.tenpo_slide .slick-slide { margin: 0 5px;}


@media screen and (max-width : 768px ){
	
header {
	padding: 2vw;
}
	
a[href^="tel:"] {
		pointer-events:auto;
}	
	
body {
	min-width:100%;
	width:100%;
}

header img {
		width: auto !important;
}
	
#wrapper {
	width:100%;
}

header #header_logo{
	height: 40px;
	display: inline-block;
}

header #header_right {
	float: right;
}

header #header_right a{
	height: 40px;
	display: inline-block;
}
		
.accbtn::after,.accbtn2::after {
	right: 6%;
}	

#page-top {
	width: 40px;
	bottom:25vw;
    right: 4vw;
}
	
#page-top img{
	width: 100%;
}
	
.copy {
	font-size: 10px;
	padding-bottom: 30vw;
}	

	.fnav {
	width: 100%;
}
.fnav .fnav_inner {
	height: calc( 100vw * ( 180 / 750));
}
.fnav .fnav_inner .fnav_tel {
	width: calc( 100% * ( 144 / 750));
	top: calc( 100vw * ( 18 / 750));
	left: calc( 100% * ( 38 / 750));
}
.fnav .fnav_inner .fnav_entry {
	width: calc( 100% * ( 524 / 750));
	top: calc( 100vw * ( 18 / 750));
	left: calc( 100% * ( 198 / 750));
}
.fnav .fnav_inner .fnav_entry2 {
	width: calc( 100% * ( 684 / 750));
	top: calc( 100vw * ( 18 / 750));
	left: calc( 100% * ( 34 / 750));
}
	
.tenpo202201 .tenpo_slide { margi
	
}
