@charset "utf-8";


.fontEnTrajan{
	font-size:56px;
	vertical-align:middle;
	font-family: trajan-pro-3, serif; 
}
#contents{
	text-align: left;
}
#contents .conWrap .caption.font17{ font-size: 17px; }
#contents .conWrap .txt29 {
    text-align: center;
    font-size: 29px;
    margin-top: 10px;
}
#contents .conWrap .txt20 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
#contents .conWrap .txt18 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

/* conNavWrap// */
#conNavWrap{
	background-image: url("../img/top/menu/topnav_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0;
	box-sizing: border-box;
	color: #fff;
}
#conNavWrap .nTitleBox,#conNavWrap .conNavBox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#conNavWrap .nTitleBox p{
	font-size: 1.7vw;
}
#conNavWrap .conNavBox .floatLeft{
	margin-bottom: 12px;
	margin-left: 12px;
	width: 230px;
	height: 140px;
	border: 1px solid #fff;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	position: relative;
}
#conNavWrap .conNavBox .floatLeft::after{
    content: "";
        position: absolute;
         right:10px;
    	bottom: 10px;
        z-index: 1;
        width: 8px;
        height: 8px;
        margin: auto;

    border-top: #fff solid 2px;
    border-right: #fff solid 2px;

        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

}
#conNavWrap .conNavBox .floatLeft:nth-child(5n+1){margin-left: 0;}
#conNavWrap .conNavBox .floatLeft a{
	color: #fff;
	width: 100%;
	height: 100%;
}
#conNavWrap .conNavBox .floatLeft .txt_1{
	line-height: 140px;
}
#conNavWrap .conNavBox .floatLeft .fontS{
	font-size: 14px;
	line-height: 50px;
	margin-top: 15px;
}
#conNavWrap .conNavBox .floatLeft .lh{
	line-height: 25px;
}
#conNavWrap .conNavBox .floatLeft .txtLS{
	letter-spacing: -0.02em;
}


/* //conNavWrap */

/* menuBox// */
#menuBox,#menuBox a{
	color: #fff;
}
#menuBox .noLink{position: relative;}
#menuBox .cap{
	text-shadow: 1px 1px 3px #000,-1px -1px 3px #000;
	bottom: 1%;
}
#menuBox .cap.bl{left:1%;}
#menuBox .cap.br{right:1%;}
#menuBox .boxBl{
	width: 30%;
	height: 70%;
	top: 15%;
	background-color: #002538;
	padding: 3%;
	box-sizing: border-box;
}
#menuBox .boxBl.left{left: 0;}
#menuBox .boxBl.right{right: 0;}
#menuBox p{line-height: 1.4em;}
#menuBox .titleJp{font-size: 1vw;}
#menuBox .titleEn{font-size: 2.2vw;}
#menuBox .copy{font-size: 1vw;}
#menuBox .txt{font-size: 1.1vw;}
#menuBox .txt2{font-size: 10px;}
#menuBox .sup{    font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -0.3em;}
#menuBox .accLinkWrap{
	max-width:1550px;
	min-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#menuBox .accBox{
	width: 38%;
	height: 45%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}
#menuBox .accBtn{
	bottom: 2%;
	width: 30%;
	background-color: #800004;
}
#menuBox .accBtn.left{left: 2%;}
#menuBox .accBtn.right{right: 2%;}
#menuBox .accBtn p{
	line-height: 3em;
	font-size: 1vw;
}
#menuBox .accBtn img{
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
}
/* //menuBox */

.linkBtn100 a {
    color: #fff;
    font-weight: 100;
    font-size: 28px;
}
.txtLittle{
	vertical-align:top;
	font-size:30%;
}
.mImg{
	width:100%;
}
#room .imgTitle1,#room .imgTitle2{
	position:absolute;
	top:5px;
	color: #fff;
	font-size: 65px; 
}
#room .imgTitle1{left:15px;}
#room .imgTitle2{right:15px;}

#roomType h4{
	font-size: 31px;
}

#roomType .typeWrap{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#roomType .typeBox{
  width:15%;
}

