
/*############################################*/
/*（1）文字設定-共有*/
/*############################################*/
html { width:100%; height:100%; font-size: 62.5%; }
body{
	-webkit-text-size-adjust: none;
	width:100%;
	height:100%;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing:0em;
}
*{
	line-height:160%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo;
}
.large{ font-size:110%; }
.large2{ font-size:130%; }
.small{ font-size:90%; }

a:link{
	color:#44486d;
}
a:visited{
	color:#44486d;
}
/*ホバー*/
a:hover{
	color:#df5d5d;
}
/*文字色*/
.syu{
	color:#df5d5d;
}
.aka{
	color:#990000;
}
.ao{
	color:#44486d;
}
.kuro{
	color:#000000;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.cha{
	color:#651414;
}
.gold{
	color:#68521f;
}
/**/



/*############################################*/
/*（2）サイト全体-共有*/
/*############################################*/
body{
	padding:0;
	margin:0;
	text-align:center;
	background:#ffffff;
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left:1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left:1px;
}
img, h1, h2, h3, h4, h5, h6, p, form{
	border:none;
	margin:0;
}
img{
	vertical-align: top;
}
ul,dl{
	margin:0;
	padding:0;
	list-style:none;
}
table,
h1,h2,h3,h4,h5,h6{/*これないと、IEでbodyのフォントサイズが引き継がれない*/
	font-size:100%;
}

.clearfix:after {
    content: ".";  /* 新しいコンテンツ */
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.pcdisp{display:block;}
.spdisp{display:none;}


/*############################################*/
/*マージン*/
/*############################################*/
.marginBunnerTop{
	margin-top:20px;
}

/*############################################*/
/*ヘッダーとか基本構成*/
/*############################################*/
#pageWrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(../images/share/honbun_back.gif) repeat-y;
}
.partsWrap{
	width:730px
}
.marginTop{
	margin-top:30px;
}
.shadowPad{
	margin-bottom:18px;
	padding-bottom:68px;
	background:url(../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
.midashiH4{
	margin-bottom:18px;
}
#footWrapper{
	width:100%;
	height:355px;
	text-align:center;
	margin-top:60px;
	background:url(../images/share/dummy_foot_back.gif) repeat-x;
}
/*############################################*/
/*ヘッダーとメインナビ*/
/*############################################*/
#headWrapper{
	width:100%;
	height:160px;
	text-align:center;
	background:url(../images/share/head_back.gif) repeat-x;
}
#headBox{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:160px;
	text-align:left;
}
#headLogo{
	position:absolute;
	top:0;
	left:434px;
	width:130px;
	float:left;
}
#headLeft{
	position:absolute;
	width:434px;
}
#headRight{
	position:absolute;
	top:0;
	left:846px;
	width:154px;
}
#headRight .btn_toi{
	display:block;
	width:154px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/ue/toi_btn.gif) no-repeat;
	float:left;
}
#mnWrapper{
	position:absolute;
	top:108px;
	left:0;
	width:1000px;
	height:52px;
}
#mnWrapper ul li{
	float:left;
}
#mnWrapper ul li a{
	display:block;
	height:52px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#mnWrapper ul li.mn1 a{width:174px; background-image:url(../images/navi/mn_rooms.gif);}
#mnWrapper ul li.mn2 a{width:205px; background-image:url(../images/navi/mn_dining.gif);}
#mnWrapper ul li.mn3 a{width:132px; background-image:url(../images/navi/mn_location.gif);}
#mnWrapper ul li.mn4 a{width:139px; background-image:url(../images/navi/mn_aboutus.gif);}
#mnWrapper ul li.mn5 a{width:236px; background-image:url(../images/navi/mn_activities.gif);}
#mnWrapper ul li.mn6 a{width:114px; background-image:url(../images/navi/mn_photos.gif);}

#btnsp_mnopen{
	display:none;
}


