@charset "utf-8";
/*icon font*/
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansCJKjp-Medium.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp-Medium.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp-Bold.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp-Bold.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		 url(../fonts/NotoSerifCJKjp-Regular.woff) format('woff'),
		 url(../fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
}
/* rollover */
.ro a:hover,
.ro a img:hover,
a.ro:hover,
a .ro:hover{
	filter: alpha(opacity=70);
	opacity: 0.7!important;
}
a,
.ro a,
.ro a img,
a.ro,
a .ro{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* 基本設定 */
body{
	font-family: 'Roboto', 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color:#000;
	font-size:12px;
	min-width:1200px;
	position: relative;
}

img{
	vertical-align: bottom;
}
.spOnly,
.spOn,
.brSp,
.imgSp,
.txtSp{
	display: none !important;
}
.fRobot{ font-family:'Roboto';}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc,
	.txtPc{
		display: none !important;
	}
	.spOnly,.spOn{
		display: block !important;
	}
	.brSp,
	.imgSp,
	.txtSp{
		display: inline !important;
	}
	.imgR{
		width: 100%;
		height: auto;
	}
	body{
		min-width:0;
	}
	body.menuOpen{
		overflow:hidden;
	}
}
.disnone{ display: none !important;}

/* 基本リンク設定 */
a{
	color: #007EB9;
}
a:hover{
	color: #3397C7;
}
#main {
}
/*-----------------------------------------------
	画像を枠いっぱいに表示させる
-----------------------------------------------*/
.imgFill{
	overflow:hidden;
}
.imgFill img{
	width:100%;
	height:auto;
}
.imgFillH img{
	width:auto !important;
	height:100% !important;
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	max-width:none !important;
	max-height:none !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1;
}
.imgFillV img{
	width:100% !important;
	height:auto !important;
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	max-width:none !important;
	max-height:none !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1;
}
/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgCover{
	position:relative;
}
.imgCover img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*-----------------------------------------------
	幅
-----------------------------------------------*/
.w1160{
	width: 1160px;
	margin: 0 auto;
}
.w980{
	width:980px;
	margin: 0 auto;
}
.w730{
	width:730px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.w1160{
		width: 100%;
	}
	.w980{
		width:93.75%;
		margin: 0 auto;
	}
	.w730{
		width:93.75%;
		margin: 0 auto;
	}
	.w980sp{ width: 100%;}
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index: 1000;
	background: #fff;
	transition: 1s;
}
#header.active{
	position: fixed;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform-origin: 0 0 -40px;
	transition: 1s;
}
#header .inner{
	width: 1160px;
	margin: 0 auto;
	height: 120px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
