@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}
.f-redf00 { color: #FF0000}
/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

html {scroll-behavior: smooth;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.pr_banner{
	text-align: center;
    margin: 2% 0;
    display: block;
}
#wrapper{
	width:100%;
	height:auto;
}
img {
    height: auto;
}
img, object, embed {
    max-width: 100%;
}

/* CSS初期設定 */
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*h1*/
h1.chain_h1{
	font-size:12px;
	font-weight:normal;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h3 {
    font-weight: bold;
}

/*title*/
#wrapper div #title{
	width:100%;
	margin:0;
}

/*hotel*/
.profileBox .bg_profile{
	padding:0 2%;
}
.profileBox .bg_profile .hotelimg{
	width:49%;
	float:left;
	margin-right:1%;
}
.profileBox .bg_profile .text{
	width:49%;
	float:left;
	margin-left:1%;
    margin-bottom: 2%;
	font-size: 14px;
}
.profileBox .bg_profile .Link{
	width: 60%;
    display: block;
    clear: both;
    background-color: #ffaa00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 3% auto;
    padding: 2% 0;
}
.profileBox .bg_profile .Link a{
    color: #FFFFFF!important;
	position:relative;
}
.profileBox .bg_profile .Link a:after {
	width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(../images/im_arrow.png) no-repeat;
    position: absolute;
    top: 12%;
    right: -20%;
    background-size: 100%;
}

/*hotel---------------------------------------------------*/
.hotelDetailBox{
	margin:0 auto 20px;
	background:#f1f9fa;
	font-size:13px;
	line-height:150%;
	padding:15px
}
.hotelDetailBox strong{
	font-size:16px;
	font-weight:bold;
}
#titleBox{
	position:relative;
}
#titleBox h2{
	width:100%;
	height:54px;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:0 0 0 0;
	text-align:center;
	z-index:99;
	font-weight:normal;
	position:absolute;
}
#titleBox h2 span{
	display:inline-block;
	padding:12px;
	font-size:18px;
	color:#FFF;
	position:relative;
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
	border:1px solid rgba(255,255,255,0.8);
	background:rgba(0,0,0,0.6);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#titleBox h2 span:after{
	content:"";
	width:10px;
	height:10px;
	top:-1px;
	left:-1px;
	background:url(../images/im_title_up.png) no-repeat;
	background-size:100% auto;
	position:absolute;
}
#titleBox h2 span:before{
	content:"";
	width:10px;
	height:10px;
	bottom:-1px;
	right:-1px;
	background:url(../images/im_title_down.png) no-repeat;
	background-size:100% auto;
	position:absolute;
}
#titleBox.lines3 h2 span{
	font-size: 16px;
    margin-top: -13px;
    padding: 5px;
}
.commonBox{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper .commonBox:nth-of-type(2n-1){
	background:#F1F9FA;
}
#wrapper .commonBox:nth-of-type(2n){
	background:#FFFFFF;
}
.commoninner{

	margin:0 10px;
	padding:20px 0;
}
.cheanTit{
	border-left:8px solid #00bece;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 0 10px;
	margin-bottom:20px;
}
.hotelSelectBox{
	background:#00bece;
	padding:10px 10px 10px 10px;
	overflow:hidden;
}
.hotelSelectBox dt{
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin:8px;
}
.hotelSelectBox dd{
	overflow:hidden;
	display:block;
	background:#FFF;
	padding:10px;
	font-size:14px;
}
.hotelSelectBox dd ul{
	margin:0;
}
.hotelSelectBox dd ul li{
	display:inline-block;
	padding:0 5px 10px;
}
.hotelSelectBox dd ul li a{
	display:block;
	padding:10px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px 5px 5px;
	border-radius: 5px 5px 5px;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.1);
}
.commonBox h3{
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:20px;
}
#wrapper .commonBox:nth-of-type(2n-1) .yadoBox{
	background:#FFF
}
#wrapper .commonBox:nth-of-type(2n) .yadoBox{
	background:#F1F9FA
}
.yadoBox{
	padding:10px;
	margin-bottom:15px;
}
.yadoBox h4{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:12px;
	position:relative;
	font-weight:normal;
	font-weight:bold;
	padding:0 0 0 20px;
}
.yadoBox h4:before{
	content:"■";
	color:#00BECE;
	position:absolute;
	top:0;
	left:0;
}
.yadoBox .panListBox {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 3% 3% 0;
    box-sizing: border-box;
}
.yadoBox .hotel_details {
	margin-bottom: 2%;
}
.inYBox{
	overflow:hidden;
	margin-bottom:10px;
}
.intoroA{
	font-size:14px;
}
.intoroA p{
	
	padding: 0 6px 0;
	margin-bottom:12px;
	line-height:160%;	
}
.intoroA p:last-child{
	margin-bottom:0;
	border-bottom:none;
	clear:both;
	padding: 10px 0 0 0;
	line-height:22px;
}
.intoroA p strong{
	display:inline-block;
	padding:5px;
	background:#71c2c9;
	color:#FFF;
	font-size:12px;
	margin-right:10px;
	font-weight:normal;
	-webkit-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	float:left;
}
.intoroA p span{
	display:block;
	overflow:hidden;
	font-size:12px;
}
.photoBox{
	width: 40%;
    min-height: 100px;
    float: left;
    margin: 0 10px 0 0;
    background: #eee url(../images/noimage.jpg) no-repeat center;
    background-size: contain;
}
.photoBox img{
	width:100%;
	height:auto;
}
.popBox{
	display:block;
}
.popBox h5{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:6px;
	background:url(../images/im_star.png) no-repeat;
	background-size:20px auto;
	padding:0 0 0 25px;
	color:#00bece
}
.popBox dl{
	border:2px solid #dff0f2;
	padding:15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:13px;
	background:#FFF;
	position:relative;
	line-height:200%;
}
.popBox dl dt{
	font-size:14px;
	margin-bottom:5px;
	padding:0 0 0 0;
	line-height:18px;
}
.popBox dl dd{
	font-size:14px;
}
.popBox dl dd p{
	display:none
}
.popBox dl dd span{
	/*position:absolute;*/
	display:block;
	font-size:16px;
	color:#F00;
	font-weight:bold;
	text-align:right;
}
.popBox ul{
	display:block;
	padding-bottom:5px;
}
.popBox ul li{
	display:block;
	padding:0 0 0 0;
	margin-top:8px;
	font-size:14px;
	cursor:pointer;
}
.popBox ul li a{
	width:95%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	color:#FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:2px solid rgba(0,0,0,0.2);
}
.popBox ul li.yado a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #d53759;
	background-size:14px auto;
}
.popBox ul li.jr a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #009966;
	background-size:14px auto;
}
.popBox ul li.air a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #3399cc;
	background-size:14px auto;
}