#roomType .typeWrap .typeBox:nth-child(n+7){
  margin-top:30px;
}

#roomType .roomName{
	background-color: #989188;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 10px;
  text-align: center;
}
#roomType .roomImg{
  border:1px solid #adadad;
  position: relative;
}
#roomType .typeWrap .roomImg:hover{
  opacity: .7;
}
#roomType .typeWrap .roomImg:after{
  content: '';
  display:block;
  width:21px;height:21px;
  background: url("../img/top/room/loupe.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right:5px;
  bottom:5px;
  pointer-events: none;
}
#roomType .roomDetail dl{
	margin-top: 5px;
}
#roomType .roomDetail dt{
	display: inline-block;
	width: 43%;
	background-color: #e6e6e6;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
}
#roomType .roomDetail dd{
	display: inline-block;
	width: 57%;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}
#roomType .roomTxt{
	font-size: 26px;
}
#eqWrap .eqTitleBox{
	margin-left: 30px;
	margin-right: 30px;
}
#eqWrap .eqTitle{
	float: left;
	width: 24%;
	margin-left: 1%;
	background-color: #fff;
	color: #726d66;
	font-size: 13px;
	text-align: center;
	border: 1px solid #989188;
	border-bottom: none;
	padding: 5px;
	box-sizing: border-box;
}
#eqWrap .eqTitle:first-child{
	margin-left: 0;
}
#eqWrap .eqTitle.active,#eqWrap .eqTitle:hover{
	background-color: #989188;
	color: #fff;
	cursor: pointer;
}


#eqWrap .eqInner{
	display: none;
	background: rgba(152,145,136,0.2);
	color: #231815;
	font-size: 13px;
	text-align: center;
	border: 1px solid #989188;
	box-sizing: border-box;
	padding: 20px;
	
}
#eqWrap .eqInner.active{
	display: block;
}
#eqWrap .eqIcon{
	float: left;
	margin-right: 2%;
}

#facilityWrap{
  width:980px;
  margin:50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#facilityWrap .facilityBox{
  width:480px;
  box-sizing: border-box;
  padding:15px 0;
  background: rgba(152,145,136,.2);
}

#facilityWrap .facilityBox:nth-child(n+3){
  margin-top:20px;
}

#facilityWrap .facilityCategory{
  width:220px;
  text-align: center;
  background: #989188;
  font-size:16px;
  line-height: 30px;
  color:#FFF;
}

#facilityWrap .facilityInner{
  padding:20px;
}

#facilityWrap .facilityCopy{
  font-size:20px;
}

#facilityWrap .facilityPict{
  margin-top:30px;
  display: flex;
  justify-content:flex-start;
}

#facilityWrap .facilityPict li{
  float:none;
  width:60px;
  margin-right:16px;
}

#facilityWrap .facilityPict li:last-child{
  margin-right:0;
}

#facilityWrap .facilityName{
  margin-top:5px;
  font-size:8px;
  text-align: center;
  display:none;
}

#facilityWrap .otherFacility{
  margin-top: 30px;
}

#facilityWrap .otherFacility li{
  float:none;
  display: inline-block;
  margin-right:1em;
  line-height:2em;
}

#facilityWrap .otherFacility li:last-child{
  margin-right:0;
}

#facilityWrap .otherFacility li::before{
  content:'・';
  display: inline-block;
}

#contents #room .subHotel{
  margin-top:0;
}
#location .accSubNav{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#location .accSubNav .accLink{
	display: inline-block;
	border: 1px solid #000;
	padding: 5px;
	box-sizing: border-box;
	width: 48%;
	margin-left: 0%;
	margin-top: 10px;
	font-size: 21px;
}
#location .accSubNav .accLink:first-child{
	margin-left: 0;
}
#location .accSubNav .accLink span{
	padding-left: 5%;
	vertical-align: middle;
}
#location .accSubNav img{
	display: inline;
	vertical-align: middle;
}

#event .shogyo div:nth-child(3){
  clear:both;
}

#event .shogyo div:nth-child(n+3){
  margin-top:20px;
}

#restaurant .shogyo div:nth-child(3){
  clear:both;
}

