@charset "UTF-8";
/*--------------------
構造
--------------------*/
#contents {
  min-width: 960px;
  position: relative;
}
#contents > .inner {
  width: 100% !important;
  min-width: 100% !important;
}
#contents-main.all {
  padding: 0;
}
/*--------------------
汎用
--------------------*/
#contents .p_title {
  color: #002F56;
}
#contents .parts .p_title h2 {
  margin: auto;
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  font-weight: normal;
  background: none;
}
#contents .parts .p_title h2 span.en {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1em;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
#contents .parts .p_title h2 span.jp {
  font-size: 20px;
  display: block;
}
#contents .parts > .item_list {
  overflow: hidden;
  width: 80%;
  min-width: 960px;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*ショップ名（タイトル）　フロア名のフォント共通*/
#contents #pickup.parts .feature .title, #contents .parts.goods_like .item .title, #contents .shopnews_list .item .desc .title, #contents #event.parts article h4 {
  font-size: 16px;
  line-height: 1.6em;
}
#contents section.parts {
  margin: 0 0 40px;
}
/*--------------------
TOPのみのheader/footer処理
--------------------*/
.view header {
  width: 100%;
  position: absolute;
  padding: 0;
  border-bottom: none;
  z-index: 4;
}
.view header .inner {
  min-width: 100%;
}
header .logo {
  position: absolute;
  width: 393px;
  top: 100px;
  left: 140px;
  transition: all 0.2s;
}
header .logo a {
  display: block;
  width: 100%;
  height: 112px;
  background: url("../img/logo_top.svg") no-repeat;
}
header .logo a img {
  display: none;
}
header nav {
  width: auto;
  margin: 0;
  position: absolute;
  top: 250px;
  left: 280px;
  transition: all 0.2s;
}
header nav ul {
  display: block;
	margin-top: 0;
}
header nav ul li {
  margin: 0 0 24px 0;
  font-size: 20px;
  transition: all 0.2s;
}
header nav ul li a {
  padding-left: 20px;
  position: relative;
}
header nav ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background: #235B9E;
  left: 0;
  top: 15px;
}
@media (max-width: 1890px) {
  header .logo {
    top: 80px;
    left: 120px;
  }
  header nav {
    top: 230px;
    left: 260px;
  }
}
@media (max-width: 1730px) {
  header .logo {
    top: 70px;
    left: 90px;
  }
  header nav {
    top: 190px;
    left: 230px;
  }
}
@media (max-width: 1520px) {
  header .logo {
    width: 320px;
    top: 40px;
    left: 60px;
  }
  header nav {
    top: 140px;
    left: 175px;
  }
  header nav ul li {
    margin: 0 0 18px 0;
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  header .logo {
    width: 280px;
    top: 50px;
    left: 70px;
  }
  header nav {
    left: 165px;
  }
	  header nav ul li {
    margin: 0 0 14px 0;

  }
}
footer {
  padding-top: 300px;
  position: relative;
	border:none;
}
footer .sc_foot_desc {
  position: relative;
  z-index: 2;
}
footer #bg_w_footer {
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-mask-image: url(../img/mask_w_footer.svg);
  mask-image: url(../img/mask_w_footer.svg);
  top: -100px;
  left: 0;
  transition: all 0.5s;
}
footer .ad_foot_desc {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  min-width: 960px;
  margin: 80px auto;
}
@media (max-width: 1700px) {
  footer {
    padding-top: 100px;
  }
  footer .footer_catchcopy br {
    display: block;
  }
  footer .footer_catchcopy {
    width: 90%;
    max-width: 1400px;
    min-width: 960px;
    margin: 80px auto;
  }
  footer #bg_w_footer {
    top: -200px;
    left: -220px;
  }
  footer .footer_menu dl dt {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  footer .ad_foot_desc address {
    font-size: 13px;
  }
  footer .ad_foot_desc address, footer .ad_foot_desc .copyright {
    text-align: right;
  }
  footer .ad_foot_desc .bnr a {
    width: 330px;
  }
}
/*--------------------
背景W
--------------------*/
#bg_w {
  width: 100%;
  height: 1396px;
  overflow: hidden;
  position: relative;
  user-select: none;
}
#bg_w .mask {
  -webkit-mask-image: url(../img/mask_w.svg);
  mask-image: url(../img/mask_w.svg);
  max-width: 1800px;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