/*############################################*/
/*パンクズ*/
/*############################################*/
#pankzWrapper{
	width:100%;
	height:33px;
	text-align:center;
	background:url(../images/share/pankuz_border.gif) bottom center repeat-x;;
}
#pankzBox{
	position:relative;
	width:1000px;
	height:32px;
	margin:0 auto;
	text-align:left;
	background:url(../images/share/pankuz_kazari.gif) 0 0 no-repeat;
}
#pankzBox p{
	position: relative;
	margin-left:28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pankzBox h2{
	position:absolute;
	top:-38px;
	left:769px;
}

/*############################################*/
/*メイン写真*/
/*############################################*/
#mainPWrapper{
	position:relative;
	width:100%;
	height:376px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#mainPWrapperThin{
	position:relative;
	width:100%;
	height:76px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.mainP{
	position:absolute;
	height:376px;
	margin-left:-700px;
	top:0;
	left:50%;
}
/*各TOPスライド部分*/
#mainPslideBox{
	position:absolute;
	width:1400px;
	height:376px;
	margin-left:-700px;
	top:0;
	left:50%;
}
#mainPslide{
	width:1400px;
	height:376px;
	overflow:hidden;
}


/*############################################*/
/*本文*/
/*############################################*/
#honbunWrapper{
	position:relative;
	width:100%;
	text-align:center;
}
#honbunBox{
	position:relative;
	width:1000px;
	margin:0 auto;
}
#honbunLeft{
	width:730px;
	text-align:left;
	float:left;
}
/*############################################*/
/*右ナビ*/
/*############################################*/
#honbunRight{
	position:absolute;
	z-index:2;
	top:0;
	left:769px;
	width:229px;
	text-align:left;
	float:right;
	background:#ffffff;
}
.sideMenuBox{
	width:229px;
	padding-top:9px;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 1px;
}
#sideMenu{
	width:211px;
	margin:8px;
	padding:0;
	border:solid 1px #e0e0e0;
}
.sideMenuBtnBox{
	margin:0 0 9px 9px;
}

/**/
#sideMenu li{
	margin:0;
	padding:4px 0 4px 9px;
	border-bottom:dashed 1px #e0e0e0;
	font-size:1px;
}
#sideMenu li.ooMidashi{
	padding:9px 0 9px 9px;
	border-bottom:solid 1px #e0e0e0;
	font-size:1px;
}
#sideMenu li.chuMidashi{
	padding:7px 0 7px 9px;
	border-bottom:solid 1px #e0e0e0;
	font-size:1px;
	background:#f0f0f0;
}
#sideMenu li.sdLiNaka{
	padding-bottom:8px;
	border-bottom:solid 1px #e0e0e0;
}
#sideMenu li.sdLiSita{
	border:none;
}
li.chuComment{
	width:211px;
	font-size:0.95em;
	margin:0 auto;
	padding:3px 0 12px 3px;
	border-bottom:none;
	background:none;
}
/**/
.infoBox{
	padding:8px 0 8px 0;
}
.infoUl{
	width:211px;
	margin:0 0 0 8px;
	padding:0;
	font-size:90%;
}
.infoUl li{
	margin:0 0 0.3em 0;
	padding-left:10px;
	background:url(../images/share/sankaku_ao.png) 0 0.5em no-repeat;
}



/*############################################*/
/*本文内のスライド*/
/*############################################*/
#slideBoxWrapper{
	padding-bottom:36px;
	background:url(../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
#slideBox{
	width:730px;
	height:320px;
	overflow:hidden;
}
.bx-pager li a {  
    background-position:50% -0;
}  
.bx-pager a.active {  
    background-position:50% -10px;
}
#img2, #img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10{
	display:none;
}


/*############################################*/
/*見出し*/
/*############################################*/
.komidashi{
	font-weight:bold;
	font-size:115%;
	padding:5px 0 5px 32px;
	border:solid 1px #e0e0e0;
	background:#f5f1e8 url(../images/share/komidashi_back.gif) top left no-repeat;
}

