@charset "UTF-8";
.triplabot-icon-container,
#tripla-icon-message {
  opacity: 1;
  visibility: visible;
}

/* ::::::::::::::::::::::::::::::::: FOR TOP PAGE ::::::::::::::::::::::::::::::::: */
/* Main Visual */
.topVisualBlock {
  position: relative;
  background: #1A1D20;
  overflow: hidden;
}

.topVisualBlock video {
  vertical-align: top;
  width: 100%;
}

@keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 160px;
}

@media screen and (max-width: 989px) {
  .bg {
    padding-bottom: 20px;
  }
}

.bg img {
  width: 266px;
  height: 72px;
}

.topVisualBlock ul.imgList,
.topVisualBlock ul.imgList li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topVisualBlock ul.imgList li {
  opacity: 0;
  transform: scale(1.08);
  transition: all 1.8s ease;
}

.topVisualBlock ul.imgList li.on {
  opacity: 1;
  transform: scale(1);
}

.topVisualBlock ul.markList {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 160px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.topVisualBlock ul.markList.on {
  opacity: 1;
  transform: translateY(0px);
}

.topVisualBlock ul.markList li {
  width: 30px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}

.topVisualBlock ul.markList li span {
  height: 3px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.topVisualBlock ul.markList li.on span {
  background: #638fa2;
}

.bookingBlock {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 150px;
  margin-top: -145px;
}

.bookingBlock p.title {
  padding: 14px 0 2px;
  height: 19px;
  font-size: 1.4rem;
  color: #FFF;
}

.bookingGadget .left {
  width: 190px;
  float: left;
}

.bookingGadget .left ul {
  display: flex;
  justify-content: space-between;
}

.bookingGadget .left ul li {
  width: 95px;
}

.bookingGadget .left ul li span {
  display: block;
  height: 25px;
  padding: 55px 0 0;
  color: #6e7072;
  font-size: 10px;
  cursor: pointer;
  border-radius: 3px;
}

.bookingGadget .left ul li.on span {
  color: #DDD;
}

.bookingGadget .left ul li.stay.on span {
  background: #3c3e40 url(../img/top/mark_stay_on.svg) no-repeat center top;
  background-size: 45px 45px;
}

.bookingGadget .left ul li.stay span {
  background: url(../img/top/mark_stay.svg) no-repeat center top;
  background-size: 45px 45px;
}

.bookingGadget .left ul li.restaurant.on span {
  background: #3c3e40 url(../img/top/mark_restaurant_on.svg) no-repeat center top;
  background-size: 45px 45px;
}

.bookingGadget .left ul li.restaurant span {
  background: url(../img/top/mark_restaurant.svg) no-repeat center top;
  background-size: 45px 45px;
}

.bookingGadget .right {
  width: 760px;
  float: right;
}

.bookingGadget .right .inputBlock {
  display: none;
}

.bookingGadget .right .inputBlock.on {
  display: block;
}

/* Pick Up*/
/*.section.pickup{padding-bottom: 40px;}*/
/* Feature */
.section.feature {
  padding: 0;
  background: #FFF;
}

.fWrap {
  height: 620px;
  width: 100%;
  position: relative;
}

.fWrap .left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 280px 0 0;
}

.fWrap .left .block {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fWrap .left .block .blockInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.fWrap .left .block .inner {
  width: 480px;
  padding: 0 0 0 13%;
}

.fWrap .left .block .inner h2,
.fWrap .left .block .inner p {
  color: #FFF;
  text-align: left;
}

.fWrap .left .block .inner h2 {
  font-size: 2.7rem;
  line-height: 1.5;
  margin: 0 0 30px;
  font-weight: 500;
}

.fWrap .left .block .inner p {
  font-size: 1.4rem;
}

.fWrap .left .block .inner p.cap {
  margin: 0 0 20px;
  font-weight: 500;
}

.fWrap .left .block .inner p.cap span.name {
  border-bottom: 1px solid #FFF;
  padding: 2px 0 3px;
}

.fWrap .left .block .inner p.cap span.num {
  border: 1px solid #FFF;
  padding: 2px 9px 3px 7px;
}

.fWrap .left .block .inner p.link {
  padding: 25px 0 0;
}

.fWrap .left .block .inner p.link a {
  color: #FFF;
  text-decoration: underline;
  background: url(../img/common/vector_sub_white.svg) no-repeat left center;
  background-size: 6px 7px;
  padding: 0 0 0 15px;
}

.fWrap .left ul.slick-dots {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 27px;
}

.fWrap .left ul.slick-dots li {
  float: none;
  width: 30px;
  height: 3px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
}

.fWrap .left ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.6);
}

