@charset "utf-8";

.sp {
	display: block !important;
}
.pc {
	display: none !important;
}

.hide {
	display:none;
}

.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;
}

.w280 {
	width: 280px;
}

/* TEXT
----------------------------------------------------------- */
.ttl01 {
	font-size: 15px;
	font-weight: bold;
	color: #1d6a94;
	margin-bottom: 10px;
}

.ttl02 {
	font-size: 15px;
	color: #1d6a94;
	padding: 6px 0;
	border-top: 1px solid #1d6a94;
	border-bottom: 1px solid #1d6a94;
	margin-bottom: 20px;
}
.ttl02 span {
	border-left: 6px solid #1d6a94;
	padding-left: 10px;
	
}

.ttl03 {
	font-size: 15px;
	font-weight: bold;
	color: #1d6a94;
	margin-bottom: 15px;
}

.leadTxt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ttl04 {
	color: #fff;
	border: 1px solid #808080;
	padding: 10px 15px 8px;
	font-size: 15px;
	font-weight: bold;
}
.ttl04.blue {
	border: 1px solid #1d6a94;
}

/* BUTTON
----------------------------------------------------------- */



/* Link
----------------------------------------------------------- */


/* MIAN IMG
----------------------------------------------------------- */

#mainimg {
	position: relative;
	width: 100%;
	height: 150px;
}

#mainimg h2 {
	width: 200px;
	height: 60px;
	position: absolute;
	top: 45px;
	left: calc(50% - 100px);
	margin-bottom: 40px
}

#mainimg h2 img {
	width: 200px;
}




/* PANKUZU
----------------------------------------------------------- */

#pankuzu {
	display: none;
}


/*SUB NAVI
----------------------------------------------------------- */


/*mainlider
----------------------------------------------------------- */


/* Control Nav
----------------------------------------------------------- */


/* TABLE type1
----------------------------------------------------------- */


/* Tab
----------------------------------------------------------- */


/*開閉アコーディオン
------------------------------------------------------ */


/* ページナビ
------------------------------------------------------ */

.pagenavi {
	font-size: 11px;
	margin: 30px 0 40px;
	text-align: center;
	position: relative;
	height: 31px;
}


.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	color: #666;
	background: #fff;
	padding: 5px;
	margin: 2px 3px;
	border: 1px solid  #826f33;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #826f33;
	color: #fff;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}


.navigation {
	width: 240px;
	margin: 0 auto;
}

.toTop span,
.navigation span.allow {
	text-decoration: none;
	color: #fff;
	background: #1d6a94;
	padding: 5px;
	margin: 2px;
	border: 1px solid  #1d6a94;
}
.navigation span.allow.null {
	background: #999;
	color: #fff;
	border: 1px solid  #999;
}
.navigation span.null {
	color: #4f3929;
}

.toTop a,
.navigation a {
	color: #4f3929;
}

.toTop a span,
.navigation a span {
	color: #fff;
}

.previous {
	float: left;
	border-right: 1px solid #ababab;
	width: 120px;
	text-align: left;
}
.next {
	float:right;
	text-align: right;
}

.toTop {
	position: absolute;
	top: 0;
	left: 0;
}





/* 予約モジュールリンクポップアップ
--------------------------------------------------------------------------------------------- */

#spSysList {
    width: 95%;
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 10px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #c3c3c3;
	display: none;
}

#spSysList ul {
    padding: 25px 10px;
}

#spSysList ul li {
    padding: 10px 0px 8px 10px;
    line-height: 1.3;
    float: left;
    width: 48.5%;
    box-sizing: border-box;
    font-size: 120%;
    
}
#spSysList ul li:nth-child(2n) {
	float: right;
}

#spSysList li.city {
    background: url(../img_g/common/ico_arrow2.png) no-repeat 0 50%;
}

#spSysList li.resort {
    background: url(../img_g/common/ico_arrow3.png) no-repeat 0 50%;
}

#spSysList .btnClose {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 5;
	top: 12px;
	right: 12px;	
}
#spSysList .btnClose:hover {
	cursor: pointer;
}

