@charset "UTF-8";
/* CSS Document */
a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

body {
  background: #fff;
}

/***
*
* layout
*
*/
/* header */
.header__title .title_sp {
  display: inline-block;
}

.header__title .title_pc {
  display: none;
}

/* バナー */
.bnr-area {
  margin: 30px 0;
  text-align: center;
}

.bnr-area a:hover {
  opacity: .7;
}

/* contents-wrap */
.contents-wrap__in {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
}

/***
*
* modules
*
*/
/**
*
* sale
*
*/
.salelist-container {
  margin: 50px 0 0;
}

.salelist-info1,
.salelist-info2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 20px 10px 0;
}

.salelist {
  margin: 10px 0;
}

.salelist__title {
  line-height: 1.1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  color: #000000;
  background: #fff1bd;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.salelist__title .ico-arr {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 9px;
  background: #fff;
}

.salelist__title .ico-arr:after {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #fff1bd transparent transparent transparent;
}

.salelist__title__floor {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  letter-spacing: .15em;
}

.salelist__shop {
  font-size: 1.4rem;
  padding: 30px 15px;
  border-top: 1px solid #ccc;
}

.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}

.salelist__link {
  display: block;
  text-decoration: none;
}

.salelist__data {
  display: table;
  width: 100%;
}

.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}

.salelist__data__item01 img {
  border: 1px solid #ccc;
}

.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}

.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}

.salelist__text {
  margin-top: 5px;
}

.salelist__title.is-open .ico-arr:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
*
* taglist
*
*/
.title-itemlist {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-top: 50px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  background: #e62f82;
}

.taglist {
  overflow: hidden;
  /*margin-top: 25px;*/
}

.taglist__item {
  display: none;
  margin-bottom: 15px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.taglist__item__in {
  height: 100%;
}

.taglist__item:nth-child(-n+6) {
  display: block;
}

.taglist__item:first-child {
  border-top: 1px solid #ccc;
}

.taglist__item:last-child {
  margin-bottom: 0;
}

.taglist__item a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  color: #555;
}

.taglist__item a:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.taglist__txt {
  margin-top: 15px;
}

.taglist__photo {
  position: relative;
  padding: 0 40px;
}

.taglist__kaeru {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 40px;
  display: inline-block;
  padding: 7px 5px;
  color: #fff;
  background: #ea5550;
}

.taglist__name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.taglist__title {
  font-weight: bold;
  margin-bottom: 6px;
}

/*@media screen and (max-width:1224px){
  .footer-bnr .ft-bnr {
    display: block;
    text-align: center;
  }
  .footer-bnr .ft-bnr:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
*/
.btn-taglist-more {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  display: none;
  width: 50%;
  margin: 30px auto;
  padding: 15px 0;
  cursor: pointer;
  letter-spacing: .15em;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: #ec7b94;
}

.btn-taglist-more:hover {
  opacity: .7;
}

.blog__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  padding: 9px 20px;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  background: #000;
}

.blog__title__ownly {
  margin-top: 50px;
}

.blog__title__blog {
  margin-top: 50px;
}

.localnav__item a {
  color: #fff;
}

.other-mds {
  margin-top: 20px;
  font-size: 16px;
}
.other-box {
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
  padding: 0 10px;
}
.other-box li {
  margin-bottom: 15px;
}
.other-box li .name {
  background: #FFF;
  border-radius: 7px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px;
  font-size: 18px;
}