.fWrap .left button.slick-prev,
.fWrap .left button.slick-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-indent: -999px;
  overflow: hidden;
  z-index: 5;
}

.fWrap .left button.slick-prev {
  background: url(../img/common/vector_pickup_left_white.svg) no-repeat center center;
  background-size: 30px 30px;
  left: 20px;
}

.fWrap .left button.slick-next {
  background: url(../img/common/vector_pickup_right_white.svg) no-repeat center center;
  background-size: 30px 30px;
  right: 300px;
}

.fWrap .slick-track,
.fWrap .slick-list {
  height: 100%;
}

.fWrap .right {
  width: 280px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

.fWrap .right .block {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.fWrap .right .block a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  overflow: visible;
}

.fWrap .right .block p.more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 260px;
  height: 100%;
  right: 0;
  top: 0;
  background: #8ab8b4;
  border-right: 20px solid #466e48;
  font-size: 1.5rem;
  font-weight: bold;
  transition: width 0.3s ease;
}

.fWrap .right .block p.more span {
  border-bottom: 2px solid #FFF;
  padding: 3px 2px 2px;
}

.fWrap .right .block p.more:hover {
  width: 310px;
}

.fWrap .right .slick-list {
  overflow: visible;
}

.fWrap .right .block.green p.more {
  background: #8ab8b4;
  border-color: #466e48;
}

.fWrap .right .block.yellow p.more {
  background: #d4b572;
  border-color: #ab7d33;
}

.fWrap .right .block.red p.more {
  background: #cf928f;
  border-color: #851d37;
}

.fWrap .right .block.purple p.more {
  background: #91829d;
  border-color: #65577b;
}

.fWrap .right .block.blue p.more {
  background: #7393a3;
  border-color: #293e5c;
}

.fWrap .right .block.brown p.more {
  background: #9d8d83;
  border-color: #665852;
}

@media screen and (min-width: 1450px) {
  .fWrap {
    height: 700px;
  }
}

/* Reservation & Contact */
.section.contact {
  background: #515457;
}

.section.contact h3 {
  color: #FFF;
}

ul.contactList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

ul.contactList li {
  background: #6c6e70;
  width: 170px;
}

ul.contactList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 990px) {
  ul.contactList li a {
    /*　　safari hack　　*/
  }
  ul.contactList li a _::-webkit-full-page-media, ul.contactList li a _:future, :root ul.contactList li a {
    height: 253px;
  }
}

ul.contactList li p {
  color: #FFF;
  font-weight: 500;
}

ul.contactList li .img {
  min-height: 0%;
}

ul.contactList li p.title {
  font-size: 1.5rem;
  padding: 15px 0;
  margin-top: auto;
}

ul.contactList li p.btn {
  font-size: 1.45rem;
  line-height: 40px;
  background: #858889;
  margin: auto 20px 20px;
}

/* Topics */
.topicsBlock.top {
  margin-bottom: 50px;
}

/* Official SNS*/
font.iconInsta,
font.iconPin,
font.iconFB,
font.iconTW {
  padding: 0 10px 0 35px;
}

font.iconInsta {
  background: url(../img/top/icon_insta.svg) no-repeat left center;
  background-size: 24px 24px;
}

font.iconPin {
  background: url(../img/top/icon_pin.svg) no-repeat left center;
  background-size: 24px 24px;
}

font.iconFB {
  background: url(../img/top/icon_fb.svg) no-repeat left center;
  background-size: 24px 24px;
}

font.iconTW {
  background: url(../img/top/icon_tw.svg) no-repeat left center;
  background-size: 24px 24px;
}

