@charset "UTF-8";
/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.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;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

#content {
  background: url(/assets/frontend/img/special/umedaskybldg/bg_small.jpg);
}

@media screen and (max-width: 767px) {
  #content {
    margin-top: 60px;
  }
  #content * {
    font-size: 14px;
  }
}

.contentInner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .contentInner {
    width: 94%;
  }
}

.delighter {
  opacity: 0;
  transition: all 0.4s;
}

.delighter.started {
  opacity: 1;
}

#mainVisual {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  #mainVisual {
    padding: 14% 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .contentInner {
    width: 100%;
  }
}

#mainVisual #mainSlider {
  margin: 0px 0 0 auto;
  padding-top: 80px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  #mainVisual #mainSlider {
    width: 100%;
    padding-top: 0;
  }
}

#mainVisual .sectionTtl {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  max-width: 33%;
}

@media screen and (max-width: 767px) {
  #mainVisual .sectionTtl {
    top: -8%;
    right: 4%;
    max-width: 40%;
  }
}

#mainVisual .txt {
  position: absolute;
  font-size: 26px;
  width: 540px;
  top: 0;
}

@media screen and (max-width: 1023px) {
  #mainVisual .txt {
    font-size: 2.5vw;
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .txt {
    width: 94%;
    position: static;
    margin: 20px auto 0;
    font-size: 16px;
    color: #333;
  }
}

#mainVisual .txtOver {
  margin: 80px 0 0 auto;
  padding-top: 80px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  height: 420px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #mainVisual .txtOver {
    display: none;
  }
}

#mainVisual .txtOver .txt {
  color: #fff;
  top: -80px;
  left: -42.88%;
  width: auto;
}

#intro {
  padding: 70px 0;
  background: url(/assets/frontend/img/special/umedaskybldg/bg_intro.jpg) 0 0/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #intro {
    padding: 40px 0;
  }
}

#intro .inner {
  width: 600px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #intro .inner {
    width: 100%;
  }
}

#intro .sectionTtl {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

#intro p {
  color: #555;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #intro p {
    font-size: 16px;
  }
}

#intro ul {
  font-size: 0;
}

#intro ul.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #intro ul {
    text-align: center !important;
  }
}

#intro ul li {
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #intro ul li {
    max-width: 235px;
    width: 48.5%;
    margin-bottom: 3%;
  }
  #intro ul li:nth-child(2n) {
    margin-left: 3%;
  }
}

#intro ul li:nth-child(-n+2) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #intro ul li:nth-child(-n+2) {
    margin-right: 0;
  }
}

#intro ul li:nth-child(n+3) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #intro ul li:nth-child(n+3) {
    margin-left: 0;
  }
}

#restaurant {
  padding: 70px 0 30px;
}

@media screen and (max-width: 767px) {
  #restaurant {
    padding: 40px 0 20px;
  }
}

#restaurant .restaurantList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #restaurant .restaurantList {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#restaurant .restaurantList > li {
  background: #fff;
  width: 48%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #restaurant .restaurantList > li {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

#restaurant .restaurantList > li .category {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}

#restaurant .restaurantList > li .name {
  color: #a51b21;
  font-size: 18px;
  margin-bottom: 10px;
}

#restaurant .restaurantList > li .description {
  color: #555;
  padding: 15px 0;
  border-top: 1px solid #a51b21;
  border-bottom: 1px solid #a51b21;
  margin-bottom: 20px;
}

#restaurant .restaurantList > li .photo {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  min-height: 200px;
}

#restaurant .restaurantList > li .photo li:nth-child(1) {
  width: 65%;
  margin-right: 3%;
}

#restaurant .restaurantList > li .photo li:nth-child(2) {
  width: 32%;
}

#restaurant .restaurantList > li .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#restaurant .restaurantList > li .data dt {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 0;
}

#restaurant .restaurantList > li .data dt.tel {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_tel.png) center top 3px/contain no-repeat;
}

#restaurant .restaurantList > li .data dt.guests {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_chair.png) center top 3px no-repeat;
  background-size: auto 20px;
}

#restaurant .restaurantList > li .data dt.hours {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_clock.png) center top 3px/contain no-repeat;
}

