@charset "UTF-8";
/* =====
 * Toppage レイアウト
============================================================================= */
.g-main {
  padding-top: 0;
	overflow: hidden;
}

/** Slider **/
.main-hero {
  position: relative;
  z-index: 95;
 /* background: #f0f0f0;*/
 /* height: 700px;*/
  padding: 43px 0;
  /*box-shadow: 0px -7px 5px -5px rgba(87, 87, 87, 0.16) inset, 0px 7px 5px -5px rgba(87, 87, 87, 0.16) inset;*/
  overflow: hidden;
}

.main-hero .slick-slide {
  /*opacity: 0.8;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: opacity 0.3s;
}

.main-hero .slick-slide.slick-active {
  /*opacity: 1;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-hero .slide-item {
  vertical-align: bottom;
  padding: 40px;
  width: 832px;
}

.main-hero .slide-item .inner {
  display: block;
  /*border-radius: 4px;*/
  overflow: hidden;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}

.main-hero .slick-slide {
  outline: none;
}

.main-hero .slick-dots {
  margin-top: -5px;
}

/** お知らせ **/
.site-information-head {
  max-width: 1000px;
  margin: 48px auto;
}

.site-information-head .information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px;
  margin: 0 0 48px;
  background: #fff;
  line-height: 1.6;
  /*border-radius: 4px;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
}

.site-information-head .information dt {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 252px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /*background: #ffe8ea;*/
  color: #f60d59;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.site-information-head .information dt > p {
  width: 100%;
  margin: 0;
}

.site-information-head .information dt .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  font-size: 40px;
  line-height: 1;
}

.site-information-head .information dd {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 252px);
  margin: 0;
  padding: 10px 20px;
}

.site-information-head .information dd p {
  margin: 0;
  padding: 0.3em 0;
}

.site-information-head .information dd p:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 0.56em;
}

.site-information-head .information dd .date {
  /*display: block;*/
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

.site-information-head .information dd a {
  color: #3261a9;
	font-size: 0.95em;
}

.site-information-head .information dd a:hover {
  text-decoration: none;
}

.site-information-head .button-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 48px;
}

.site-information-head .button-menu a {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  text-decoration: none;
  width: 25%;
  max-width: 148px;
  padding: 10px 0 10px;
  background: #9d72ff;
  color: #fff;
  text-align: center;
  /*border-radius: 4px;*/
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.site-information-head .button-menu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background: #01ffc3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  transition: transform 0.5s;
  z-index: -1;
}

.site-information-head .button-menu a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-information-head .button-menu a:hover:before {
  transform: scale(1.5) translate(-50%, -50%);
}

.site-information-head .button-menu a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.site-information-head .button-menu .icon {
  font-size: 40px;
  line-height: 1;
}

