@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: 50px;
}

/* kvWrap
----------------------------------------------------------- */

#kvWrap {
    width: 100%;
    min-width: inherit;
    height: 135px;
    margin-top: 50px;
}

#kvWrap > .spWrapper {
	position: relative;
	height: 135px;
}

#kvWrap h2 {
	top: 50%;
	margin-top: -23px;
}

#kvWrap h2 img {
	width: auto;
	height: 45px;
}

.leadWrap {
	width: 100%;
	padding: 30px 0;
}


/* ttl
----------------------------------------------------------- */

.ttl01 {
	margin-bottom: 15px;
}

.ttl01 img {
	width: auto;
	height: 48px; 
}

.ttl02 {
	font-size: 15px;
	margin-bottom: 10px;
}

.lead {
	font-size: 12px;
	margin-bottom: 20px;
}

/* btn
----------------------------------------------------------- */

.btn01 {
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.7;
	background: url(../img/common/listhead02.png) no-repeat 0 0.3em;
	background-size: 12px auto;	
}

.btn02 {
	width: 100%;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.btn02 a {
	background: url(../img/common/listhead05.png) no-repeat 20px 50%;
}

.btn03 {
	width: 100%;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.btn03 a {
	background: url(../img/common/listhead06.png) no-repeat 20px 50%;
}

/* tab
----------------------------------------------------------- */

.tabNavWrap {
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 20px;
}

.tabNav {
	position: static;
    float: none;
    border-top: 1px solid #d3d3d3;
}

.tabNav li {
	width: 50%;
    height: auto;
    padding-bottom: 0;
    float: left;
    font-size: 12px;
    position: static;
    background: none;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.tabNav li:nth-child(2n) {
	border-left: 1px solid #d3d3d3;
}

.tabNav li:not(:first-child) {
	margin-left: 0;
}

.tabNav li a {
	height: auto;
	padding: 10px 0;
}

.tabNav li span {
	height: auto;
	padding-top: 0;
	border-right: none;
}

.tabNav li:first-child span {
	border-left: none;
}

.tabNav li.ui-tabs-selected,
.tabNav li.active {
	background: none;
}

.tabNav li.ui-tabs-selected span,
.tabNav li.active span {
	border-right: none;
}

.catLabel {
	margin-right: 3px;
	padding: 3px 9px;
	font-size: 11px;
}

/* spGnav
---------------- */

#spGnavWrap {
	width: 100%;
	position: fixed;
	top: 60px;
	display: none;
	z-index: 10;
}

#spGnav {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding-bottom: 20px;
}

#spGnav nav {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#spGnav nav li {
	width: 50%;
	float: left;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
}

#spGnav nav li a {
	color: #4b4b4b;
	padding: 5px 0;
	display: block;
}

#spGnav nav li:nth-child(odd) a {
	border-left: 1px solid #d3d3d3;
}

#spGnav nav li:first-child {
	width: 100%;
}

#spGnav nav li:first-child a {
	border-left: none;
}

#spGnav .telTtl {
	width: 240px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background: #00ace7;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto 5px;
}

#spGnav .telNum {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

#spGnav .telNum a {
	color: #00ace7;
}

/* resModWrap
----------------------------------------------------------- */

.resModWrap {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.resModWrap > .wrapper {
	position: static;
}

.resModWrap .ttlRM {
	width: 100%;
	height: auto;
	float: none;
	line-height: inherit;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #00ace7;
	border-bottom: 1px solid #00ace7;
}

.resModWrap .ttlRM img {
	width: 53px;
	height: auto;
	padding: 10px 0;
}

.resModWrap .spResevBtn {
	width: 300px;
	margin: 0 auto;
	padding-top: 15px;
}

.resModWrap .spResevBtn img {
	width: 300px;
	height: auto;
}

.resModWrap .spCancel {
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}
.resModWrap .spCancel a {
	color: #fff;
}

/* pagenavi
------------------------------------------------------ */

.pagenavi {
	font-size: 12px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	padding: 8px 12px;
	margin: 2px 3px;
}

/* telBox
---------------------------------------------- */

#telBox {
	margin-top: 25px;
}

#telBox h3 {
	padding: 10px 0;
	font-size: 14px;
}

#telBox p {
	font-size: 25px;
}

#telBox p span {
	font-size: 20px;
}

#telBox p a {
	color: #00ade8;
}

.hotel_list{
	width: 100%;
	margin: 0 auto;
}
.hotel0{
	width: 100%;
	margin-right: 0px;
}
.hotel0,.hotel1,.hotel2,.hotel3,.hotel4{
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
.hotel1,.hotel2,.hotel3,.hotel4{
	width: 100%;
    margin: 20px auto 0;
}
.hotel ul li{
	border-left: 1px solid #666;
    border-right: 1px solid #666;	
	width: 95%;
	margin: 8px auto;

}


