#bg_w.show .mask {
  animation: change-img-anim 12s infinite;
}
#bg_w .mask:nth-of-type(1) {
  animation-delay: 0s;
}
#bg_w .mask:nth-of-type(2) {
  animation-delay: 4s;
}
#bg_w .mask:nth-of-type(3) {
  animation-delay: 8s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#bg_w .bg {
  max-width: 1800px;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transition: all 0.5s;
		width: 120%;
}
#bg_w.show .bg {
  animation: change-img-anim-bg 12s forwards;

}
@keyframes change-img-anim-bg {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1890px) {
	
	#bg_w{
		height: 1320px;
	}
	
  #bg_w .mask, #bg_w .bg {
    max-width: 1700px;
  }
}
@media (max-width: 1730px) {
  #bg_w {
    height: 1220px;
  }
  #bg_w .mask, #bg_w .bg {
    max-width: 1500px;
  }
}
@media (max-width: 1520px) {
  #bg_w {
    height: 1010px;
  }
  #bg_w .mask, #bg_w .bg {
    max-width: 1300px;
  }
}
@media (max-width: 1270px) {
  #bg_w {
    height: 1100px;
  }
  #bg_w .mask, #bg_w .bg {
    max-width: 1130px;
  }
}
/*--------------------
バナー
--------------------*/
#banner {
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0;
  padding: 50px 0 0;
  transition: all 0.2s;
  z-index: 3;
}
#banner .inner {
  width: 70%;
  max-width: 1620px;
  margin: 0;
  float: right;
  position: relative;
  transition: all 0.2s;
  opacity: 0;
}
#banner.show .inner {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
#banner .swiper-container {
  overflow: visible;
  padding: 0 0 10px;
}
#banner .swiper-container li {
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  background: #fff;
}
.pc #banner .swiper-container li {
  width: 530px;
  height: 330px;
}
#banner .swiper-button-next {
  font-family: 'Hind', sans-serif;
  color: #235B9E;
  font-weight: 600;
  transition: all 0.5s;
  top: -24px;
  right: 30px;
  width: auto;
  height: auto;
  padding: 0 50px 20px 0;
  background: none;
  display: flex;
}
#banner .swiper-button-next::after {
  content: '';
  width: 110px;
  height: 2px;
  background: #235B9E;
  position: absolute;
  top: 24px;
  right: 0;
  transition: all 0.2s;
}
#banner .swiper-button-next::before {
  content: '';
  width: 14px;
  height: 2px;
  transform: rotate(30deg);
  background: #235B9E;
  top: 20px;
  right: 0;
  position: absolute;
  transition: all 0.2s;
}
#banner .swiper-button-next:hover::after, #banner .swiper-button-next:hover::before {
  right: -10px;
}
#banner .swiper-button-next.swiper-button-disabled, #banner .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1730px) {
  #banner {
    top: 480px;
  }
}
@media (max-width: 1520px) {
  #banner {
    top: 400px;
  }
}
@media (max-width: 1220px) {
  #banner .inner {
    width: 92%;
    min-width: auto;
  }
}
#about-waterras {
  position: absolute;
  top: 880px;
  left: 5%;
  width: 90%;
  padding: 80px 0;
  overflow: hidden;
  z-index: 3;
}
#about-waterras dl {
  float: right;
  font-weight: bold;
	position: relative;
}
#about-waterras dl dt {
  margin-bottom: 16px;
}
#about-waterras dl dd.concept {
  font-size: 45px;
  color: #318222;
  line-height: 1.3em;
  transition: all 0.2s;
}
#about-waterras dl dd p:nth-child(2) {
  color: #CFCA00;
}
#about-waterras dl dd p:nth-child(3) {
  color: #235B9E;
}

