@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   ハイランドリゾート
 *       Updated: 2018.5.25
 *
 ********************************************************************** */

iframe.mv {
	width:100%;
	height:200px;
}

.flex-control-paging li a		{ background: url(../_img/slyoff.png) 0 0 no-repeat; width: 25px; height: 24px; display: block; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a:hover		{ background: url(../_img/slyon.png) 0 0 no-repeat; }
.flex-control-paging li a.flex-active	{ background: url(../_img/slyon.png) 0 0 no-repeat; cursor: default; }

.red{ color:#ff0000; }

/* TOP
======================================================= */
#content {
	width: 100%;
	padding: 30px 0;
	text-align:left;
	color:#fff;
	background:#2293f2;
}

#inner {
	width:94%;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

#main_img {
	width:100%;
	height:auto;
	overflow:hidden;
	margin: 0 0 23px 0;
}

#content h1 {
	margin: 0 0 18px 0;
	text-align:center;
}

#content h2 {
	margin: 0 0 20px 0;
	text-align:center;
}

#pagelink {
	width:100%;
	overflow: hidden;
	margin: 0 0 30px;
	text-align: center;
	}

#pagelink ul {
	width: 103%; /* 正しいコンテンツ幅＋liで指定したmargin20px */
	overflow: hidden;
	*zoom: 1;
	}

#pagelink li {
	float: left;
	width: 47%;
	margin-right: 3%;
	padding-bottom: 10px; /* marginだとIE6,7で正しく表示されない為 */
	*zoom: 1;
	}

/* ルーム一覧 */

h3#thomas_ttl02 {
	margin: 0;
	padding: 14px 0 10px;
	background-size: 100%;
	text-align:center;
	background	:
	-webkit-gradient(
	linear,
	left top, left bottom,
	color-stop(0, #ed7575),
	color-stop(100%, #f00101));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#thomas_content02 {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 50px;
	padding: 17px 0 10px;
}

#thomas_content02 .txt {
	color: #000;
	margin: 0 auto 10px;
}

#room_list {
	margin: 0;
	padding: 0 10px 20px;
}

#room_list .txt {
	margin: 0 0 20px;
	font-size: 116;
	font-weight:bold;
}

#room_list ul li {
	margin: 0 auto 10px auto;
	text-align: center;
	position:relative;
}

#room_list ul li img{
	border:5px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 1px 1px rgba(0,0,0,0.2);
	box-sizing:border-box;
	width:100%;
	height:auto;
}

#room_list ul li i {
	position:absolute;
	width:60px;
	top:-5px;
	left:-5px;
}
#room_list ul li i img {
	width:100% !important;
	height:auto !important;
	border:none;
	box-shadow:none;
}





#thomas_content02 p {
	width: 94%;
	margin: 0 auto;
}

/* パーティーセット */

h3#thomas_ttl03 {
	margin: 0;
	padding: 14px 0 10px;
	text-align:center;
	background	:
	-webkit-gradient(
	linear,
	left top, left bottom,
	color-stop(0, #657fdf),
	color-stop(100%, #3758d3));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#thomas_content03 {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 50px;
	padding: 50px 10px 10px;
	position:relative;
}

#thomas_content03 .rm_box {
	background:#4565db;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#thomas_content03 .rm_box .rm_in {
	padding:10px;
	background:url(../_img/bg_cnt3_in.gif) 0 0;
	background-size: 30%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#thomas_content03 .rm_box .rm_l {
	width: 100%;
	text-align: center;
}
#thomas_content03 .rm_box .rm_r {
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
}

#thomas_content03 .rm_box .rm_l .m20{
	margin-bottom:10px;
}

#thomas_content03 .rm_box .rm_r img{
}

#thomas_content03 h4 {
	position:absolute;
	width: 94%;
	left:3%;
	top:15px;
	z-index:100;
}

#thomas_content03 p.spoon {
	position:absolute;
	width: 10%;
	left:5px;
	top:0px;
	z-index:80;
}

#thomas_content03 p.fork {
	position:absolute;
	width: 10%;
	right:5px;
	top:0px;
	z-index:80;
}

