@charset "UTF-8";

/*top
----------------------------------------------------------------------------------------------*/
#top{
  padding-top: 30px;
  background: #f7f3f3 url(../../img/pc/top/bg01.gif) center top no-repeat;
}

#top.otherlang{
  background: #f7f3f3 url(../../img/pc/top/bg01.gif) center -100px no-repeat;
}

nav.active + #top{
  padding-top: 84px;
  background: #f7f3f3 url(../../img/pc/top/bg01.gif) center 30px no-repeat;
}
nav.active + #top.otherlang{
  background: #f7f3f3 url(../../img/pc/top/bg01.gif) center -70px no-repeat;
}

#top #sec01{
  margin-bottom: 27px;
}
#top #sec01 #topSlider{
  float: left;
  width: 646px;
  height: 443px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
#top #sec01 #topSlider .slick-next {
  right: 0px;
  background: url(../../img/pc/common/btn_next01.png) 0 0 no-repeat;
}

#top #sec01 #topSlider .slick-prev {
  left: 0px;
  background: url(../../img/pc/common/btn_prev01.png) 0 0 no-repeat;
}

#top #sec01 #topSlider .slick-arrow {
  display: block;
  width: 43px;
  height: 43px;
  top: 50%;
  margin-top: -21px;
  position: absolute;
  z-index: 500;
  overflow: hidden;
}

/* 2017.11 動画バージョン */
#top #sec01 #topSlider_movie{
  float: left;
  width: 646px;
  height: 443px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  }
  #top #sec01 #topSlider_movie .topslider_video{
    height: 357px;
  }
  #top #sec01 #topSlider_movie .topslider_btn{
    margin-top: 5px;
    text-align: center;
    height: 60px;
  }
  #top #sec01 #topSlider_movie .topslider_btn a{
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    background-color: #a7272f;
    position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top #sec01 #topSlider_movie .topslider_btn a:hover{
    background-color: #ca444d;
  }
  #top #sec01 #topSlider_movie .topslider_btn a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px;
      width: 8px;
      height: 11px;
      background: url(/img/pc/common/bg_yaji03.png) 0 0 no-repeat;
  }

#top #sec01 #topSearch{
  float: right;
  width: 304px;
}
#top #sec01 #topSearch .searchBox{
  background: #fff;
  padding: 10px 10px 22px;
  margin-bottom: 5px;
}
#top #sec01 #topSearch .searchBox .boxIn{
  padding: 0 10px;
}
#top #sec01 #topSearch .searchBox > p{
  font-size: 18px;
  padding: 15px;
  background-color: #1969bf;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
}
#top #sec01 #topSearch .searchBox > p span{
  padding-left: 15px;
  font-size: 10px;
}
#top #sec01 #topSearch .searchBox .list01{
  margin-bottom: 15px;
}
#top #sec01 #topSearch .searchBox .list01 li{
  border-bottom: 1px solid #d8d8d8;
}
#top #sec01 #topSearch .searchBox .list01 li a{
  text-decoration: none;
  display: block;
  padding: 12px 0 12px 30px;
  font-weight: bold;
  font-size: 14px;
  background: url(../../img/pc/common/bg_yaji02.png) left center no-repeat;
  line-height: 1.4;
}
#top #sec01 #topSearch .searchBox .list01 li:nth-child(1) a{ color: #165191; }
#top #sec01 #topSearch .searchBox .list01 li:nth-child(2) a{ color: #f5845c; }
#top #sec01 #topSearch .searchBox .list01 li:nth-child(3) a{ color: #4da989; }
#top #sec01 #topSearch .searchBox .list02{
  margin-bottom: 15px;
}
#top #sec01 #topSearch .searchBox .list02 li{
  width: 44px;
  float: left;
  text-align: center;
}
#top #sec01 #topSearch .searchBox .list02 li + li{
  border-left: 1px solid #fff;
}
#top #sec01 #topSearch .searchBox .list02 li a{
  display: block;
  background: #e8e8e8;
  padding: 10px 0;
  text-decoration: none;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 16px;
}
#top #sec01 #topSearch .searchBox ul li a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top #sec01 #topSearch .searchBox form{
  width: 100%;
  height: 38px;
  border: 1px solid #d9d7d7;
  border-radius: 30px;
  padding: 2px 2px 2px 17px;
}
#top #sec01 #topSearch .searchBox form .inputTxt{
  float: left;
  width: 205px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  outline: none;
}
#top #sec01 #topSearch .searchBox form .inputImg{
  float: right;
  outline: none;
}
#top #sec01 #topSearch .linkBnr a{
  display: block;
  margin-bottom:5px;
}

/* バナー1つの場合対応、2つの場合は消す */
/*
#top #sec01 #topSearch .linkBnr a{
  margin-bottom: 0;
  height: 105px;
  background-color: #fff;
  padding-top: 27px;
}
*/
#top #sec01 #topSearch .linkBnr a:nth-child(2){
  margin-bottom:0;
}
/*
#top #sec01 #topSearch > a{
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #34b0a6 url(../../img/pc/common/icon_eventspace.png) 20px center no-repeat;
}
*/
#top #sec01 #topSearch > a:after{
  position: absolute;
  width: 8px;
  height: 11px;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  content: "";
  background: url(../../img/pc/common/bg_yaji03.png) 0 0 no-repeat;
}
#top #sec01 #topSearch > a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top #sec01 #topSearch > a span{
  display: block;
  border: 1px solid #fff;
  font-size: 15px;
  padding: 18px 30px 18px 60px;
}

#top #sec02{
  margin-bottom: 40px;
}
#top #sec02 .leftPh{
  width: 448px;
  float: left;
}
#top #sec02 .rightPh{
  width: 502px;
  min-height:515px;
  float: right;
  padding: 10px;
  background: #fff;
}

#top #sec03,
#top #sec04,
#top #sec05{
  margin-bottom: 40px;
}
#top #sec03 h3{ background: url(../../img/pc/common/icon_eventnews.png) left center no-repeat; }
#top #sec04 h3{ background: url(../../img/pc/common/icon_shopnews.png) left center no-repeat; }
#top #sec05 h3{ background: url(../../img/pc/common/icon_information.png) left center no-repeat; }