#about-waterras dl dd.seemore a:hover {
  opacity: 1;
}
.pc #about-waterras dl dd.seemore a:hover span:before {
  right: 0;
}
.pc #about-waterras dl dd.seemore a:hover span:after {
  right: 3px;
}
@media (max-width: 1790px) {
  #about-waterras dl dd.concept {
    font-size: 40px;
  }
}
@media (max-width: 1730px) {
  #about-waterras {
    top: 820px;
    left: 2%;
    width: 96%;
  }
}
@media (max-width: 1600px) {
	#about-waterras dl dd.concept {
    font-size: 34px;
}

}
@media (max-width: 1520px) {
  #about-waterras {
    top: 730px;
  }

}
@media (max-width: 1270px) {
  #about-waterras {
    top: 810px;
    left: 8%;
    width: 84%;
  }
  #about-waterras dl {
    float: left;
  }
}
/*--------------------
ショップニュース
--------------------*/
#contents #news {
  padding: 100px 0 20px;
  overflow: hidden;
  position: relative;
}
#contents #news .inner {
  width: 84%;
  max-width: 1620px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}
#contents #news .inner .p_title {
  position: absolute;
  top: 100px;
  left: -100px;
}
#contents #news .inner .p_title h2 {
  transform: rotate(90deg);
  color: #ccc;
  font-size: 45px;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  z-index: 3;
  padding: 0;
  mix-blend-mode: luminosity;
}
#contents #news .inner .p_title h2 span.en {
  padding-bottom: 0;
}
#contents #news .inner .p_title_jp {
  font-size: 20px;
  margin-left: 80px;
}
#contents #news .swiper-shopnews {
  padding: 0;
  overflow: visible;
  margin: 30px 0 60px 80px;
}
#contents #news .swiper-shopnews .swiper-wrapper .swiper-slide {
  width: 19vw;
  min-width: 300px;
  height: auto;
  transition: all 0.3s;
  top: 0;
  cursor: pointer;
}
#contents #news .swiper-shopnews .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#contents #news .swiper-button-next {
  font-family: 'Hind', sans-serif;
  color: #235B9E;
  font-weight: 600;
  transition: all 0.5s;
  top: 80px;
  right: 30px;
  width: auto;
  height: auto;
  padding: 0 50px 20px 0;
  background: none;
  display: flex;
}
#contents #news .swiper-button-next::after {
  content: '';
  width: 110px;
  height: 2px;
  background: #235B9E;
  position: absolute;
  top: 24px;
  right: 0;
  transition: all 0.2s;
}
#contents #news .swiper-button-next::before {
  content: '';
  width: 14px;
  height: 2px;
  transform: rotate(30deg);
  background: #235B9E;
  top: 20px;
  right: 0;
  position: absolute;
  transition: all 0.2s;
}
#contents #news .swiper-button-next:hover::after, #contents #news .swiper-button-next:hover::before {
  right: -10px;
}
#contents #news .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#contents #news .item {
  position: relative;
}
#contents #news .item .img_objfit {
  width: 100%;
  height: 245px;
  /* background: #EDEDED; */
  border-radius: 5px;
  margin-bottom: 20px;
}
#contents #news .item .img_objfit img {
  border-radius: 5px;
}
#contents #news .item p.date {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  display: inline;
  color: #aaa;
}
#contents #news .item .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3em;
  background: none;
  text-align: left;
  padding: 6px 0 0;
}
#contents #news .item .desc {
  margin: 0 15px;
}

#contents #news .item .desc .name{
	padding-top: 14px;
}



#contents #news .item .desc .name a .floor:before{
	content: "-";
	padding: 0 6px;
	display: inline;
}


/*#contents #news .item .desc .name {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  background: #EDEDED;
  padding: 4px 80px 4px 10px;
  font-size: 90%;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
#contents #news .item .desc .name .floor {
  position: absolute;
  width: 60px;
  bottom: -1px;
  right: -1px;
  display: inline-block;
  background: #fff;
  padding: 4px 0;
  text-align: center;
  border: 1px solid #002F56;
}*/

/*--------------------
#タグ
--------------------*/
#contents #trendwords{
  position: relative;
}
#contents #trendwords .inner {
  width: 84%;
  max-width: 1620px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}
#contents #trendwords .p_title{
  position: absolute;
}
#contents #trendwords .p_title h2{
  color: #ccc;
  font-size: 45px;
}
#contents #trendwords .tag_list{
  text-align: left;
  padding-left: 160px;
}