/*slider---------------------------------------------------*/
.slick-slide{
	opacity: 0.5 ;
}
.slick-active{
	opacity: 1 ;
}
.slide_selector{
	background:#000;
	z-index:1!important;
	position:relative;
}

/* Slider */
.slick-track {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	z-index:100;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	z-index:2;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
			
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
z-index:1!important;
    display: block;
}px;
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
	z-index:100;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.yadoI,.jrI{
	color:#FFF;
	font-size:10px;
	padding:4px 8px;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.yadoI{
	background:#DD335D;
}
.jrI{
	background:#006;
}

/*menu*/
#menu{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border:2px solid #dff0f2;
	padding:3%;
	line-height: 2.5;
    font-size: 12px;
	margin:1%;
}
#menu p{
	font-size:14px;
	font-weight:bold;
}
#menu ul li{
	width:49%;
	float:left;
	margin-right:1%;
}

/*gadget*/
.search_kokunaiBar {margin: 50px 0;}

/*bnlinks*/
#bnlinks {display:none!important}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.pr_banner{
	width: 100%;
    text-align: center;
    display: inline-block;
    margin: 2% 0;
}

/* CSS初期設定 */
body {line-height: 1.231;}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
p.images img{
	width:250px;
	height:auto!important;
}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
h3 {font-weight: bold;}
.pcnone{
	display:none;
}
div.colum3T div{
	cursor:pointer;
}
.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}
.itemList4 a{
	color:#383333!important;
}