/*############################################*/
/*その他*/
/*############################################*/
.ulStyleDisc{
	list-style-type:disc;
	padding:0 1em;
	margin:0px;
}


/*############################################*/
/*予約*/
/*############################################*/
#yoyakuWrapper{
	position:absolute;
	min-height:91px;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	background-color:#f5f1e8;
}
#yoyakuBox{
	width:1000px;
	min-height:91px;
	margin:0 auto;
	text-align:left;
}
#yoyakuStayBoxUe{
	padding:0 0 8px 0;
}
/**/
#yoyakuStayBox{
	width:730px;
}
#yoyakuStayBoxL{
	width:98px;
	height:92px;
	padding:5px 0;
	text-indent:-9999px;
	background:#b69c5b url(../images/yoyaku/tab_stay.gif) no-repeat 6px 5px;
	float:left;
}
#yoyakuStayBoxL img{
	margin-left:6px;
}
#yoyakuStayBoxR{
	width:632px;
	padding:5px 0;
	float:left;
}
/**/
#yoyakuStayCheckBox{
	width:360px;
	margin:0 0 0 20px;
	float:left;
	border-right:solid 1px #e0e0e0;
	background:url(../images/yoyaku/sankaku_ki.gif) 168px 26px no-repeat;
}
#yoyakuStayCheckBoxL{
	width:159px;
	text-align:center;
	float:left;
}
#yoyakuStayCheckBoxL p{
	width:159px;
	height:21px;
	text-indent:-9999px;
	background:url(../images/yoyaku/checkin.gif) no-repeat;
}
#yoyakuStayCheckBoxL input{
	width:150px;
}
#yoyakuStayCheckBoxR{
	width:159px;
	margin-left:22px;
	text-align:center;
	float:left;
}
#yoyakuStayCheckBoxR p{
	width:159px;
	height:21px;
	text-indent:-9999px;
	background:url(../images/yoyaku/checkout.gif) no-repeat;
}
#yoyakuStayCheckBoxR input{
	width:150px;
}
/**/
#yoyakuStayNinzuBox{
	width:125px;
	text-align:center;
	float:left;
	border-right:solid 1px #e0e0e0;
}
#yoyakuStayNinzuBox p{
	width:112px;
	height:21px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/yoyaku/ninzu.gif) no-repeat;
}
#yoyakuStayBtnBox{
	width:125px;
	text-align:center;
	float:left;
}
#yoyakuStayBtnBox p{
	width:112px;
	height:21px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/yoyaku/heyasu.gif) no-repeat;
}
#yoyakuStayBtnBox input{
	margin-top:12px;
}
#sbmitBtn{
	float:right;
}
/**/
#yoyakuStayBoxSita{
	margin-left:22px;
	padding-top:8px;
	border-top:dashed 1px #bbb;
	font-size:90%;
}
#yoyakuStayBoxSita ul{
	margin:0;
	padding:0;
}
#yoyakuStayBoxSita ul li{
	float:left;
}
#yoyakuStayBoxSita a:link,
#yoyakuStayBoxSita a:visited{
	color:#000;
	text-decoration:none;
}
#yoyakuStayBoxSita a:hover{
	color:#000;
	text-decoration:underline;
}
.yHotels{
	display:block;
	padding:0 15px 0 30px;
	background:url(../images/yoyaku/card.gif) left center no-repeat;
}
.yKakun,
.yHojin{
	padding:0 14px 0 9px;
	background:url(../images/yoyaku/sankaku.gif) left center no-repeat;
}
.yoyakuInput{
	text-align:center;
	border:1px solid #aaa;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*behavior: url(border-radius.htc);*/
	font-size:100%;
}