/*--------------------
ショップ & ダイニング
--------------------*/
#contents #shops.parts {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}
#contents #shops.parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: 580px;
  height: 1320px;
  transform: translate(-50%, 0%) skew(-30deg);
  background: #EDEDED;
  border-radius: 0 20px 0 0/0 20px 0 0;
  z-index: 1;
}
#contents #shops.parts:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 580px;
  height: 1320px;
  transform: translate(50%, 0%) skew(-30deg);
  background: rgb(247, 228, 68);
  background: linear-gradient(0deg, rgba(247, 228, 68, 1) 0%, rgba(68, 143, 83, 1) 60%);
  border-radius: 0 0 0 20px/0 0 0 20px;
  z-index: 1;
}
.pc #contents #shops.parts > .inner {
  width: 84%;
  max-width: 1620px;
  min-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
#contents #shops.parts .shop_nav_area {
  display: flex;
  z-index: 2;
  position: relative;
  margin-bottom: 70px;
}
#contents #shops.parts .p_title {
  width: 450px;
}
#contents #shops.parts .p_title h2 {
  text-align: left;
}
#contents #shops.parts .p_title h2 .en {
  padding-right: 124px;
}
#contents #shops.parts .p_title h2 .en:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 22px;
  top: 8px;
  right: 0;
  background: url(../img/ttl_deco.svg) no-repeat;
}
#contents #shops.parts .shop_nav {
  width: calc(100% - 550px);
  margin-left: 100px;
}
#contents #shops.parts .shop_nav h3 {
  text-align: left;
  background: none;
  padding: 0;
  font-size: 20px;
  margin: 0 0 24px 0;
  color: #002F56;
  font-weight: normal;
}
#contents #shops.parts .shop_nav .item_list {
  display: flex;
  flex-wrap: wrap;
}
#contents #shops.parts .shop_nav .item_list li {
  border: 1px solid #235B9E;
  background: #fff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#contents #shops.parts .shop_nav .item_list li a {
  font-size: 18px;
  color: #235B9E;
  line-height: 60px;
  padding: 0 55px 0 30px;
  display: block;
  position: relative;
}
#contents #shops.parts .shop_nav .item_list li a:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #235B9E;
  transition: all 0.2s;
}
#contents #shops.parts .shop_nav .item_list li a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.2s;
}
#contents #shops.parts .shop_nav .item_list li a:hover {
  opacity: 1;
}
.pc #contents #shops.parts .shop_nav .item_list li a:hover:before {
  right: 23px;
}
.pc #contents #shops.parts .shop_nav .item_list li a:hover:after {
  right: 26px;
}
#contents #shops.parts .shop_list {
  display: flex;
  flex-wrap: wrap;
}
#contents #shops.parts .shop_list .item {
  background: #FFF;
  border-radius: 5px;
  margin: 4px 30px 30px 0;
  width: calc((100% - 120px) /5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  position: relative;
  transition: all 0.3s;
  top: 0;
  cursor: pointer;
}
#contents #shops.parts .shop_list .item:hover {
  opacity: 0.7;
}
#contents #shops.parts .shop_list .item a:hover {
  opacity: 1;
}
#contents #shops.parts .shop_list .item:nth-child(5n) {
  margin-right: 0;
}
#contents #shops.parts .shop_list .item .floor {
  position: absolute;
  top: -5px;
  left: -5px;
  line-height: 30px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  border: 1px solid #002F56;
  background: #fff;
  z-index: 1;
}
#contents #shops.parts .shop_list .item .img_objfit {
  width: 100%;
  height: 190px;
  background: #EDEDED;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
}
#contents #shops.parts .shop_list .item .img_objfit img {
  border-radius: 5px 5px 0 0/5px 5px 0 0;
}
#contents #shops.parts .shop_list .item .name {
  padding: 25px 15px 30px;
}
#contents #shops.parts .shop_list .item .category_detail {
  color: #666;
}
#contents #shops.parts .shop_list .item .shopname {
  font-size: 20px;
  margin-top: 12px;
}
#contents #shops.parts .shop_list .item .shopname strong {
  font-weight: normal;
}
@media (max-width: 1690px) {
  #contents #shops.parts .shop_nav {
    width: calc(100% - 500px);
    margin-left: 50px;
  }
  #contents #shops.parts .shop_nav .item_list li a {
    font-size: 16px;
    padding: 0 40px 0 20px;
  }
  #contents #shops.parts .shop_nav .item_list li a:before {
    right: 20px;
  }
  #contents #shops.parts .shop_nav .item_list li a:after {
    right: 23px;
  }
  .pc #contents #shops.parts .shop_nav .item_list li a:hover:before {
    right: 15px;
  }
  .pc #contents #shops.parts .shop_nav .item_list li a:hover:after {
    right: 18px;
  }
}
@media (max-width: 1220px) {
  #contents #shops.parts .shop_nav_area {
    display: block;
  }
  #contents #shops.parts .shop_nav {
    width: 100%;
    margin: 60px 0 0 0;
  }
  #contents #shops.parts .shop_nav .item_list li a {
    line-height: 50px;
  }
  #contents #shops.parts .shop_nav .item_list li a:before {
    top: 18px;
  }
  #contents #shops.parts .shop_nav .item_list li a:after {
    top: 18px;
  }
  #contents #shops.parts .shop_list .item .shopname {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  #contents #shops.parts .shop_list .item {
    width: calc((100% - 60px) / 3);
  }
  #contents #shops.parts .shop_list .item:nth-child(5n) {
    margin-right: 30px;
  }
  #contents #shops.parts .shop_list .item:nth-child(3n) {
    margin-right: 0;
  }
}
/*--------------------
イベント
--------------------*/
#contents #event.parts {
  margin-top: -300px;
  position: relative;
  z-index: 2;
}
#contents #event.parts .p_title h2 span.en {
  padding: 0 124px;
  position: relative;
}
#contents #event.parts .p_title h2 span.en:before, #contents #event.parts .p_title h2 span.en:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 22px;
  top: 8px;
  right: 0;
  background: url(../img/ttl_deco.svg) no-repeat;
}
#contents #event.parts .p_title h2 span.en:before {
  transform: rotate(180deg);
  right: auto;
  left: 0;
  top: 4px;
}
#contents #event.parts .event_list {
  width: 90%;
  max-width: 1080px;
  min-width: 960px;
  margin: 44px auto 70px;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