/*  convBox */
.convBox{
  background: rgba(204,204,204,.3);
  padding:40px 0;
  margin-top:80px;
}

.convBox .clear{
  width:960px;
  margin:30px auto 0;
}
.convBox .banquetLinkBox{
  width:1260px;
}

.convBox .taCenter{
  font-size:26px;
  text-align: center;
}

.convBox .taCenter.txtSmall{
  font-size:22px;
}

.convBox .linkBtn{
  width:48%;
  height:auto;
  position: relative;
}
.banquetLinkBox .linkBtn{
	width: 32%;
	margin-left: 2%;
}
.banquetLinkBox .linkBtn:first-child{
	margin-left: 0;
}

.convBox .linkBtn a{
  font-size:20px;
}
.banquetLinkBox .linkBtn a{
	padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
	height: 100px;
}
.banquetLinkBox .linkBtn span{
	display: inline-block;
	width: 85%;
	font-size: 22px;
}

.convBox .linkBtn .arrow{
  position: absolute;
  width:12%;
  height:28px;
  overflow: hidden;
  top:50%;
  right:10%;
  transform: translateY(-50%);
}
.convBox .banquetLinkBox .linkBtn .arrow{
	right: 2%;
}

.convBox .linkBtn .arrow img{
  position: absolute;
  right:0;
  top:0;
}

.convBox .linkBtn .pdf{
  position: absolute;
  top:50%;
  left:15%;
  transform: translateY(-50%);
}

.convBox .floatCenter{
  margin: auto;
}
.convBox .floatLeft{
  
}
/* ENd convBox */

/*  city */
.city{
  display:flex;
  justify-content: center;
}

.cityBlock{
  width:163px;
  height:auto;
  position: relative;
}

.cityBlock .cityName{
  font-size:36px;
  color:#FFF;
  text-shadow:2px 2px 3px #000;
  width:1em;
  text-align: center;
  line-height: 1.2em;
  position: absolute;
  left:50%;
  top:5%;
  transform: translateX(-50%);
}

.cityBlock .time{
  font-size:36px;
  color:#FFF;
  text-shadow:2px 2px 3px #000;
  line-height: 1em;
  position: absolute;
  left:50%;
  bottom:5%;
  transform: translateX(-50%);
}

.cityBlock .time span{
  font-size:20px;
}
/* ENd city */