#top #sec06{
  background: #bed7e9;
  padding: 50px 0;
}
#top #sec06 #campaign{
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 50px;
}
#top #sec06 #campaign div.table{
  display: table;
  margin: 0 auto;
}
#top #sec06 #campaign div.table>div{
  display: table-cell;
  padding: 10px 20px;
}
#top #sec06 #campaign a{
  text-decoration: none;
  width: 220px;
  display: block;
}
#top #sec06 #campaign a img{
  display: block;
  height: auto;
  margin-bottom: 10px;
}
#top #sec06 #campaign a p{
  font-size: 11px;
}
#top #sec06 #campaignSlider{
  background: #fff;
  border-radius: 5px;
  padding: 30px 10px;
}
#top #sec06 #campaignSlider a{
  text-decoration: none;
}
#top #sec06 #campaignSlider a img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#top #sec06 #campaignSlider a p{
  font-size: 11px;
}

#top #sec06 #campaignSlider .slick-slide {
  margin: 0 10px;
  text-align: left;
  outline: none;
}

/* コントロール設定 */
#top #sec06 #campaignSlider .slick-next {
  right: -11px;
  background: url(../../img/pc/common/btn_next02.png) 0 0 no-repeat;
}

#top #sec06 #campaignSlider .slick-prev {
  left: -11px;
  background: url(../../img/pc/common/btn_prev02.png) 0 0 no-repeat;
}

#top #sec06 #campaignSlider .slick-arrow {
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
  z-index: 500;
  overflow: hidden;
}

#top #sec07{
  background: #fff;
  padding: 50px 0;
}

#top #sec07 section{
  width: 470px;
  float: left;
}
#top #sec07 section:nth-child(2){
  float: right;
}
#top #sec07 section h3{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
#top #sec07 section h3 span{
  font-size: 12px;
  padding-left: 20px;
}

#top #sec07 ul,
#top #sec07 ol{
  border:1px solid #d4d3cf;
  border-bottom: 0;
}

#top #sec07 li{
  border-bottom: 1px solid #d4d3cf;
  background: #f7f7f5;
}
#top #sec07 li a{
  display: block;
}
#top #sec07 li a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top #sec07 li a > div{
  display: flex;
}
#top #sec07 li .img{
  float: left;
  position: relative;
  width: 119px;
  border-right: 1px solid #d4d3cf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
#top #sec07 li .img .rank{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
  color: #fff;
  background: #3b4046;
}
#top #sec07 li:nth-child(1) .img .rank{
  background: #fb4d37;
}
#top #sec07 li .detail{
  float: left;
  width: 349px;
  padding: 15px 20px;
}
#top #sec07 li .detail h4{
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#top #sec07 li .detail .txt01{
  font-size: 11px;
  height: 45px;
  line-height: 1.4;
}
#top #sec07 li .detail .shopname{
  font-size: 11px;
  color: #003e72;
  line-height: 1;
}

#top #sec08{
  background: #3784d6;
}
#top #sec08 #map{
  float: left;
  width: 50%;
  height: 380px;
}
#top #sec08 .info{
  float: left;
  width: 490px;
  padding: 40px;
  padding-bottom: 0;
  color: #fff;
}

#top #sec08 .info h3{
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}
#top #sec08 .info dt,
#top #sec08 .info dd,
#top #sec08 .info p{
  font-size: 12px;
  color: #fff;
  line-height: 2;
}

#top #sec08 .info > dl + dl{
  margin-top: 10px;
}
#top #sec08 .info > dl > dt{
  float: left;
  width: 80px;
}
#top #sec08 .info > dl > dd{
  float: left;
  width: 330px;
}
#top #sec08 .info > dl > dd dt{
  width: 220px;
  float: left;
}
#top #sec08 .info > dl > dd dd{
  width: 110px;
  float: left;
}
#top #sec08 .btnArea{
  padding: 40px 0 50px;
}

#top #sec08 .btnArea li{
  margin: 0 15px;
  width: 254px;
}
#top #sec08 .btnArea li a{
  text-decoration: none;
  display: block;
  padding: 20px 25px 20px 55px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  position: relative;
}
#top #sec08 .btnArea li a:after{
  content:"";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
  width: 8px;
  height:11px;
  background: url(../../img/pc/common/bg_yaji03.png) 0 0 no-repeat;
}
#top #sec08 .btnArea li:nth-child(1) a{
  background: url(../../img/pc/common/icon_access.png) 20px center no-repeat;
}
#top #sec08 .btnArea li:nth-child(2) a{
  padding-left: 60px;
  background: url(../../img/pc/common/icon_bus.png) 20px center no-repeat;
}
#top #sec08 .btnArea li:nth-child(3) a{
  background: url(../../img/pc/common/icon_yutai.png) 20px center no-repeat;
}
#top #sec08 .btnArea li a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top #sec09{
  background-color:#fff;
  padding:10px;
}
#top #sec09 > div{
  width:148px;
  margin:0 auto;
}

/*top class*/
#top .titleArea{
  margin-bottom: 30px;
}
#top .titleArea h3{
  float: left;
  padding-left: 40px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 22px;
}
#top .titleArea h3 span{
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
}
#top .titleArea .titleAreaSub{
  float: right;
  display: flex;
  align-items: center;
}
#top .titleArea .titleAreaSub .subBtn{
  display: table-cell;
  padding-right: 30px;
}
#top .titleArea .titleAreaSub .subBtn a{
  padding: 9px 15px 9px 15px;
  font-size: 11px;
  line-height: 1;
  background: #fff;
  border: 1px solid #2169b6;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
#top .titleArea .titleAreaSub .subBtn a.active{
  background-color: #2169b6;
  color:#fff;
}
#top .titleArea .titleAreaSub .subBtn a:first-child{
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#top .titleArea .titleAreaSub .subBtn a:last-child{
  border-radius: 0 4px 4px 0;
}
#top .titleArea  .titleAreaSub .subBtn a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top .titleArea .titleAreaSub > a{
  float: none;
  display: table-cell;
}
#top .titleArea .titleAreaSub > a,
#top .titleArea > a{
  float: right;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px 35px;
  font-size: 11px;
  line-height: 1;
  background: #2169b6 url(../../img/pc/common/bg_yaji04.png) 15px center no-repeat;
}
#top .titleArea a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}

#top .contentsList{
  border: 1px solid #ededed;
  border-bottom: 0;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top .contentsList li{
  float: left;
  width: 25%;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#top .contentsList li:nth-child(4n){
  border-right: 0;
}
#top .contentsList li a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#top .contentsList li a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top .contentsList li .image{
  width: 100%;
  height: 164px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#top .contentsList li a h4{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