/* 特典 */

h3#thomas_ttl04 {
	margin: 0;
	padding: 14px 0 10px;
	text-align:center;
	background	:
	-webkit-gradient(
	linear,
	left top, left bottom,
	color-stop(0, #f08c35),
	color-stop(100%, #f05101));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#thomas_content04 {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 50px;
	padding: 14px 0 15px 0;
}

#thomas_content04 .tokuten_list li {
	width: 94%;
	margin: 0 auto 10px auto;
	text-align: center;
}

/* トーマスアメニティプラン */
h3#thomas_ttl05 {
	margin: 0;
	padding: 14px 0 10px;
	text-align:center;
	background	:
	-webkit-gradient(
	linear,
	left top, left bottom,
	color-stop(0, #8cd353),
	color-stop(100%, #55bc01));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#thomas_content05 {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 20px;
	padding: 30px 10px 20px;
	position:relative;
}

#thomas_content05 h4 {
	position:absolute;
	width: 94%;
	left:3%;
	top:15px;
	z-index:100;
}

#thomas_content05 p.star1 {
	display: none;
}

#thomas_content05 p.star2 {
	display: none;
}

#thomas_content05 .tokuten_list li {
	margin: 0 7px 6px 0;
	float: left;
}

#thomas_content05 .pl_box {
	background:#56bd03;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 0 0;
}
#thomas_content05 .pl_box .pl_in {
	height:710px;
	padding:10px 0 10px;
	background:url(../_img/bg_cnt5_in.gif) 0 0;
	background-size: 30%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}

#thomas_content05 .pl_in ul li {
	position:absolute;
}
#thomas_content05 .pl_in ul li p {
	margin:0 0 5px 0;
	text-align: center;
}
#thomas_content05 .pl_in ul li img.waku{
	margin:0 0 0 -5%;
	padding: 5px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 1px 1px rgba(0,0,0,0.2);
}

#thomas_content05 .pl_in ul li.pl01,
#thomas_content05 .pl_in ul li.pl03,
#thomas_content05 .pl_in ul li.pl05 {
	margin:0;
	padding:0;
	width: 100%;
	left:0;
	z-index:30;
	text-align: center;
}

#thomas_content05 .pl_in ul li.pl01 {top:10px;}
#thomas_content05 .pl_in ul li.pl03 {top:240px;}
#thomas_content05 .pl_in ul li.pl05 {top:470px;}


#thomas_content05 .pl_in ul li.pl02 {right:12%; top:120px; z-index:80;}
#thomas_content05 .pl_in ul li.pl04 {right:12%; top:340px; z-index:80;}
#thomas_content05 .pl_in ul li.pl06 {right:5%;  top:560px; z-index:80;
}

#thomas_content05 p.bt {
	position:absolute;
	width: 86%;
	left:7%;
	top:750px;
	z-index:200;
}

#thomas_content05 .plan_list{
	margin:40px 0 0;
	padding: 10px 0 0;
	text-align: center;
}

#thomas_content05 .plan_list li{
	width: 100%;
	margin: 0 0 0 0;
}

/* トーマスランドを満喫できる！お得なおすすめプラン！
======================================================= */

#thomas_content06 {
	margin:0 0 20px;
	padding: 0px 0px 0px;
	position:relative;
}

#thomas_content06 .tit03 h2{
	padding: 0;
	margin:0;
}

#thomas_content06 .inner{
	padding: 10px 1%;
	background:url(../_img/bg_ctn.jpg) 0 20px repeat-y;
}

#thomas_content06 .plan_list{
	padding: 10px 1%;
}

#thomas_content06 .plan_list li{
	width: 100%;
	margin: 0 0 0 0;
}

/*アメニティ*/
.thomas_block {
	position: relative;
	margin: 0 auto 50px;
	padding: calc(15% + 15px) 10px 24px;
	border-radius: 10px 10px 0 0;
	background: url(../_img/bg_ctn.jpg);
	overflow: hidden;
	text-align: center;
}

.thomas_block img {-webkit-backface-visibility: hidden;}

