@charset "UTF-8";
/**
 * "../font/josefin-sans/JosefinSans";
 * light = 300
 * regular = 400
 * semi-bold = 600
 * bold = 700
 */
/**
 * Noto Sans JP //fonts.googleapis.com/earlyaccess/notosansjp.css
 * weight
 *   Thin = 100
 *   Light = 300
 *   DemiLight = 400
 *   Regular = 500
 *   Medium = 700
 *   Bold = 900
 *   Block = x
 */
/* -----
 * イベント&トピックス
----------------------------------------------------------------------------- */
.entries-container .entries {
  margin-top: -30px;
}

/* -----
 * 記事ページ
----------------------------------------------------------------------------- */
.main-section-event-detail-wrapper {
  padding-top: 60px;
}

.main-section-event-detail-wrapper .column-wrapper {
  margin-bottom: 100px;
}

.main-section-event-detail-wrapper .column-wrapper .page-title {
  font-weight: normal;
  margin: 50px 0;
  font-size: 24px;
  line-height: 1.4;
}

.main-section-event-detail-wrapper .column-wrapper .link-button {
  padding: 15px;
}

.main-section-event-detail-wrapper .main_thumb {
  text-align: center;
  margin-bottom: 30px;
}

.main-section-event-detail-wrapper .main_thumb img {
  width: 100%;
}

.main-section-event-detail-wrapper .main_thumb.-new {
  position: relative;
}

.main-section-event-detail-wrapper .main_thumb.-new:before {
  content: 'NEW';
  position: absolute;
  top: -26px;
  left: -18px;
  width: 70px;
  height: 70px;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: #FFF;
  background-color: #b89469;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.main-section-event-detail-wrapper .column-caption {
  overflow: hidden;
}

.main-section-event-detail-wrapper .column-caption .date {
  display: inline-block;
  margin: 0 .5em 0 0;
}

.main-section-event-detail-wrapper .column-caption .date span {
  display: inline-block;
  margin-right: 5px;
}

.main-section-event-detail-wrapper .column-caption .category {
  background-color: #a1a1a1;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 2px;
  display: inline-block;
  margin: 0;
}

.main-section-event-detail-wrapper .column-caption .sns {
  float: right;
}

.main-section-event-detail-wrapper .column-caption .sns > * {
  display: inline-block;
}

.main-section-event-detail-wrapper .column-caption .sns .share-twitter {
  margin-left: 5px;
}

.main-section-event-detail-wrapper .column-caption .sns .share-twitter iframe {
  vertical-align: bottom;
}

.main-section-event-detail-wrapper .mr20 {
  margin-right: 20px;
}

.main-section-event-detail-wrapper .d-ib {
  display: inline-block;
}

.main-section-event-detail-wrapper .contents-title {
  text-align: left;
  margin: 0 0 15px;
  font-size: 20px;
}

.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: -10px 0;
}

.table-style th {
  background-color: #e1e1e1;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  width: 150px;
  letter-spacing: 0.2em;
}

.table-style td {
  padding: 0 0 0 20px;
}

.column-text-wrapper {
  margin: 50px 0;
}

.out-link a, .pdf-link a {
  display: inline-block;
  color: #b89469;
  text-decoration: underline;
  padding-right: 1.5em;
}

.out-link a {
  background: url(../images/common/link-icon-out.png) no-repeat right center;
}

.pdf-link.mt40 {
  margin-top: 40px;
}

.pdf-link a {
  background: url(../images/common/link-icon-pdf.png) no-repeat right center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}



/* 220805変更 */
.entries-container .entry-box .box.textBox{
    position: relative;
}
.entries-container .entry-box .box .text {
    display: table-cell;
    overflow: inherit;
    line-height: 1.5em;
    max-height: 3em;
}


.entries-container .entry-box a {
    padding-bottom: 30px;
    position: relative;
}
.entries-container .entry-box .info {
    width: auto;
}
.entries-container .entry-box .info ._sp-only {
    display: none !important;
}


.main-section-shop-news-wrapper .entries-container .entry-box .info .name {
    line-height: 1.5em;
    padding-bottom: 3px;
}
.entries-container .entry-box .info .info-left{
    vertical-align: bottom;
    line-height: 1.3em;
}
.entries-container .entry-box .info .info-left .mg-area{
    color: #fff;
}
.main-section-shop-news-wrapper .entries-container .entry-box .info-left .floor {
    color: #fff;
    margin-left: 3px;
}


 .entries-container .entry-box .info .info-left{
    display: table-cell;
     width: auto;
     vertical-align: bottom;
}
.entries-container .entry-box .info .info-left p{
    display: table;
     padding: 2px 15px 2px 5px;
     position: relative;

}
.entries-container .entry-box .info.-all .info-left p{
    background-color: #b8986f;
}
.entries-container .entry-box .info.-mg1_3 .info-left p{
  background-color: #b8986f;
}
.entries-container .entry-box .info.-mg1 .info-left p{
    background-color: #322d85;
}
.entries-container .entry-box .info.-mg2 .info-left p,.entries-container .entry-box .info.-mg3 .info-left p,.entries-container .entry-box .info.-mg2_3 .info-left p{
     background-color: #e0315c;
}