#top.otherlang .contentsList li a h4{
  color: #333;
  text-decoration: underline;
}
#top .contentsList li .eventTag{
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background: #fd783e;
  margin-bottom: 15px;
}
#top .contentsList li .period{
  font-size: 14px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
#top .contentsList li .shopname{
  font-size: 13px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  color: #003e72;
  margin-bottom: 20px;
  word-wrap: break-word;
}
#top .contentsList li .update{
  font-size: 11px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 400;
  line-height: 1;
  color:#666;
  text-align:right;
}


/*other lang*/
#top #sec01b{
  margin-bottom: 30px;
}
#top #sec01b ul li{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#top #sec01b ul li:nth-child(2n){
  margin-right: 0;
}

#top #sec01b .mainVisual{
  border: 1px solid #ededed;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
#top #sec01b .mainVisual .leftPh{
  float: left;
}
#top #sec01b .mainVisual .rightPh{
  text-align: center;
  border-left: 1px solid #ededed;
  float: left;
  width: 490px;
  padding-top: 75px;
}
#top #sec01b .mainVisual .rightPh p{
  margin-bottom: 37px;
}


#top #sec01b .mainVisual .rightPh > a{
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #34b0a6;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
#top #sec01b .mainVisual .rightPh > a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#top #sec01b .mainVisual .rightPh > a span{
  display: block;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 8px 30px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 400;
}
#top #sec01b .mainVisual .rightPh > a:after{
  content: "";
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px;
      width: 8px;
      height: 11px;
      background: url(../../img/pc/common/bg_yaji03.png) 0 0 no-repeat;
    }

/*news
----------------------------------------------------------------------------------------------*/
#news .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_news.png);
}
#news .titleAreaSub{
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#news .titleAreaSub .subBtn{
  display: table-cell;
  position: absolute;
  right: 0;
  top: -70px;
}
#news .titleAreaSub .subBtn a{
  padding: 9px 15px 9px 15px;
  font-size: 11px;
  line-height: 1;
  background: #fff;
  border: 1px solid #2169b6;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
#news .titleAreaSub .subBtn a.active{
  background-color: #2169b6;
  color:#fff;
}
#news .titleAreaSub .subBtn a:first-child{
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#news .titleAreaSub .subBtn a:last-child{
  border-radius: 0 4px 4px 0;
}
#news .titleAreaSub .subBtn a:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}
#news .titleAreaSub .subBtn a{
  float: none;
  display: table-cell;
}
#news .update{
  font-size:11px;
  color:#666;
  text-align:right;
}

#newsDetail{
  padding: 30px 50px;
  border:1px solid #dadada;
}
#newsDetail .newsType{
  display: inline-block;
  color: #0f5a36;
  margin-right: 20px;
  font-weight: bold;
}
#newsDetail .update{
  display: inline-block;
}
#newsDetail h4{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.4;
}

#newsDetail .image{
  text-align: center;
  margin-bottom: 30px;
}

#newsDetail .eventTag{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  background: #fd783e;
  width: 130px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
#newsDetail .period{
  font-size: 14px;
  display: inline-block;
  line-height: 34px;
}

#newsDetail .txt01{
  line-height: 1.8;
  margin-bottom: 15px;
}

#newsDetail dl{
  display: table;
  table-layout: fixed;
  width: 100%;
}
#newsDetail dl + dl{
  margin-top: 15px;
}
#newsDetail dl dt{
  display: table-cell;
  width: 40px;
}
#newsDetail dl dd{
  display: table-cell;
  padding-left: 15px;
}
#newsDetail .news_video{
  text-align: center;
}

/*floor guide
----------------------------------------------------------------------------------------------*/
#floorguide .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_floorguide.png);
}

#floorguide .box01{
  border:1px solid #dadada;
  border-top: 0;
  margin-bottom: 40px;
}
#floorguide .box01 .titleBox .leftPh,
#floorguide .box01 .titleBox .rightPh{
  float: left;
  width: 50%;
  height: 105px;
}
#floorguide .box01 .titleBox .leftPh p,
#floorguide .box01 .titleBox .rightPh p{
  font-size: 16px;
  font-weight: bold;
}
#floorguide .box01 .titleBox .leftPh{
  border-top: 2px solid #3784d6;
  /*background: url(../../img/pc/floorguide/bg_aquacity.gif) 40px 40px no-repeat;*/
}
#floorguide .box01 .titleBox .rightPh{
  border-top: 2px solid #008460;
  /*background: url(../../img/pc/floorguide/bg_mediage.gif) 40px 20px no-repeat;*/
}

#floorguide .box01 .titleBox .leftPh p{
  padding-left: 40px;
  padding-top: 38px;
  color: #1f6aba;
}
#floorguide .box01 .titleBox .rightPh p{
  padding-left: 40px;
  padding-top: 38px;
  color: #008460;
}

#floorguide .box01 table{
  width: 100%;
}

#floorguide .box01 ul li{
  border-top: 1px solid #e0e0e0;
}
#floorguide .box01 ul li:nth-child(odd){
  background: #f9f9f9;
}
#floorguide .box01 ul li a{
  text-decoration: none;
  transition: opacity 250ms;
  display: block;
}
#floorguide .box01 ul li a:hover{
  opacity: 0.7;
}
#floorguide .box01 table tr th{
  width: 135px;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0
}
#floorguide .box01 table tr th span{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 50px;
  padding: 8px 0;
  background: #1b5ba1;
  text-align: center;
}
#floorguide .box01 table tr th span.mediage{
  background: #008460;
}
#floorguide .box01 table tr td:nth-child(2),
#floorguide .box01 table tr td:nth-child(4){
  width: 355px;
  vertical-align: middle;
  color: #1f6aba;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 15px 30px 20px;
}
#floorguide .box01 table tr td:nth-child(4){
  color: #008460;
}
#floorguide .box01 table tr td:nth-child(3){
  width: 488px;
  vertical-align: middle;
  background: url(../../img/pc/common/bg_yaji05.png) 450px center no-repeat;
  color: #008460;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 55px 30px 40px;
}


/*floor map
----------------------------------------------------------------------------------------------*/
#floormap .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_floormap.png);
}

#floormap .floorList{
  margin-bottom: 25px;
}
#floormap .floorList li{
  float: left;
  width: 161px;
  text-align: center;
  margin-right: 2px;
  text-align: center;
}
#floormap .floorList li a{
  display: block;
  width: 100%;
  background: #f5f5f5;
  text-decoration: none;
  padding: 17px 0;
  color: #003e72;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