@media screen and (max-width: 989px) {
  .section .sns ul.tabListL {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 989px) {
  .section .sns ul.tabListL li {
    width: 23%;
    margin: 0;
    white-space: normal;
  }
  .section .sns ul.tabListL li font {
    background: none;
    width: 100%;
    padding: 0;
  }
  .section .sns ul.tabListL li span {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0;
    line-height: 1.3;
  }
}

.section ul.tabListL li span.hoverAlpha {
  background: #a8aaab;
  cursor: pointer;
}

.section ul.tabListL li span.hoverAlpha::after {
  display: none;
}

.inner960.sns {
  overflow: hidden;
}

.snsWrap {
  width: 400%;
  height: 400px;
  padding: 0;
}

.snsWrap .block {
  width: 25%;
  height: 400px;
  float: left;
}

.snsWrap .block.insta {
  display: block;
  background: none;
  height: auto;
}

.snsWrap .block.insta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.snsWrap .block.insta ul li {
  width: 184px;
  height: 184px;
  margin: 0 0 10px;
  position: relative;
}

/* ファイスブック、ツイッター*/
.snsWrap .block.insta ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.snsWrap .block {
  display: flex;
  flex-direction: row-reverse;
  background: #f4f2f0;
  height: 378px;
}

@media screen and (max-width: 989px) {
  .snsWrap .block {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 989px) {
  .snsWrap .block .img img {
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 60vw;
  }
}

.snsWrap .block .snsSection {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 75px;
  text-align: left;
}

@media screen and (max-width: 989px) {
  .snsWrap .block .snsSection {
    padding: 25px 5% 30px;
  }
}

.snsWrap .block .snsSection p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 989px) {
  .snsWrap .block .snsSection p {
    font-size: 1.5rem;
  }
}

.snsWrap .block .snsSection .btn {
  margin-top: 40px;
}

@media screen and (max-width: 989px) {
  .snsWrap .block .snsSection .btn {
    margin-top: 25px;
  }
}

.snsWrap .block .snsSection .btn a {
  display: block;
  background: #3a5590;
  width: 360px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 989px) {
  .snsWrap .block .snsSection .btn a {
    width: 100%;
    font-size: 1.5rem;
  }
}

.snsWrap .block .snsSection .btn a img {
  vertical-align: middle;
  margin: -5px 15px 0 0;
}

.snsWrap .block.tw .btn a {
  background: #59abd3;
}

/*　ピンタレスト　*/
@media screen and (max-width: 989px) {
  .snsWrap .block.pin {
    background: #fff;
    height: 100%;
    padding-bottom: 0;
  }
}

.snsWrap .block.pin > span {
  border-radius: 0;
  box-shadow: none;
}

.snsWrap .block.pin span[style="height: 270px;"] {
  margin: 0 -3px;
}

@media screen and (max-width: 989px) {
  .snsWrap .block.pin span[style="height: 270px;"] {
    height: 85vw !important;
    margin: 0 -1px;
  }
}

.snsWrap .block.pin span[style="height: 270px;"] > span > span {
  padding: 5px;
}

@media screen and (max-width: 989px) {
  .snsWrap .block.pin span[style="height: 270px;"] > span > span {
    padding: 3px;
  }
}

.snsWrap .block.pin span[style="height: 270px;"] > span > span > span {
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 5px !important;
}

@media screen and (max-width: 989px) {
  .snsWrap .block.pin span[style="height: 270px;"] > span > span > span {
    margin-bottom: 3px !important;
  }
}

/* FOR SMALL PC OR TABLET DEVICE */
/* ::::::::::::::::::::::::::::::::: PC ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px) {
  .snsWrap .block.insta ul li:nth-child(11),
  .snsWrap .block.insta ul li:nth-child(12) {
    display: none;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  /* Main Visual */
  .topVisualBlock span.loadMark {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(255, 255, 255, 0.2);
    animation: spinLoad 1.2s linear 0s infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .topVisualBlock ul.markList {
    bottom: 20px;
  }
  .bookingBlock {
    position: relative;
    min-height: auto;
    margin: 0;
  }
  .bookingBlock p.title {
    padding: 20px 0 15px;
    height: auto;
  }
  .bookingGadget .left {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .bookingGadget .left ul li {
    width: 47.5%;
    cursor: pointer;
  }
  .bookingGadget .left ul li.on {
    background: #3c3e40;
    border-radius: 3px;
  }
  .bookingGadget .left ul li span {
    display: inline-block;
    height: 50px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 50px;
  }
  .bookingGadget .left ul li.stay.on span {
    background: #3c3e40 url(../img/top/mark_stay_on.svg) no-repeat 0 -3px;
    background-size: 45px 45px;
    padding: 0 10px 0 55px;
  }
  .bookingGadget .left ul li.stay span {
    background: url(../img/top/mark_stay.svg) no-repeat 0 -3px;
    background-size: 45px 45px;
    padding: 0 10px 0 55px;
  }
  .bookingGadget .left ul li.restaurant.on span {
    background: #3c3e40 url(../img/top/mark_restaurant_on.svg) no-repeat -5px -3px;
    background-size: 45px 45px;
    padding: 0 5px 0 35px;
  }
  .bookingGadget .left ul li.restaurant span {
    background: url(../img/top/mark_restaurant.svg) no-repeat -5px -3px;
    background-size: 45px 45px;
    padding: 0 5px 0 35px;
  }
  .bookingGadget .right {
    width: 100%;
    float: none;
  }
  p.accessBtn {
    padding: 20px 5%;
    background: #6c6e70;
  }
  p.accessBtn a {
    background: #858889;
    line-height: 40px;
    font-size: 1.45rem;
    color: #FFF;
    display: block;
    font-weight: bold;
  }
  /* Pick Up*/
  /*.section.pickup{padding-bottom: 20px;}*/
  /* Feature */
  .fWrap {
    height: 650px;
  }
  .fWrap .left {
    position: relative;
    height: 550px;
    padding: 0;
  }
  .fWrap .left .block .inner {
    width: 85%;
    padding: 0 7.5% 40px;
  }
  .fWrap .left .block .inner h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .fWrap .left .block .inner p.cap {
    line-height: 2.5;
    margin: 0 0 15px;
  }
  .fWrap .left .block .inner p.cap span.name {
    padding: 1px 0 2px;
  }
  .fWrap .left .block .inner p.cap span.num {
    padding: 1px 9px 2px 7px;
  }
  .fWrap .left ul.slick-dots {
    bottom: 30px;
  }
  .fWrap .left button.slick-prev,
  .fWrap .left button.slick-next {
    top: auto;
    bottom: 16px;
    margin: 0;
  }
  .fWrap .left button.slick-prev {
    left: 10px;
  }
  .fWrap .left button.slick-next {
    right: 10px;
  }
  .fWrap .right {
    width: 100%;
    height: 80px;
    right: 0;
    top: 0;
    position: relative;
  }
  .fWrap .right .block p.more {
    width: 100%;
    background: #8ab8b4;
    border-right: none;
    border-bottom: 20px solid #466e48;
  }
  .fWrap .right .block p.more span {
    line-height: 1.4;
  }
  .fWrap .right .block p.more:hover {
    width: 100%;
  }
  /* Reservation & Contact */
  ul.contactList {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  ul.contactList li {
    width: 47.5%;
    margin: 0 0 20px;
  }
  /*ul.contactList li:first-child {*/
  /*  width: 100%;*/
  /*}*/
  ul.contactList li p.title {
    font-size: 1.4rem;
  }
  ul.contactList li p.btn {
    font-size: 1.4rem;
    margin: auto 10% 20px;
  }
  /* Official SNS*/
  font.iconInsta,
  font.iconFB,
  font.iconTW {
    background: none;
    padding: 0;
  }
  .snsWrap {
    padding: 0 0 15px;
    _zoom: 1;
    overflow: hidden;
    height: auto;
  }
  .snsWrap .block {
    height: auto;
    overflow: hidden;
  }
  .snsWrap .block.insta ul li {
    width: 33.333%;
    margin: 0;
    height: 30vw;
  }
  .snsWrap .block.insta ul li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=map/top.css.map */