#header .inner .logoBox{
	max-width: 270px;
	display: block;
	text-decoration: none;
	color: #001c7a;
	margin-top: 5px;
}
#header .inner .logoBox .tit{
	font-size:14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 4.5px;
	white-space: nowrap;
}
#header .inner .logoBox .logo{
	width: 100%;
	height: 44px;
}
#header .inner .logoBox .logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#header .inner .rightbox{
    display: flex;
    align-items: center;
    height: 120px;
}
#header .inner .rightbox .linklist{
	display: flex;
}
#header .inner .rightbox .linklist .item{
	position: relative;
	display: inline-block;
	padding: 0px 22px;
}
#header .inner .rightbox .linklist .item::after{
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height:40px;
	background: #babdc2;
	top: calc(50% - 20px);
}
#header .inner .rightbox .linklist .item a{
	text-decoration: none;
	color: #000000;
	text-align: center;
}
#header .inner .rightbox .linklist .item a .tit{
	font-size:12px;
	line-height: 20px;
	letter-spacing: 1px;
}
#header .inner .rightbox .linklist .item a .txt{
	font-size:13px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#header .inner .rightbox .btnreserve{
	display: block;
	width: 120px;
	height: 100%;
	background: #0d1f6f;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header .inner .rightbox .btnreserve .inbox{
	position: relative;
	padding-top: 55px;
}
#header .inner .rightbox .btnreserve .tit{
	font-size:12px;
	line-height: 20px;
	letter-spacing: 1.25px;
}
#header .inner .rightbox .btnreserve .txt{
	font-size:13px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 3px;
}
#header .inner .rightbox .btnreserve .inbox::after{
	content: "";
	position: absolute;
	width:19px;
	height: 21px;
	left: calc(50% - 9.5px);
	background: url(../img/common/imgiconheaderreserve.gif) center center no-repeat;
	background-size: contain;
	top: 29px;
}
@media only screen and (max-width:767px){
	#header{
	}
	#header .inner{
		width:92%;
		display: block;
		height: 50px;
	}
	#header .inner .logoBox{
		max-width: 100%;
		margin-top: 0;
		display: flex;
		height: 100%;
		align-items: center;
	}
	#header .inner .logoBox .tit{
		font-size:10px;
		padding-top: 0;
		letter-spacing: 0px;
		padding-left: 10px;
	}
	#header .inner .logoBox .logo{
		max-width: 140px;
		height: 22px;
	}
	#header .inner .rightbox{
		display: none;
	}
	.secHeader #sideOpen{
		float: right;
		margin: 4% 0 0 0;
	}
}
/* gNavi */
#gNavi{
	border-top: #DAD8D3 solid 1px;
	border-bottom: #DAD8D3 solid 1px;
	font-size: 0;
	text-align: center;
}
#gNavi a{
	display: inline-block;
	vertical-align: top;
}
#gNavi a:hover{
	background: #F5F5F5;
}
.secIndex #gNavi{ border-top: none;}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container{
	overflow:hidden !important;
}

#contents{
	width:100%;
	height:auto;
	background:#fff;
	float:left;
	-webkit-transition-property:all;
	-webkit-transition-duration:.2s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:.2s;
	-moz-transition-timing-function:ease-in-out;
	position:relative;
	z-index:500;
	padding-top: 120px;
}
@media only screen and (max-width:767px){
	#contents{
		padding-top: 50px;
	}
}
.menuOpen #contents{
	border-right:solid 1px #ccc;
	margin-left:-256px;
	-webkit-transition-property:all;
	-webkit-transition-duration:.2s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:.2s;
	-moz-transition-timing-function:ease-in-out;
}
.infoOpen #contents{
	border-left:solid 1px #ccc;
	margin-right:-256px;
	float:right;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
}