/*############################################*/
/*言語選択*/
/*############################################*/
#langBtn{
	background:#ffffff;
}
#langBtn li {
  position: relative;
    z-index:100;
  float: left;
  margin: 0;
  padding:0;
  width: 126px;
  height: 23px;
  background:#ffffff;
}
#langBtn li ul {
  display: none;
  position: absolute;
  top: 23px;
  width: 126px;
}
#langBtn li ul li {
  margin: 0;
  padding: 0;
  width: 126px;
  border: none;
}
#headLeft #langBtn a.lang_btn{
	display:block;
	width:126px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/ue/lang_btn.gif) no-repeat 0 0;
}
#headLeft #langBtn > li ul li a{
	display:block;
	width:126px;
	height:23px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#headLeft #langBtn > li ul .lg1 a{background-image:url(../images/lang/lang_ja.gif);}
#headLeft #langBtn > li ul .lg2 a{background-image:url(../images/lang/lang_ch.gif);}
#headLeft #langBtn > li ul .lg3 a{background-image:url(../images/lang/lang_traditional.gif);}
#headLeft #langBtn > li ul .lg4 a{background-image:url(../images/lang/lang_han.gif);}
#headLeft #langBtn > li ul .lg5 a{background-image:url(../images/lang/lang_esp.gif);}
#headLeft #langBtn > li ul .lg6 a{background-image:url(../images/lang/lang_thai.gif);}

/*############################################*/
/*フッタ*/
/*############################################*/
/* footer */
#FooterWrap{
	width:100%;
	font-size:13px;
	text-align:left;
	background:#44486d;
}
#FooterWrap #FooterLinksWrap{
	width:100%;
	background:#efe5cd;
}
#FooterWrap #FooterLinksWrap #FooterLinks{
	position:relative;
	width:996px;
	margin:0 auto;
}
#FooterWrap #FooterLinksWrap #FooterLinks #PageTop{
	position:absolute;
	right:0;
	bottom:0;
}
#FooterWrap #FooterLinksWrap #FooterLinks .List li{
	color:#999;
	font-weight:bold;
	line-height:35px;
	margin:0 27px 0 0;
	float:left;
}
#FooterWrap #FooterLinksWrap #FooterLinks .List li:last-child{
	margin:0;
}
#FooterWrap #FooterLinksWrap #FooterLinks a{
	color:#7d6d4a;
	line-height:35px;
	text-decoration:none;
}
#FooterWrap #FooterLinksWrap #FooterLinks a:hover{
	color:#df5d5d;
	line-height:35px;
}
/*SiteMap*/
.SiteMapWrap{
	overflow:hidden;
	width:996px;
	list-style:none;
	margin:0 auto;
	font-size:0.85em;
}
.SiteMapWrap .SiteMap a{
	color:#c7c8d3;
	text-decoration:none;
}
.SiteMapWrap .SiteMap a:hover{
	color:#c2ab42;
}
.SiteMapWrap .SiteMap ul,
.SiteMapWrap .SiteMap li{
	padding:0;
	margin:0;
}
.SiteMapWrap .SiteMap > ul{
	min-width:215px;
	margin:0 25px 0 0;
	padding:40px 0 50px;
	float:left;
}
/**/
.SiteMapWrap .SiteMap .Midashi{
	display:block;
	font-size:1.15em;
	font-weight:bold;
	padding:4px;
	margin:0 0 6px 0;
	background:#6b6f92;
	text-align:center;
	text-decoration:none;
	color:#c7c8d3;
}
.SiteMapWrap .SiteMap .LabelMargin{
	margin-top:20px;
}
.SiteMapWrap .SiteMap a.Midashi:hover{
	color:#c2ab42;
}
.SiteMapWrap .SiteMap .StaySubTitle{
/*	color:#8f91a7;*/
	font-size:1.15em;
	color:#ededed;
	font-weight:bold;
	margin:6px 0 2px 0;
}
.SiteMapWrap .SiteMap li{
	color:#c7c8d3;
}
/*group link*/
.GroupLinkWrap{
	padding:5px 0;
	width:100%;
	background:#eaeaea;
}
.GroupLinkWrap .GroupLink{
	width:996px;
	margin:0 auto;
}
.GroupLinkWrap .GroupLink li{
	color:#999;
	line-height:35px;
	margin:0 17px 0 0;
	float:left;
}
.GroupLinkWrap .GroupLink li:last-child{
	margin:0;
}
.GroupLinkWrap .GroupLink br{
  display:none;
}
.GroupLinkWrap .GroupLink a{
	/*color:#44486d;*/
	color:#000;
	line-height:35px;
	text-decoration:none;
}
.GroupLinkWrap .GroupLink a:hover{
	/*color:#df5d5d;*/
	color:#000;
	line-height:35px;
}
/*copyright*/
#FooterWrap #Copyright{
	color:#fff;
	width:996px;
	line-height:1.0em;
	margin:0 auto;
	padding:20px 0 10px;
}
#FooterWrap #Copyright span{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.0em;
	font-size:80%;
}
#FooterWrap #Copyright a{
	color:#fff;
	text-decoration:none;
}
.clr{
	margin:0;
	padding:0;
	clear:both;
}
#PageTop{
  display:none;
}
/**/
.newstopics{
	width:996px;
	margin:0 auto;
}