.thomas_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15% 0 0;
	background: linear-gradient(#f08e38, #f05001);
}

.thomas_block .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	z-index: 2;
}

.thomas_block .lead {
	max-width: 340px;
	margin: 0 auto 13px;
}

.thomas_block .sp_img {
	margin: 0 auto 10px;
}

.thomas_block .slide_btn {
	max-width: 290px;
	margin: 0 auto;
}
.thomas_block .slide_btn:not(.active) .close {display: none;}
.thomas_block .slide_btn.active .open {display: none;}

.thomas_block .inner {
	position: relative;
	padding: 30px 3%;
	border-radius: 10px;
	background: url(../_img/bg_amenity_star.png);
	background-size: 27px auto;
	border: 3px solid #ff8f41;
}
.thomas_block .inner.original {margin: 6% auto 40px;}
.thomas_block .inner.goods {margin: 6% auto 40px;}
.thomas_block .inner.key {margin: 0 auto 20px; padding-top: 15%;}

.thomas_block .inner .intit {
	position: absolute;
	bottom: calc(100% - 10px);
	left: 6%;
	width: 88%;
}
.thomas_block .inner.goods .intit {
	width: 98%;
	left: 1%;
}

.thomas_block .inner.key .intit {
	width: 75%;
	left: 12%;
	bottom: inherit;
	top: -5%;
}

.thomas_block .inner .box {
	max-width: 290px;
	margin: 0 auto;
}

.thomas_block .inner .box li {
	position: relative;
	margin: 0 auto 15px;
}

.thomas_block .inner.goods .box li {
	width: 80%;
	margin: 0 auto;
}
.thomas_block .inner.goods .box li + li {margin-top: 30px;}

.thomas_block .inner.goods .box li + li::before {
	content: "";
	position: absolute;
	top: -20px;
	left: calc(50% - 17.5px);
	width: 35px;
	height: 35px;
	background: url(../_img/ico_amenity_plus.png) 50% 50% no-repeat;
	background-size: contain;
	z-index: 2;
}

.thomas_block .inner.goods .box li.sample {
	width: 64%;
	margin: 43px auto 0;
}

.thomas_block .inner.goods .box li.sample::before {
	top: -34px;
	width: 44px;
	height: 44px;
	background-image: url(../_img/ico_amenity_arw.png);
}

.thomas_block .inner.goods .box li .caut {
	display: block;
	width: 90%;
	margin: 8px auto 0;
}

.thomas_block .inner.original .pattern {
	width: 208px;
	margin: 0 auto 10px;
}

.thomas_block .inner.original .caut {
	width: 205px;
	margin: 0 auto;
}

.thomas_block .inner.original::before {
	content: "";
	position: absolute;
	left: calc(50% - 24px);
	bottom: -25px;
	width: 48px;
	height: 48px;
	background: url(../_img/ico_amenity_plus.png) 50% 50% no-repeat;
	background-size: contain;
}

.thomas_block .sp_slide {
	display: none;
}

.thomas_block .inner.key .keybox {
	text-align: center;
}

.thomas_block .inner.key .keybox .txt {
	width: 75%;
	margin: 0 auto 20px;
}

/*アメニティ ここまで*/

p.flink a {
	color:#fff;
}

p#cp {
	text-align:center;
	margin:0 0 30px;
}

/* バナー */

#footerbanner {
	padding:20px 0;
	text-align:center;
	background: #b7deff;
}

#footerbanner ul {
	width:94%;
	margin:0 auto;
	padding:0 0 0 0;
}

#footerbanner ul li {
	margin: 0 0 10px;
}

#footerbanner ul li:last-child {
	margin: 0;
}

#footerbanner ul li img {
	max-width: 100%;
	height: auto;
}

/* 詳細ページ
======================================================= */

#roominfo {
	padding: 0 0 10px;
	margin: 0 0 30px;
	background: #f1f1f1;
}
#roominfo.suite {
	background: url(../../_img/bg_suite_pattern.gif) left bottom;
}

#roominfo .main {
	padding: 0;
	margin: 0;
}