#floormap .floorList li.active:after{
  content: "";
  display: inline-block;
  background: url(../../img/pc/common/bg_fukidashi.png) 0 0 no-repeat;
  width: 8px;
  height: 5px;
  vertical-align: top;
}
#floormap .floorList li.active a{
  background: #3784d6;
  color: #fff;
}
#floormap .floorList li:last-child{
  margin-right: 0;
}

/*gourmet
----------------------------------------------------------------------------------------------*/
#gourmet .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_gourmet.png);
}
#gourmet .contentsTitle01.shopping{
  background-image: url(../../img/pc/common/icon_title_shopping.png);
}
#gourmet .contentsTitle01.service{
  background-image: url(../../img/pc/common/icon_title_service.png);
}

#gourmet .categoryLink a{
  width: 138px;
}

/*search
----------------------------------------------------------------------------------------------*/
#search .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_search.png);
}

#search .closeshop li{
  padding:10px 15px;
}

#search .closeshop .title02{
  font-weight:bold;
  margin-bottom:10px;
}


/*cinema
----------------------------------------------------------------------------------------------*/
#cinema .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_cinema.png);
}
#cinema p{
  line-height: 1.8;
}
#cinema .cinemaTitle{
  width: 980px;
  margin: 0 auto 30px;
}
#cinema .cinemaTitle .contentsTitle01{
  width: auto;
  margin: 0;
  float: left;
}

#cinema .box01{
  margin-bottom: 30px;
}
#cinema .box01 .leftPh{
  width: 476px;
  float: left;
}
#cinema .box01 .leftPh h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#cinema .box01 .rightPh{
  float: right;
  width: 476px;
  padding: 20px;
  border: 1px solid #dadada;
}
#cinema .box01 .rightPh dl{
  margin-bottom: 20px;
}
#cinema .box01 .rightPh dl dt{
  float: left;
  width: 70px;
  border-right: 1px solid #333;
}
#cinema .box01 .rightPh dl dd{
  width: 364px;
  float: left;
  padding-left: 10px;
}

#cinema .sectionBox01 .leftPh{
  width: 440px;
  float: left;
}
#cinema .sectionBox01 .rightPh{
  width: 440px;
  float: right;
}

#cinema .sectionBox01 table{
  width: 440px;
}
#cinema .sectionBox01 table tr{
  border-bottom: 1px solid #ededed;
}
#cinema .sectionBox01 table th{
  padding: 10px 0;
  text-align: left;
}
#cinema .sectionBox01 table td{
  text-align: right;
  padding: 10px;
}
#cinema .sectionBox01 table + p{
  margin-top: 15px;
}

#cinema .sectionBox01 .movieName{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#cinema .sectionBox01 .movieInfo{
  font-weight: bold;
  margin-bottom: 20px;
  color: #4c4c4c;
}
#cinema .sectionBox01 .movieInfo + p{
  line-height: 1.8;
}

#cinema .sectionBox01 small{
  font-size: 11px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 400;
}

/*aquaday
----------------------------------------------------------------------------------------------*/
#aquaday .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_aquaday.png);
}

#aquaday .leftPh{
  width: 744px;
  float: left;
}
#aquaday .rightPh{
  width: 82px;
  float: right;
}

#aquaday .aquadayBox h5{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding:3px 0;
  border-radius: 5px;
}
#aquaday .aquadayBox .aquaTitle01{
  background: #3784d6;
}
#aquaday .aquadayBox .aquaTitle02{
  background: #14aa09;
}
#aquaday .aquadayBox .leftPh{
  width: 444px;
  float: left;
}
#aquaday .aquadayBox .rightPh{
  width: 444px;
  float: right;
}

#aquaday .aquadayBoxIn{
  border: 1px solid #14aa09;
  padding: 25px 0;
  text-align: center;
}
#aquaday .aquadayBoxIn a{
  display: inline-block;
  margin: 0 7px;
}

/*buscoupon
----------------------------------------------------------------------------------------------*/
#buscoupon .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_buscoupon.png);
}

#buscoupon .borderBox01 .contentsTitle02{
  margin-bottom: 15px;
}

/*card
----------------------------------------------------------------------------------------------*/
#card .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_card.png);
}

#card .cardBox{
  margin-bottom: 50px;
}
#card .cardBox .leftPh{
  float: left;
  margin-left: 146px;
  margin-right: 60px;
}
#card .cardBox .rightPh{
  float: left;
  width: 390px;
}
#card .cardBox .rightPh p{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  padding-top: 10px;
  line-height: 1.8;
}

/*recruit
----------------------------------------------------------------------------------------------*/
#recruit .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_recruit.png);
}

.recruitList{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruitList li{
  float: left;
  border: 1px solid #ededed;
  border-top: 2px solid #3784d6;
  width: 50%;
  border-bottom: 0;
  padding: 30px 20px;
}
.recruitList li:nth-child(2n){
  border-left: 0;
}
.recruitList li:last-child,
.recruitList li:nth-last-child(2){
  border-bottom: 1px solid #ededed;
}

.recruitList li h4{
  margin-bottom: 25px;
}
.recruitList li h4 a{
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #1b5ba1;
  text-decoration: underline;
}
.recruitList li h4 a:hover{
  text-decoration: none;
}

.recruitList li dl + dl{
  margin-top: 15px;
}
.recruitList li dl dt{
  float: left;
  border-right: 1px solid #333;
  width: 75px;
  font-size: 12px;
}
.recruitList li dl dd{
  float: left;
  width: 342px;
  padding-left: 15px;
  font-size: 12px;
}


/*shopnews
----------------------------------------------------------------------------------------------*/
#shopnews .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_shopnews.png);
}

/*shop
----------------------------------------------------------------------------------------------*/
#shop .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_shop.png);
}

#shop #shopInfo{
  border: 1px solid #dadada;
  border-bottom: 0;
  padding: 30px;
}
#shop #shopInfo .shopname{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
#shop #shopInfo .shopname .floor{
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
  background: #3784d6;
  color: #fff;
  font-size: 20px;
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  padding: 15px 0;
  line-height: 1;
}
#shop #shopInfo .shopname .rightPh{
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
#shop #shopInfo .shopname .rightPh h3{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
#shop #shopInfo .shopname .rightPh p{
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
}
#shop #shopInfo .mainImage{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}

#shop #shopInfo .mainImage img{
  width: 50%;
  height: auto;
}