/* screen width 480px
-----------------------------------------------------------*/
@media only screen and (max-width: 736px){

html{position:relative;}
body{
	font-size:15px;
	line-height:1.5;
}

.pcdisp{display:none;}
.spdisp{display:block;}

/*#########################################
  ヘッダーとメインナビ
  #########################################*/
#headWrapper{
	height:113px;
	background-position:0 -30px;
}
#headBox{
	width:auto;
	max-width:500px;
	height:113px;
	margin:0 auto;
	font-size:10px;
}
#headLogo{
	position:static;
	width:90px;
	height:75px;
	margin:0 auto 4px;
	float:none;
}
#headLogo img{
	width:100%;
	height:auto;
}
#headBox #headLeft{
	position:static;
	width:33.5%;
	height:25px;
	float:left;
}
#langBtn li{
	width:98%;
	height:25px;
}
#headLeft #langBtn{width:100%;}
#langBtn li ul{
	width:100%;
	top:25px;
}
#langBtn li ul li{width:100%; height:auto;}
#headLeft #langBtn a.lang_btn{
	width:auto;
	height:24px;
	text-indent:0;
	padding-left:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	line-height:2.5;
	background:#fff url(../images/ue/hdbg_lang_arrow.png) no-repeat 0 50%;
	background-size:10px 52px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#headLeft #langBtn > li ul li a{
	position:relative;
	width:auto;
	height:28px;
	padding-left:10px;
	color:#000;
	text-indent:0;
	text-align:center;
	text-decoration:none;
	line-height:2.8;
	background-image:none !important;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#headLeft #langBtn > li ul li a:before{
	display:block;
	content:" ";
	position:absolute;
	width:10px;
	height:29px;
	top:0;
	left:0;
	background:#b69c5b;
}
#headBox #headRight{
	position:static;
	width:65.5%;
	height:25px;
	padding-left:0.5%;
	float:right;
}
#headRight .btn_toi{
	width:99%;
	height:25px;
	color:#fff;
	text-indent:0;
	text-decoration:none;
	text-align:center;
	line-height:2.5;
	background:#44486d;
}
#headBox #headRight img{display:none;}
#mnWrapper{
	display:none;
}
#btnsp_mnopen{
	position:fixed;
	display:block;
	width:34px;
	height:35px;
	top:8px;
	right:0;
	z-index:1100;
	opacity:0.8;
}
#btnsp_mnopen a{
	display:block;
	width:34px;
	height:35px;
	text-indent:-9999px;
	background:url(../images/ue/btnsp_mnopen.png) no-repeat;
	background-size:34px 35px;
}