#roominfo h1 {
	width:94%;
	margin: 0;
	padding:10px 0 0 12px;
	text-align:left;
	font-size:100%;
	line-height: 0;
}

#roominfo ul {
	margin: 0;
	padding:10px 10px 0 0;
	text-align:left;
	line-height: 0;
}

#roominfo ul li {
	float:left;
	width: 28%;
	margin: 0;
	padding:0 0 0 12px;
	text-align:left;
}

#roominfo ul li.ppl {
	border-right:#c8c8c8 1px solid;
	padding:10px 10px 7px 12px;
	width: 35%;
}

#roominfo ul li.rsz {
	width: 25%;
	padding:10px 0 10px 10px;
}

#detail_contents {
	margin: 0 0 50px;
	padding: 15px 3% 30px;
	text-align: left;
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	color:#333;
}

#detail_contents.suite {
	background:url(../_img/bg_ctn_suite.gif) 0 0 repeat;
}


#roominfo li:last-child {
	width: 25%;
	padding:5px 0 5px 10px;
}

.gr_photo {
	width: 100%;
	margin: 0 0 30px;
	}

.gr_photo li {
	width: 280px;
	margin: 0 auto 10px;
}

#detail_contents h2 {
	background: #f00303;
	background: -moz-linear-gradient(top, #ee4d4d, #f00303);/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ee4d4d), to(#f00303));/* Safari,Google Chrome用 */
	padding: 10px 15px 10px 15px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:#ffd913 3px solid;
	text-decoration:none;
	text-align: left;
	line-height: 0;
}