@media only screen and (max-width:1365px) and (min-width:751px){
	#nav li:nth-child(1){width:12.43%;}/* 客室 */
  #nav li:nth-child(2){width:12.43%;}/* レストラン・バー・カフェ */
  #nav li:nth-child(3){width:12.87%;}/* 館内施設 */
	#nav li:nth-child(4){width:11.47%;}/* 会議・宴会 */
	#nav li:nth-child(5){width:14.64%;}/* 大規模温浴施設 */
	#nav li:nth-child(6){width:10.37%;}/* バスターミナル */
	#nav li:nth-child(7){width:13.24%;}/* 商業複合エリア */
	#nav li:nth-child(8){width:12.51%;}/* アクセス */
	#nav li img{width: 100%;}
}
@media only screen and (min-width:1367px){
	#room .imgTitle1,#room .imgTitle2{font-size:4.7vw;}
}
@media only screen and (max-width:1280px) and (min-width:751px){
	.convBox .banquetLinkBox{
	    width:96%;
	}
	.convBox .banquetLinkBox span{
		font-size: 1.9vw;
	}
}
@media only screen and (max-width:1200px) and (min-width:751px){
	.convBox .banquetLinkBox span{font-size: 22px;}
	#conNavWrap .nTitleBox p {font-size: 20px;}
	#menuBox .titleJp{font-size: 12px;}
	#menuBox .titleEn{font-size: 26px;}
	#menuBox .copy{font-size: 12px;}
	#menuBox .txt{font-size: 13px;}
	#menuBox .accBtn p{font-size: 12px}
}
@media only screen and (max-width:750px){
#contents{
	/*padding-left:10px;	
	padding-right:10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}	
/* #contents p{
	padding-left:10px;
	padding-right:10px;
} */	
.subCopy{
	/*text-align:left !important;*/
}
.div_1 > div{
	width:100%;
	margin-bottom: 20px;
}
.div_1_2 > div:nth-of-type(3n+1){
	float:left;
	width:100% !important;
}
.div_1_2 > div:nth-of-type(3n+1)  > div{
	width:100% !important;
}
.div_1_2 > div:nth-of-type(3n+2){
	float:left;
	width:49.5%;
}
.div_1_2 > div:nth-of-type(3n+3){
	float:right;
	width:49.5%;
}

.div_2 > div:nth-of-type(2n+1){
	width:49%;
	float:left !important;
}
.div_2 > div:nth-of-type(2n+2){
	width:49%;
	float:right !important;
}
	
.fontEnTrajan{font-size: 7.5vw;}
#contents .conWrap .txt29 { font-size: 4vw; }
#contents .conWrap .txt20 { font-size: 3vw; }
#contents .conWrap .txt18 { font-size: 2.5vw; }
.linkBtn100 a {font-size: 4vw;}
	
.spMt30{
	margin-top: 30px;
}
	
/* conNavWrap// */
#conNavWrap{
	background-image: url("../img/top/menu/topnav_back_sp.png");
}
#conNavWrap .nTitleBox{
	width: 94%;
}
#conNavWrap .conNavBox{
	width: 90%;
}
#conNavWrap .nTitleBox p{
	font-size: 4.9vw;
}
#conNavWrap .conNavBox .floatLeft{
	margin-bottom: 5px;
	margin-left: 0;
	width: 100%;
	height: auto;
	font-size: 4.1vw;
}
#conNavWrap .conNavBox .floatLeft.noLink{
	padding: 2% 1%;
}
#conNavWrap .conNavBox .floatLeft a{
	padding: 2% 1%;
}
#conNavWrap .conNavBox .floatLeft .txt_1 {
  line-height: 1.2em;
}
	#conNavWrap .conNavBox .floatLeft::after {

		bottom: 40%!important;
}
#conNavWrap .conNavBox .floatLeft .fontS{
	font-size: 3vw;
	height: auto;
	line-height: 1.0em;
	margin-bottom: 0;
	margin-top: 0;
}
#conNavWrap .conNavBox .floatLeft .lh{
	line-height: 1.0em;
}
#conNavWrap .conNavBox .floatLeft .txt{
	line-height: 1.7em;
}
#conNavWrap .conNavBox .floatLeft .txtLS{
	letter-spacing: 0;
}
/* //conNavWrap */

	/* menuBox// */
#menuBox{
	background-color: #002538;
}
#menuBox .menuBtn{
	margin-top: 40px;
}
#menuBox .accLinkWrap .menuBtn{
	margin-top: 0;
} 
#menuBox .spMtNone{
	margin-top: 0;
}
#menuBox a{
	color: #fff;
}
#menuBox .cap.bl{left:auto; right:1%;}
#menuBox .boxBl{
	position: static;
	width: 100%;
	height: auto;
	padding: 5%;
}
#menuBox p{
	text-align: center;
}
#menuBox .titleJp{font-size: 3.2vw;}
#menuBox .titleEn{font-size: 6.6vw;}
#menuBox .copy{font-size: 3.2vw;}
#menuBox .txt{font-size: 3.7vw;}
#menuBox .btn img{
	width: 46%;
	margin-left: auto;
	margin-right: auto;
} 
#menuBox .accLinkWrap{
	min-width: 320px;
	margin-top: 40px;
}
#menuBox .accBox{
	width: 100%;
	height: auto;
	position: static;
	transform: translateX(0);
}
#menuBox .accBtn{
	bottom: 50%;
	width: 57%;
	padding: 3%;
	box-sizing: border-box;
}
#menuBox .accBtn.left{left: 50%; transform: translate(-50%,50%);}
#menuBox .accBtn.right{right: 50%; transform: translate(50%,50%);}
#menuBox .accBtn p{
	line-height: 1.4em;
	font-size: 3.2vw;
}
#menuBox .accBtn img{
	width: 20%;
}
/* //menuBox */	
	