#shop #shopInfo .box01{
  margin-bottom: 30px;
}
#shop #shopInfo .box01 .leftPh{
  float: left;
  width: 444px;
}
#shop #shopInfo .box01 .leftPh h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#shop #shopInfo .box01 .leftPh p{
  line-height: 2;
}
#shop #shopInfo .box01 .rightPh{
  float: right;
  width: 444px;
}
#shop #shopInfo .box01 .rightPh h4{
  line-height: 1;
}
#shop #shopInfo .box01 .rightPh .shopData{
  border: 1px solid #dadada;
  padding: 20px;
}

#shop #shopInfo .box01 .rightPh .shopData dl{
  margin-bottom: 15px;
}
#shop #shopInfo .box01 .rightPh .shopData dl dt{
  float: left;
  border-right: 1px solid #333;
  width: 75px;
  font-size: 12px;
}
#shop #shopInfo .box01 .rightPh .shopData dl dd{
  float: left;
  width: 326px;
  padding-left: 15px;
  font-size: 12px;
}
#shop #shopInfo .box01 .rightPh .shopData a{
  font-size: 12px;
  display: inline-block;
}
#shop #shopInfo .box01 .rightPh .shopData a + a{
  margin-left: 20px;
}
#shop #shopInfo .shopStatus{
  border: 1px solid #dadada;
  padding: 30px 20px 10px;
  margin-bottom: 30px;
}
#shop #shopInfo .box01 .rightPh .shopData .taxFreeIcon a img {
  width: 178px;
}
#shop #shopInfo .shopStatus .pictList{
  margin-bottom: 0;
}

#shop #shopInfo #aquadayBox{
  float: left;
  width: 444px;
  text-align: right;
}
#shop #shopInfo #cardBox{
  float: right;
  width: 444px;
  text-align: right;
}
/* アクアデー非表示対応 */
#shop #shopInfo #cardBox{
  float: none;
  width: 600px;
  margin:0 auto;
}
#shop #shopInfo #aquadayBox h4,
#shop #shopInfo #cardBox h4{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
#shop #shopInfo #aquadayBox h4:before,
#shop #shopInfo #cardBox h4:before{
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
#shop #shopInfo #aquadayBox h4:before{
  background: #4389d8;
}
#shop #shopInfo #cardBox h4:before{
  background: #ef5e71;
}
#shop #shopInfo #aquadayBox span,
#shop #shopInfo #cardBox span{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  z-index: 10;
  position: relative;
}
#shop #shopInfo #aquadayBox span{
  color: #4389d8;
}
#shop #shopInfo #cardBox span{
  color: #ef5e71;
}

#shop #shopInfo #aquadayBox > div,
#shop #shopInfo #cardBox > div{
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 15px;
}
#shop #shopInfo #aquadayBox > div{
  background: #e5f2ff;
}
#shop #shopInfo #cardBox > div{
  background: #ffe9ec;
}
#shop #shopInfo #aquadayBox .txt01,
#shop #shopInfo #cardBox .txt01{
  margin-bottom: 10px;
}
#shop #shopInfo #aquadayBox .txt02,
#shop #shopInfo #cardBox .txt02{
  background: #fff;
  padding: 10px;
  width: 344px;
  margin: 0 auto 15px;
}
/* アクアデー非表示対応 */
#shop #shopInfo #cardBox .txt02{
  width: 580px;
}

#shop #shopInfo #aquadayBox .txt02 strong,
#shop #shopInfo #cardBox .txt02 strong{
  color: #f00;
  font-weight: bold;
  font-size: 18px;
}
#shop #shopInfo #aquadayBox .txt03,
#shop #shopInfo #cardBox .txt03{
  font-size: 11px;
}

#shop #shopNews,
#cinema #shopNews,
#ses #shopNews{
  border: 1px solid #dadada;
  border-top: 2px solid #3784d6;
  margin-bottom: 30px;
}
#shop #shopNews h3,
#cinema #shopNews h3,
#ses #shopNews h3{
  font-size: 18px;
  font-weight: bold;
  padding: 30px 30px 0;
}
#shop #shopNews ul li,
#cinema #shopNews ul li,
#ses #shopNews ul li{
  padding: 30px;
}
#shop #shopNews ul li + li,
#cinema #shopNews ul li + li,
#ses #shopNews ul li + li{
  border-top: 1px solid #dadada;
}
#shop #shopNews ul li .image,
#cinema #shopNews ul li .image,
#ses #shopNews ul li .image{
  float: left;
  width: 400px;
}
#shop #shopNews ul li .rightPh,
#cinema #shopNews ul li .rightPh,
#ses #shopNews ul li .rightPh{
  width: 480px;
  float: right;
}
#shop #shopNews ul li .rightPh .update,
#cinema #shopNews ul li .rightPh .update,
#ses #shopNews ul li .rightPh .update{
  margin-bottom: 10px;
}
#shop #shopNews ul li .rightPh h4,
#cinema #shopNews ul li .rightPh h4,
#ses #shopNews ul li .rightPh h4{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#shop #shopNews ul li .rightPh p + p,
#cinema #shopNews ul li .rightPh p + p,
#ses #shopNews ul li .rightPh p + p{
  margin-top: 1em;
}

#shop .linkListBox01 .btn01{
  display: inline-block;
  font-size: 11px;
  width: 245px;
  padding: 5px 45px;
}
/*tax free
----------------------------------------------------------------------------------------------*/
#taxfree .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_taxfree.png);
}
#taxfree *{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
#taxfree .linkListBox01{
  border-top: 1px solid #dadada;
}

.taxImage {
  float: left;
  width: 200px;
}

.taxImage img{
  width: 100%;
}

.taxText {
  float: left;
  margin-left: 20px;
}

/*passport
----------------------------------------------------------------------------------------------*/
#passport .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_passport.png);
}
#passport *{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
#passport .linkListBox02 .title01{
  font-size: 20px;
}
#passport .linkListBox02 .txt01{
  padding: 10px 15px;
}
/*brands
----------------------------------------------------------------------------------------------*/
#brands .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_brands.png);
}
#brands *{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
#brands .linkListBox03 .title01{
  font-size: 20px;
}