#detail_contents.suite h2 {
	background: #e41601;
	background: -moz-linear-gradient(top, #dc0e00, #bf0000);/* Firefox用 */
	background: url(../_img/655/moyou.png) no-repeat 97% center,-webkit-gradient(linear, left top, left bottom, from(#dc0e00), to(#bf0000));/* Safari,Google Chrome用 */
	padding: 10px 15px 10px 15px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:#720800 3px solid;
	text-decoration:none;
	text-align: left;
}


.gr_info_3col {
	width: 100%;
	margin: 0 0 30px;
	}


.gr_info_3col ul {
	width: 100%;
	}

.gr_info_3col li {
	width: 100%;
	margin: 0 0 30px;
}

.gr_info_3col li ul {
	width: 100%;
	padding: 0 0 0 5px;
}

.gr_info_3col li ul li {
	width: 97%;
	background: url(../../_img/arw_s.gif) 0 1em no-repeat;
	padding: 0 0 0 7px;
	margin: 0;
}

.gr_info_2col {
	width: 100%;
	margin: 0 0 30px;
	}
.gr_info_2col:after { content:""; }

.gr_info_2col li {
	width: 100%;
	}

.gr_info_2col li.wide {
	width: 100%;
	margin: 0 0 30px;
}

.madori {
	margin: 0 0 3px 0;
	padding: 16px 0 17px;
	border:#b4d9f9 1px solid;
	text-align:center;
	min-height:200px;
	height: auto !important;
	height: 200px;
	background: #fff;
}

.madori.suite {
	padding: 25px 0 26px;
	border:#cec5b7 1px solid;
	min-height:164px;
	height: auto !important;
	height: 164px;
}

.caution {
	font-size: 77%;
	color: #666;
	padding: 0 0 0 1em;
	text-indent:-1em;
	text-align: left;
}

.caution span {
	color: #ff0000;
}

.gr_info_2col .tbr td em {
	color: #ff0000;
	font-style:normal;
}

.gr_info_2col .caution_list {
	font-size: 77%;
	color: #666;
	width:100%;
}

.gr_info_2col .caution_list li {
	width:94%;
	background: url(../../_img/arw_s.gif) 0 0.9em no-repeat;
	margin:0px 0 0 4px;
	padding: 0 0 0 6px;
}

.gr_info_reserve  {
	margin:50px 0 0 0;
	text-align:center;
}

.gr_info_2col table {
	font-size: 77%;

}

.gr_info_2col table.tbr {
	border-top: 1px solid #8abeea;
	border-left: 1px solid #8abeea;
}

.gr_info_2col table.tbr th {
	border-right: 1px solid #8abeea;
	border-bottom: 1px solid #8abeea;
	background:#2293f2;
	color:#fff;
}

.gr_info_2col table.tbr th.parent {
	border-right: 1px solid #8abeea;
	border-bottom: 1px solid #8abeea;
	background:#cee9ff;
	color:#333;
}

.gr_info_2col table.tbr td {
	border-right: 1px solid #8abeea;
	border-bottom: 1px solid #8abeea;
	background:#fff;
}

.gr_info_3col table.tbr td.gradeup {
	line-height:1.5;
	font-size: 85%;
	background:#fefbee;
}

.gr_info_2col.suite table.tbr {
	border-top: 1px solid #cec5b7;
	border-left: 1px solid #cec5b7;
}

.gr_info_2col.suite table.tbr th {
	border-right: 1px solid #cec5b7;
	border-bottom: 1px solid #cec5b7;
	background:#957e5a;
	color:#fff;
}

.gr_info_2col.suite table.tbr th.parent {
	border-right: 1px solid #cec5b7;
	border-bottom: 1px solid #cec5b7;
	background:#f8f6ee;
	color:#333;
}

.gr_info_2col.suite table.tbr td {
	border-right: 1px solid #cec5b7;
	border-bottom: 1px solid #cec5b7;
	background:#fff;
}

.tel_reserve {
	margin: 50px auto 0;
	padding: 16px 28px 22px 28px;
	width: 480px;
	background: #f9f7e7;
	border:#e5d9c6 1px solid;
	text-align:center;
}

.tel_reserve p{
	border-bottom:#e5d9c6 1px solid;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 116%;
}


/* 詳細リンク
======================================================= */
h4#thomas_linkttl {
	margin: 0;
	padding: 15px 0 15px 21px;
	background	:
	-webkit-gradient(
	linear,
	left top, left bottom,
	color-stop(0, #ed7575),
	color-stop(100%, #f00303));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	text-align:left;
	line-height: 0;
}

#thomas_link {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 20px;
	padding: 15px 15px 5px 15px;
	position:relative;
}

#thomas_link ul li {
	padding:0;
	margin: 0 0px 8px 0;
	text-align:center;
	display:block;
}

#thomas_link2 {
	margin: 0 0 20px;
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	padding: 15px 15px;
}

#thomas_link2 ul li {
	margin: 0;
	line-height:1.2;
	font-size:108%;
	font-weight:bold; 
}

#thomas_link2 ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 50px;
	padding: 2px 0 2px 26px;
	border: 1px solid #1667be;
	box-sizing: border-box;
	position: relative;
	text-decoration:none;
	background: linear-gradient(0deg, #0e68cc, #2d87dd);
	color:#fff;
}

#thomas_link2 ul li a::before,
#thomas_link2 ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#thomas_link2 ul li a::before{
	left: 4px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:#1667be 1px solid;
}
#thomas_link2 ul li a::after{
	left: 10px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 5px solid #076dc4;
}

#thomas_link2 ul li a span {
	display:block;
	font-size:82%;
}

#thomas_link2 ul li a.on {
	background: #fff;
	color:#1864ba;
}

/* カレンダー
======================================================= */

.thomas_date {
	margin: 0 0 10px 0;
}

.thomas_date .date {
	width:100%;
}

.thomas_date .txt {
	width:100%;
}

#calender {
	margin: 0 0 30px;
}

#calender .calbox {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

#calender table.cal {
	margin: 0 0 20px 0;
	border-left: #8abeea 1px solid;
	border-top: #8abeea 1px solid;
}
#calender table.cal th{
	font-weight:bold;
	text-align: center;
	width: 55px;
	padding: 5px 0 3px;
	background:#fff;
	line-height: 1;
	border-right: #8abeea 1px solid;
	border-bottom: #8abeea 1px solid;
}
#calender table.cal th.month{
	font-weight: bold;
	background: #1b68da;
	color: #fff;
	font-size: 100%;
	padding: 5px 0 3px;
}
#calender table.cal td{
	padding: 5px 0 3px;
	text-align: center;
	background:#fff;
	font-size: 116%;
	line-height: 110%;
	border-right: #8abeea 1px solid;
	border-bottom: #8abeea 1px solid;
}
#calender table.cal .sun{ background:#ffcccc;}
#calender table.cal .sat{ background: #def3fe;}