#contents #event.parts .event_list .events {
  width: 100%;
  padding: 40px 30px;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  transition: all 0.5s;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#contents #event.parts .event_list .events .event_c1{
	width: 80%;
}
#contents #event.parts .event_list .events .event_c2{
	width: 15%;
	text-align: center;
}
#contents #event.parts .event_list .events .event_c2 img{
	max-height: 150px;
}
#contents #event.parts .event_list .events:hover {
  background: #F8F8F8;
}
#contents #event.parts .event_list .events:last-child {
  border-bottom: none;
}
#contents #event.parts .event_list .events .term {
  display: inline;
}
#contents #event.parts .event_list .events .name {
  font-weight: normal;
  font-size: 20px;
}
#contents #event.parts .event_list .events .date {
  margin-top: 6px;
}
#contents #event.parts .event_list .events a.wraplink {
  display: block;
}
#contents #event.parts .event_list .events a.wraplink:hover {
  opacity: 1;
}

#contents #event.parts .event_list .events a.wraplink::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

#contents #event.parts .event_list .events .subtitle {
  margin-bottom: 4px;
  font-size: 90%;
  display: inline-block;
}
#contents #event.parts .event_list .events .subtitle a {
  color: #666;
}
/*--------------------
TOPのみのheader/footer処理
--------------------*/
body.view.index.sp header .logo {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 165px;
    height: 50px;
}

body.view.index.sp header .logo a {
  display: block;
  height: 50px;}

body.view.index.sp header .logo img {
  max-width: 100%;
  max-height: 54px;
}

body.view.index.sp header .sp_nav_sub{
	display: none;
}

/*
-------------------------------------------------
sp
-------------------------------------------------
*/
body.sp #contents{
	padding-bottom: 0;
}