#room .imgTitle1,#room .imgTitle2{font-size:8vw;}
#room .imgTitle2{top:52%; right:15px;}
#room .spCapBottom{bottom: 47%;}
  
  #roomType h4{
    font-size: 6vw;
  }
  
  #roomType .typeWrap{
    display:none;
  }
  
  #roomType .glide{
    /*margin-top:15px;*/
  }
  
  #roomType .glide .glide__slide,
  #roomType .noGlide .glide__slide{
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid rgba(152,145,136,.5);
  }
  
  #roomType #gbtnWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-top:15px;*/
		margin-bottom: 15px;
  }
  
  #roomType #lbtn,#roomType #rbtn {
    width: 15%;
    height: 20px;
    display: block;
    background: none;
    position: relative;
    cursor: pointer;
  }
  
  #roomType #lbtn::before, #roomType #rbtn::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background:#666;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #roomType #lbtn::after {
    content: "";
    display: block;
    width: 3px;
    height: 120%;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(50deg) translateX(-2px);
  }
  
  #roomType #lbtn::after {
    content: "";
    display: block;
    width: 3px;
    height: 120%;
    background:#666;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(50deg) translateX(-2px);
  }
  
  #roomType #rbtn::after {
    content: "";
    display: block;
    width: 3px;
    height: 120%;
    background: #666;
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(-50deg) translateX(2px);
  }
  
  #roomType .roomName{
    font-size:4vw;
    text-align: center;
  }
  
  #roomType .roomTxt{
    font-size: 4vw;
  }
  
#eqWrap{
	width: 96%;
}
#eqWrap .eqTitleBox {
	margin-left: auto;
	margin-right: auto;
}
#eqWrap .eqTitle {
	margin-left: 1.3333%;
}
  
#facilityWrap{
  width:100%;
}

#facilityWrap .facilityBox{
  width:100%;
}

#facilityWrap .facilityBox:nth-child(n+2){
  margin-top:20px;
}

#facilityWrap .facilityCategory{
  width:55%;
  font-size: 4.5vw;
  line-height: 2em;
}

#facilityWrap .facilityInner{
  padding:20px 2%;
}

#facilityWrap .facilityCopy{
  font-size: 4.0vw;
}
  
#facilityWrap .facilityPict{
  flex-wrap: wrap;
  margin-top:15px;
}
  
  #facilityWrap .facilityPict li{
    margin-bottom:16px;
  }

#facilityWrap .otherFacility li,
#facilityWrap .otherFacility p{
  font-size: 3.0vw
}
  
#location .accSubNav .accLink{
	font-size: 3.5vw;
}
#location .accSubNav .accLink img{
	width: 20%;
}

#event .shogyo div:first-child{
  width:100%;
}
  
#event .shogyo div:nth-child(2n){
  clear:both;
}
 #event .shogyo div:nth-child(2){
  float:left;
}
#event .shogyo div:nth-child(3){
  clear:none;
  float:right;
}

#event .shogyo div:nth-child(n+2){
  margin-top:10px;
  width:49.5%;
}
  
/*#restaurant .shogyo div{
  width:100%;
}
  
#restaurant .shogyo div:nth-child(4n){
  clear:both;
}
  
#restaurant .shogyo div:nth-child(3){
  clear:none;
}

#restaurant .shogyo div:nth-child(n+2){
  margin-top:10px;
}
  
#restaurant .shogyo div:nth-child(n+4){
  width:49.5%;
}*/
  
/*  convBox */
.convBox .clear{
  width:96%;
}

.convBox .taCenter{
  font-size: 4.5vw;
}

.convBox .linkBtn{
  width:90%;
  float:none;
}
  
.convBox .linkBtn:nth-child(n+2){
  margin-top:15px;
}

.convBox .linkBtn a{
  font-size: 3.5vw;
}

.convBox .linkBtn .arrow img{
  width:auto;
}

.convBox .linkBtn .pdf{
  width:9%;
}
  