/*hotel---------------------------------------------------*/
.hotelDetailBox{
	width:920px;
	margin:0 auto 20px;
	background:#f1f9fa;
	font-size:14px;
	line-height:150%;
	padding:15px
}
.hotelDetailBox strong{
	font-size:16px;
	font-weight:bold;
}
#titleBox{
	position:relative;
}
#titleBox h2{
	position:absolute;
	width:950px;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	height:90px;
	text-align:center;
	z-index:99;
	font-weight:normal
}
#titleBox h2 span{
	display:inline-block;
	padding:20px 40px;
	font-size:48px;
	color:#FFF;
	position:relative;
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.4);
	border:1px solid rgba(255,255,255,0.8);
	background:rgba(0,0,0,0.6);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#titleBox h2 span:after{
	content:"";
	width:20px;
	height:20px;
	top:-1px;
	left:-1px;
	background:url(../images/im_title_up.png) no-repeat;
	background-size:100% auto;
	position:absolute;
}
#titleBox h2 span:before{
	content:"";
	width:20px;
	height:20px;
	bottom:-1px;
	right:-1px;
	background:url(../images/im_title_down.png) no-repeat;
	background-size:100% auto;
	position:absolute;
}
#titleBox.lines3 h2 span{
	font-size: 40px;
    margin-top: -50px;
}
.commonBox{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper .commonBox:nth-of-type(2n-1){
	background:#F1F9FA;
}
#wrapper .commonBox:nth-of-type(2n){
	background:#FFFFFF;
}
.commoninner{
	width:950px;
	margin:0 auto;
	padding:30px 0;
}
.cheanTit{
	border-left:8px solid #00bece;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:10px;
	margin-bottom:20px;
}
.hotelSelectBox{
	background:#00bece;
	padding:10px;
	overflow:hidden;
}
.hotelSelectBox dt{
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	float:left;
	margin:8px 14px 0 8px;
}
.hotelSelectBox dd{
	overflow:hidden;
	display:block;
	background:#FFF;
	padding:10px;
	font-size:14px;
}
.hotelSelectBox dd ul{
	margin:0;
	white-space: nowrap;
}
.hotelSelectBox dd ul li{
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #CCC;
}
.commonBox h3{
	font-size:22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:20px;
}
#wrapper .commonBox:nth-of-type(2n-1) .yadoBox{
	background:#FFF
}
#wrapper .commonBox:nth-of-type(2n) .yadoBox{
	background:#F1F9FA
}
.yadoBox{
	padding:20px;
	margin-bottom:15px;
}
.yadoBox h4{
	width: 65%;
    float: left;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
}
.yadoBox .panListBox{
	width: 35%;
    display: block;
    float: right;
    text-align: right;
}
.yadoBox .hotel_details {
    clear: both;
}
.photoBox{
	width: 200px;
    height: 150px;
	float:left;
	margin:0 20px 3% 0;
    background: #eee url(../images/noimage.jpg);
	position:relative;
}
.inYBox{
	overflow:hidden;
	margin-bottom:20px;
}
.intoroA{
	font-size:14px;
	overflow:hidden;
}
.intoroA p{
	border-bottom:1px dotted #e2edee;
	padding: 0 6px 12px;
	margin-bottom:12px;
	line-height:160%;
	overflow:hidden
}
.intoroA p:last-child{
	margin-bottom:0;
	border-bottom:none;
}
.intoroA p strong{
	display:inline-block;
	padding:5px;
	background:#71c2c9;
	color:#FFF;
	margin-right:10px;
-webkit-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
	float:left;
}
.intoroA p span{
	display:block;
	overflow:hidden;
}
.photoBox img{
	width:100%;
	height:auto;
}
.popBox{
	display:block;
	clear: both;
}
.popBox h5{
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:6px;
	background:url(../images/im_star.png) no-repeat;
	background-size:20px auto;
	padding:0 0 0 25px;
	color:#00bece
}
.popBox dl{
	border:2px solid #dff0f2;
	padding: 15px 15px 8px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:13px;
	background:#FFF;
	position:relative;
	line-height:200%;
	cursor:pointer
}
.popBox dl:hover {
	transition: 0.2s ;
	opacity: 0.5 ;
}
.popBox dl dt a:hover{
	text-decoration:none!important
}
.popBox dl dt{
	font-size:16px;
	margin-bottom:5px;
	padding:0 240px 0 0;
}
.popBox dl dd{
	font-size:14px;
}
.popBox dl dd span{
	position:absolute;
	display:inline-block;
	font-size:20px;
	top:15px;
	right:15px;
	color:#F00;
	font-weight:bold;
}
.popBox ul{
	display:block;
	text-align:center;
}
.popBox ul li{
	display:inline-block;
	padding:0 0 0 0;
	margin-top:5px;
	font-size:15px;
	cursor:pointer;
	width:33%;
}
.popBox ul li a{
	width:95%;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	color:#FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:2px solid rgba(0,0,0,0.2);
}
.popBox ul li.yado a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #d53759;
	background-size:14px auto;
}
.popBox ul li.jr a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #009966;
	background-size:14px auto;
}
.popBox ul li.air a{
	background:url(../images/im_arrow.png) no-repeat 96% 50% #3399cc;
	background-size:14px auto;
}
.popBox ul li:hover {
	transition: 0.2s ;
	opacity: 0.7 ;
}
.popBox ul li:hover a{
	text-decoration:none!important
}

/*slider---------------------------------------------------*/
.slick-slide{
	opacity: 0.5 ;
}
.slick-active{
	opacity: 1 ;
}
.slide_selector{
	background:#000;
	z-index:1!important;
	position:relative;
}

/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	z-index:100;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	z-index:2;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
			
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    z-index:1!important;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
	z-index:100;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.yadoI,.jrI{
	color:#FFF;
	font-size:11px;
	padding:4px 8px;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.yadoI{
	background:#DD335D;
}
.jrI{
	background:#006;
}

/*menu*/
#menu{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #dff0f2;
    padding: 1% 3% 3% 3%;
    width: 950px;
    display: block;
    margin: 1% auto;
    font-size: 16px;
    line-height: 2;
}
#menu p{
	font-size:18px;
	font-weight:bold;
}
#menu ul li{
    width: 315px;
    float: left;
}
}