/*-----------------------------------------------
	sideMenu
-----------------------------------------------*/
#sideMenu{
	display:none;
	width:255px;
	float:right;
	background:#FFF;
	margin-right:-255px;
	-webkit-transition-property:all;
	-webkit-transition-duration:0;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transform:translate3d(0,0,0);
	-moz-transition-property:all;
	-moz-transition-duration:0;
	-moz-transition-timing-function:ease-in-out;
	-moz-transform:translate3d(0,0,0);
	position:relative;
	z-index:501;
}
.menuOpen #sideMenu{
	display:block;
	height: 1400px;
	border-left:solid 1px #ccc;
	-webkit-transition-property:all;
	-webkit-transition-duration:0;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transform:translate3d(-255px,0,0);
	-moz-transition-property:all;
	-moz-transition-duration:0;
	-moz-transition-timing-function:ease-in-out;
	-moz-transform:translate3d(-255px,0,0);
}
#sideMenu .sideText{
	font-size:14px;
	color:#333333;
	text-align:center;
	padding:20px 0 10px;
}
#sideMenu .titMenu{
	width: 255px;
	height: 40px;
	line-height:39px;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#sideMenu .btnLogin{
	position: relative;
	padding: 5px 10px 10px;
	justify-content: space-between;
	display: flex;
}
#sideMenu .btnLogin.menber::before{
	position: absolute;
	content: "";
	width: 17px;
	height: 20px;
	background: url(../img/common/imgSideMenuMenber.png?230623) center / cover no-repeat;
	top: 17px;
	left: calc(50% - 8.5px);
}
#sideMenu .btnLogin.login::before{
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
	background: url(../img/common/imgSideMenuLogin.png) center / cover no-repeat;
	top: 10px;
	left: calc(50% - 23px);
}
#sideMenu .btnLogin.logout::before{
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
	background: url(../img/common/imgSideMenuLogout.png) center / cover no-repeat;
	top: 10px;
	left:32px;
}
#sideMenu .btnLogin.myPage::before{
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
	background: url(../img/common/imgSideMenuMyPage.png) center / cover no-repeat;
	top: 10px;
	left:32px;
}
#sideMenu .btnLogin.reserve::before{
	position: absolute;
	content: "";
	width: 26px;
	height: 20px;
	background: url(../img/common/imgSideMenuReserve.png) center / cover no-repeat;
	top: 15px;
	left: calc(50% - 15px);
}
#sideMenu .btnLogin .btnLogin{
	display: block;
	width: 75px;
	margin-right: auto;
	line-height:28px;
	font-size: 12px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 5px;
	padding:35px 10px 10px 10px;
}
#sideMenu .btnLogin .login{
	background:#9E9E6D;
	box-shadow: 0px 4px #5E5E3E;
}
#sideMenu .btnLogin .myPage,
#sideMenu .btnLogin .menber{
	background:#FF6699;
	box-shadow: 0px 4px #C40040;
}
#sideMenu .btnLogin .reserve{
	background:#EFEF01;
	box-shadow: 0px 4px #C9C901;
	color: #352D5D;
	margin-right: 0;
}
#sideMenu .btnLogin .logout{
	background:#999999;
	box-shadow: 0px 4px #666666;
}

#sideMenu .btnRoom{
	padding:7px 3.125%;
}
#sideMenu .btnRoom a img{
	width:100%;
	height:auto;
}
#sideMenu .btnRoom .left{
	display:block;
	float:left;
	width:49.58%;
	margin:2px 2px 0 0;
}
#sideMenu .btnRoom .right{
	display:block;
	float:right;
	width:49.58%;
	box-sizing:border-box;
	margin:2px 0 0;
}

#sideMenu .btnArea{
	margin:13px auto 0;
	padding:20px 12px 28px;
	background:#F3F3F3;
}
#sideMenu .btnArea a{
	display: block;
	width: 230px;
	height: 46px;
	line-height:46px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
}
#sideMenu .btnArea .btn01{
	background:#6699CC;
	box-shadow: 0px 4px #4181C0;
	margin-bottom:10px;
	}
#sideMenu .btnArea .btn02{
	background:#44BB44;
	box-shadow: 0px 4px #2B8200;
}
#sideMenu ul{
	padding:0 0;
	margin-bottom:21px;
}
#sideMenu li{
	border-bottom: 1px solid #CCC;
}
#sideMenu li:first-child{
	border-top: 1px solid #CCC;
}
#sideMenu li a{
	display:table-cell;
	width:255px;
	height: 14px;
	line-height:130%;
	font-size: 13px;
	color: #333;
	padding: 19px 7% 19px 5%;
	box-sizing:border-box;
	text-decoration: none;
	position: relative;
}
#sideMenu li a::after{
	content:"";
	display:inline-block;
	width:6px;
	height:12px;
	background:url(../img/common/iconArrow.gif) right top no-repeat;
	background-size:100% auto;
	position: absolute;
	top: calc(50% - 6px);
	right: 4.5%;
}
#sideMenu .btnPc{
	display: block;
	width: 150px;
	height: 36px;
	line-height:38px;
	font-size: 13px;
	background:#EA6A7A;
	box-shadow: 0px 4px #E44559;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 5px;
	margin:0 auto 23px;
}

#sideClose,
#infoClose{
	display: block;
	width: 80px;
	height: 29px;
	line-height:32px;
	font-size: 13px;
	background:#999999;
	box-shadow: 0px 3px #828282;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-radius: 5px;
	margin:0 auto;
}