/*foodcourt
----------------------------------------------------------------------------------------------*/
#foodcourt .subTitle{
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #660000;
  text-align: center;
}
#foodcourt p{
  line-height: 1.8;
}
#foodcourt .box01{
     padding: 30px 30px 10px;
    background: #f9feb6;
}
#foodcourt h3{
	margin-bottom:20px;
}
#foodcourt .box01 h4{
  font-size: 22px;
    font-weight: bold;
    color: #e60012;
    margin: 10px auto;
    text-align: center;
}
#foodcourt .box02{
  padding: 30px;
    background: #f9feb6;
}
#foodcourt .box02 .subTitle02{
  text-align: center;
}
#foodcourt .box02 .subTitle02 span{
  background: #ffefa4;
  font-size: 16px;
  font-weight: bold;
}
#foodcourt .box02 h4{
  text-align: center;
  margin-bottom: 20px;
}
#foodcourt .box02 h4 span{
  background: #ffefa4;
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
}

#foodcourt .box02 > section{
  background: #fff;
  padding: 30px 20px;
}
#foodcourt .box02 > section + section{
  margin-top: 1px;
}

#foodcourt .box02 > section figure{
  width: 306px;
}
#foodcourt .box02 > section figure img{
  display: block;
  margin-bottom: 10px;
}
#foodcourt .box02 > section figure figcaption{
  font-size: 12px;
}
#foodcourt .shopInfo{
  width: 542px;
}

#foodcourt .shopInfo .shopname{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
#foodcourt .shopInfo .shopname .logo{
  display: table-cell;
  vertical-align: top;
}
#foodcourt .shopInfo .shopname .logo img{
	height:40px;
	width:auto;
}
#foodcourt .box02 section:nth-child(4) .shopInfo .shopname .logo img{height:30px;}
#foodcourt .box02 section:nth-child(5) .shopInfo .shopname .logo img{height:30px;}
#foodcourt .box02 section:nth-child(6) .shopInfo .shopname .logo img{height:30px;}

#foodcourt .box02 section:nth-child(1) .shopInfo .shopname .logo{ width: 76px; }
#foodcourt .box02 section:nth-child(2) .shopInfo .shopname .logo{ width: 69px; }
#foodcourt .box02 section:nth-child(3) .shopInfo .shopname .logo{ width: 74px; }
#foodcourt .box02 section:nth-child(4) .shopInfo .shopname .logo{ width: 141px; }
#foodcourt .box02 section:nth-child(5) .shopInfo .shopname .logo{ width: 189px; }
#foodcourt .box02 section:nth-child(6) .shopInfo .shopname .logo{ width: 121px; }
#foodcourt .box02 section:nth-child(7) .shopInfo .shopname .logo{ width: 93px; }
#foodcourt .box02 section:nth-child(8) .shopInfo .shopname .logo{ width: 79px; }


#foodcourt .shopInfo .shopname .rightPh{
  display: table-cell;
  vertical-align: top;
}
#foodcourt .shopInfo .shopname .rightPh h5{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4;
}
#foodcourt .shopInfo .shopname .rightPh h5 span{
  padding-left: 5px;
  font-size: 11px;
  color: #4c4c4c;
}
#foodcourt .shopInfo .shopname .rightPh p{
  font-size: 11px;
}
#foodcourt .shopInfo h6{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#foodcourt .box02 section:nth-child(2n) figure{
  float: right;
  text-align: right;
}
#foodcourt .box02 section:nth-child(2n) .shopInfo{
  float: left;
}
#foodcourt .box02 section:nth-child(2n+1) figure{
  float: left;
  text-align: left;
}
#foodcourt .box02 section:nth-child(2n+1) .shopInfo{
  float: right;
}






/*promo
----------------------------------------------------------------------------------------------*/
#promo .contents{
	border-top:solid 10px #00448d;
}
#promo .bt{
	padding-top: 40px;
	border-top: solid 10px #00c3ec;
}
#promo h3{
	margin:0 auto 40px; width:70%;
}
#promo h3 img{
	width:100%;
}
#promo .box1{
	background-color:#00448d;
	margin-bottom: 5px;
	text-align:center;
}
#promo .box1 img{
	width:100%;
}
#promo .box1 a img{
	margin:0 auto 20px;
	width:390px;
}
#promo .box1 p{
	text-align:center;
	color:#fdd50f;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 8px;
}
#promo .box2,#promo .box3{
	float:left;
	margin: 0;
	position:relative;
}
#promo .box2{
	background-image: url(../../img/pc/promo/boxImage2.gif);
	height: 535px;
	width:478px;
	margin-right:5px;
}
#promo .box3{
	background-image: url(../../img/pc/promo/boxImage3.gif);
	height: 535px;
	width:497px;
}
#promo .box2 img,#promo .box3 img{
	position:absolute;
	width:390px;
	top:473px;
	left:10%;
}
#promo .foot .icon,#promo .foot ul{
	float:left;
}
#promo .foot .logo{
	border-bottom:solid 10px #00c3ec;
	text-align:center;
}
#promo .foot .logo img{
	width:277px;
	margin: 40px auto;
}
#promo .foot .trainWrap{
	border-top:solid 10px #00448d;
	padding: 40px 0;
}
#promo .foot .train{
	width:400px;
	margin: auto;
	color:#00448d;
}
#promo .foot .train .icon img{
	width:60px;
}
#promo .foot .train ul{
	margin-left: 20px;
}
#promo .foot .train li{
	font-size:1.3rem;
}


/*tokyoRarmen
----------------------------------------------------------------------------------------------*/
#tokyoRarmen .contents{
  background: #fbe9cc;
}
#tokyoRarmen .subTitle{
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #660000;
  text-align: center;
}
#tokyoRarmen p{
  line-height: 1.8;
}
#tokyoRarmen .box01{
  padding: 30px;
  background: #faf4ea;
}
#tokyoRarmen .box01 h4{
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 10px;
}
#tokyoRarmen .box02{
  padding: 30px;
}
#tokyoRarmen .box02 .subTitle02{
  text-align: center;
}
#tokyoRarmen .box02 .subTitle02 span{
  background: #ffefa4;
  font-size: 16px;
  font-weight: bold;
}
#tokyoRarmen .box02 h4{
  text-align: center;
  margin-bottom: 20px;
}
#tokyoRarmen .box02 h4 span{
  background: #ffefa4;
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
}

#tokyoRarmen .box02 > section{
  background: #fff;
  padding: 30px 20px;
}
#tokyoRarmen .box02 > section + section{
  margin-top: 1px;
}