/*############################################*/
/*パンクズ*/
/*############################################*/
#pankzWrapper{display:none;}


/*############################################*/
/*メイン写真*/
/*############################################*/
#mainPWrapper{
	height:188px;
}
.mainP{
	height:188px;
	margin-left:-350px;
}
img.mainP{
	width:700px;
}
.main > a{display:none;}

/*各TOPスライド部分*/
#mainPslideBox{
	width:700px;
	height:188px;
	margin-left:-350px;
}
#mainPslideBox > a {display:none;}
#mainPslide{
	width:700px;
	height:188px;
}
#mainPslideBox img, #mainPslide img{
	width:100%;
	height:auto;
}


/*############################################*/
/*予約*/
/*############################################*/
#yoyakuWrapper{
	position:static;
	width:100%;
	max-width:500px;
	min-height:20px;
	font-size:12px;
	margin:0 auto;
}
#yoyakuBox{
	width:auto;
	min-height:20px;
}
/**/
#yoyakuStayBox{
	width:auto;
}
#yoyakuStayBoxL{
	width:100%;
	height:auto;
	padding:5px 0 0;
	text-indent:0;
	line-height:1;
	text-align:center;
	color:#333;
	background-image:none;
	background-color:#F5F1E8;
	float:none;
}
#yoyakuStayBoxR{
	width:auto;
	padding:0;
	float:none;
/*	display:none;*/
}
/**/
#yoyakuStayCheckBox{
	width:auto;
	margin:0;
	padding:8px 0 15px;
	float:none;
	border-right:0;
	background:none;
}
#yoyakuStayCheckBoxL{
	width:44%;
	margin-left:3%;
}
#yoyakuStayCheckBoxL p, #yoyakuStayCheckBoxR p, #yoyakuStayNinzuBox p, #yoyakuStayBtnBox p{
	width:auto;
	height:auto;
	text-indent:0;
	text-align:center;
	background:none;
}
#yoyakuStayCheckBoxR{
	width:44%;
	margin-left:0;
	margin-right:4%;
	float:right;
}
#yoyakuStayCheckBoxL input, #yoyakuStayCheckBoxR input{
	width:100%;
	background:#fff url(../images/yoyaku/ico_calendar.png) no-repeat 97.5% 50%;
	background-size:13px 11px;
	border-radius:2px;
}
/**/
#yoyakuStayNinzuBox{
	width:44%;
	padding:15px 0 15px 4%;
	border-right:0;
	border-top:dashed 1px #bbb;
}
#yoyakuStayBtnBox{
	width:44%;
	padding:15px 4%;
	border-top:dashed 1px #bbb;
}
#sbmitBtn{
	float:none;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-92px;
}
/**/
#yoyakuStayBoxSita{
	position:relative;
	margin-left:0;
	padding:50px 0 8px;
	font-size:12px;
}
#yoyakuStayBoxSita ul{
	margin:0;
	padding:8px 10px 0;
	border-top:dashed 1px #bbb;
}


/*############################################*/
/*本文*/
/*############################################*/
#honbunBox{
	width:100%;
	max-width:500px;
}
#honbunLeft{
	width:auto;
	float:none;
	padding:0 10px;
}
#honbunLeft img{
	max-width:100%;
	height:auto;
}
#honbunLeft table{
	width:auto !important;
}


/*############################################*/
/*右ナビ*/
/*############################################*/
#honbunRight{
	position:static;
	width:100%;
	max-width:500px;
	margin:0 auto;
	text-align:left;
	float:none;
}