body.sp #contents .inner {
  padding: 0 16px;
  margin: 10px 0;
  width: auto !important;
  min-width: 100%;
}
body.sp #contents > .inner {
  padding: 0;
}
body.sp #contents-main.all {
  padding: 0px 0;
  margin-top: 10px;
}
/* PCの幅指定　解除 */
body.sp #contents, body.sp #contents #banner, body.sp #banner .swiper-container, body.sp #contents #event.parts .event_list, body.sp #contents #news .inner, body.sp footer .ad_foot_desc, body.sp footer .footer_catchcopy {
  width: 100%;
  min-width: 100%;
}
body.sp #contents .parts .p_title h2, body.sp #contents .parts > .item_list {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.sp #contents section.parts {
  margin: 0;
}
/*--------------------
汎用
--------------------*/
body.sp #contents .parts .p_title h2 span.jp {
  font-size: 14px;
  display: block;
}
body.sp #contents .parts .p_title h2 span.en {
  padding-bottom: 8px;
  font-size: 26px;
}
/*--------------------
背景W
--------------------*/
body.sp #bg_w .mask, body.sp #bg_w .bg {
  width: auto;
  max-width: auto;
  height: 380px;
}
/*メインバナー*/
body.sp #banner {
  margin: 0;
  top: 80px;
}
body.sp #banner .inner {
  width: 90% !important;
  min-width: 90%;
}
body.sp #banner .swiper-container li {
  width: auto;
}
body.sp #banner .swiper-container li img {
  width: auto;
  height: 160px;
}
body.sp #banner .swiper-button-next {
  display: none;
}
body.sp #bg_w {
  height: 380px;
}
body.sp #about-waterras {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 16px 0 16px;
  position: static;
	display: none;
}
body.sp #about-waterras dl{
	width: 100%;
}

body.sp #about-waterras dl dt {
  font-size: 12px;
  margin-bottom: 6px;
}
body.sp #about-waterras dl dd.concept {
  font-size: 20px;
  line-height: 1.4em;
}


/*--------------------
ショップニュース
--------------------*/
body.sp #contents #news{
	padding: 20px 0 20px;
}

body.sp #contents #news .inner .p_title_jp {
  font-size: 14px;
  margin-left: 40px;
}
body.sp #contents #news .inner .p_title {
  left: -34px;
  top: 52px;
}
body.sp #contents #news .inner .p_title h2 span.en {
  font-size: 26px;
}
body.sp #contents #news .swiper-shopnews {
  margin: 10px 0 0 40px;
}
body.sp #contents #news .swiper-shopnews .swiper-wrapper .swiper-slide {
  min-width: auto;
  width: auto;
}

body.sp #contents #news .swiper-shopnews .swiper-wrapper .swiper-slide .news_box{
	width: 50vw;
}
body.sp #contents #news .item .img_objfit {
  height: 130px;
  margin-bottom: 4px;
}
body.sp #contents #news .item .desc {
  margin: 0;
}
body.sp #contents #news .item p.date {
  font-size: 12px;
  line-height: 1em;
}
body.sp #contents #news .item .title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sp #contents #news .item .desc .name{
	padding-top: 8px;
	font-size:13px;
}

body.sp #contents #news .btn-more{
position: absolute;
    border: none;
    top: 8px;
    line-height: 1em;
    right: 0;
    padding: 0 40px 0 0;
    font-size: 14px;
}

body.sp #contents #news .btn-more::before {
    top: 1px;

	right: 22px;
}

body.sp #contents #news .btn-more::after {
    top: 1px;
    right: 25px;
	}


/*body.sp #contents #news .item .desc .name {
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0 50px 2px 8px;
}
body.sp #contents #news .item .desc .name .floor {
  position: absolute;
  width: 40px;
  display: inline-block;
  background: #fff;
  padding: 2px 0;
}*/
body.sp #contents #news .swiper-button-next {
  display: none;
}

/*--------------------
#タグ
--------------------*/
body.sp #contents #trendwords{
  padding-bottom: 20px;
}
body.sp #contents #trendwords .inner{
  max-width: 100%;
  min-width: 100%;
}
body.sp #contents #trendwords .tag_list{
  padding-left: 90px;
  padding-top: 5px;
}

/*--------------------
ショップ & ダイニング
--------------------*/
body.sp #contents #shops.parts {
  padding-bottom: 0;
}
body.sp #contents #shops.parts:before {
  left: -330px;
}
#contents #shops.parts:after {
  right: -330px;
}
body.sp #contents #shops.parts .shop_nav_area {
  margin-bottom: 24px;
}
body.sp #contents #shops.parts .shop_nav {
  margin: 30px 0 0 0;
}
body.sp #contents #shops.parts .shop_nav h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

