@charset "UTF-8";
.flex--cc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.modePC .mainvisual {
  height: calc(100vh - 60px);
  background: #000; }
.modeSP .mainvisual {
  height: 1224px;
  margin-bottom: 150px;
  height: calc(100vh - 110px);
  background-image: url(/img/kitchen/atmosphere/mainvisual_sp.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.modePC.touchUA .mainvisual {
  background-image: url(/img/kitchen/atmosphere/mainvisual_tap.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.modePC.noFixHeader .mainvisual {
  margin-bottom: 180px; }

.mainvisual .u1 {
  height: 100%;
  position: relative; }

.mainvisual .u1 li,
.mainvisual .u1 li a {
  height: 100%;
  position: relative;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }

.modeSP .mainvisual .u1 li a {
  display: block;
  width: 100%; }

.mainvisual .u1 .w1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.mainvisual .u1 li h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%; }
  .mainvisual .u1 li h1 p {
    color: #FFF; }
    .modeSP .mainvisual .u1 li h1 p {
      font-size: 60px; }

.mainvisual .barTitleC:after {
  background: #FFF; }
  .modeSP .mainvisual .barTitleC:after {
    margin: 35px auto 0; }

.modeSP .mainvisual .barTitleC48 p:nth-of-type(2) {
  font-size: 22px; }

/**
 * movie
 */
.modePC .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }

/* bgVideo */
.modePC .bgVideo {
  overflow: hidden;
  height: calc(100vh - 60px); }

.modePC.touchUA .bgVideo,
.modeSP .bgVideo {
  display: none; }

.modePC .bgVideo > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modePC .justH.bgVideo > div {
  height: 100vh !important;
  width: calc( 100vh / 562*1000 ) !important; }

.modePC .justW.bgVideo > div {
  width: 100vw !important;
  height: calc( 100vw * 0.562 ) !important; }

#youtube-movie-content {
  position: relative;
  /* height: calc(100vh - 60px); */
  overflow: hidden;
  pointer-events: none; }

.modeSP #youtube-movie-content {
  position: relative;
  height: 422px;
  overflow: hidden; }

#youtube-movie-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.full-movie-play {
  position: fixed;
  top: 6vw;
  left: 87vw;
  z-index: 20; }

.clickUA .full-movie-play svg:nth-of-type(1) {
  animation-name: play-circle;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-play-state: paused; }

.clickUA .full-movie-play:hover svg:nth-of-type(1) {
  animation-play-state: running; }

@keyframes play-circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.modeSP .full-movie-play {
  display: none; }

.full-movie-play svg {
  fill: #000;
  width: 7vw;
  height: 7vw;
  min-width: 100px;
  min-height: 100px;
  max-width: 154px;
  max-height: 154px; }

.full-movie-play svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  fill: #000; }

.noFixHeader .full-movie-play svg {
  fill: #fff; }

.noFixHeader .full-movie-play svg:nth-of-type(2) {
  fill: #fff; }

/* sound
==========================================*/
.sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sound .sound-on {
  color: #fff;
  pointer-events: none; }

.sound .sound-off {
  color: #999;
  pointer-events: auto; }

.sound.mute .sound-on {
  color: #999;
  pointer-events: auto; }

.sound.mute .sound-off {
  color: #fff;
  pointer-events: none; }

.modePC .sound a {
  font-size: 9px; }

/* Sound
==========================================*/
.sound {
  color: #fff; }

.modePC .sound {
  position: absolute;
  bottom: 25px;
  right: 60px;
  z-index: 11; }

.modeSP .sound {
  display: none; }

.sound svg {
  fill: #fff; }

.modePC .sound svg {
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.sound a {
  color: #999;
  font-weight: bold; }

.sound a.active {
  color: #fff; }

.sound span {
  color: #fff; }

.modePC .sound span {
  padding: 0 10px; }

/* Scroll
==========================================*/
.modePC .scroll {
  width: 1px;
  height: 54px;
  position: absolute;
  bottom: 25px;
  left: 60px;
  z-index: 9;
  background-color: #999; }

.modeSP .scroll {
  display: none; }

.modePC .scroll-pointer {
  width: 9px;
  height: 9px;
  position: absolute;
  top: -4px;
  left: -4px;
  animation-name: moveScrollPointer;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.modePC .scroll-pointer::before {
  animation-name: moveScrollPointerIn;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #b4b4b4;
  border-radius: 50%; }

@-webkit-keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 54px, 0);
    transform: translate3d(0, 54px, 0); } }
@keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 54px, 0);
    transform: translate3d(0, 54px, 0); } }
@-webkit-keyframes moveScrollPointerIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes moveScrollPointerIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
.sp-movie {
  width: 630px;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 160px; }
  .sp-movie h2 {
    margin-bottom: 80px; }

/*roomsのhright調整*/
.modePC .place.place01 {
  height: 410px; }

.modePC .place.place02 {
  height: 364px; }

.modePC .place.place03 {
  height: 364px; }

.modePC .place.place04 {
  height: 404px; }

.modePC .place.place05 {
  height: 387px; }

.modePC .place.place06 {
  height: 456px; }

/*roomsのhright調整*/
.modeSP .place.place01 {
  height: 990px; }

.modeSP .place.place02 {
  height: 950px; }

.modeSP .place.place03 {
  height: 930px; }

.modeSP .place.place04 {
  height: 990px; }

.modeSP .place.place05 {
  height: 990px; }

.modeSP .place.place06 {
  height: 990px; }

.modeSP .place.place06 {
  height: 1240px; }

.place {
  letter-spacing: .1em;
  position: relative; }
  .modePC .place {
    width: 960px;
    margin: 120px auto 0;
    height: 320px;
    margin-bottom: 120px; }
  .modeSP .place {
    width: 690px;
    margin: 130px auto 0 auto; }
  .modePC .place__textbox {
    position: absolute;
    top: 0;
    left: 540px; }
  .modePC .place__textbox h3 {
    padding-left: 30px;
    margin-bottom: 30px; }
  .modeSP .place__textbox h3 {
    margin-bottom: 40px; }
  .modePC .place__textbox h3 p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 0; }
  .modeSP .place__textbox h3 p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 0; }
  .place__textbox h3 p:nth-of-type(3) {
    line-height: 1.6; }
    .modePC .place__textbox h3 p:nth-of-type(3) {
      margin-top: 12px;
      margin-bottom: 20px; }
    .modeSP .place__textbox h3 p:nth-of-type(3) {
      padding-top: 10px; }
  .modeSP .place__textbox .description {
    position: absolute;
    padding-top: 500px; }
  .modePC .place__textbox .description .jp {
    width: 400px;
    padding-left: 30px;
    margin-bottom: 20px; }
  .modeSP .place__textbox .description .jp {
    margin-top: 20px; }
  .modePC .place__textbox .description .en {
    width: 400px;
    padding-left: 30px;
    margin-bottom: 20px; }
  .modeSP .place__textbox .description .en {
    margin-top: 50px; }
  .modePC .place__textbox a.accordion {
    height: 50px;
    width: 280px;
    line-height: 50px;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 30px; }
  .modeSP .place__textbox a.accordion {
    position: absolute;
    right: 0;
    top: 102px;
    font-size: 22px;
    width: 220px;
    height: 60px;
    line-height: 60px; }
  .modePC .place__textbox a.accordion svg {
    width: 17px;
    height: 17px; }
  .modeSP .place__textbox a.accordion svg {
    width: 18px;
    height: 18px;
    margin-left: 12px; }
  .modePC .place__image {
    margin-top: 0; }
  .modePC .place__image img {
    width: 480px;
    height: auto; }
  .modeSP .place__image img {
    width: 100%;
    height: auto; }

.modePC .information {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 160px;
  margin-top: 200px; }
.modePC .information__business-hours {
  margin: 0 auto;
  width: 520px;
  margin-bottom: 100px; }
.modeSP .information__business-hours {
  margin: 0 auto 100px;
  width: 690px;
  margin-bottom: 140px; }
.information__business-hours dl {
  line-height: 2;
  text-align: left; }
  .modePC .information__business-hours dl {
    font-size: 13px; }
  .information__business-hours dl dt {
    position: relative;
    font-weight: bold;
    float: left;
    clear: left; }
    .modePC .information__business-hours dl dt {
      width: 130px; }
    .modeSP .information__business-hours dl dt {
      width: 180px; }
    .modePC .information__business-hours dl dt svg {
      width: 22px;
      height: 22px;
      margin-right: 4px; }
    .modeSP .information__business-hours dl dt svg {
      width: 44px;
      height: 44px;
      margin-right: 8px; }
    .information__business-hours dl dt:after {
      content: "：";
      font-weight: bold; }
      .modePC .information__business-hours dl dt:after {
        position: absolute;
        top: 0;
        right: 8px; }
      .modeSP .information__business-hours dl dt:after {
        position: absolute;
        top: 0;
        right: 0px; }
  .information__business-hours dl dd {
    float: left; }
    .modePC .information__business-hours dl dd {
      width: 390px; }
    .modeSP .information__business-hours dl dd {
      width: 510px; }
    .information__business-hours dl dd .holiday {
      color: #666666;
      line-height: 1.6; }
      .modePC .information__business-hours dl dd .holiday {
        font-size: 11.5px;
        width: 350px; }
      .modeSP .information__business-hours dl dd .holiday {
        font-size: 20.5px; }
    .information__business-hours dl dd span {
      color: #666666;
      line-height: 1.6; }
      .modePC .information__business-hours dl dd span {
        font-size: 11.5px; }
      .modeSP .information__business-hours dl dd span {
        font-size: 20.5px; }
      .information__business-hours dl dd span:before {
        content: "　- "; }
.information__reserved {
  text-align: center; }
  .modePC .information__reserved {
    margin-bottom: 160px; }
  .modeSP .information__reserved {
    margin-bottom: 200px; }
  .modePC .information__reserved .tel {
    margin-bottom: 60px; }
  .modeSP .information__reserved .tel {
    margin-bottom: 80px; }
  .modePC .information__reserved .jp {
    margin-bottom: 10px; }
  .modeSP .information__reserved .jp {
    margin-bottom: 10px; }
  .modePC .information__reserved .en {
    margin-bottom: 30px; }
  .modeSP .information__reserved .en {
    margin-bottom: 30px; }
  .modePC .information__reserved a.number {
    font-size: 30px;
    margin-top: 25px; }
  .modeSP .information__reserved a.number {
    font-size: 30px;
    margin-top: 20px; }
  .modePC .information__reserved .btn {
    width: 280px; }
  .modeSP .information__reserved .btn {
    margin-top: 40px;
    width: 560px; }
  .modeSP .information__reserved .btn svg {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -5px; }

/**
 * box03 p3
 */
/* remodal
==========================================*/
.remodal-wrapper {
  padding: 0; }

.remodal {
  text-align: left;
  background: #000;
  padding: 0;
  max-width: 100%;
  height: 100vh; }

.modeSP .remodal {
  display: none; }

.remodal .youtube {
  height: 100vh; }

.remodal .youtube > div {
  height: 100vh; }

.remodal {
  position: relative; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.87) !important; }

.remodal-close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0 !important;
  left: auto !important;
  background: transparent !important;
  color: #FFF !important;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.remodal-close:before {
  font-size: 100px;
  position: relative; }

.remodal-close svg {
  fill: #fff; }

.remodal .p1 {
  position: absolute;
  top: 0;
  left: 0; }

.remodal .p1 img {
  width: 540px; }

.remodal .p2 {
  position: absolute;
  top: 40px;
  left: 580px;
  width: 360px;
  padding-right: 20px;
  height: 463px;
  overflow-y: scroll; }

.remodal h3 {
  margin-bottom: 40px; }

.remodal h3 p:nth-of-type(2) {
  margin: 15px 0 20px 0; }

.remodal .en {
  margin-top: 20px; }

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