.convBox .linkBtn .pdf img{
  width:100%;
}
.banquetLinkBox .linkBtn {
	margin: 10px auto 0!important;
}
.banquetLinkBox .linkBtn a{
	height: auto;
}
.banquetLinkBox .linkBtn span {
	font-size: 3.5vw;
}
.convBox .taCenter.txtSmall{
  font-size: 3.5vw;
}
/* ENd convBox */
  
/*  city */
.city{
  width:100%;
  flex-wrap: wrap;
}

.cityBlock{
  width:33.33%;
}
  
.cityBlock img{
  width:100%;
}

.cityBlock .cityName{
  font-size:8vw;
}

.cityBlock .time{
  font-size:8vw;
}

.cityBlock .time span{
  font-size:4vw;
}
/* ENd city */
}

@media print{
	#nav ul li:nth-child(1){ width: 12.5%; }/* 客室 */
	#nav ul li:nth-child(4){ width: 11.5%; }/* 会議・宴会 */
	#nav ul li:nth-child(2){ width: 12.5%; }/* レストラン・バー・カフェ */
	#nav ul li:nth-child(5){ width: 14.5%; }/* 大規模温浴施設 */
	#nav ul li:nth-child(6){ width: 10%; }/* バスターミナル */
	#nav ul li:nth-child(7){ width: 13%; }/* 商業複合開発エリア */
	#nav ul li:nth-child(3){ width: 12.5%; }/* 館内施設サービス */
	#nav ul li:nth-child(8){ width: 12.5%; }/* アクセスインフォメーション */
	#vfBox{ margin-top: 0!important; }
}

.ppbann {
	position: fixed;
	z-index: 1500;
	right: 20px;
	top: 180px;
	min-width: 220px;

	box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.ppbann.act {
	right: -110%;
}
.ppbann img{
		display: block;
			vertical-align: bottom;
			width: 100%;
}
.ppbann .cls {
	font-size: 24px;
	background-color: #000;
	color: #ffffff;
	width: 34px;
	height: 34px;
	line-height: 28px;
	position: absolute;
	right: -5px;
	top: -5px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 77;
}
.pspbann{
	display: none;
	box-sizing: border-box;
	padding: 10px;
	background-color: #000;
}
.pspbann img{
		display: block;
			vertical-align: bottom;
			width: 100%;
}
.pspbann a{
		display: block;
			width: 100%;
			height: 100%;
			position: relative;
}

.convBox .hbtnset{
	position: relative;
	text-align: center;
	position: relative;
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 40px;
}
.convBox .hbtnset li{
	width: 48%;
	margin-right: 4%;
height: 90px;
	background-color: #a2d122;
}
.convBox .hbtnset li:hover{
	opacity: 0.7;
}
.convBox .hbtnset li:nth-child(2){
	margin-right: 0;
}
.convBox .hbtnset li.ariHall{
	background-color: #CC0012;
}
.convBox .hbtnset li a{
		display: block;
			width: 100%;
			height: 100%;
			position: relative;
}
.convBox .hbtnset li a .arrow{
position: absolute;
	right: 10px;

	z-index: 1;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform:  translateY(-50%);
}
.convBox .hbtnset li a span{
font-size: 20px;
	color: #fff;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	    -moz-transform:  translateY(-50%);
	    -ms-transform:  translateY(-50%);
	    transform:  translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 584px) {
	.convBox .hbtnset li{
		border-radius:15px;
		-moz-border-radius: 15px;
		-webkit-border-radius:15px;
		-o-border-radius:15px;
		-ms-border-radius:15px;
	}
	.convBox .hbtnset li a .arrow{
		width: 12%;
		right: 10%;
	}
	.convBox .hbtnset li a span{
		text-align: left;
		padding-left: 10%;
	font-size: 4.3vw !important;
}
	.convBox .hbtnset {
		display: block;
		width: 94%;
			margin-left: auto;
				margin-right: auto;
	}
	.convBox .hbtnset li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.menuActive .ppbann {
	display: none;
}
@media only screen and (max-width: 750px) {
	.ppbann {
		display: none;
	}
	.pspbann{
		display: block;
	}
}