.site-information-head .button-menu .text {
  display: table;
  width: 100%;
  height: 2.8em;
  margin: 2px 0 0;
  padding: 0 0.5em;
  line-height: 1.4;
  font-size: 13.008px;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-information-head .button-menu .text > span {
  display: table-cell;
  vertical-align: middle;
}

.site-information-head .opening-hours {
  /*border-radius: 4px;*/
  border: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 18px;
  color: #666;
  line-height: 1.3;
}

.site-information-head .opening-hours .time-box {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
 /* width: 61.5%;*/
	 width: 33%;
  padding: 5px 10px 5px 0;
  text-align: center;
  /*border-right: 1px solid #dbdbdb;*/
  font-size: 0;
}

.site-information-head .opening-hours .time-box > * {
  display: inline-block;
  vertical-align: middle;
}

.site-information-head .opening-hours .icon {
  margin-right: 20px;
  font-size: 40px;
  line-height: 1;
}

.site-information-head .opening-hours .text {
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.site-information-head .opening-hours .text p {
  margin: 0;
}

.site-information-head .opening-hours .text .main {
  font-size: 20px;
  font-size: 1.25rem;
}

.site-information-head .opening-hours .text .time {
  display: inline-block;
  margin-left: 0.8em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.site-information-head .opening-hours .note {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.5%;
  padding-left: 18px;
  font-size: 12px;
  font-size: 0.75rem;
	text-align: center;
}

.section-container.-event {
  padding: 75px 0 96px;
}
.section-container.no_margin {
  padding: 0!important;
}
.section-container.-shopping-restaurant {
  /*border-top: 1px solid #dbdbdb;*/
  padding: 85px 0 96px;
}

.section-container.-shopping-restaurant .section-bg-half {
  position: relative;
}

.section-container.-shopping-restaurant .section-bg-half:before {
  top: 52px;
  height: 528px;
}

.section-container.-shopping-restaurant .section-title {
  margin: 0 0 58px;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  color: #666;
}

.section-container.-shopping-restaurant .section-menu {
  margin-bottom: 32px;
}

.section-container.-tvcm {
  /*background: #f0f0f0;*/
  padding: 72px 0;
}

.section-bg-half {
  position: relative;
}

.section-bg-half:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 572px;
 /* background: #f0f0f0;*/
  z-index: -1;
}

.section-title {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
}

.section-title .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
}

.section-title .main {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

/** card post**/
.post-all-link {
  margin: 50px 0 0;
}
.post-all-link02 {
  margin: 20px 0 0;
}
/** TAB **/
.tab-switch {
  margin-bottom: 56px;
}

.tab-switch li {
  width: 528px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

.tab-switch li:before {
  margin-left: -16px;
  border-width: 18px 16px 0 16px;
}

.tab-switch li .btn {
  height: 96px;
  letter-spacing: 0.08em;
}

.tab-switch li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 1;
  font-size: 40px;
}

.tab-switch li .text {
  display: inline-block;
  vertical-align: middle;
}

/** TVCM **/
.movie {
  max-width: 528px;
  margin: 0 auto;
  padding: 10px;
  background: #000;
  border-radius: 4px;
}

.movie-unit {
  position: relative;
  padding-top: 56.25%;
}

.movie-unit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 店舗情報 **/
.shop-info-container {
  padding: 72px 60px 40px;
}

.shop-info-container:after {
  content: "";
  display: block;
  clear: both;
}

.shop-info-container .shop-info {
  float: left;
  width: 250px;
}

.shop-info-container h2 {
  margin: 0 0 0.45em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.shop-info-container h3 {
  margin: 0 0 0.45em;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.shop-info-container h3 .icon {
  display: inline-block;
  margin-right: 5px;
}

.shop-info-container dl {
  margin: 0;
}

.shop-info-container dl dt {
  margin-bottom: 0.2em;
}

.shop-info-container dl dt.separate {
  border-top: 1px solid #dbdbdb;
  margin-top: 1.1em;
  padding-top: 1em;
}

.shop-info-container .read-more {
  margin-top: 10px;
  border-radius: 14px;
  height: 28px;
  font-size: 12px;
  font-size: 0.75rem;
}

.shop-info-container .read-more > span {
  padding: 0 20px;
}

.shop-info-container .read-more > span:after {
  width: 6px;
  height: 6px;
  right: 14px;
  margin-top: -4px;
}

.shop-info-container .read-more:hover > span:after {
  right: 12px;
}

.shop-info-container .map {
  float: right;
  width: 800px;
}

.shop-info-container .map .inner {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.shop-info-container .map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** banner slider **/
.bottom-banner {
  /*border-top: 1px solid #dbdbdb;*/
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** Slider **/
  .main-hero {
    height: auto;
    padding: 5px 0 14px;
    margin-left: -9px;
  }
  .main-hero .slide-item {
    padding: 10px 8px;
    width: 100%;
  }
  .main-hero .slide-item .inner {
    box-shadow: none!important;
  }
	
  .main-hero .slick-dots {
    margin-top: 0;
  }
  /** お知らせ **/
  .site-information-head {
    margin: 32px auto;
    padding: 0 2.5vw;
  }
  .site-information-head .information {
    padding: 30px;
    margin: 0 0 32px;
    font-size: 0.857rem;
  }
  .site-information-head .information dt {
    width: 100%;
    height: 42px;
  }
  .site-information-head .information dt .icon {
    margin-right: 8px;
    font-size: 20px;
  }
  .site-information-head .information dd {
    width: 100%;
    padding: 3px 10px;
    letter-spacing: 0.04em;
  }
  .site-information-head .information dd p {
    padding: 1em 0;
  }
  .site-information-head .information dd p:not(:last-child) {
    margin-bottom: 0;
  }
  .site-information-head .information dd .date {
    font-size: 0.714rem;
  }
  .site-information-head .button-menu {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
  .site-information-head .button-menu a {
    width: calc(100% / 3 - 11px);
    max-width: 100%;
    /*padding: 16px 5px 6px;*/
    margin: 0 16px 16px 0;
  }
  .site-information-head .button-menu a:nth-child(3n) {
    margin-right: 0;
  }
  .site-information-head .button-menu .icon {
    font-size: 26px;
  }
  .site-information-head .button-menu .text {
    margin-top: 5px;
    padding: 0 0.2em;
    /*font-size: 0.714rem;*/
  }
  .site-information-head .opening-hours {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }
  .site-information-head .opening-hours .time-box {
    width: 100%;
    padding: 7px 8px 14px;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
  }
  .site-information-head .opening-hours .icon {
    margin-right: 13px;
  }
  .site-information-head .opening-hours .text {
    text-align: left;
    font-size: 0.875rem;
  }
  .site-information-head .opening-hours .text .main {
    font-size: 1.143rem;
  }
  .site-information-head .opening-hours .note {
    width: 100%;
    padding: 20px 0;
    font-size: 0.714rem;
    text-align: center;
  }
  .section-container.-event {
    padding: 40px 0;
  }
  .section-container.-shopping-restaurant {
    padding: 34px 0;
  }
  .section-container.-shopping-restaurant .section-bg-half:before {
    height: auto;
    padding-top: 186%;
  }
  .section-container.-shopping-restaurant .section-title {
    margin-bottom: 22px;
    font-size: 1.143rem;
  }
  .section-container.-shopping-restaurant .section-menu {
    margin-bottom: 12px;
  }
  .section-container.-tvcm {
    padding: 30px 0;
  }
  .section-bg-half:before {
    height: auto;
    padding-top: 203.5%;
  }
  .section-title {
    font-size: 1.143rem;
  }
  .section-title .icon {
    display: block;
    margin: 0 auto 6px;
    font-size: 27px;
  }
  .section-title .main {
    display: block;
  }
  .section-menu {
    margin-bottom: 0;
  }
  /** TAB **/
  .tab-switch {
    margin-bottom: 30px;
  }
  .tab-switch li {
    width: calc(50% - 8px);
  }
  .tab-switch li .btn {
    height: 82px;
  }
  .tab-switch li .icon {
    display: block;
    margin: 3px auto;
    font-size: 27px;
  }
  .post-all-link {
    margin-top: 40px;
  }
	  .post-all-link02 {
    margin-top: 20px;
  }
  /** TVCM **/
  .movie {
    padding: 5px;
  }
  /** 店舗情報 **/
  .shop-info-container {
    padding: 28px 8.5vw 30px;
  }
  .shop-info-container .shop-info {
    float: none;
    width: 100%;
    margin-bottom: 32px;
  }
  .shop-info-container h2 {
    padding-bottom: 0.4em;
    margin-bottom: 1.15em;
    border-bottom: 1px solid #666;
    text-align: center;
    font-size: 1.143rem;
  }
  .shop-info-container .read-more {
    max-width: 151px;
    height: 32px;
    margin: 18px auto 0;
    border-radius: 16px;
    font-size: 0.857rem;
  }
  .shop-info-container .map {
    float: none;
    width: auto;
    margin: 0 -8.5vw;
  }
  .shop-info-container .map .inner {
    height: 266px;
  }
  /** banner slider **/
  .bottom-banner {
    border-top: none;
  }
}