/*-----------------------------------------------
	sideInfo
-----------------------------------------------*/
#sideInfo{
	display:none;
	width:255px;
	float:left;
	margin-left:-255px;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transform:translate3d(0,0,0);
	-moz-transition-property:all;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
	-moz-transform:translate3d(0,0,0);
	position:relative;
	z-index:501;
}
.infoOpen #sideInfo{
	display:block;
	border-right:solid 1px #ccc;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transform:translate3d(255px,0,0);
	-moz-transition-property:all;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
	-moz-transform:translate3d(255px,0,0);
}
#sideInfo .titSideInfo{
	font-size:13px;
	color:#fff;
	text-align:center;
	padding:13px 0 14px;
	background:#EA6A7A;
}
#sideInfo .secSideInfo{
	width:255px;
	background:#fff;
	box-shadow: 0 3px 0 #eee;
	-webkit-box-shadow: 0 3px 0 #eee;
	-moz-box-shadow: 0 3px 0 #eee;
}
#sideInfo .listSideInfo{
	display:block;
	padding:15px 6px 15px 10px;
	border-bottom:1px solid #D6D6D6;
}
#sideInfo .imgSide{
	width:66px;
	height:66px;
	float:left;
	text-align:center;
	padding:1px;
	border:1px solid #ccc;
}
#sideInfo .listData{
	width:160px;
	float:left;
	margin:0 0 0 9px;
}
#sideInfo .icon{
	display:inline-block;
	height:13px;
	line-height:13px;
	padding:5px 16px;
	font-size:11px;
	color:#FFFF00;
	text-align:center;
	background:#94C11E;
	margin-left:6px;
	position:relative;
	top:12px;
}
#sideInfo .txt{
	height:28px;
	margin:0 0 12px;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	color:#4685BF;
}
#sideInfo .date{
	height:14px;
	padding:16px 0 0;
	font-size:12px;
	text-align:center;
	color:#666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


