@charset "UTF-8";
.customList .userDots li:before, .customList .userDots li button:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@media (max-width: 1480px) {
  .leftSideBox.outer {
    width: 60px; } }

.mainArea.ins {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 1181px) {
    .mainArea.ins {
      padding-top: 70px; } }
  @media screen and (min-width: 741px) and (max-width: 1480px) {
    .mainArea.ins {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 740px) {
    .mainArea.ins {
      padding-left: 20px;
      padding-right: 20px; } }
  .mainArea.ins .wrap {
    max-width: 1280px; }

[class*='smooth'] {
  position: absolute; }
  @media (max-width: 1180px) {
    [class*='smooth'] {
      display: none; } }
  [class*='smooth'] .Img {
    display: block;
    background-repeat: no-repeat;
    background-position: center; }

.smooth1 {
  top: 13%;
  right: 0; }
  .smooth1 .Img {
    width: 910px;
    height: 866px;
    background-image: url(../images/bgDining03.png); }

.smooth2 {
  left: -10%;
  bottom: 12%; }
  .smooth2 .Img {
    width: 930px;
    height: 430px;
    background-image: url(../images/bgDining05.jpg); }

.itemList li {
  margin-bottom: 180px; }
  @media screen and (min-width: 741px) and (max-width: 1180px) {
    .itemList li {
      margin-bottom: 60px; } }
  @media (max-width: 740px) {
    .itemList li {
      margin-bottom: 20px; } }
  @media (min-width: 1181px) {
    .itemList li:nth-of-type(2n+2) .item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .itemList li:nth-of-type(2n+2) .Txt {
      left: auto;
      right: 0;
      padding-left: 330px;
      padding-right: 70px; } }
  @media (min-width: 1181px) and (max-width: 1280px) {
    .itemList li:nth-of-type(2n+2) .Txt {
      padding-left: 300px; } }
  @media (min-width: 1181px) {
    .itemList li:nth-of-type(2n+2) .floor {
      left: auto;
      right: -40px; } }

.itemList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1181px) {
    .itemList .item {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (max-width: 1180px) {
    .itemList .item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 765px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 741px) {
    .itemList .item:hover .floor {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3), 0px 1px 30px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3), 0px 1px 30px 10px rgba(0, 0, 0, 0.1);
      background-color: #FFF;
      color: #A32135; } }

.itemList .Img {
  position: relative;
  width: 60%;
  max-width: 765px;
  z-index: 1; }
  @media (max-width: 1180px) {
    .itemList .Img {
      width: 100%; } }
  .itemList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.itemList .Txt {
  max-width: 765px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 30px 0.6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0.6px rgba(0, 0, 0, 0.05);
  padding-top: 75px;
  padding-left: 75px; }
  @media (min-width: 1181px) {
    .itemList .Txt {
      position: absolute;
      top: 60px;
      left: 0;
      width: 60%;
      height: 474px; }
      .itemList .Txt > * {
        max-width: 360px; } }
  @media (max-width: 1280px) {
    .itemList .Txt {
      padding-top: 40px;
      padding-left: 40px; } }
  @media (max-width: 1180px) {
    .itemList .Txt {
      width: 100%;
      padding-right: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 740px) {
    .itemList .Txt {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 30px; } }

.itemList .floor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #1b1b1b;
  -webkit-box-shadow: 0px 0px 0px 10px #b5b5b5;
  box-shadow: 0px 0px 0px 10px #b5b5b5;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #ffffff; }
  @media (min-width: 1181px) {
    .itemList .floor {
      top: 100px;
      left: -37px; } }
  @media screen and (min-width: 741px) and (max-width: 1180px) {
    .itemList .floor {
      left: 80%;
      bottom: -37px;
      margin-left: -37px; } }
  @media (max-width: 740px) {
    .itemList .floor {
      width: 60px;
      height: 60px;
      right: 10px;
      bottom: 10px;
      background-color: #FFF;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3), 0px 1px 30px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3), 0px 1px 30px 5px rgba(0, 0, 0, 0.1);
      color: #111; } }

.itemList h2.en {
  margin-bottom: 5px; }
  .itemList h2.en a {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #111; }

.itemList h2.tw a {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.05em; }

.itemList .ellipsis {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 25px;
  color: #111;
  height: 75px;
  margin-top: 15px;
  margin-bottom: 15px; }

.itemList .moreBtn {
  margin-top: 8px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111;
  z-index: 1;
  margin-top: 50px; }
  .itemList .moreBtn:hover {
    color: #A32135; }
    .itemList .moreBtn:hover:after {
      background-color: #A32135; }
  .itemList .moreBtn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    height: 200%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1; }
  .itemList .moreBtn:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  @media (max-width: 740px) {
    .itemList .moreBtn {
      margin-top: 20px; } }

@media (max-width: 740px) {
  .infoBox {
    padding-bottom: 0px; } }

.infoBox > .floor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111; }
  @media (min-width: 1181px) {
    .infoBox > .floor {
      top: 50%;
      left: -47px;
      margin-top: -47px; } }
  @media (max-width: 1180px) {
    .infoBox > .floor {
      top: -114px;
      right: 20px; } }
  @media (max-width: 740px) {
    .infoBox > .floor {
      top: -190px;
      right: 15px;
      width: 75px;
      height: 75px;
      font-size: 22px;
      -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3); } }
  .infoBox > .floor span {
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #454545; }
    @media (max-width: 740px) {
      .infoBox > .floor span {
        font-size: 12px; } }

.infoBox .infoWrap {
  max-width: 530px; }

.infoBox .titleBox .en {
  font-size: 40px;
  font-weight: 400; }
  .infoBox .titleBox .en span {
    font-weight: 400; }

.infoBox .titleBox .tw {
  margin-top: 10px; }

.infoBox .info {
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #454545; }

.infoBox .btnBox {
  margin-top: 40px; }

.infoBox .viewBtn {
  position: relative;
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
  background-color: #1b1b1b; }
  .infoBox .viewBtn:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 36px;
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top; }
  .infoBox .viewBtn:hover {
    background-color: #A32135; }

.infoBox .mid {
  margin-top: 45px;
  overflow: hidden; }
  .infoBox .mid > div {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #666666;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-bottom: 30px; }
    .infoBox .mid > div:not(:last-child) {
      border-bottom: 1px solid #ededed; }
  .infoBox .mid h2 {
    margin-left: -18px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #A32135; }
    .infoBox .mid h2:before {
      content: '．';
      position: relative;
      display: inline-block; }

.infoBox .bottom .btn {
  position: relative;
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
  background-color: #1b1b1b; }
  .infoBox .bottom .btn:hover {
    background-color: #A32135; }

.userCustomArea {
  position: relative;
  background-color: #FFF;
  z-index: 2; }

.customList li.center .item > .Img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .customList li.center .item > .Img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.customList li.center .userTxt {
  position: relative;
  max-width: 1280px;
  min-height: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 741px) and (max-width: 1180px) {
    .customList li.center .userTxt {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 741px) and (max-width: 1366px) {
    .customList li.center .userTxt {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1366px) {
    .customList li.center .userTxt {
      max-width: 100%; } }
  @media (max-width: 1180px) {
    .customList li.center .userTxt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1181px) {
    .customList li.center .userTxt.right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }
  @media (min-width: 1366px) {
    .customList li.center .userTxt.right .innerLeftBox {
      margin-left: 120px;
      margin-right: 0; } }
  @media screen and (min-width: 1181px) and (max-width: 1366px) {
    .customList li.center .userTxt.right .innerLeftBox {
      margin-left: 30px; } }

.customList li.center .innerLeftBox {
  margin-left: 0;
  margin-right: 120px; }
  @media (max-width: 1366px) {
    .customList li.center .innerLeftBox {
      margin-right: 30px; } }
  @media (max-width: 1180px) {
    .customList li.center .innerLeftBox {
      width: 100%;
      max-width: 660px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 740px) {
    .customList li.center .innerLeftBox {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; } }

@media (max-width: 1180px) {
  .customList li.center .innerRightBox {
    width: 100%;
    max-width: 660px; } }

.customList li.left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1180px) {
    .customList li.left .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.customList li.left .Img,
.customList li.left .userTxt {
  width: 50%; }
  @media (max-width: 1180px) {
    .customList li.left .Img,
    .customList li.left .userTxt {
      width: 100%;
      max-width: 660px;
      margin-left: auto;
      margin-right: auto; } }

.customList li.left .userTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1367px) {
    .customList li.left .userTxt {
      padding-left: 140px; } }
  @media (max-width: 740px) {
    .customList li.left .userTxt {
      padding-left: 20px;
      padding-right: 20px; } }

.customList li.left .innerBox {
  width: 100%; }
  @media (min-width: 1181px) {
    .customList li.left .innerBox {
      max-width: 490px; } }
  @media (max-width: 1366px) {
    .customList li.left .innerBox {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1180px) {
    .customList li.left .innerBox {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }

.customList li.right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1181px) {
    .customList li.right .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }
  @media (max-width: 1180px) {
    .customList li.right .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.customList li.right .Img,
.customList li.right .userTxt {
  width: 50%; }
  @media (max-width: 1180px) {
    .customList li.right .Img,
    .customList li.right .userTxt {
      width: 100%;
      max-width: 660px;
      margin-left: auto;
      margin-right: auto; } }

.customList li.right .userTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 1367px) {
    .customList li.right .userTxt {
      padding-right: 140px; } }
  @media (max-width: 740px) {
    .customList li.right .userTxt {
      padding-left: 20px;
      padding-right: 20px; } }

.customList li.right .innerBox {
  width: 100%; }
  @media (min-width: 1181px) {
    .customList li.right .innerBox {
      max-width: 490px; } }
  @media (max-width: 1366px) {
    .customList li.right .innerBox {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1180px) {
    .customList li.right .innerBox {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }

.customList .item {
  position: relative; }

.customList img {
  display: block;
  width: 100%; }

.customList .userDots {
  position: relative;
  display: inline-block;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 740px) {
    .customList .userDots {
      height: 30px; } }
  .customList .userDots .slick-dots {
    position: relative;
    bottom: auto;
    width: auto; }
    @media (min-width: 741px) {
      .customList .userDots .slick-dots {
        display: inline-block !important; } }
  .customList .userDots li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
    .customList .userDots li:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 1px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: solid 1px #FFF;
      opacity: 0; }
    .customList .userDots li.slick-active:before {
      opacity: 1;
      border-color: #adb1b3; }
    .customList .userDots li.slick-active button:before {
      background-color: #111;
      opacity: 1; }
    .customList .userDots li button {
      position: relative; }
      .customList .userDots li button:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #111;
        opacity: 1; }
  .customList .userDots .prevArrow {
    width: 38px;
    height: 24px;
    background-image: url(../images/prevArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    @media (min-width: 741px) {
      .customList .userDots .prevArrow {
        position: absolute;
        right: calc(100% + 15px);
        top: 0; } }
    @media (max-width: 740px) {
      .customList .userDots .prevArrow {
        position: relative;
        display: inline-block !important;
        height: 30px; } }
  .customList .userDots .icon {
    display: inline-block;
    width: 34px;
    height: 30px;
    background-image: url(../images/icon03.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 741px) {
      .customList .userDots .icon {
        display: none; } }
  .customList .userDots .nextArrow {
    width: 38px;
    height: 24px;
    background-image: url(../images/nextArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    @media (min-width: 741px) {
      .customList .userDots .nextArrow {
        position: absolute;
        left: calc(100% + 15px); } }
    @media (max-width: 740px) {
      .customList .userDots .nextArrow {
        position: relative;
        display: inline-block !important;
        height: 30px; } }
  .customList .userDots.white li.slick-active:before {
    border-color: #FFF; }
  .customList .userDots.white li.slick-active button:before {
    background-color: #FFF; }
  .customList .userDots.white li button:before {
    background-color: #ffffff; }
  .customList .userDots.white .prevArrow {
    background-image: url(../images/prevArrow02.png); }
  .customList .userDots.white .nextArrow {
    background-image: url(../images/nextArrow02.png); }
  .customList .userDots.white .icon {
    background-image: url(../images/icon04.svg); }
  @media (max-width: 740px) {
    .customList .userDots.white .slick-dots {
      display: none !important; } }

.innerRightBox {
  text-align: center; }

.userTitle {
  margin-bottom: 26px; }
  .userTitle .en {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0; }
  .userTitle .tw {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.05em; }

.userInfo {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 26px; }

@media (max-width: 1180px) {
  .userMenuList {
    max-width: 100%; } }

.userMenuList li {
  margin-bottom: 20px; }

.userMenuList .menuTitle01 {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.025em; }

.userMenuList .menuTitle02 {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.05em; }

.userMenuList .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .userMenuList .price:before {
    content: '';
    margin-right: 10px;
    border-top: 1px dashed #CACACA;
    color: #CACACA;
    width: 100%;
    height: 1px; }

.userAlbumList {
  width: 100%;
  max-width: 660px; }