/* 共通　リサガスへ
======================================================= */

.overimg {
	opacity: 1 !important;
}

.lisagas_btn img,
.lisagas_block img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.lisagas_btn {
	width: 100px;
	position: fixed;
	bottom: 50px;
	left: 10px;
	z-index: 999;
}

.lisagas_block {
	padding: 20px 2% 40px;
	background: url(../_img/bg_lisagas.gif) center top;
}

.lisagas_block .inner {
	background: url(../_img/bg_lisagas_in.gif) 0 0 repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.lisagas_block .inner .bg_top {
	background: url(../_img/bg_lisagas_top.gif) center top no-repeat;
}

.lisagas_block .inner .bg_btm {
	background: url(../_img/bg_lisagas_btm.gif) 0 bottom no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding: 30px 2% 20px;
}

.lisagas_block .inner .tit {
	margin: 0 0 15px;
	text-align: center;
}

.lisagas_block .inner .img01 {
	float: left;
	width: 48%;
	margin: 0 0 10px;
	text-align: right;
}

.lisagas_block .inner .img02 {
	float: right;
	width: 48%;
	margin: 0 0 10px;
	text-align: left;
}

.lisagas_block .inner ul {
	clear: both;
	text-align: center;
}

.lisagas_block .inner ul li { 
	margin: 0 0 10px;
}

.lisagas_block .inner ul li:last-child {
	margin: 0;
}

/* トーマスTOP　パーティルーム・ジェームス
======================================================= */

.thomas_new {
	padding: 0 0 20px;
	margin: 0px 0 20px;
	background: url(../_img/bd_thomas_new.png) no-repeat center bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

}

.partyroom {
	margin: 0 0 20px;
}

.partyroom .tit {
	padding: 12px 3% 0;
	border: 3px solid #ffcb00;
	background: url(../_img/bg_partyroom01.gif) center center;
	position: relative;
	text-align: center;
}

.partyroom .tit .intit {
	position: relative;
	z-index: 3;
}

.partyroom .tit .img01 {
	width: 80%;
	margin: 0 auto;
}

.partyroom .tit .img02 {
	width: 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.partyroom .tit .img03 {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.partyroom .inner {
	padding: 20px 3%;
	background: url(../_img/bg_partyroom02.gif) center center;
	text-align: center;
}

.partyroom .inner .img {
	margin: 0 0 20px;
}

.partyroom .inner .txt {
	margin: 0 0 20px;
}

.partyroom .inner .txt .txt01,
.partyroom .inner .txt .txt02,
.partyroom .inner .txt .txt03 {
	margin: 0 0 10px;
}

.james {
	background: url(../_img/bg_james01.jpg) center bottom;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.james .inner {
	padding: 10px 2%;
	margin: 10px 3% 0;
	border: 3px solid #e01515;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../_img/bg_james02.gif) center center;
	position: relative;
	text-align: center;
}

.james .inner .intit {
	margin: 0 0 15px;
	
}

.james .inner .img {
	margin: 0 0 10px;
}

.james .inner .txt01 {
	margin: 0 0 15px;
}


.james .btn {
	margin: 20px 0 0;
	padding: 0 3% 20px;
	text-align: center;
}

/* ジェームス　オープン・予約開始日
======================================================= */

.foot_block {
	width: 94%;
	margin: 0 auto 15px;
	border: 3px solid #e82424;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ffffdc;
	text-align: left;
	overflow: hidden;
}

.foot_block .inner .tit01,
.foot_block .inner .tit02 {
	width: 35%;
	margin: 0 auto 10px;
	text-align: center;
}

.foot_block .inner .txt {
	padding: 0 3% 15px;
}

.foot_block .inner .txt .intxt01,
.foot_block .inner .txt .intxt02 {
	margin: 0 0 5px;
}

/* お知らせナビ
======================================================= */

#f_info_btn {
	min-height: 40px;
}

#f_info_btn p {
	background: url(../_img/bg_f_info_sp.gif) repeat-x center center;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
}

#f_info_btn p.sp_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#f_info_btn a {
	display: block;
	padding: 40px 0 0;
	text-align: center;
	background: url(../_img/btn_f_info_sp.gif) no-repeat center center;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
}

#f_info_btn img {
	display: none;
}