/* footer */
#footer{ background: #F5F5F5; padding: 57px 0}
#footer .leftFooter{
	float: left;
}
#footer .leftFooter .logoBox{ margin-bottom: 26px;}
#footer .leftFooter .logoFooter1{
	display: block;
	float: left;
	margin-top:-12px;
}
#footer .leftFooter .logoFooter2{
	display: block;
	float: left;
	margin: 10px 0 0 14px;
}
#footer .leftFooter .telBox{
	font-size:26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#footer .leftFooter .txtFooter1{
	font-size:13px;
	font-family: 'Noto Sans JP';
	font-weight:500;
	margin-bottom: 30px;
	line-height:160%;
}
#footer .leftFooter .txtFooter2{
	font-size:13px;
	line-height: 160%;
	font-weight: 500;
	margin-bottom: 30px;
}
#footer .leftFooter .copy{
	font-size:10px;
	font-family: 'Noto Sans JP';
}
#footer .rightFooter{
	float: right;
	width: 630px;
	margin-top: 3px;
}
#footer .rightFooter .linkBox{
	border-bottom: #C4C4C4 solid 1px;
	padding-bottom: 15px;
}
#footer .rightFooter .box1{
	width: 30%;
	float: left;
	margin-right: 5%;
}
#footer .rightFooter .box2{
	margin-right:0;
	max-width:160px;
}
#footer .rightFooter .box1:first-child{ margin-right:40px;}
#footer .rightFooter .box1:last-child{ margin-right:0;}
#footer .rightFooter .box1 a{
	display:block;
	font-size:13px;
	line-height:1.4;
	color: #000;
	text-decoration: none;
	margin-bottom: 18px;
	letter-spacing: 0.5px;
}
#footer .rightFooter .box1 a.txtTechnology{
	letter-spacing: -0.4px;
}
#footer .rightFooter .btnBox{ margin-top: 35px;}
#footer .rightFooter .btnBox a{
	width: 150px;
	height: 50px;
	float: left;
	margin-right:10px;
	display: block;
	border:#DFDFDF solid 1px;
	background: #FFF;
	border-radius: 40px;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding-top: 18px;
}
#footer .rightFooter .btnBox a:hover{
	background: #F4F4F4;
	border: #CCC solid 1px;
}
#footer .rightFooter .btnBox a:last-child{ margin-right:0;}
#footer .rightFooter .btnBox .iconFooter{
	padding-right: 3px;
	vertical-align: -1px;
}
.bottomFooter{
	display: flex;
	width: 100%;
	margin-top: 3px;
}
#footer .secCompanyLogo{
	margin: 40px auto 0;
}
@media only screen and (max-width:767px){
	.secFooter{
		width:100%;
	}
	#footer{background: #F5F5F5;padding: 30px 0 50px;}
	#footer .leftFooter{
		float: none;
	}
	#footer .leftFooter .logoBox{ margin:0 auto 10px; width:93.75%;}
	#footer .leftFooter .logoFooter1{
		width: 40%;
		float: left;
		margin-top:0;
	}
	#footer .leftFooter .logoFooter2{
		display: block;
		float: left;
		margin: 17px 0 0 14px;
		width:20%;
	}
	#footer .leftFooter .iconTel img{ width: 34px;}
	#footer .leftFooter .telBox{
		font-size:20px;
		width: 93.75%;
		margin: 0 auto 10px;
	}
	#footer .leftFooter .txtFooter1{
		font-size:11px;
		font-family: 'Noto Sans JP';
		font-weight:500;
		width: 93.75%;
		margin: 0 auto 20px;
	}
	#footer .leftFooter .txtFooter2{
		font-size:10px;
		line-height: 160%;
		font-weight: 500;
		width: 93.75%;
		margin:0 auto 30px;
	}
	#footer .leftFooter .copy{
		font-size:10px;
		text-align: center;
		padding: 10px;
		background: #87827C;
		color: #FFF;
		letter-spacing: 1px;
	}
	#footer .rightFooter{ margin-top:0;}
	#footer .linkMail {
		width: 120px;
		display: inline-block;
	}
	#footer .secCompanyLogo{
		margin: 20px auto;
		text-align: center;
	}
}

@media only screen and (max-width:767px){
	#secCompanyLogo{
		text-align: center;
	}
}

/* punkz */
#punkz{
	background:#F5F5F5;
}
#punkz h1{
	display: inline;
	font-weight: normal;
}
#punkz .punkzIn{
	width:980px;
	margin:0 auto;
}
#punkz .punkzList{
	display: table-cell;
	width:690px;
	font-size:0;
	vertical-align: middle;
	height: 47px;
	padding-right: 10px;
	box-sizing: border-box;
}
#punkz .punkzList li{
	display: inline;
	font-size:12px;
	line-height: 18px;
	color:#666666;
	padding-right:11px;
	margin-right:4px;
	background:url(../img/common/bgPunkz.jpg) center right no-repeat;
}
#punkz .punkzList li:nth-child(2){ max-width:100%;}