body.sp #contents #shops.parts .shop_nav .item_list li{
	    margin: 0 6px 6px 0;
}

body.sp #contents #shops.parts .shop_nav .item_list li a {
	line-height: 40px;
  font-size: 3.2vw;
  padding: 0 26px 0 12px;
}
body.sp #contents #shops.parts .p_title h2 .en {
  font-size: 26px;
}
body.sp #contents #shops.parts .inner {
  padding: 40px 16px 10px;
  position: relative;
  z-index: 3;
}
body.sp #contents #shops.parts .p_title h2 .en:after {
  top: 5px;
  width: 50px;
  height: 11px;
}
body.sp #contents #shops.parts .p_title h2 .en {
  padding-right: 70px;
}
body.sp #contents #shops.parts .shop_nav .item_list li a:before {
  top: 16px;
  right: 12px;
  border-width: 4px 0 4px 8px;
}
body.sp #contents #shops.parts .shop_nav .item_list li a:after {
  top: 16px;
  right: 15px;
  border-width: 4px 0 4px 8px;
}
body.sp #contents #shops.parts .shop_list .item, body.sp #contents #shops.parts .shop_list .item:nth-child(3n) {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
body.sp #contents #shops.parts .shop_list .item:nth-child(2n) {
  margin-right: 0;
}
body.sp #contents #shops.parts .shop_list .item .img_objfit {
  height: 100px;
}
body.sp #contents #shops.parts .shop_list .item .name {
  padding: 12px 10px 16px;
}
body.sp #contents #shops.parts .shop_list .item .category_detail {
  font-size: 14px;
  line-height: 1.2em;
}
body.sp #contents #shops.parts .shop_list .item .shopname {
  font-size: 16px;
  margin-top: 6px;
  line-height: 1.2em;
}
body.sp #contents #shops.parts .shop_list .item .floor {
  position: absolute;
  min-width: 44px;
  line-height: 18px;
  display: inline-block;
  background: #fff;
  padding: 2px 0;
  font-size: 12px;
  top: -1px;
  left: -1px;
}
/*--------------------
イベント & ニュース
--------------------*/
body.sp #contents #event.parts {
  margin-top: 0;
  padding: 40px 0 20px;
}
body.sp #contents #event.parts .p_title h2 span.en {
  padding: 0 70px;
}
body.sp #contents #event.parts .p_title h2 span.en:before, body.sp #contents #event.parts .p_title h2 span.en:after {
  top: 5px;
  width: 50px;
  height: 11px;
}
body.sp #contents #event.parts .event_list {
  width: calc(100% - 32px);
  min-width: auto;
	    margin: 40px auto 30px;
  box-sizing: border-box;
}
body.sp #contents #event.parts .event_list .events {
  padding: 20px;
}
body.sp #contents #event.parts .event_list .events .event_c1{
	width: 65%;
}
body.sp #contents #event.parts .event_list .events .event_c2{
	width: 30%;
}
body.sp #contents #event.parts .event_list .events .name {
  font-size: 16px;
}
body.sp #contents #event.parts .event_list .events .subtitle {
  font-size: 14px;
}

body.sp #contents #event.parts .event_list .events a.wraplink {
    line-height: 1.3em;
}

body.sp #contents #event.parts .event_list .events .date {
  font-size: 14px;
  margin-top: 6px;
}

body.sp #contents #event.parts .btn-more{
    position: absolute;
    border: none;
    bottom: 14px;
    line-height: 1em;
    right: 0;
    padding: 0 40px 0 0;
    font-size: 15px;
}

body.sp #contents #event.parts .btn-more::before {
	top: auto;
	bottom: 5px;
	right: 22px;

}

body.sp #contents #event.parts .btn-more::after {
top: auto;
    bottom: 5px;
    right: 25px;
	}




/*画像をimgで設置するがcssのcoverのようにする*/
.img_objfit {
  width: 100%;
  height: 100%;
}
.img_objfit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}
.img_objfit img {
  font-family: 'object-fit: cover;';
}