#restaurant .restaurantList > li .data dt img {
  height: 20px;
  vertical-align: middle;
}

#restaurant .restaurantList > li .data dd {
  width: calc(100% - 30px);
  margin-bottom: 15px;
}

#restaurant .restaurantList > li .guide {
  border-top: 1px solid #a51b21;
  border-bottom: 1px solid #a51b21;
  margin-bottom: 30px;
}

#restaurant .restaurantList > li .guide dt {
  color: #a51b21;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  margin-top: -0.5em;
  position: absolute;
  line-height: 1;
}

#restaurant .restaurantList > li .guide dd {
  color: #555;
  padding: 15px 0;
}

#restaurant .restaurantList > li .guide dd.main {
  color: #333;
}

#restaurant .restaurantList > li .guide dd:not(:first-of-type) {
  border-top: 1px solid #d2d2d2;
}

#restaurant .restaurantList > li .mark {
  text-align: right;
}

#restaurant .restaurantList > li .mark span {
  display: inline-block;
  margin-right: 15px;
  height: 36px;
}

#restaurant .restaurantList > li .mark span.menu {
  width: 39px;
}

#restaurant .restaurantList > li .mark span.menu.en {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_englishmenu.png) center bottom/contain no-repeat;
}

#restaurant .restaurantList > li .mark span.menu.cn {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_cnmenu.png) center bottom/contain no-repeat;
}

#restaurant .restaurantList > li .mark span.menu.tw {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_twmenu.png) center bottom/contain no-repeat;
}

#restaurant .restaurantList > li .mark span.menu.kr {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_krmenu.png) center bottom/contain no-repeat;
}

#restaurant .restaurantList > li .mark span.noSmoking {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_nosmoking.png) center bottom/contain no-repeat;
  width: 36px;
}

#restaurant .restaurantList > li .mark span.cutlery {
  background: url(/assets/frontend/img/special/umedaskybldg/ico_cutlery.png) center bottom/contain no-repeat;
  width: 18px;
}

#restaurant .restaurantList > li .btn {
  display: inline-block;
  background: #a51b21;
  color: #fff;
  padding: 15px 20px;
  border-radius: 100px;
  line-height: 1;
  float: right;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #restaurant .restaurantList > li .btn {
    white-space: nowrap;
    padding: 15px 10px;
    text-align: center;
    float: none;
    display: block;
  }
}

#restaurant .restaurantList > li .btn:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 10px;
  background: url(/assets/frontend/img/special/umedaskybldg/ico_arrow01.png);
  background-size: contain;
  margin-right: 10px;
}

#restaurant .mapBtn {
  display: block;
  width: 240px;
  border: 3px solid #333;
  padding: 10px;
  font-size: 24px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #restaurant .mapBtn {
    font-size: 16px;
    width: 160px;
    padding: 4px;
    border: 2px solid #333;
  }
}

#restaurant .mapBtn span {
  display: block;
  border: 1px solid #333;
  padding: 10px 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  #restaurant .mapBtn span {
    padding: 6px 0;
  }
}

#highlights {
  padding: 70px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #highlights {
    padding: 40px 0;
  }
}

#highlights .sectionTtl {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #highlights .sectionTtl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

#highlights .box01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #highlights .box01 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#highlights .box01 li:nth-child(1) {
  width: 55%;
}

@media screen and (max-width: 767px) {
  #highlights .box01 li:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

#highlights .box01 li:nth-child(2) {
  width: 45%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #highlights .box01 li:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

#highlights .box02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #highlights .box02 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#highlights .box02 li {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #highlights .box02 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#highlights .box02 li .img {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #highlights .box02 li .img {
    margin-bottom: 10px;
  }
}

#highlights .box02 li .ttl {
  width: 50%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  position: relative;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #highlights .box02 li .ttl {
    font-size: 16px;
    font-weight: bold;
  }
}

#highlights .box02 li .ttl:before, #highlights .box02 li .ttl:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: -6px;
}

#highlights .box02 li .ttl:before {
  left: 5px;
}

#highlights .box02 li .ttl:after {
  right: 5px;
}