#tokyoRarmen .box02 > section figure{
  width: 306px;
}
#tokyoRarmen .box02 > section figure img{
  display: block;
  margin-bottom: 10px;
}
#tokyoRarmen .box02 > section figure figcaption{
  font-size: 12px;
}
#tokyoRarmen .shopInfo{
  width: 542px;
}

#tokyoRarmen .shopInfo .shopname{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
#tokyoRarmen .shopInfo .shopname .logo{
  display: table-cell;
  vertical-align: top;
}
#tokyoRarmen .box02 section:nth-child(4) .shopInfo .shopname .logo{ width: 110px; }
#tokyoRarmen .box02 section:nth-child(5) .shopInfo .shopname .logo{ width: 75px; }
#tokyoRarmen .box02 section:nth-child(6) .shopInfo .shopname .logo{ width: 110px; }
#tokyoRarmen .box02 section:nth-child(7) .shopInfo .shopname .logo{ width: 125px; }
#tokyoRarmen .box02 section:nth-child(8) .shopInfo .shopname .logo{ width: 130px; }
#tokyoRarmen .box02 section:nth-child(9) .shopInfo .shopname .logo{ width: 80px; }


#tokyoRarmen .shopInfo .shopname .rightPh{
  display: table-cell;
  vertical-align: top;
}
#tokyoRarmen .shopInfo .shopname .rightPh h5{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4;
}
#tokyoRarmen .shopInfo .shopname .rightPh h5 span{
  padding-left: 5px;
  font-size: 11px;
  color: #4c4c4c;
}
#tokyoRarmen .shopInfo .shopname .rightPh p{
  font-size: 11px;
}
#tokyoRarmen .shopInfo h6{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

#tokyoRarmen .box02 section:nth-child(2n) figure{
  float: left;
  text-align: left;
}
#tokyoRarmen .box02 section:nth-child(2n) .shopInfo{
  float: right;
}
#tokyoRarmen .box02 section:nth-child(2n+1) figure{
  float: right;
  text-align: right;
}
#tokyoRarmen .box02 section:nth-child(2n+1) .shopInfo{
  float: left;
}

/*access
----------------------------------------------------------------------------------------------*/
#access .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_access.png);
}

#airportAccess .leftPh{
  float: left;
  width: 444px;
}
#airportAccess .rightPh{
  float: right;
  width: 444px;
}

#airportAccess .airport{
  font-size: 16px;
  text-align: center;
  background: #ededed;
  padding: 15px 0;
  line-height: 1;
  font-weight: bold;
}
#airportAccess .aquacity{
  font-size: 16px;
  text-align: center;
  background: #3784d6;
  margin-bottom: 20px;
  padding: 15px 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
#airportAccess table{
  margin: 20px auto;
  width: 404px;
}
#airportAccess td{
  width: 50%;
}
#airportAccess .start{
  color: #f00;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 20px;
  background: url(../../img/pc/common/bg_accesstable.png) left bottom no-repeat;
  line-height: 1.4;
}
#airportAccess .start span{
  color: #4c4c4c;
}
#airportAccess .station{
  background: url(../../img/pc/common/bg_accesstable.png) left top no-repeat;
  vertical-align: top;
}
#airportAccess .station span{
  background: #fff;
  display: inline-block;
  padding: 5px 0;
  color: #0f5a36;
  vertical-align: top;
  font-weight: bold;
  line-height: 1.4;
  font-size: 15px;
}
#airportAccess .raley{
  vertical-align: middle;
  padding: 10px 0 15px 20px;
  background: url(../../img/pc/common/bg_accesstable.png) left bottom no-repeat;
}

#airportAccess .narita01{
  padding-top: 0;
  padding-bottom: 20px;
}

#access .infoTable01 + .tright{
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
}

/*access - parking
----------------------------------------------------------------------------------------------*/
#parking .indentList1em li{
  font-size: 11px;
  line-height: 2;
}
#parking .indentList1em li + li{
  margin-top: 0;
}

#parkingTable{
  width: 730px;
  border: 1px solid #dadada;
  margin-bottom: 30px;
}
#parkingTable th,
#parkingTable td{
  width: 20%;
  padding: 15px 10px;
  text-align: left;
  border: 1px solid #dadada;
  line-height: 1.4;
}
#parkingTable .w60{width:60%;}
#parkingTable td span{
  font-size: 11px;
}

#access  #parkingTable02 th{
  width: 80px;
}

/*access - bus
----------------------------------------------------------------------------------------------*/
#bus .nextBtn,
#bus .nextBtn02{
  width: 370px;
  display: inline-block;
  margin: 0 12px;
}

/*access - freebus
----------------------------------------------------------------------------------------------*/
#freebus .btn01{
  display: block;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}

/*facility
----------------------------------------------------------------------------------------------*/
#facility .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_facility.png);
}
#facility #facilityTable01 th{
  width: 230px;
}
#facility h5{
  font-weight:bold;
  font-size:18px;
}

/*facility - about
----------------------------------------------------------------------------------------------*/
#facility #about .list01{
  width: 918px;
  margin-left: auto;
  margin-right: auto;
}
#facility #about .list01 li{
  float: left;
  width: 288px;
  margin-right: 27px;
}
#facility #about .list01 li:nth-child(3){
  margin-right: 0;
}
#facility #about .list01 li img{
  display: block;
  margin-bottom: 15px;
}
#facility #about .list01 li h6{
  font-size: 16px;
  font-weight: bold;
  color: #0f5a36;
  margin-bottom: 15px;
}

#facility #about .list02 li{
  float: left;
  border: 1px solid #94aea2;
  width: 50%;
  border-bottom: 0;
  padding: 30px;
  text-align: center;
}
#facility #about .list02 li:nth-child(2n){
  border-left: 0;
}
#facility #about .list02 li:last-child,
#facility #about .list02 li:nth-last-child(2){
  border-bottom: 1px solid #94aea2;
}
#facility #about .list02 li h6{
  font-size: 16px;
  font-weight: bold;
  color: #0f5a36;
  margin-bottom: 20px;
  text-align: left;
}
#facility #about .list02 li p{
  text-align: left;
  margin-top: 20px;
}
#facility #about .list02 li .tright{
  margin-top: 20px;
}

/*facility - group
----------------------------------------------------------------------------------------------*/
#facility #group .box01 .leftPh{
  float: left;
  width: 470px;
}
#facility #group .box01 .rightPh{
  float: left;
  width: 470px;
}
#facility #group .box01 .txt01{
  font-size: 16px;
  font-weight: bold;
  color: #0f5a36;
  margin-bottom: 10px;
}
#facility #group .floorNum{
  background-color:#3784d6;
  color:#fff;
  font-weight:bold;
  text-align:center;
  display: inline-block;
  padding: 5px 10px;
}
/*contact
----------------------------------------------------------------------------------------------*/
#contact .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_contact.png);
}