.other-box li .text {
  background: #FFF;
  border-radius: 7px;
  padding: 5px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .other-mds {
    margin-top: 20px;
    font-size: 16px;
  }
  .other-box {
    font-size: 14px;
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .other-box li {
    display: flex;
    margin-bottom: 20px;
  }
  .other-box li .name {
    margin-right: 10px;
    margin-bottom: 0;
    width: 20%;
    padding: 8px;
    font-size: 18px;    
  }
  .other-box li .text {
    padding: 8px;
    flex: 1;
    display: flex;
    align-items: center;
  }
}

/*************************************
helper classes
*************************************/
.mt00 {
  margin-top: 0 !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* px */
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2.0 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.dy-n {
  display: none !important;
}

.dy-b {
  display: block !important;
}

.dy-ib {
  display: inline-block !important;
}

.dy-i {
  display: inline !important;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-bl {
  vertical-align: baseline !important;
}

.va-t {
  vertical-align: top !important;
}

.va-b {
  vertical-align: bottom !important;
}

.td-u {
  text-decoration: underline !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.facility-wrap {
  text-align: center;
  padding: 30px 10px 50px;
}

.facility-wrap .ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .12em;
  padding-bottom: 20px;
  line-height: 1;
  margin-bottom: 35px;
}

.facility-wrap .ttl span {
  position: relative;
}

.facility-wrap .ttl span:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 100%;
  bottom: -20px;
  left: 0;
  background: #fff1bd;
  border-radius: 5px;
}

.facility-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facility-wrap ul li {
  width: calc((100% - 15px) / 2);
  list-style: none;
  height: 45px;
  line-height: 45px;
  background: #fff1bd;
  color: #2d2b22;
  border-radius: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 4.27vw;
  letter-spacing: .1em;
}

.facility-wrap ul li:nth-child(even) {
  margin-left: 15px;
}

.facility-wrap ul li.small {
  font-size: 13px;
  font-size: 3.47vw;
}

.facility-text {
  position: relative;
  text-align: center;
  color: #2d2b22;
  background: #fff1bd;
  padding: 40px 0;
  font-size: 13px;
  font-size: 3.47vw;
  line-height: 1.923076923;
  font-weight: bold;
  letter-spacing: .1em;
}

.facility-text:before {
  position: absolute;
  content: '';
  top: -24px;
  left: 50%;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 25px 35px;
  border-color: transparent transparent #fff1bd transparent;
}

.facility-text .c-yel {
  color: #fffc00;
}

.facility-text .f-large {
  font-size: 25px;
  font-size: 6.67vw;
  line-height: 1.6;
}

.facility-text .type-02 {
  line-height: 2.307692308;
}

.facility-text .note {
  font-size: 10px;
  font-size: 2.67vw;
}

.facility-text br.pc-visible {
  display: none;
}

.facility-text br.sp-visible {
  display: inline-block;
}

/* 言語切替 */
.header {
  position: relative;
  background: #fff1bd;
}

.header .lang-wrap {
  position: relative;
  padding: 20px 10%;
  background: #fff1bd;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.header .btn-dropdown {
  position: relative;
}

.header .btn-dropdown:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 8px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
}

.header .lang-select {
  position: absolute;
  top: 10px;
  right: 2%;
  width: 125px;
  background: #3252a3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .lang-select a {
  padding: 8px 13px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.header .lang-menu {
  display: none;
}

.header .lang-menu li {
  list-style: none;
}

@media screen and (min-width: 1440px) {
  .header .lang-wrap {
    position: absolute;
    right: 2%;
    background: none;
    top: 10px;
  }
  .header .lang-wrap a:hover {
    background: #99a9d1;
  }
}

/* 英語ページ */
.BD-Lang_en .facility-wrap .ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
}

.BD-Lang_en .facility-wrap ul li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BD-Lang_en .facility-wrap ul li.small {
  font-size: 10px;
  font-size: 1rem;
}

.BD-Lang_en .facility-text {
  padding: 40px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-align: left;
}

.BD-Lang_en .facility-text .type-02 {
  padding-top: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

/* 繁体語ページ */
.BD-Lang_tw {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.BD-Lang_tw .facility-wrap .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .12em;
}

.BD-Lang_tw .facility-wrap ul li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BD-Lang_tw .facility-wrap ul li.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.BD-Lang_tw .facility-text {
  padding: 40px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-align: left;
}

.BD-Lang_tw .facility-text .type-02 {
  padding-top: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

/* 簡体語ページ */
.BD-Lang_cn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.BD-Lang_cn .facility-wrap .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .12em;
}

.BD-Lang_cn .facility-wrap ul li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BD-Lang_cn .facility-wrap ul li.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.BD-Lang_cn .facility-text {
  padding: 40px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-align: left;
}

.BD-Lang_cn .facility-text .type-02 {
  padding-top: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  .facility-wrap {
    padding: 45px 10px 60px;
  }
  .facility-wrap .ttl {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .facility-wrap .ttl span:after {
    height: 6px;
    border-radius: 3px;
  }
  .facility-wrap ul {
    /*justify-content: flex-start;*/
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
  }
  .facility-wrap ul li:nth-child(even) {
    margin-left: 15px;
  }
  .facility-wrap ul li {
    width: 29%;
    max-width: 260px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    font-size: 25px;
    margin: 0 15px 20px;
  }
  .facility-wrap ul li.small {
    font-size: 20px;
  }
  .facility-text {
    padding: 45px 0;
    font-size: 25px;
    line-height: 1.6;
  }
  .facility-text:before {
    top: -40px;
    left: 50%;
    margin-left: -35px;
    border-width: 0 35px 40px 35px;
  }
  .facility-text .f-large {
    font-size: 40px;
    letter-spacing: 1;
  }
  .facility-text .type-02 {
    font-size: 21px;
  }
  .facility-text .note {
    font-size: 15px;
  }
  .facility-text br.pc-visible {
    display: inline-block;
  }
  .facility-text br.sp-visible {
    display: none;
  }
  /* 言語切替 */
  .header .lang-wrap a:hover {
    background: #99a9d1;
  }
  /* 英語ページ */
  .BD-Lang_en .facility-wrap .ttl {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -.05em;
  }
  .BD-Lang_en .facility-wrap ul li {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .BD-Lang_en .facility-wrap ul li.small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .BD-Lang_en .facility-text {
    padding: 40px 25px;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0;
    text-align: center;
  }
  .BD-Lang_en .facility-text > div {
    max-width: 950px;
    margin: 0 auto;
  }
  .BD-Lang_en .facility-text .type-02 {
    padding-top: 25px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  /* 繁体語ページ */
  .BD-Lang_tw .facility-wrap .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .BD-Lang_tw .facility-wrap ul li {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: .1em;
  }
  .BD-Lang_tw .facility-wrap ul li.small {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .06em;
  }
  .BD-Lang_tw .facility-text {
    padding: 90px 0;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .BD-Lang_tw .facility-text .type-02 {
    padding-top: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
  }
  /* 簡体語ページ */
  .BD-Lang_cn .facility-wrap .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .BD-Lang_cn .facility-wrap ul li {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: .1em;
  }
  .BD-Lang_cn .facility-wrap ul li.small {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .06em;
  }
  .BD-Lang_cn .facility-text {
    padding: 90px 0;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .BD-Lang_cn .facility-text .type-02 {
    padding-top: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
  }
  .taglist {
    margin-top: 45px;
  }
  .header__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff1bd;
    padding: 20px 0;
  }
  .header__title .title_sp {
    display: none;
  }
  .header__title .title_pc {
    display: inline-block;
  }
  .salelist-container {
    margin: 80px 0 0;
  }
  .salelist {
    margin: 60px 0 0;
  }
  .salelist__title__floor {
    font-size: 3rem;
  }
  .salelist__cont__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .salelist__shop {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    text-decoration: none;
    opacity: .7;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .title-itemlist {
    font-size: 3rem;
  }
  .taglist__item {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ccc;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
  .blog__title {
    font-size: 3rem;
  }
  .blog__title__type1 {
    margin-top: 70px;
  }
  .blog__title__type2 {
    margin-top: 100px;
  }
}

.negaki-title {
  text-align: center;
  margin-top: 20px;
}

.negaki-title span {
  display: inline-block;
  border: 3px solid #fff1bd;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .negaki-title {
    margin-top: 60px;
  }
  .negaki-title span {
    padding: 10px 25px;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
