body{
  -ms-overflow-style:none;
}
body::-webkit-scrollbar{
 display:none;
}
.wrapper{
    margin:0 auto;
    width:100%;
    text-align:center;
}

/* メインビジュアル部分 */

header{
    margin:0 auto;
    max-width:100%;
    padding:0;
    background-color: #fff;
    align-content: center;
}

.main-bg{
    background-image: url(../img/main-bg01.jpg);
    width: 100%;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main_title{
    width:100%;
    width: 990px;
    margin:0 auto;
    line-height: 0;
    -padding:10px 0;
}
.main_title img{
    width:100%;
}


/* 情報 */

.facilities{
    background-image: url(../img/bg_img.jpg) ;
    background-attachment: fixed;
    background-size:cover;
　  background-position:50%;
    padding: 0 0 40px;
}

/* 情報背景部分 */

.faci_cat{
    max-width:890px;
    background-color: rgba(36,23,161,0.8);
    margin: -20px auto 30px;
    padding: 28px 28px 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    text-align: left;
    color: #ffffff;
}

/* 情報コンテンツ調整1絡カラム */

.box-txt li{
  display: inline-block;
}

.box-txt-one{
margin-right: 20px;
}

.box-txt-two{
  width: 240px;
  vertical-align:top;
}

.tit-day{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #f9d407;
}

.tit-day-two{
  font-size: 18px;
  letter-spacing:0;
}

.tit-main{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

.tit-main-two{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.tit-sub{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.tit-time{
  font-size: 14px;
  line-height: 1.5em;
}

/* 情報コンテンツ調整2絡カラム */

.faci_cat-sub{
  max-width:890px;
  margin:0 auto;
  white-space:nowrap;
}


.faci_cat-inr{
  vertical-align:top;
  display: inline-block;
  text-align: left;
  max-width:435px;
  height: 555px;
  margin: 0 15px 30px 0;
  padding: 20px 25px 0;
  white-space:nowrap;
  background-color: rgba(36,23,161,0.8);
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  white-space:normal;
  color: #ffffff;
}

/* 情報コンテンツ調整2絡カラムのボタン */

.faci_cat-sub-two{
  width:919px;
  margin:10px auto 75px;
}
.faci_cat-sub-two ul{
  margin:0 5px 0 -8px;
}

.faci_cat-sub-two li{
  display: inline-block;
}

.tit-img{
  margin-bottom: 15px;
}

.faci_cat-sub-two li a:hover{
  opacity: 0.8;
}

/* グルメ情報 */

.faci_cat-sub-food{
  margin: 0 auto 30px;
  text-align: left;
  width:890px;
  height: 315px;
  padding: 20px 25px 0;
  white-space:nowrap;
  background-color: rgba(227,53,126,0.8);
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  white-space:normal;
  color: #ffffff;
}

.spot-tit{
  text-align: center;
  margin-bottom: 15px;
}

.faci_cat-sub-food ul{
}

.faci_cat-sub-food li{
  margin-left: 10px;
  display: inline-block;
}

.food-btn{
  margin-bottom: 60px;
}

.food-btn a:hover{
  opacity: 0.8;
}

/* 街歩きスポット */

.faci_cat-sub-walk{
  margin: 0 auto 30px;
  text-align: left;
  width:890px;
  height: 315px;
  padding: 20px 25px 0;
  white-space:nowrap;
  background-color: rgba(36,23,161,0.8);
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  white-space:normal;
  color: #ffffff;
}

.faci_cat-sub-walk ul{
}

.faci_cat-sub-walk li{
  margin-left: 10px;
  display: inline-block;
}

.walk-btn{
  margin-bottom: 60px;
}

.walk-btn a:hover{
  opacity: 0.8;
}

/* クーポンキャンペーン */

.faci_cat-sub-coupon{
  margin: 0 auto 30px;
  text-align: left;
  width:890px;
  height: 365px;
  white-space:nowrap;
  background-color: #bc0047;
  white-space:normal;
  color: #ffffff;
}

/* 一番下のボタン */

.top-btn{
  text-align: right;
}

.top-btn a:hover{
  opacity: 0.8;
}

.top-btn-bg{
  margin: -30px auto 15px;
  width: 890px;
}