#contact .btn01{
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}

#contact #download div{
  margin-left: 30px;
}

#contact #download .btn01{
  width: 300px;
  float:left;
  margin-right:10px;
}

#contact #download .btn01:nth-child(3){
  margin-right:0;
}

/*privacy
----------------------------------------------------------------------------------------------*/
#privacy .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_privacy.png);
}

#privacy .box01{
  padding: 15px;
  background: #e7eef8;
}

/*sitepolicy
----------------------------------------------------------------------------------------------*/
#sitepolicy .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_sitepolicy.png);
}

#sitepolicy .indentList1em > li + li{
  margin-top: 15px;
}
/*sitepolicy
----------------------------------------------------------------------------------------------*/
#wifi .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_wifi.png);
}

#wifi .btn01{
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}


/*event space
----------------------------------------------------------------------------------------------*/
#eventspace .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_eventspace.png);
}

#eventspace .list01 li{
  float: left;
  width: 288px;
  margin-right: 27px;
}
#eventspace  .list01 li:nth-child(3){
  margin-right: 0;
}
#eventspace .list01 li img{
  display: block;
  margin-bottom: 15px;
}
#eventspace .list01 li h5{
  font-size: 16px;
  font-weight: bold;
  color: #0f5a36;
}
#eventspace .list01 li .txt01{
  font-size: 11px;
  margin-bottom: 15px;
}
#eventspace .list01 li .nextBtn{
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
}

#eventspace .list02 li{
  float: left;
  width: 162px;
  margin-right: 27px;
}
#eventspace  .list02 li:nth-child(5){
  margin-right: 0;
}

#eventspace .list02 li img{
  display: block;
  margin-bottom: 15px;
}

#eventspace .eventspace__contact_wrap{
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#eventspace .eventspace__contact_text{
  margin-bottom: 10px;
}
#eventspace .eventspace__contact_downloads{
  display: flex;
  justify-content: center;
}
#eventspace .eventspace__contact_downloads>div{
  margin: 0 10px;
}

#eventspace .eventspace__contact_download a{
  background-color: #2169b6;
  background-image: url(/img/sp/facility/eventspace/icon_xlsx.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: opacity 250ms;
}
#eventspace .eventspace__contact_mail{
  padding-top: 35px;
  background-image: url(/img/sp/facility/eventspace/icon_down.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px 23px;
  margin: 15px auto 0 auto;
  width: 360px;
}
#eventspace .eventspace__contact_mail a{
  background-color: #2169b6;
  background-image: url(/img/sp/facility/eventspace/icon_mail.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: opacity 250ms;
}
#eventspace .eventspace__contact_download a:hover,
#eventspace .eventspace__contact_mail a:hover{
  opacity: 0.7;
}

/*event space
----------------------------------------------------------------------------------------------*/
#ses .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_ses.png);
}
#ses .box01{
  margin-bottom: 30px;
}
#ses .box01 .leftPh{
  width: 476px;
  float: left;
}
#ses .box01 .leftPh h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
#ses .box01 .rightPh{
  float: right;
  width: 476px;
  padding: 20px;
  border: 1px solid #dadada;
}
#ses .box01 .rightPh dl{
  margin-bottom: 20px;
}
#ses .box01 .rightPh dl dt{
  float: left;
  width: 70px;
  border-right: 1px solid #333;
}
#ses .box01 .rightPh dl dd{
  width: 364px;
  float: left;
  padding-left: 10px;
}
#ses .box02 .image{
  float: left;
  width: 250px;
}
#ses .box02 .rightPh{
  float: right;
  width: 635px;
}
#ses .box02{
  margin-bottom: 30px;
}
#ses .box02 + .box02{
  padding-top: 30px;
  border-top: 1px solid #ededed;
}
#ses .box02 h5{
  font-family: 'Titillium Web',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 18px;
  color: #0f5a36;
  margin-bottom: 15px;
}
#ses .box03{
  padding: 30px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#ses .box03 h5{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
#ses .box03 .image{
  float: left;
  width: 250px;
}
#ses .box03 .rightPh{
  float: right;
  width: 635px;
}
#ses .box03 h6{
    color: #0f5a36;
    font-weight: bold;
    margin: 25px 0 5px;
    font-size: 16px;
}
#ses .box03 .eventLink{
    width: 370px;
    margin: 50px auto 0;
}

#ses .box04 h5{
  font-size: 18px;
  color: #0f5a36;
  font-weight: bold;
  margin-bottom: 10px;
}
#ses .box04 h6{
  color: #0f5a36;
  font-weight: bold;
  margin-bottom: 10px;
}
#ses .box04 .leftPh{
  float: left;
  width: 445px;
}
#ses .box04 .rightPh{
  float: right;
  width: 445px;
}
#ses .box04 table{
  margin-bottom: 10px;
}
#ses .box04 table th,
#ses .box04 table td{
  text-align: left;
}

#ses .box04 table th{
  padding-right: 20px;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}


/*sitemap
----------------------------------------------------------------------------------------------*/
#sitemap .contentsTitle01{
  background-image: url(../../img/pc/common/icon_title_access.png);
}
#sitemap .leftPh{
  float: left;
  width: 444px;
}
#sitemap .rightPh{
  float: right;
  width: 444px;
}
#sitemap ul{
  margin-left:20px;
}
#sitemap ul li{
  padding-top:5px;
  padding-bottom:5px;
  border-bottom:1px solid #eee;
}


/*close List
----------------------------------------------------------------------------------------------*/

.closelist {
  width: 100%;
  height: 100%;
  padding: 10px 10px 0 10px;
}

.closelist .title02 {
  font-weight: bold;
  margin-bottom: 7px;
}

.closelist .tel {
  margin-bottom: 7px;
}


.closeTitle {
  background-image: url(../../img/pc/common/icon_title_search.png);
}

.closelist .title02 {
  margin-bottom: 0;
}

.closelist .address {
  margin-top: 7px;
}

/* other */
.ramen_btn{
  display: inline-block;
  background-color: #2169b6;
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/img/pc/common/bg_yaji04.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.ramen_btn:hover{
  opacity: 0.7;
  transition: opacity 250ms;
}