/* キャラクタールームのご予約方法
======================================================= */

.reserve {
	position: relative;
}

.reserve .faq_btn {
	position: absolute;
	top: 34%;
	right: 12%;
	width: 76%;
}

.reserve .reserve_btn {
	position: absolute;
	top: 85.5%;
	right: 5%;
	width: 89%;
}

.reserve .register_btn {
	position: absolute;
	top: 65%;
	right: 12%;
	width: 76%;
}

.reserve .register_btn li {
	margin: 0 0 10px;
}

/* モーダル
======================================================= */

.modal_block {
	width: 94%;
	margin: 0 auto;
	padding: 30px 3%;
	background: #fff;
	font-size: 11px;
	text-align: left;
	position: relative;
}

.modal_block img {
	max-width: 100%;
	height: auto;
}

.modal_block p span {
	color: #f92e2e;
}

.modal_block .tit {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.modal_block .tit .intit {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.modal_block .tit .intit + p {
	text-align: left;
}

.modal_block .check {
	margin: 20px 0;
	text-align: center;
	background: #f7f5ed;
}

.modal_block .check label {
	display: block;
	padding: 15px 3%;
	font-size: 13px;
}

.modal_block .check input {
	margin: 0 7px 0 0;
	vertical-align: middle;
}

.modal_block .btn {
	max-width: 370px;
	margin: 0 auto;
}

.modal_block .btn li {
	float: left;
	width: 49%;
	margin: 0 0 0 2%;
}

.modal_block .btn li:first-child {
	margin: 0;	
}

.modal_block .btn a.disabled {
	cursor: default;
	opacity: 0.5 !important;
}

/* トーマススイート　オープン・予約開始日
======================================================= */

.s_thomas {
	background: url(../_img/bg_james01.jpg) center bottom;
/*	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;*/
	overflow: hidden;
	margin: 0 0 40px;
}

.s_thomas .thomas_box01,
.s_thomas .thomas_box02 {

}

.s_thomas .inner {
	padding: 10px 2%;
	margin: 10px 3% 0;
	border: 3px solid #e01515;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../_img/bg_s_thomas02.jpg) center center;
}

.s_thomas .inner .intit {
	margin: 0 0 11px;
	text-align: center;
}

.s_thomas .inner .img {
	margin: 0 0 10px;
	text-align: center;
}

.s_thomas .inner .txt {
	margin: 0 0 16px;
	text-align: center;
}

.s_thomas .inner .img02 {
	margin: 0;
	text-align: center;
}

.s_thomas .inner .txtbox {
	background: #fff;
	padding: 15px 3%;
	color: #473111;
	line-height: 1.6;
}

.s_thomas .inner .txtbox p.bold {
	font-weight: bold;
	margin: 0 0 5px;
}

.s_thomas .inner .txtbox p.min {
	font-size: 70%;
}

.s_thomas p.center {
	text-align: center;
	padding: 10px 3%;
}


.reserve_box {
	background: url(../_img/bg_james01.jpg) center bottom;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin: 0 0 30px;
}

.reserve_box .contents {
	background: url(../_img/bg_james01.jpg) center bottom;
}

.reserve_box p.reserve_tit {
	margin: 0 0 7px;
	text-align: center;
}
.reserve_box p.reserve_video {
	text-align: center;
	padding: 0 0 15px;
}

.reserve_box p.reserve_video iframe {
	width: 94%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}


/* キャラクタールームのご予約方法
======================================================= */
.reservation_info {
	width: 100%;
	margin: 0 auto;
	padding:14px 0;
	background:#fff;
	text-align:center;
	background:#ef2323;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}
.reservation_info p {
	font-size: 140%;
	font-weight:bold;
	color:#fff;
}

.reservation {
	margin: 0 auto;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}

.reservation .inner {
	background:#f7f5ed;
	padding:10px 4% 20px;
}

.reservation .inner .block1{
	margin: 0 0 15px;
	padding:14px 4%;
	background:#fff;
	border:#2293f2 1px solid;
	border-radius: 8px;
}

.reservation .inner .block1 .faq_read{
	margin:0 0 10px;
	padding:0 10%;
}

.reservation .inner .block1 .faq_btn{

}

.reservation .inner .block2{
	margin: 0 0 15px;
	padding:14px 4%;
	background:#fff;
	border:#1d9f00 1px solid;
	border-radius: 8px;
}
.reservation .inner .block2 .regist_read{
	text-align:center;
}

.reservation .inner .block2 .regist_btn {
}

.reservation .inner .block2 .regist_btn li {
	margin: 0 0 10px;
}

.reservation .inner .block2 .regist_btn li:last-child {
	margin: 0;
}

.reservation .block3{
	background:#004998;
}

.reservation .block3 .goto_icon{
	padding: 0px 30%;
	text-align:center;
}
.reservation .block3 .goto_read{
	padding: 10px 3% 20px;
	color:#fff;
}

.reservation .block3 .goto_read h4{
	font-size: 120%; 
	color:#fff700;
	margin:0 0 10px;
	font-weight:bold;
}

.reservation .inner .reserve_btn {
	text-align:center;
}

.textl { font-size: 108%; }
.ind { text-indent:-1em;padding-left:1em;}


/* お知らせ
======================================================= */

.resume_news {
	width:100%;
	margin:0 auto 20px;
	padding:0 0 10px;
	border:#dd0000 3px solid;
	background:#fff;
	color:#333;
	box-sizing:border-box;
	border-radius:4px;
}

#thomas_content02 .resume_news {
	width:92.4%;
	margin:0 auto 20px;
}

.resume_news h4 {
	margin:0 auto 20px;
	padding:6px;
	background:#dd0000;
	color:#fff;
	font-size:108%;
	text-align:center;
	font-weight:bold;
}

.resume_news p {
	margin:0 0 8px !important;
	padding:0 3%;
	text-align:left !important;
	font-size:108%;
}

.resume_news dl {
	display:block;
	margin:0 0 4px;
	padding:0 3%;
	font-size:100%;
	width:100%;
	box-sizing:border-box;
	font-weight:bold;
}
.resume_news dl dt {
	display:block;
}
.resume_news dl dd {
	display:block;
	font-size:108%;
}


/* 新ルーム誕生 */

h3.nr{

}


#new_room {
	background:url(../_img/bg_ctn.jpg) 0 0 repeat-y;
	margin:0 0 50px;
	padding: 17px 10px 10px;
}

#new_room .inner {
	margin: 0;
	padding: 3%;
	border: 3px solid #c2a058;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../_img/bg_s_thomas02.jpg) center center;
	position:relative;
}

#new_room .inner .inttl {

}

#new_room .inner .lead {
	margin: 0px 0 20px;
}

#new_room .inner ul.box {
}

#new_room .inner ul.box li {
	width:100%;
	margin: 0 20px 0 0;
	position:relative;
}

#new_room .inner ul.box li a {
	margin-top: 20px;
	display:block;
}

#new_room .inner ul.box li img {
	width:100%;
	height:auto;
}

#new_room .inner ul.box li:first-child span {
	margin:0 0 0 -5%;
	width:106%;
	display:block;
}

#new_room .inner ul.box li:last-child span {
	margin:40px 0 0;
	width:105%;
	display:block;
}


#new_room .inner ul.box li:first-child span.icon {
	position:absolute;
	right:0px;
	top:26%;
	width:20%;
}
#new_room .inner ul.box li:last-child span.icon {
	position:absolute;
	left:0px;
	top:19%;
	width:20%;
}