.sp_sidemenubox{
	width:auto;
}
.sp_sidemenubox ul{
	margin:0 0 30px 0;
}
.sp_sidemenubox ul li{
	list-style:none;
	margin-bottom:1px;
}
.sp_sidemenubox ul li a, .sp_sidemenubox ul li a:visited{
	display:block;
	padding:16px 0;
	font-size:13px;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	background:#44486D;
}
.sp_sidemenubox ul li.bgy a, .sp_sidemenubox ul li.bgy a:visited{
	background:#B59C5A;
}
.sp_sidemenubox ul li a span{
	font-size:10px;
}
.sp_sidemenubox ul li.restnm a{
	padding:2px 0 5px;
}
.sp_sidemenubox ul li.half{
	width:50%;
	float:left;
	box-sizing:border-box;
}
.sp_sidemenubox ul li.half:nth-child(2n+1){
	padding-right:1px;
}


/*############################################*/
/*フッタ*/
/*############################################*/
#footWrapper{
	width:100%;
	height:auto;
	margin-top:10px;
	background:none;
}
#FooterWrap{
	width:100%;
	font-size:13px;
	background:#44486d;
}
#PageTop{
	display:block;
	position:fixed;
	right:0;
	bottom:8px;
	width:34px;
	height:35px;
	z-index:1100;
	opacity:0.8;
}
#PageTop a{
	display:block;
	width:34px;
	height:35px;
	text-indent:-9999px;
	background:url(../images/share/btnsp_gotop.png) no-repeat;
	background-size:34px 35px;
}

/*SiteMap*/
/*
html .SiteMapWrap{
	position:fixed;
	top:0;
	left:100%;
	width:270px;
	height:100%;
	font-size:14px;
	overflow:auto;
	background:#000004;
	z-index:1000;
}
.SiteMapWrap .SiteMap{
	padding:15px 15px 10px;
}
.SiteMapWrap .SiteMap > ul{
	width:auto;
	margin:0;
	padding:0;
	float:none;
}
.SiteMapWrap .SiteMap > ul > li{
	margin-bottom:0;
	padding:8px 0 0;
	border-bottom:solid 1px #444;
}
.SiteMapWrap .SiteMap li ul{
	padding-left:15px;
	margin-top:8px;
	background:#202020;
}
.SiteMapWrap .SiteMap li ul li{
	padding:8px 0;
	font-size:14px;
	border-bottom:solid 1px #666;
}
.SiteMapWrap .SiteMap li ul li:last-child{
	border-bottom:0;
}
.SiteMapWrap .SiteMap li.addbtn{
	position:relative;
}
.SiteMapWrap .SiteMap li.addbtn ul{
	display:none;
}
.SiteMapWrap .SiteMap .arrowbtn{
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	top:4px;
	right:0;
	text-indent:-9999px;
	background:url(../images/navi/arrowbtn.png) no-repeat 0 0;
	background-size:29px 58px
}
.SiteMapWrap .SiteMap .Midashi{
	font-size:14px;
	margin:0 0 8px;
	padding:0;
	text-align:left;
	background:none;
}
.SiteMapWrap .SiteMap .StaySubTitle{
	font-size:12px;
	margin:0;
	padding:16px 0 0;
	color:#f0f0f0;
	border:0;
}
*/

.SiteMapWrap{
	display:none;
}
nav#spmenu{
  text-align:left;
}

/*group link*/
.GroupLinkWrap{
	background:none;
}
.GroupLinkWrap .GroupLink{
	width:auto;
	max-width:460px;
	color:#fff;
	padding:20px 20px 0;
}
.GroupLinkWrap .GroupLink img{
  display:none;
}
.GroupLinkWrap .GroupLink br{
  display:inline;
}
.GroupLinkWrap .GroupLink a{
	color:#fff;
}
.GroupLinkWrap .GroupLink a:hover{
	color:#fff;
}
/*copyright*/
#FooterWrap #Copyright{
	width:auto;
	max-width:460px;
	line-height:1;
	margin:0 auto;
	padding:20px 20px;
}
#FooterWrap #Copyright span{
	line-height:1;
	font-size:10px;
}

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


}
