@charset "utf-8";

.sp {
	display: block !important;
}
.spInline {
	display: inline !important;
}
.spIB {
	display: inline-block !important;
}
.spTbl {
	display: table !important;
}
.pc {
	display: none !important;
}

.txt50 {font-size: 5px !important;}
.txt60 {font-size: 6px !important;}
.txt70 {font-size: 7px !important;}
.txt80 {font-size: 8px !important;}
.txt90 {font-size: 9px !important;}
.txt100 {font-size: 10px !important;}
.txt110 {font-size: 11px !important;}
.txt120 {font-size: 12px !important;}
.txt130 {font-size: 13px !important;}
.txt140 {font-size: 14px !important;}
.txt150 {font-size: 15px !important;}
.txt160 {font-size: 16px !important;}
.txt170 {font-size: 17px !important;}
.txt180 {font-size: 18px !important;}
.txt200 {font-size: 20px !important;}
.txt240 {font-size: 24px !important;}
.txt320 {font-size: 32px !important;}

.w100per {
	width: 100% !important;
	height: auto;
}

body {
	min-width: 100%;
}

/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}

#content {
	margin-top: 30px;
}

/* ttl
----------------------------------------------------------- */
.leadWrap {
	margin: 0 auto 40px;
	text-align: center;
}
.leadWrap .ttlImg img {
	width: 100%;
}
.ttl01 {
	font-size: 14px;
	margin-top: 30px;
	position: static;
}


/* reservWrap
----------------------------------------------------------- */
.reservWrap .reserv02 {
	background: #EFEFED;
	padding-bottom: 20px;
	height: auto;
}
.reserv02 p.btnSearch02 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	float: none;
	margin-right: 0;
	background: none;
	padding-left: 0;
}
.reserv02 p.btnSearch02 a {
	display: block;
	background: #00ace7 url(../img/common/listhead02.svg) no-repeat 5% 50%;
	background-size: 20px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}