.entries-container .entry-box .info .info-left p::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
 border-top: 20px solid #fff;
    border-right: 0px solid transparent;
     border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
}
.entries-container .entry-box .info {
    margin-top: 7px;
}
.entries-container .entry-box .info.-all{
    border-bottom: 1px solid #b8986f;
    width: 100%;
}
.entries-container .entry-box .info.-mg1_3{
  border-bottom: 1px solid #b8986f;
  width: 100%;
}
.entries-container .entry-box .info.-mg1{
    border-bottom: 1px solid #322d85;
    width: 100%;
}
.entries-container .entry-box .info.-mg2,.entries-container .entry-box .info.-mg3,.entries-container .entry-box .info.-mg2_3{
    border-bottom: 1px solid #e0315c;
    width: 100%;
}
.entries-container .entry-box .title {
    margin: 6px 0 5px;
}
.entries-container .entry-box .info-right {
    overflow: hidden;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
}
.entries-container .entry-box .info-right span {
    display: block;
    float: right;
    margin-left: 5px;
    white-space: nowrap;
    text-align: right;
}
@media screen and (max-width: 767px) {
.entries-container .entry-box.-event .info {
    display:table;
}
}
/* ----------------------------------------------------------------------
 * sp
 * ---------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* -----
   * イベント&トピックス
  ----------------------------------------------------------------------------- */
  .entries-container .entries {
    margin-top: -20px;
  }
  .shop-nav .search-type {
    width: auto;
    margin: 0 auto;
    padding: 0 23px;
  }
  .shop-nav .search-type .search-type-list {
    display: table;
    width: 100%;
  }
  .shop-nav .search-type .search-type-list li {
    display: table-cell;
    font-size: 12px;
  }
  .shop-nav .search-type .search-type-list li:nth-child(1) {
    margin-left: 0;
  }
  .shop-nav .search-type .search-type-list li:nth-child(2) {
    margin-left: 0;
  }
  .shop-nav .search-type .search-type-list li:nth-child(3) {
    margin-left: 0;
  }
  .shop-nav .search-type .search-type-list li.-current > *:before {
    background-position: 0 -18px;
  }
  .shop-nav .search-type .search-type-list li:hover > *:before {
    background-position: 0 -18px;
  }
  .shop-nav .search-type .search-type-list li:last-child > * {
    padding-right: 0;
    margin-right: 0.5em;
  }
  .shop-nav .search-type .search-type-list li > * {
    margin-right: 0.5em;
    padding-left: 1.8em;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .shop-nav .search-type .search-type-list li > *:before {
    top: 0;
    width: 14px;
    height: 18px;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
  .shop-nav .search-category {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-nav .search-category .search-category-list {
    margin: 0;
  }
  .shop-nav .search-category .search-category-list .link-button-border {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    border-top: 1px solid #d8c7b1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .shop-nav .search-category .search-category-list .link-button-border:first-child {
    border: none;
  }
  .shop-nav .search-category .search-category-list .link-button-border:nth-child(3n-2) {
    margin-left: 0;
  }
  .shop-nav .search-category .search-category-list .link-button-border:before {
    margin: 0;
  }
  .shop-nav .search-category .search-category-list .link-button-border.-current > span:after, .shop-nav .search-category .search-category-list .link-button-border.-current > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .shop-nav .search-category .search-category-list .link-button-border.-current .search-category-term {
    display: block;
  }
  .shop-nav .search-category .search-category-list .link-button-border > span, .shop-nav .search-category .search-category-list .link-button-border > a {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 12px;
    -webkit-transition: none;
    transition: none;
  }
  .shop-nav .search-category .search-category-list .link-button-border > span:after, .shop-nav .search-category .search-category-list .link-button-border > a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 14px;
    display: inline-block;
    background: url(../images/shop/search-category-list-arrow.png) no-repeat;
    width: 6px;
    height: 11px;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
  .shop-nav .search-category .search-category-term {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f8f4ef;
  }
  .shop-nav .search-category .search-category-term-list {
    margin: 0 0 0 12px;
  }
  .shop-nav .search-category .search-category-term-list > li {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .shop-nav .search-alphabet {
    width: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  .shop-nav .search-alphabet .jp-list {
    width: 100%;
    float: none;
  }
  .shop-nav .search-alphabet .jp-list .link-button-border {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 62px;
    font-size: 16px;
  }
  .shop-nav .search-alphabet .jp-list .link-button-border > *:first-letter {
    font-size: 21px;
  }
  .shop-nav .search-alphabet .en-list {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .shop-nav .search-alphabet .en-list .link-button-border {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .entries-menu {
    margin-top: 20px;
  }
  /* -----
   * 記事ページ
  ----------------------------------------------------------------------------- */
  .main-section-event-detail-wrapper {
    padding-top: 40px;
  }
  .main-section-event-detail-wrapper .column-wrapper {
    margin-bottom: 60px;
  }
  .main-section-event-detail-wrapper .column-wrapper .page-title {
    margin: 30px 0;
    font-size: 18px;
  }
  .main-section-event-detail-wrapper .column-wrapper .link-button {
    font-weight: bold;
  }
  .main-section-event-detail-wrapper .main_thumb {
    margin-bottom: 15px;
  }
  .main-section-event-detail-wrapper .main_thumb.-new:before {
    top: -22px;
    left: -15px;
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
  }
  .main-section-event-detail-wrapper .column-caption .date {
    margin: 5px .5em 0 0;
  }
  .main-section-event-detail-wrapper .column-caption .category {
    font-size: 10px;
    margin: 5px 0 0;
  }
  .main-section-event-detail-wrapper .sns {
    margin: 5px 0 0;
    font-size: 0;
  }
  .main-section-event-detail-wrapper .contents-title {
    font-size: 18px;
  }
  .table-style th {
    width: 30%;
  }
  .column-text-wrapper {
    margin: 40px 0 30px;
  }
  .pdf-link.mt40 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 375px) {
  .main-section-event-detail-wrapper .column-caption .date {
    margin: 5px .2em 0 0;
  }
  .main-section-event-detail-wrapper .column-caption .category {
    padding: 5px 5px 2px;
  }
  .main-section-event-detail-wrapper .column-caption .sns {
    position: relative;
    top: -1px;
  }
}