#punkz .punkzList li:last-child{
	background:none;
}
#punkz .punkzList a{ color:#000; text-decoration:none;}
#punkz .punkzList a:hover{ color:#999;}
#punkz .secLogin{
	font-size:0;
	display: table-cell;
}
#punkz .txtName{
	font-size:12px;
	display:inline-block;
	margin-right:10px;
}
#punkz .btnLogin{
	display:inline-block;
	margin:8px 1px 0 0;
	font-size:12px;
	text-decoration:none;
	color:#F9F9F6;
	background:#9E9E6D;
	width:110px;
	line-height:30px;
	text-align:center;
}
#punkz .btnLogin:hover{ background:#B1B18A;}
#punkz .btnLogout{
	display:inline-block;
	margin:8px 1px 0 0;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	background:#999999;
	width:110px;
	line-height:30px;
	text-align:center;
}
#punkz .btnLogout:hover{ background:#ADADAD; }
#punkz .btnMember{
	display:inline-block;
	margin-top:8px;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	background:#FF6699;
	width:110px;
	line-height:30px;
	text-align:center;
}
#punkz .btnMember:hover{ background:#FF85AD; }
#punkz .btnMypage{
	display:inline-block;
	margin-top:8px;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	background:#FF6699;
	width:110px;
	line-height:30px;
	text-align:center;
}
#punkz .btnMember:hover,
#punkz .btnMypage:hover{ background:#FF85AD; }
@media only screen and (max-width:767px){
	#punkz .punkzIn{
		padding-left: 10px;
	}
	#punkz .punkzList{
		display: block;
		padding:8.5px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: none;
		height: auto;
	}
}
/* bnrReservation */
.bnrReservation{
	display: block;
	height:250px;
	background: url(../img/common/bnrReservation.jpg?200330) no-repeat center top;
}

/* bnrMember */
.bnrMember{
	display: block;
	height:350px;
	background: url(../img/blog/bgBnrMember.jpg) no-repeat center top;
}


/* bnrListBox */
.bnrListBox a{
	display: block;
	float: left;
	width: 49.95%;
	height: 350px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 2px;
}
.bnrListBox a:hover{ opacity: 0.8;}
.bnrListBox.type1 a{padding-top: 135px;}
.bnrListBox.type2 a{padding-top: 135px;}
.bnrListBox.type3 a{padding-top: 135px;}
.bnrListBox.type4 a{padding-top: 135px;}
.bnrListBox.type1 a.bnr1{
	background: url(../img/common/bgBnrEvent.jpg) no-repeat right top;
}
.bnrListBox.type1 a.bnr2{
	background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
	float: right;
}
.bnrListBox.type2 a.bnr1{
	background: url(../img/common/bgBnrReport.jpg) no-repeat right top;
}
.bnrListBox.type2 a.bnr2{
	background: url(../img/common/bgBnrDesign.jpg) no-repeat left top;
	float: right;
	padding-top: 90px;
}
.bnrListBox.type3 a.bnr1{
	background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
}
.bnrListBox.type3 a.bnr2{
	background: url(../img/common/bgBnrGallery.jpg) no-repeat left top;
	float: right;
	padding-top: 114px;
}
.bnrListBox.type4 a.bnr1{
	background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
}
.bnrListBox.type4 a.bnr2{
	background: url(../img/blog/bgBnrReserve.jpg?201030) no-repeat left top;
	float: right;
	padding-top: 114px;
}



@media only screen and (max-width:767px){
	.bnrListBox a{
		float: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		text-align: center;
		padding: 40px;
		margin-bottom: 1px;
	}
	.bnrListBox.type1 a{padding-top: 40px;}
	.bnrListBox.type2 a{padding-top: 40px;}
	.bnrListBox.type3 a{padding-top: 40px;}
	.bnrListBox.type4 a{padding-top: 40px;}
	.bnrListBox.type1 a.bnr1{
		background: url(../img/common/bgBnrEvent.jpg) no-repeat right top;
		background-size: 130%;
	}
	.bnrListBox.type1 a.bnr2{
		background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
		background-size: 130%;
		float: none;
	}
	.bnrListBox.type2 a.bnr1{
		background: url(../img/common/bgBnrReport.jpg) no-repeat right top;
		background-size: 130%;
	}
	.bnrListBox.type2 a.bnr2{
		background: url(../img/common/bgBnrDesign.jpg) no-repeat left top;
		background-size: 130%;
		float: none;
		padding: 20px;
	}
	.bnrListBox.type3 a.bnr1{
		background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
		background-size: 130%;
		padding: 15% 10%;
	}
	.bnrListBox.type3 a.bnr2{
		background: url(../img/common/bgBnrGallery.jpg) no-repeat left center;
		background-size: 130%;
		float: none;
		padding: 13% 10%;
	}
	.bnrListBox.type4 a.bnr1{
		background: url(../img/common/bgBnrSearch.jpg) no-repeat left top;
		background-size: 130%;
	}
	.bnrListBox.type4 a.bnr2{
		background:none;
		float: none;
		padding: 0;
	}

}


