/* style.css */
* { margin:0; padding:0;}
a {cursor: pointer;}

/* clearfix */
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;position:relative;}

/* margin */
.mgt0 { margin-top: 0 !important; }
.mgt5 { margin-top: 5px !important; }
.mgt10t { margin-top: 8px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15t { margin-top: 13px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt20t { margin-top: 18px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt25t { margin-top: 23px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt30t { margin-top: 28px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt40t { margin-top: 38px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50t { margin-top: 48px !important; }
.mgt50 { margin-top: 50px !important; }


.mgb20t { margin-bottom: 18px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgl10 { margin-left: 10px !important; }
.mgr10 { margin-right: 10px !important; }
.mgr20 { margin-right: 20px !important; }
.floatl{float: left;}
.floatr{float: right;}


/* font */
.fs01 { font-size: 92.31% !important; } /* 12px */
.fm01 { font-size: 107.69% !important; } /* 14px */
.fl01 { font-size: 115% !important; } /* 15px */

.fl02 { font-size: 138.5% !important; } /* 18px */
.fl03 { font-size: 153.8% !important; } /* 20px */

.fBrown01 { color: #6A4419 !important; }
.fPink01 { color: #DA4686 !important; }

.fOrange01 { color: #ff6600; }
.fPink02 { color: #e85197; }
.fGreen01 { color: #009943; }
.fLightblue01 { color: #00a0e8; }
.fBlue01 { color: #004098; }

.bold { font-weight: bold !important; }

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

/* inline block */
.iBlk { display: -moz-inline-box; display: inline-block; }

/* pageTop */
#pageTop {
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 10000;
}

/* contentsArea01 */
.contentsArea01 {
	width: 100%;
	background-color: #BBD300;
}

/* contentsArea02 */
.contentsArea01 .contentsArea02 {
	padding-top: 16px;
	padding-bottom: 70px;
	width: 100%;
}
.contentsArea01.toppage .contentsArea02 {
	padding-top: 0;
	padding-bottom: 50px;
	background: url(../images/bg_top_01.jpg) no-repeat 50% 0;
}

/* gLogo */
.gLogo {
	margin: 0 auto;
	width: 960px;
}

/* contentsArea03 */
.contentsArea03 {
	margin: 0 auto;
	padding: 0 0 20px 0;
	min-height: 600px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
}
.contentsArea03 a {
	color: #0066CC;
	text-decoration: none;
}
.contentsArea03 a:hover {
	text-decoration: underline;
}

/* ggNav */
.ggNav {
	width: 100%;
	padding-top: 31px;
	background: url(../images/bg_contents_01.png) no-repeat 50% 0;
}
.ggNav .ggNavV01 {
	margin: 0 auto;
	width: 960px;
}
.ggNav ul li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
}
.ggNav ul li a {
	display: block;
	height: 27px;
}
.ggNav ul li.li01 {
	width: 180px;
}
.ggNav ul li.li02 {
	width: 314px;
}
.ggNav ul li.li03 {
	width: 232px;
}
.ggNav ul li.li04 {
	width: 234px;
}
.ggNav ul li.li01 a {
	background: url(../images/spr_nav_01.png) no-repeat 0 0;
}
.ggNav ul li.li02 a {
	background: url(../images/spr_nav_01.png) no-repeat -180px 0;
}
.ggNav ul li.li03 a {
	background: url(../images/spr_nav_01.png) no-repeat -494px 0;
}
.ggNav ul li.li04 a {
	background: url(../images/spr_nav_01.png) no-repeat -726px 0;
}
.ggNav ul li.li01 a:hover {
	background: url(../images/spr_nav_01.png) no-repeat 0 50%;
}
.ggNav ul li.li02 a:hover {
	background: url(../images/spr_nav_01.png) no-repeat -180px 50%;
}
.ggNav ul li.li03 a:hover {
	background: url(../images/spr_nav_01.png) no-repeat -494px 50%;
}
.ggNav ul li.li04 a:hover {
	background: url(../images/spr_nav_01.png) no-repeat -726px 50%;
}
.ggNav ul li.li01.active a {
	background: url(../images/spr_nav_01.png) no-repeat 0 100%;
}
.ggNav ul li.li02.active a {
	background: url(../images/spr_nav_01.png) no-repeat -180px 100%;
}
.ggNav ul li.li03.active a {
	background: url(../images/spr_nav_01.png) no-repeat -494px 100%;
}
.ggNav ul li.li04.active a {
	background: url(../images/spr_nav_01.png) no-repeat -726px 100%;
}

/* gNavMod01 */
.gNavMod01 {
	margin: 12px 0 0 10px;
}
.gNavMod01 li {
	float: left;
	margin-right: 30px;
}
.gNavMod01 li a {
	display: block;
	padding-left: 19px;
	background: url(../images/icn_link_down_01.png) no-repeat 0 0.2em;
	font-weight: bold;
	zoom: 1;
}

/* gContents */
.gContents {
	width: 100%;
	background: url(../images/bg_contents_02.png) repeat-y 50% 0;
	/*background: url(../images/bg_contents_02.png) repeat-y 50% 0;*/
}

/* gBottom */
.gBottom {
	width: 100%;
	height: 16px;
	background: url(../images/bg_contents_03.png) no-repeat 50% 0;
}

/* iLink01 */
.iLink01 {
	padding-left: 20px;
	background: url(../images/icn_link_01.png) no-repeat 0 0.15em;
	zoom: 1;
}
.iLink01.fl01 {
	background: url(../images/icn_link_01.png) no-repeat 0 0.2em;
}
a.iLink01 {
	padding-left: 20px;
	background: url(../images/icn_link_01.png) no-repeat 0 0.15em;
	zoom: 1;
}

/* listDot01 */
.listDot01 li {
	padding-left: 11px;
	background: url(../images/icn_dot_01.png) no-repeat 0 0.55em;
	zoom: 1;
}

/* listKome01 */
.listKome01 li {
	padding-left: 1em;
	text-indent: -1em;
}

/* tabMod01 */
.tabMod01 {
	margin: 10px 0 0 10px;
}
.tabMod01 li {
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
}
.tabMod01 li a {
	display: block;
	height: 44px;
}
.tabMod01 li.li01 {
	margin-right: 14px;
	width: 228px;
}
.tabMod01 li.li02 {
	margin-right: 14px;
	width: 208px;
}
.tabMod01 li.li03 {
	width: 258px;
}
.tabMod01 li.li01 a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat 0 0;
}
.tabMod01 li.li02 a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -242px 0;
}
.tabMod01 li.li03 a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -464px 0;
}
.tabMod01 li.li01 a:hover {
	background: url(../images/campaign_spr_tab_01.png) no-repeat 0 -50px;
}
.tabMod01 li.li02 a:hover {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -242px -50px;
}
.tabMod01 li.li03 a:hover {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -464px -50px;
}
.tabMod01 li.li01.cur a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat 0 100%;
}
.tabMod01 li.li02.cur a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -242px 100% !important;
}
.tabMod01 li.li03.cur a {
	background: url(../images/campaign_spr_tab_01.png) no-repeat -464px 100% !important;
}

.tabContent01 { margin: 0 auto; padding-top: 10px; width: 940px;}
.tabContent01.option { padding-top: 40px;}

.tabMod01:after{content:"";display:block;clear:both;}
.tabMod01{display:inline-block;}
* html .tabMod01{height:1%;}
.tabMod01{display:block;position:relative;}

/* tabMod02 */
.tabMod02 {
	margin: 10px 0 0 10px;
}
.tabMod02 li {
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
}
.tabMod02 li a {
	display: block;
	height: 44px;
}
.tabMod02 li.li01 {
	margin-right: 14px;
	width: 234px;
}
.tabMod02 li.li02 {
	width: 248px;
}
.tabMod02 li.li01 a {
	background: url(../images/ot_spr_tab_01.png) no-repeat 0 0;
}
.tabMod02 li.li02 a {
	background: url(../images/ot_spr_tab_01.png) no-repeat -248px 0;
}
.tabMod02 li.li01 a:hover{
	background: url(../images/ot_spr_tab_01.png) no-repeat 0 -50px;
}
.tabMod02 li.li02 a:hover {
	background: url(../images/ot_spr_tab_01.png) no-repeat -248px -50px;
}
.tabMod02 li.li01.cur a {
	background: url(../images/ot_spr_tab_01.png) no-repeat 0 100% !important;
}
.tabMod02 li.li02.cur a {
	background: url(../images/ot_spr_tab_01.png) no-repeat -248px 100% !important;
}
.tabArea02 {
	clear: both;
	overflow: hidden;
}
.tabContent02 {
	display: none;
	overflow: hidden;
}
.tabMod02:after{content:"";display:block;clear:both;}
.tabMod02{display:inline-block;}
* html .tabMod02{height:1%;}
.tabMod02{display:block;position:relative;}

/* campaign_about */
.campaign_about {
	margin-top: 30px;
	font-size: 107.69%;
}
.sp_campaign_about {
	margin-top: 10px;
	font-size: 1.2em;
}
.campaign_about li.aboutBox_left,
.campaign_about li.aboutBox_right {
	width: 455px;
	float: left;
	margin-bottom: 30px;
}
.sp_campaign_about li.aboutBox_left {
	width: 99%;
	float: left;
	margin-bottom: 5px;
}
.campaign_about li.aboutBox_right {
	margin-left: 30px;
}
.campaign_about li h4 {
	margin-bottom: 10px;
}
.sp_campaign_about li h4 {
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.campaign_about li .img_left01 {
	float: left;
	width: 299px;
}
.campaign_about li.aboutBox_wide {
	clear:both;
	margin-bottom: 30px;
}
.campaign_about li.aboutBox_wide div {
	width: 455px;
	float: left;
	margin-bottom: 30px;
}
.campaign_about li.aboutBox_wide.col1 div {
	width:100%;
	float:none;
}
.campaign_about li.aboutBox_wide div + div {
	margin-left: 30px;
}
.campaign_about .text_bg {
	background: url(../images/campaign_bg_01.png);
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	font-size: 16px;
}
.campaign_about .text_price {
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 5px 0;
}
.campaign_about li.aboutBox_wide.col1 .text_price {
	text-align:left;
}
.campaign_about .text_price span {
	color: #000;
	font-size: 14px;
}
.campaign_about .text_price span.fw_normal {
	font-weight: normal;
}
.campaign_about li .senior_info {
	width:100%;
	border:1px solid #2085C6;
	font-size:90%;
	line-height:1.4;
	padding:5px 0;
}
.campaign_about li .senior_info th {
	background:#2085C6;
	color:#ffffff;
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	padding:5px 10px;
}
.campaign_about li .senior_info td {
	padding:5px 10px;
}
.campaign_about li .senior_info td.discount {
	text-align:right;
}


/* campaignMod01 */
.campaignMod01 {
	margin-top: 25px;
}
.campaignMod01 li {
	float: left;
	margin: 10px 15px 0 0;
	padding-bottom: 13px;
	width: 303px;
	background: url(../images/campaign_bg_ciao_01.gif) no-repeat left bottom;
}
.campaignMod01 li.center {
	margin: 10px 16px 0 0;
}
.campaignMod01 li.right {
	margin: 10px 0 0 0;
}
.campaignMod01 li .title img {
	vertical-align: top;
}
.campaignMod01 li .text {
	margin: 0 14px;
	padding-top: 8px;
	zoom: 1;
}
.campaignMod01 li .text p {
	font-size: 107.6923%; /* 14px */
}
.campaignMod01 li .text .em01 {
	font-weight: bold;
	line-height: 1.35;
}
.campaignMod01 li .text .em02 {
	color: #FF6600;
	font-weight: bold;
	line-height: 1.35;
}

/* campaignMod02 */
.campaignMod02 {
	padding: 15px 23px 18px 23px;
	border-right: 2px solid #F4E0A9;
	border-bottom: 2px solid #F4E0A9;
	border-left: 2px solid #F4E0A9;
	zoom: 1;
}
.campaignMod02 .list01 {
	margin-top: 10px;
}
.campaignMod02 .list01 dl {
	float: left;
	margin-right: 13px;
	width: 288px;
	background: #D9F0FD;
}
.campaignMod02 .list01 dl.right {
	margin-right: 0;
}
.campaignMod02 .list01 dl dt {
	padding: 8px 13px 0 13px;
	font-size: 123.0769%; /* 16px */
	font-weight: bold;
	zoom: 1;
}
.campaignMod02 .list01 dl dd {
	padding: 0 13px 15px 13px;
	zoom: 1;
}
.campaignMod02 .seat01 {
	margin-top: 11px;
}
.campaignMod02 .seat01 .seat0101 {
	float: left;
	margin-right: 15px;
	width: 270px;
}
.campaignMod02 .seat01 .seat0102 {
	float: left;
	width: 604px;
}
.campaignMod02 .seat01 .seat0102 .box01 {
	margin-top: 13px;
	padding: 10px 12px 8px 12px;
	background: #FFFAEB;
	zoom: 1;
}
.campaignMod02 .seat01 .seat0102 .box01 .box1Ttl {
	color: #FF6600;
	font-weight: bold;
}
.campaignMod02 .seat01 .seat0102 .box01 .box1Ttl strong {
	font-size: 153.8461%; /* 20px */
	font-weight: bold;
}
.campaignMod02 .seat01 .seat0102 .box01 .box1Txt01 {
	margin-top: 5px;
	font-weight: bold;
}

/* campaign_list */
.campaign_list{
	border-radius: 3px;
	border: 2px solid #efe4dc ;
	padding: 20px;
	overflow: hidden;
}
.campaign_list .left{
	float: left;
}
.campaign_list .right{
	float: right;
}
.campaign_list li{
	margin-top: 10px;
	color: #7f5943;
	font-size: 1.5em;
	border-bottom: 1px dotted #ffd23d;
	min-width: 450px;
	text-indent: -40px;
	padding-left: 40px;
}
.campaign_list li:last-child,
.campaign_list .no_border{
	border: none;
}
.campaign_list li img{
	vertical-align: middle;
	margin: 0 15px 5px 0;
	display: inline;
}


/* timeBox01 */
.timeBox01 {
	padding: 25px 19px 26px 19px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	zoom: 1;
}
.timeBox01Foot {
	width: 940px;
	height: 6px;
	background: url(../images/time_bg_box_01.gif) no-repeat;
}
.timeBox01 .block01 {
	margin: 15px 10px 0 12px;
}
.timeBox01 .block01 .block0101 {
	float: left;
	width: 560px;
}
.timeBox01 .block01 .block0101 .lead strong {
	color: #E9544F;
	font-size: 138.4615%; /* 18px */
	font-weight: bold;
}
.timeBox01 .block01 .block0101 .lead span {
	margin-left: 20px;
	color: #8F6F5A;
	font-weight: bold;
}
.timeBox01 .block01 .block0102 {
	float: right;
	width: 305px;
}
.timeBox01 .block02 {
	margin-top: 20px;
	padding-top: 25px;
	background: url(../images/line_dot_01.gif) repeat-x;
}
.timeBox01 .block02 dl {
	float: left;
	margin-right: 15px;
	padding-top: 14px;
	width: 290px;
}
.timeBox01 .block02 dl.right {
	margin-right: 0;
}
.timeBox01 .block02 dl dd {
	padding: 11px 10px 0 11px;
	zoom: 1;
}
.timeBox01 .block02 .text01 {
	color: #7F5943;
	font-weight: bold;
}
.timeBox01 .block02 .text02 {
	margin-top: 2px;
	color: #FF934C;
	font-weight: bold;
}

/* timeBox02 */
.timeBox02 {
	padding: 18px 19px 15px 19px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	zoom: 1;
}
.timeBox02Foot {
	width: 940px;
	height: 6px;
	background: url(../images/time_bg_box_01.gif) no-repeat;
}
.timeBox02 .block01 .block0101 {
	float: left;
	width: 440px;
	background: url(../images/time_bg_box_03.gif) repeat-y;
}
.timeBox02 .block01 .block0102 {
	float: right;
	width: 440px;
	background: url(../images/time_bg_box_03.gif) repeat-y;
}
.timeBox02 .block01 .block0103 {
	float: left;
	width: 930px;
}
.timeBox02 .block01 .block0101 .title {
	padding: 19px 11px 0 11px;
	color: #3F81DE;
	font-weight: bold;
	font-size: 153.8461%; /* 20px */
	line-height: 1.2;
	zoom: 1;
}
.timeBox02 .block01 .block0102 .title {
	padding: 12px 11px 0 11px;
	color: #3F81DE;
	font-weight: bold;
	font-size: 153.8461%; /* 20px */
	line-height: 1.5;
	zoom: 1;
}
.timeBox02 .block01 .block0102 .subTitle {
	padding: 5px 11px 0 11px;
	color: #3F81DE;
	font-weight: bold;
	line-height: 1.2;
	zoom: 1;
}
.timeBox02 .block01 .block01V01 {
	background: url(../images/time_bg_box_04.gif) no-repeat;
	zoom: 1;
}
.timeBox02 .block01 .block01V02 {
	background: url(../images/time_bg_box_02.gif) no-repeat left bottom;
	zoom: 1;
}
.timeBox02 .block01 .block0101 .block01V03 {
	padding: 15px 11px 20px 11px;
	zoom: 1;
}
.timeBox02 .block01 .block0102 .block01V03 {
	padding: 7px 11px 20px 11px;
	zoom: 1;
}

/* timeLo01 */
.timeLo01 {
	background: url(../images/time_bg_lo_01.gif) repeat-y;
	zoom: 1;
}
.timeLo01 .timeLo01V01 {
	background: url(../images/time_bg_lo_02.gif) no-repeat left bottom;
	zoom: 1;
}
.timeLo01 .timeLo01V02 {
	padding: 11px 15px 15px 15px;
	zoom: 1;
}
.timeLo01 .timeLo0101 {
	float: left;
	width: 460px;
}
.timeLo01 .timeLo0102 {
	float: right;
	width: 460px;
}
.timeLo01 .lead strong {
	color: #3F7FDE;
	font-size: 138.4615%; /* 18px */
	font-weight: bold;
}
.timeLo01 .text01 {
	margin-top: 7px;
	color: #8F6F5A;
	font-weight: bold;
}
.timeLo01 .text01 img {
	margin-right: 8px;
	vertical-align: middle;
}

.timeLo02 {
	background: url(../images/time_bg_lo_11.gif) repeat-y;
	zoom: 1;
}
.timeLo02 .timeLo01V01 {
	background: url(../images/time_bg_lo_12.gif) no-repeat left bottom;
	zoom: 1;
}
.timeLo02 .timeLo01V02 {
	padding: 11px 15px 15px 15px;
	zoom: 1;
}
.timeLo02 .timeLo0101 {
	float: left;
	width: 460px;
}
.timeLo02 .lead strong {
	color: #3F7FDE;
	font-size: 138.4615%; /* 18px */
	font-weight: bold;
}


.timeLo03 {
	background: url(../images/time_bg_lo_04.gif) repeat-y;
	zoom: 1;
}
.timeLo03 .timeLo0101 {
	float: left;
	width: 930px;
}
.timeLo03 .timeLo01V01 {
	background: url(../images/time_bg_lo_05.gif) no-repeat left bottom;
	zoom: 1;
}
.timeLo03 .timeLo01V02 {
	padding: 11px 15px 15px 15px;
	zoom: 1;
}
.timeLo03 .lead strong {
	color: #3F7FDE;
	font-size: 138.4615%; /* 18px */
	font-weight: bold;
	width: 460px;
}
.timeLo03 .text01 {
	width: 460px;
	margin-top:5px;
}
.timeLo03 .text02 {
	width: 460px;
	margin-top:20px;
}
.timeLo03 .text03 {
	width: 380px;
	margin-top:20px;
	text-align:left;
}

/* branchTtl01 */
.branchTtl01 img {
	vertical-align: middle;
}
.branchTtl01 span {
	margin-left: 47px;
}

/* branchMod01 */
.branchMod01 {
	margin: 13px 0 0 3px;
}
.branchMod01 .branchMod0101 {
	float: left;
	width: 440px;
}
.branchMod01 .branchMod0101 .mgl {
	margin-left: 5em;
}
.branchMod01.histlc .branchMod0101 {
	float: left;
	width: 610px;
}
.branchMod01 .branchMod0102 {
	float: right;
	width: 470px;
}
.branchMod01.histlc .branchMod0102 {
	float: right;
	width: 470px;
}
.branchMod01 .block01 {
	margin-top: 13px;
	width: 440px;
	background: url(../images/branch_line_01.gif) no-repeat;
}
.branchMod01 .block01 .block01V01 {
	padding: 12px 0 12px 8px;
	background: url(../images/branch_line_01.gif) no-repeat left bottom;
	zoom: 1;
}
.branchMod01 .block01 dl {
	padding: 4px 0;
}
.branchMod01 .block01 dl dd,
.branchMod01 .block01 dl dt {
	display: inline;
}
.branchMod01 .block01 dl dt {
	font-weight: bold;
}
.branchMod01 .block01 dl dd.ddR {
	margin-right: 25px;
}
.branchMod01 .block01 .map {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/icn_link_01.png) no-repeat 0 0.2em;
	font-weight: bold;
	zoom: 1;
}

/* supportSection */
.branchSirenaTtl01 img {
	margin: 0 0 0 -4px;
}
.supportSection {
	background: url(../images/branch_bg_01_01.png) no-repeat left -9px bottom 0,
	url(../images/branch_bg_01_02.png) repeat-y -9px 0;
	width: 942px;
	margin-top: 10px;
}

.supportSection .aboutArea {
	background: #FAF1DF;
	margin: 15px 20px 15px 25px;
	padding: 20px;
}
.supportSection .aboutArea img {
	float: left;
}
.supportSection .aboutArea p {
	float: left;
	width: 260px;
	margin-left: 10px;
	font-size: 14px;
}

.supportSection .serviceArea {
	margin: 20px 20px 15px 25px;
}
.supportSection h4 {
	color: #FF6600;
	font-size: 24px;
	font-weight: bold;
}
.supportSection .serviceArea .borderBox {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.supportSection .serviceArea .leftList:before {
	content: url(../images/branch_item_01.png);
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 0;
}
.supportSection .serviceArea .rightList:before {
	content: url(../images/branch_item_01.png);
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 0;
}
.supportSection .serviceArea li:before {
	content: url(../images/branch_item_02.png);
	margin-right: 5px;
}
.supportSection .serviceArea ul {
	float: left;
	width: 280px;
	margin: 10px 10px 0 0;
}
.supportSection .serviceArea li {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	text-indent: -20px;
	padding-left: 20px;
}
.supportSection .serviceArea img {
	float: left;
	width: 376px;
}

.line p.merit {
	/*display: inline-block;*/
	padding: 3px 5px 1px;
	background: #BBD300;
	color: #ffffff;
	font-size: 95%;
	font-weight: normal;
}
.supportSection .serviceArea span.merit {
    /* display: inline-block; */
    padding: 3px 5px 1px;
    background: #BBD300;
    color: #ffffff;
    font-size: 85%;
    font-weight: normal;
}
.supportSection .kidsArea {
	margin: 20px 20px 15px 25px;
	padding-bottom: 30px;
	font-size: 14px;
}
.supportSection .kidsArea .leftBox {
	float: left;
	width: 385px;
	margin-right: 20px;
}
.supportSection .kidsArea .subTxt {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.supportSection .kidsArea .leftBox li span {
	font-weight: bold;
	margin-right: 10px;
}
.supportSection .kidsArea .rightBox img:first-child {
	margin-right: 10px;
}
.supportSection .kidsArea .rightBox {
	float: left;
	width: 490px;
	font-size: 0;
}
.supportSection .kidsArea .rightBox dl {
	font-size: 12px;
	margin-top: 10px;
}

/* branchList01 */
.branchList01 li {
	float: left;
	margin: 15px 20px 0 0;
	border: 2px solid #ddd;
	width: 296px;
}
.branchList01 li.right {
	margin-right: 0;
}
.branchList01 li .inner {
	padding: 12px 13px 12px 13px;
	zoom: 1;
}
.branchList01 li .text01 {
	color: #7F5943;
	font-weight: bold;
}
.branchList01 li .text02 {
	margin-top: 7px;
}
.branchList01 li .iLink01 {
	margin-top: 8px;
}

/* branchAboutus01 */
.branchAboutus01 {
	margin: 18px 0 0 15px;
}

/* branchBox01 */
.branchBox01 {
	padding: 17px 25px 15px 25px;
	/*background: #FAF1DF;*/
	background: #eaf7fd;
}
.branchBox01 .block01 {
	margin-top: 13px;
	padding-top: 13px;
	background: url(../images/branch_line_02.gif) no-repeat;
	zoom: 1;
}
.branchBox01 .block01 .block0101 {
	float: left;
	width: 600px;
}
.branchBox01 .block01 .block0101 strong {
	font-weight: bold;
}
.branchBox01 .block01 .block0102 {
	float: right;
	width: 280px;
}
.branchBox01 .block01 .block0102 dl dd,
.branchBox01 .block01 .block0102 dl dt {
	display: inline;
}
.branchBox01 .block01 .block0102 dl dd.ddR {
	margin-right: 25px;
}

/* branchTrolley01 */
.branchTrolley01 {
	margin: 14px 9px 0 9px;
}

/* branchTrolley02 */
.branchTrolley02 img {
	margin: 13px 0 0 -5px;
}

/*  branchTrolley03 */
.branchTrolley03 {
	zoom: 1;
}
.branchTrolley03 .block01 {
	width: 940px;
}

.branchTrolley03 .listKome01 {
	margin: 8px 0 0 12px;
}

.branchTrolley03 .block01 ul{
	margin:0;
	padding:0;
	width:940px;
}

.branchTrolley03 .block01 ul li#tab_btn1{
	margin:0 20px 0 30px;
	padding:0;
	float:left;
}
.branchTrolley03 .block01 ul li#tab_btn2{
	margin:0;
	padding:0;
	float:left;
}
.branchTrolley03 .block01 ul li#tab_btn3{
	margin:0 30px 0 0;
	padding:0;
	float:right;
}

.branchTrolley03 .block01 dt.ttl01{
	margin:20px 0 0 0;
	padding:0;
	width:940px;
	background:url(../images/icon_fare.gif) no-repeat top 1px left 278px;
	font-size:16px;
	font-weight:bold;
	color:#FF7373;
}

.branchTrolley03 .block01 dt.ttl02{
	margin:20px 0 0 0;
	padding:0;
	background:url(../images/icon_fare.gif) no-repeat top 1px left 230px;
	font-size:16px;
	font-weight:bold;
	color:#cc0066;
}

.branchTrolley03 .block01 dt.ttl03{
	margin:20px 0 0 0;
	padding:0;
	background:url(../images/icon_free.gif) no-repeat top 1px left 278px;
	font-size:16px;
	font-weight:bold;
	color:#009900;
}

.branchTrolley03 .block01 dt.ttl04{
	margin:20px 0 0 0;
	padding:0;
	font-size:20px;
	font-weight:bold;
	color:#A5D04D;
}
.block01 dd.txt01{
	width:600px;
}

.branchTrolley03 .block01 dd{
	margin:0;
	padding:0;
}

.branchTrolley03 .block01 ul{
	margin:10px 0 0 0;
	padding:0;
}

.branchTrolley03 .block01 ul li{
	font-size:12px;
	list-style:none;
}
.trolley .hover:hover{ background-color:#FFF; opacity:0.5; -ms-filter: "alpha(opacity=50)"; filter: alpha(opacity=50);}

/*▼2016/08 トロリーマップ・コース変更時追記*/
.mapArea .leftBox {
	float: left;
	width: 900px
}
.mapArea .leftBox p + p,
.mapArea .rightBox p + p {
	overflow: auto;
}
.mapArea .rightBox {
	float: left;
	width: 350px
}

.branchTrolley03 h5 {
	position: relative;
	margin-bottom: -10px;
	z-index: 2;
}
.bg_white {
	border-radius: 5px;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 10px
}

.courseArea01 p.attn {
	float:right;
	width:480px;
	margin-top:20px;
	text-align:right;
}

.courseArea01 .col3 {
	width: 960px;
}
.courseArea01 .courseBox01 {
	width: 319px;
	float: left;
	word-wrap: break-word;
	background: url('../images/branch_bg_trolley_01_02.png') repeat-y;
	height: 310px;
	position: relative;
}
.courseArea01 .courseBox01 .inner {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 280px;
}
.courseArea01 .courseBox01:before {
	content: url('../images/branch_bg_trolley_01_01.png');
	display: block;
	width: 319px;
	position: absolute;
	top: 0;
}
.courseArea01 .courseBox01:after {
	content: url('../images/branch_bg_trolley_01_03.png');
	display: block;
	width: 319px;
	position: absolute;
	bottom: 0;
}
.courseArea01 .courseBox01 .bg_white {
	height: 185px;
	box-sizing: border-box;
}
.courseArea01 .courseBox02 {
	background: url('../images/branch_bg_trolley_02_02.png') repeat-y;
	position: relative;
	width: 960px;
	height: 450px;
	line-height: 1.3;
}
.courseArea01 .courseBox02:before {
	content: url('../images/branch_bg_trolley_02_01.png');
	display: block;
	width: 960px;
	position: absolute;
	top: 0;
}
.courseArea01 .courseBox02:after {
	content: url('../images/branch_bg_trolley_02_03.png');
	display: block;
	width: 960px;
	position: absolute;
	bottom: 0;
}
.courseArea01 .courseBox02 .inner {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 920px;
}
.courseArea01 .courseBox02 .leftBox {
	float: left;
	width: 420px;
	margin-right: 10px;
}
.courseArea01 .courseBox02 .rightBox {
	float: left;
	margin-top: 5px;
}

.courseArea02 .courseBox03 {
	position: relative;
	width: 960px;
	height: 444px;
	background: url('../images/branch_bg_trolley_03_02.png') repeat-y;
	line-height: 1.4;
}
.courseArea02 .courseBox03_big {
	height: 470px;
}
.courseArea02 .courseBox03:before {
	content: url('../images/branch_bg_trolley_03_01.png');
	display: block;
	width: 960px;
	position: absolute;
	top: 0;
}
.courseArea02 .courseBox03:after {
	content: url('../images/branch_bg_trolley_03_03.png');
	display: block;
	width: 960px;
	position: absolute;
	bottom: 0;
}
.courseArea02 .courseBox03 .inner {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 920px;
}
.courseArea02 .courseBox03 .leftBox {
	float: left;
	width: 420px;
	margin-right: 20px;
}
.courseArea02 .courseBox03 .rightBox {
	float: left;
	width: 480px;
}
.courseArea02 .border {
	border-top: 2px dashed #004098;
	margin: 14px 0 0;
	text-align: left;
	padding:0;
	height:14px;
}
.courseArea02 .border span {
	position: relative;
	top: -12px;
	background: #ffffff;
}

.spotArea ul {
	font-size: 0;
}
.spotArea ul li {
	display: inline-block;
	width: 460px;
	margin-top: 30px;
	font-size: 16px;
}
.spotArea ul li:nth-child(even) {
	margin-left: 20px;
}
.spotArea ul li p + p {
	margin-top: 10px;
}
/*▲ここまで*/

/* hotelTtl01 */
.hotelTtl01 {
	margin-top: 22px;
	padding: 0 0 0 25px;
	background: url(../images/icn_link_l_01.png) no-repeat 0 0.2em;
	font-size: 169.2307%; /* 22px */
	font-weight: bold;
	zoom: 1;
}
.hotelTtl01 a {
	color: #FF6600;
}
.hotelTtl01 a:visited {
	color: #FF6600;
}
.hotelTtl01 a:hover {
	color: #FF6600;
}

/* hotelMod01 */
.hotelMod01 {
	margin-top: 9px;
}
.hotelMod01 .photoMain {
	float: left;
	margin-right: 15px;
	width: 355px;
}
.hotelMod01 .text {
	float: left;
	width: 380px;
}
.hotelMod01 .photoSide {
	float: right;
	width: 180px;
}
.hotelMod01 .lead {
	font-weight: bold;
}
.hotelMod01 .text01 {
	margin-top: 8px;
	color: #FF6600;
	font-weight: bold;
}
.hotelMod01 .btn01 {
	margin-top: 15px;
}

/* hotelLo01 */
.hotelLo01 {
	margin-top: 22px;
}
.hotelLo01 .hotelLo0101 {
	float: left;
	width: 455px;
}
.hotelLo01 .hotelLo0102 {
	float: right;
	width: 455px;
}
.hotelLo01 .photoMain {
	margin-top: 9px;
}
.hotelLo01 .lead {
	margin-top: 8px;
}
.hotelLo01 .text01 {
	margin-top: 3px;
}
.hotelLo01 .btn01 {
	margin-top: 15px;
}

/* アウトリガー his専用フロア */
.hisFloor{
	width:940px;
	border:2px #eaddcd solid;
	border-radius:5px;
}

.hisFloor .flower{
	margin:3px 60px 0 10px;
	float:left;
}

.hisFloor .title{
	margin-top:20px;
	float:left;
}

.hisFloor .point{
	margin-left:60px;
	float:left;
}

.hisFloor .point ul li{
	background:url(../images/hisFloor_dot.png) no-repeat 3px;
	margin-top:3px;
	padding-left:17px;
	font-size:16px;
}

.hisFloor .point ul li span{
	font-size:12px;
}

.hisFloor p{
	clear:right;
	margin:10px 0;
	color:#666666;
}

.hisFloor .photo{
	margin-top:10px;
	margin-right:60px;
	float:right;
}


/* optionHead01 */
.optionHead01 {
	position: relative;
	width: 960px;
	min-height: 208px;
}
.optionHead01 .optionBg01 {
	position: absolute;
	top: -1px;
	left: 550px;
}
.optionHead01 h2 {
	padding-bottom: 25px;
}
.optionHead01 .gNavMod01 {
	margin-top: 13px;
}

/* optionMod01 */
.optionMod01 {
	margin-top: 4px;
}
.optionMod01 .optionMod0101 {
	float: left;
	width: 471px;
}
.optionMod01 .optionMod0102 {
	float: right;
	padding-top: 16px;
	width: 463px;
}

/* optionMod02 */
.optionMod02 {
	margin-top: 4px;
}
.optionMod02 .optionMod0201 {
	float: left;
	width: 266px;
}
.optionMod02 .optionMod0202 {
	float: right;
	padding-top: 16px;
	width: 180px;
}

/* optionMod03 */
.optionMod03 {
	margin-top: 20px;
	padding-top: 21px;
	background: url(../images/option_line_01.gif) no-repeat;
	zoom: 1;
}
.optionMod03.first {
	margin-top: 15px;
	padding-top: 0;
	background: none;
}
.optionMod03 .optionMod0301 {
	float: left;
	width: 460px;
}
.optionMod03 .optionMod0302 {
	float: right;
	width: 466px;
}
.optionMod03 .title01 {
	position: relative;
	min-height: 47px;
	font-size: 138.4615%; /* 18px */
}
.optionMod03 .title01 img {
	position: absolute;
	top: 0;
	left: 0;
}
.optionMod03 .title01 a {
	display: block;
	padding: 19px 0 0 62px;
}
.optionMod03 .text01 {
	margin-top: 12px;
}
.optionMod03 .text01 strong {
	font-weight: bold;
}
.optionMod03 .text02 {
	margin-top: 4px;
}

/* optionBox01 */
.optionBox01 {
	background: url(../images/option_bg_box1_02.gif) repeat-y;
	zoom: 1;
}
.optionMod02 .optionBox01 {
	background: url(../images/option_bg_box1_02_s.gif) repeat-y;
}
.optionBox01 .optionBox01V01 {
	padding: 13px 35px 12px 11px;
	background: url(../images/option_bg_box1_01.gif) no-repeat;
	zoom: 1;
}
.optionMod02 .optionBox01 .optionBox01V01 {
	min-height: 160px;
	background: url(../images/option_bg_box1_01_s.gif) no-repeat;
}
.optionBox01Btm {
	height: 3px;
	background: url(../images/option_bg_box1_03.gif) no-repeat;
}
.optionMod02 .optionBox01Btm {
	background: url(../images/option_bg_box1_03_s.gif) no-repeat;
}
.optionBox01.noTtl .optionBox01V01 {
	padding: 43px 35px 12px 11px;
	background: url(../images/option_bg_nottl_01.gif) no-repeat;
}
.optionBox01.noTtl .optionBox01V01 p.first {
	margin-top: -10px;
}

/* optionBox02 */
.optionBox02 {
	padding: 10px 10px 8px 10px;
	width: 440px;
	background: #FFF0B9;
}
.optionBox02 strong {
	color: #7F5943;
	font-weight: bold;
}

/* optionBox03 */
.optionBox03 {
	background: url(../images/option_bg_box3_02.gif) repeat-y;
	zoom: 1;
}
.optionBox03 .optionBox03V01 {
	padding: 29px 26px 10px 26px;
	min-height: 31px;
	background: url(../images/option_bg_box3_01.gif) no-repeat;
	font-size: 138.4615%; /* 18px */
	zoom: 1;
}
.optionBox03Btm {
	height: 3px;
	background: url(../images/option_bg_box3_03.gif) no-repeat;
}
.optionBox03 .iLink01 {
	background-position: 0 0.25em;
}


/* optionLink01 */
.optionLink01 {
	padding-left: 8px;
	background: url(../images/option_icn_01.png) no-repeat 0 0.5em;
	zoom: 1;
}

/* optionLink02 */
.optionLink02 {
	padding-left: 8px;
	background: url(../images/option_icn_02.png) no-repeat 0 0.5em;
	zoom: 1;
}

/* optionWrap01 */
.optionWrap01 {
	margin: 8px 10px 0 10px;
}

/* optionTtl01 */
.optionTtl01 {
	padding: 3px 10px 0 33px;
	min-height: 26px;
	background: url(../images/option_bg_ttl1_01.gif) no-repeat;
	color: #F9663A;
	font-weight: bold;
	zoom: 1;
}

/* optionRank01 */
.optionRank01 {
	margin-top: 6px;
}
.optionRank01 dt {
	float: left;
	width: 39px;
}
.optionRank01 dd {
	float: left;
	padding: 6px 5px 0 0;
	width: 110px;
}

/* optionLo01 */
.optionLo01 .optionLo0101 {
	float: left;
	width: 455px;
}
.optionLo01 .optionLo0102 {
	float: right;
	width: 455px;
}

/* infoMod01 */
.infoMod01Top {
	margin-top: 31px;
	width: 960px;
	height: 22px;
	background: url(../images/info_bg_01.gif) no-repeat;
}
.infoMod01Btm {
	width: 960px;
	height: 16px;
	background: url(../images/info_bg_03.gif) no-repeat;
}
.infoMod01 {
	padding: 26px 50px 27px 50px;
	background: url(../images/info_bg_02.gif) repeat-y;
	zoom: 1;
}
.infoMod01 table {
	width: 860px;
	background: url(../images/line_dot_yellow_01.gif) repeat-x;
}
.infoMod01 table tr {
	background: url(../images/line_dot_yellow_01.gif) repeat-x left bottom;
}
.infoMod01 table th {
	padding: 10px 8px 11px 8px;
	width: 144px;
	vertical-align: top;
	font-weight: bold;
}
*:first-child+html .infoMod01 table th {
	background: url(../images/line_dot_yellow_01.gif) repeat-x 0 100%;
}
.infoMod01 table td {
	padding: 10px 0 11px 0;
	width: 700px;
	vertical-align: top;
}
*:first-child+html .infoMod01 table td {
	background: url(../images/line_dot_yellow_01.gif) repeat-x 0 100%;
}
.infoMod01 table tr.first td,
.infoMod01 table tr.first th {
	padding-top: 12px;
}
.infoMod01 table td .data01 .data0101 {
	float: left;
	margin-right: 14px;
	padding-top: 5px;
	width: 44px;
}
.infoMod01 table td .data01 .data0102 {
	float: left;
}
.infoMod01 table td .title01 {
	font-weight: bold;
}
.infoMod01 table td .table01 {
	margin: 5px 0 3px 0;
}

/* toppage */
.contentsArea03.toppage {
	padding: 9px 10px 20px 10px;
	width: 940px;
}

/* topMain */
.topMain {
	float: left;
	width: 610px;
}

/* topSide */
.topSide {
	float: right;
	width: 300px;
}

/* list_carousel */
.list_carousel {
	position: relative;
	width: 610px;
	height: 180px;
}
.list_carousel ul {
	margin-left: -10px;
}
.list_carousel li {
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel .prev {
	float: left;
	margin-left: 0;
}
.list_carousel .next {
	float: right;
	margin-right: 0;
}
.list_carousel .pager {
	float: left;
	width: 300px;
	text-align: center;
}
.list_carousel .pager a {
	margin: 0 5px;
	text-decoration: none;
}
.list_carousel .pager a.selected {
	text-decoration: underline;
}
.list_carousel .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.list_carousel .prev {
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -16px;
	background: url(../images/btn_carousel_01.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}
.list_carousel .next {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -16px;
	background: url(../images/btn_carousel_01.png) no-repeat 100% 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

/* carousel01 */
#carousel01 li a {
	display: block;
	text-decoration: none;
	zoom: 1;
}

/* list_carousel2 */
.list_carousel2 {
	position: relative;
	margin-top: -3px;
	padding: 0;
	width: 610px;
}
*:first-child+html .list_carousel2 {
	height: 159px;
}
.list_carousel2 ul {
	margin-left: -10px;
}
.list_carousel2 li {
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
}
.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel2 .prev {
	float: left;
	margin-left: 0;
}
.list_carousel2 .next {
	float: right;
	margin-right: 0;
}
.list_carousel2 .pager {
	float: left;
	width: 300px;
	text-align: center;
}
.list_carousel2 .pager a {
	margin: 0 5px;
	text-decoration: none;
}
.list_carousel2 .pager a.selected {
	text-decoration: underline;
}
.list_carousel2 .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.list_carousel2 .prev {
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -10px;
	background: url(../images/btn_carousel_02.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}
.list_carousel2 .next {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -10px;
	background: url(../images/btn_carousel_02.png) no-repeat 100% 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

/* carousel02 */
#carousel02 li {
	background: url(../images/top_bg_ossume_02.gif) no-repeat left bottom;
	zoom: 1;
}
#carousel02 li a {
	display: block;
	padding: 16px 0 10px 0;
	width: 300px;
	min-height: 133px;
	background: url(../images/top_bg_ossume_01.gif) no-repeat;
	text-decoration: none;
	zoom: 1;
}
#carousel02 li a span {
	display: block;
}
#carousel02 li a span.title01 {
	margin: 0 auto;
	padding: 3px 10px 0 17px;
	color: #893316;
	font-size: 107.69%;
	font-weight: bold;
	zoom: 1;
}
#carousel02 li a span.text01 {
	margin: 15px 20px 0 20px;
	font-size: 107.69% !important; /* 14px */
	zoom: 1;
}
#carousel02 li a span.price01 {
	margin: 0 20px 0 20px;
	color: #FF2626;
	font-size: 122.2222% !important; /* 18px */
	font-weight: bold;
	zoom: 1;
}
#carousel02 li a span.price01 strong {
	font-size: 138.4615% !important; /* 22px */
}
#carousel02 li a:hover span.text01 {
	text-decoration: underline;
}
#carousel02 li a span.text02 {
	margin: -2px 20px 0 20px;
	color: #FF2626;
	font-size: 92.31% !important; /* 12px */
	font-weight: bold;
	zoom: 1;
}

/* topHotel01 */
.topHotel01 .topHotel0101 {
	float: left;
	width: 405px;
}
.topHotel01 .topHotel0102 {
	float: right;
	width: 185px;
}
.topHotel01 .topHotel0101 .iLink01 {
	margin-top: 12px;
	font-weight: bold;
}
.topHotel01 .caption {
	margin-top: 5px;
}
.topHotel01 .mgtImg {
	margin-top: 11px;
}

/* topHotel02 */
.topHotel02 {
	overflow: hidden;
	zoom: 1;
}
.topHotel02 ul {
	margin-left: -20px;
	overflow: hidden;
	zoom: 1;
}
.topHotel02 li {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 190px;
}
.topHotel02 li span,
.topHotel02 li img {
	display: block;
}
.topHotel02 li span {
	margin-top: 10px;
	font-weight: bold;
}

/* topHotel03 */
.topHotel03 {
	overflow: hidden;
	zoom: 1;
}
.topHotel03 ul {
	margin-left: -30px;
	overflow: hidden;
	zoom: 1;
}
.topHotel03 li {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 290px;
}
.topHotel03 li span,
.topHotel03 li img {
	display: block;
}
.topHotel03 li span.iLink01 {
	margin-top: 12px;
	font-weight: bold;
}
.topHotel03 li span.text01 {
	margin-top: 7px;
	color: #333;
}
.topHotel03 li span.text01:hover {
	text-decoration: none !important;
}

/* topSideBox01 */
.topSideBox01 {
	background: #CBE6F5 url(../images/top_bg_side1_01.gif) no-repeat;
	width: 300px;
}
.topSideBox01V01 {
	padding: 8px 0 8px 8px;
	background: url(../images/top_bg_side1_02.gif) no-repeat left bottom;
	zoom: 1;
}

/* topSideBox02 */
.topSideBox02 {
	padding: 0 0 25px 0;
	background: url(../images/top_bg_side2_01.gif) repeat-y;
	zoom: 1;
}
.topSideBox02Btm {
	height: 5px;
	background: url(../images/top_bg_side2_02.gif) no-repeat left bottom;
}
.topSideBox02 ul {
	margin-left: 14px;
	width: 272px;
}
.topSideBox02 ul li span,
.topSideBox02 ul li a,
.topSideBox02 ul li img {
	display: block;
}
.topSideBox02 ul li {
	margin-top: 15px;
}
.topSideBox02 ul li.first {
	margin-top: 0;
}
.topSideBox02 ul li.single {
	margin-top: 12px;
}
.topSideBox02 ul li a span {
	margin-top: 5px;
	padding-left: 22px;
	background: url(../images/icn_link_or_01.png) no-repeat 1px 0.15em;
	font-weight: bold;
	zoom: 1;
}
.topSideBox02 .btn01 {
	margin: 31px 0 0 37px;
}

/* topSideBnr01 */
.topSideBnr01 {
	margin-top: 20px;
	padding-top: 2px;
	background: url(../images/top_bg_side3_01.gif) no-repeat;
	zoom: 1;
}
.topSideBnr01 li {
	padding-bottom: 2px;
	background: url(../images/top_bg_side3_01.gif) no-repeat left bottom;
	zoom: 1;
}

/* wakuwaku */
#wakuwaku_ttl_main h2 { display:block; width:940px; height:450px; margin:0; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(../images/wakuwaku_ttl_main_01.jpg);}
#wakuwakuContent { width:940px; margin:0 auto;}

/* wakuwakuTab */
ul#tabs { display:block; width:940px; margin:0; padding:0; list-style:none;}
ul#tabs li {float:left; display:block; width:348px; height:54px;}
ul#tabs li a {display:block; width:348px; height:54px; text-indent:100%; white-space:nowrap; overflow:hidden;}
li#tabOp { background:url(../images/tabOp.gif) 0 0 no-repeat;}
li#tabRest { background:url(../images/tabRest.gif) 0 0 no-repeat;}
li.act {background-position:0 -54px !important; }

ul.tab_nav { display:block; width:200px; margin:10px auto; padding:0; list-style:none; text-align:center;}
ul.tab_nav li { float:left; width:30px; height:30px; margin-right:10px; text-align:center; line-height:30px; font-size:18px;}
ul.tab_nav a { display:block; width:30px; height:30px; background:url(../images/btn_link.gif) 0 0 no-repeat; color:#FFF;}
ul.tab_nav a.on, ul.tab_nav a:hover { background-position:0 -30px; text-decoration:none; font-weight:bold;}
.archives { display: none;}
.show { display: block;}

/* OperateInfo */
.operateInfo{ margin-bottom:15px;}
.operateText{width:406px; margin-right:10px; float:left;}
.operateText a{color:#FF9326!important; text-decoration:underline;}
.operateText a:hover{text-decoration:none;}
.operateDesc{font-weight:bold;font-size:18px; margin:10px 0;}
.opColor{color:#148CCC;}
.rtColor{color:#8CC43D;}

/* OperateInfo */
.operateInfo{ margin-bottom:15px;}
.operateText{ float:left; width:406px; margin-right:10px; font-size:14px; line-height:1.4em;}
.operateText a{color:#FF9326!important; text-decoration:underline;}
.operateText a:hover{text-decoration:none;}
.operateDesc{font-weight:bold;font-size:18px; margin:10px 0;}
.opColor{color:#148CCC;}
.rtColor{color:#8CC43D;}

/* wakuwakuOptional */
div#wakuwakuOptional { width: 916px; padding: 10px; background-color:#FFF; border: 2px solid #BADCF8;}

ul.listDetail{ display:block; position:relative;/* */ width:920px; list-style:none;}
ul.listDetail li{ display:block; position:relative; float:left; width:450px; height:210px; margin-right:10px; margin-bottom:10px; padding-bottom:10px;}
.opDetail{background-color:#C0E5F9;}
.listDetail a{ display:block; position:absolute; width:450px; height:220px; top:0; left:0; z-index:9999;}
.listDetail a:hover{ background-color:#FFF; opacity:0.5; -ms-filter: "alpha(opacity=50)"; filter: alpha(opacity=50);}
.text10p{font-size:10px;}
p.listTitle{ display:block; font-size:14px; font-weight:bold; margin:15px 0 5px 15px;}
.listImg{float:left; position:relative; padding:0 10px 0 15px; width:200px;}
.listRightside{float:left; width:210px;}
p.listContents{font-size:12px; margin-bottom:5px; line-height:1.5em;}
p.bkOpPrivilege{width:175px; height:19px; background:url(../images/bkOpPrivilege.gif) no-repeat; padding-left:45px; font-size:12px; line-height:19px;}
.btnMore{margin:15px 0 0 20px;}

p#btn_sirenaBook { display:block; width:838px; height:90px; margin:20px auto; padding:0;}
p#btn_sirenaBook a{ display:block; width:838px; height:90px; background:url(../images/wakuwaku_btn_sirena.jpg) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden;}
p#btn_sirenaBook a:hover {background-position:0 -90px;}

/* wakuwakuRestaurant */
div#wakuwakuRestaurant { width: 916px; padding: 10px; background-color:#FFF; border: 2px solid #C2D967;}

.rtDetail{background-color:#D9EBBE; }
p.bkRtPrivilege{width:175px; height:19px; background:url(../images/bkRtPrivilege.gif) no-repeat; padding-left:45px; font-size:12px; line-height:19px;}
.rtIcon{position:absolute; top:0; left:15px; }

/* wakuwakuTour */
#wakuwaku_tour { width:940px; margin:0 auto; padding-bottom:20px; background-color:#FFEBA4;}
#wakuwaku_tour h3 { display:block; width:940px; height:70px; margin:0; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(../images/wakuwaku_ttl_tour.gif) 0 0 no-repeat;}

ul#listTour { display:block; width:930px; margin-top:20px; margin-left:10px; padding:0; font-size:14px; line-height:1.2em; list-style:none;}
ul#listTour li { display:block; position:relative; float:left; width:450px; height:162px; margin-right:10px; margin-bottom:20px; background:url(../images/t_listBg.gif) 0 0 no-repeat;}
ul#listTour span {display:block; position:absolute;}
span.t_airport { width:50px; padding:auto 4px; background-color:#CCCCCC; font-size:10px; text-align:center; top:10px; left:190px;}
span.t_title { width:250px; font-weight:bold; top:40px; left:190px;}
span.t_info { width:250px; font-size:12px; top:80px; left:190px;}
span.t_gross { width:250px; color:#F00; font-weight:bold; text-align:right; top:130px; left:190px;}
img.t_image { position:absolute; width:168px; height:112px; top:10px; left:10px;}

ul#listTour li a { display:block; position:absolute; width:450px; height:162px; z-index:9999; }
ul#listTour li a:hover { background-color:#FFF; opacity:0.5; -ms-filter: "alpha(opacity=50)"; filter: alpha(opacity=50);}

p#btn_tourSearch { display:block; width:836px; height:62px; margin:0 auto; padding:0;}
p#btn_tourSearch a{ display:block; width:836px; height:62px; background:url(../images/wakuwaku_btn_tour.jpg) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden;}
p#btn_tourSearch a:hover { background-position:0 -62px;}

/* 2017/06/23オプショナルバナー追加 */
ul.banner {
	margin: 30px 10px 0;
}
ul.banner li {
	display:inline-block;
}
ul.banner li:first-child {
	margin-right: 25px;
}

/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	width: auto;
	margin: 2% 25%;
	padding: 0.5% 0;
	text-align: center;
	background-color: #FFA001;
	background-image: url("https://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_white001.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	color:#FFF;
	font-size:22px;
}
.linkArea.btn a {
	padding: 12px 20px 12px 0;
	color:#FFF;
	font-size:24px;
}
.splinkArea.btn {
	width: auto;
	margin: 2% 5%;
	padding: 0.5% 0;
	text-align: center;
	background-color: #FFA001;
	background-image: url("https://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_white001.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	color:#FFF;
}
.splinkArea.btn a {
	padding: 12px 20px 12px 0;
	color:#FFF;
	font-size:20px;
}


.picArea {
	width:920px;
	margin:20px;
}
ul#introPic_area {
    width: 900px;
    margin: 20px auto 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}
ul#introPic_area li {
	list-style:none;
	width:280px;
	margin:0 15px 10px 0;
	float:left;
	font-size:12px;
	text-align: left;
	font-weight: normal;
    line-height: 1.5;
}
ul#introPic_area li span{
	font-size:14px;
	font-weight:bold;
    text-align: center;
	color: #FF6600;
}
ul#introPic_area li img {
	margin-bottom:5px;
}
ul#introPic_area li.last {
	margin-right:0;
}