/* データなし */
.error{
	padding:80px 0;
	line-height:18px;
	text-align:center;
}

/*-----------------------------------------------
	secCmnbnr
-----------------------------------------------*/
.secCmnbnr{
	text-align: center;
}
.secCmnbnr a{
	display: inline-block;
}
.secCmnbnr a img{
	width: auto;
	height: auto;
	max-width: 100%;
}
@media only screen and (max-width:767px){
	.secCmnbnr{
	}
	.secCmnbnr a{
		display: block;
	}
	.secCmnbnr a img{
		width: 100%;
		height: auto;
	}
}
/*-----------------------------------------------
	secCmntit
-----------------------------------------------*/
.secCmntit{
	text-align: center;
}
.secCmntit .imgtit{}
.secCmntit .imgtit img{}
.secCmntit .tit{
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 14px;
}
@media only screen and (max-width:767px){
	.secCmntit{
		text-align: center;
	}
	.secCmntit .imgtit{}
	.secCmntit .imgtit img{
		width: auto;
		height: 26px;
	}
	.secCmntit .tit{
		font-size: 13px;
		padding-top: 8px;
	}
}
/*-----------------------------------------------
	secMorebtn
-----------------------------------------------*/
.secMorebtn{}
.secMorebtn a{
	width: 400px;
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 19px 0;
	font-weight: bold;
	text-decoration: none;
}
.secMorebtn a::after{
	content: "";
	position: absolute;
	right: 19px;
	top: calc(50% - 6px);
	width: 44px;
	height:10px;
}
.secMorebtn .lazyloaded::after{
	background: url(../img/common/imgmore.gif)center center no-repeat;
	background-size: 44px auto;
}
@media only screen and (max-width:767px){
	.secMorebtn{}
	.secMorebtn a{
		width: 305px;
		font-size: 12px;
		padding: 3px 0 4px;
	}
	.secMorebtn a::after{
		right: 10px;
		top: calc(50% - 5px);
		width: 34px;
		height:8px;
	}
	.secMorebtn .lazyloaded::after{
		background-size: 34px auto;
	}
}
/* secHarfbnr */
.secHarfbnr{
	display: flex;
	margin-bottom: 100px;
}
.secHarfbnr .item{
	width: 480px;
	margin-right: 20px;
}
.secHarfbnr .item .link{
	display: block;
}
.secHarfbnr .item:last-child{
	margin-right: 0;
}
@media only screen and (max-width:767px){
	.secHarfbnr{
		display: block;
		width: 92%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.secHarfbnr .item{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.secHarfbnr .item .link{
		display: block;
	}
	.secHarfbnr .item:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:767px){
	/* spNav */
	.spNav{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.spNav.menuOpen{
		left: -256px;
	}
	.spNav .inner{
		height: 50px;
		display: flex;
	}
	.spNav .inner .telbox{
		width: 50px;
	}
	.spNav .inner #sideOpen{
		position: relative;
		width: 50px;
		pointer-events: all;
		z-index: 2;
	}
	.spNav .inner .linklist{
		display: flex;
		width: calc(100% - 100px);
	}
	.spNav .inner .linklist .item{
		width: 50%;
	}
	.spNav .inner .linklist .item .link{
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #292a2c;
	}
	.spNav .inner .linklist .item .link.reserve{
		color: #000;
		background: #efcd2f;
	}
	.spNav .inner .linklist .item .link .tit{
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.5;
		padding-top: 9px;
	}
	.spNav .inner .linklist .item .link .txt{
		display: inline-block;
		margin-top: 2px;
	}
}
