@charset "UTF-8";
/* ===============================================
    トップページ 
================================================== */
html, body{
  height: 100%;
  width: 100%;
  font-family: meiryo, "Lucida Grande", Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  overflow: visible;
  padding: 0;
  margin: 0;
}

a{
  color: #000;
}

#container{
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: url(../images/bg_concept.png);
}

.content{
  padding-top: 70px;
  padding-bottom: 430px;
}

.sp{
  display: none !important;
}

@media (max-width: 980px){
  .content{
    padding-bottom: 305px;
  }
}

@media (max-width: 1024px){
  .content{
    padding-top: 10px;
  }
}




@media (max-width: 768px){
  .content{
    padding-top: 50px;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
}

@media (max-width: 640px){
  .content{
    padding-bottom: 410px;
  }
  #slider .text{
    background-size: 80% auto !important;
  }
}


/* --------------------------------------------------
    0. Slider
-------------------------------------------------- */
#slider{
  width: 100%;
  height: 100%;
  position: relative;
}
#slider .bx-wrapper, #slider .bx-viewport, #slider .bxslider{
  height: 100%;
}
#slider .bxslider li{
  background: center top no-repeat;
  background-size: cover;
  height: 100%;
}
#slider .bxslider .slide0{ background: #000; }
#slider .bxslider .slide1{ background-image: url(../images/slide1.jpg); }
#slider .bxslider .slide2{ background-image: url(../images/slide2.jpg); }
#slider .bxslider .slide3{ background-image: url(../images/slide3.jpg); }
#slider .bxslider .slide4{ background-image: url(../images/slide4.jpg); }
#slider .bxslider .slide5{ background-image: url(../images/slide5.jpg); }
#slider .bxslider .slide6{ background-image: url(../images/slide6.jpg); }
#slider .bxslider img{
  display: none;
}

#slider .cover, #slider .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#slider .cover{
  background: black;
}

#slider .text{
  background: url(../images/icon_opening.png) center center no-repeat;
}

.trigger{
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 105px;
  margin-left: -35px;
  text-indent: -9999px;
  border: none;
  background: url(../images/trigger_btn.png) left top no-repeat transparent;
  cursor: pointer;
  display: none;
}


/* --------------------------------------------------
    0. Main Visual
-------------------------------------------------- */
#mainvisual{
  background: url(../images/mainvisual.jpg) center top no-repeat;
  background-size: cover;
}

#mainvisual > div{
  margin: 0 auto;
  max-width: 980px;
  height: 100%;
  position: relative;
}

#mainvisual img{
  position: absolute;
  left: 0;
  top: 20%;
  display: block;
  width: 510px;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

#mainvisual.modify img{
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


/* --------------------------------------------------
    0. Header
-------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0 ;
  width: 100%;
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 100;
}
#header.no-fixed{
  position: absolute;
  left: 0 !important;
}
#header .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
#header .logo {
  float: left;

}
#header .nav {
  overflow: hidden;
  *zoom: 1;
  float: right;
  padding-top: 10px;
}
#header .nav li {
  float: left;
}
#header .nav li + li{
  /* margin-left: 35px; */
  margin-left: 35px;
}

#header .nav li.nav_home{
  display: none;
}

/*** Nav Control ***/
.nav-control{
  float: right;
  display: none;
}
.nav-control a{
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/sp/icon_nav.gif) left top no-repeat;
  background-size: 26px auto;
}
.nav-control a.close{
  background-image: url(../images/sp/btn_close.png);
}

.nav a{
    display: block;
    text-indent: -9999px;
    height: 15px;
    background: url(../images/nav.jpg) left top no-repeat;
}
.nav-1{ display: none; }
.nav-2 a{ background-position: left top; width: 79px; }
.nav-3 a{ background-position: left -14px; width: 65px; }
.nav-4 a{ background-position: left -29px; width: 65px; }
.nav-5 a{ background-position: left -45px; width: 52px; }
.nav-6 a{ background-position: left -61px; width: 82px; }
.nav-7 a{ background-position: left -76px; width: 52px; }

/*.nav-1{ display: none; }
.nav-2 a{ background-position: left top; width: 80px; }
.nav-3 a{ background-position: left -15px; width: 39px; }
.nav-4 a{ background-position: left -30px; width: 59px; height: 13px; }
.nav-5 a{ background-position: left -43px; width: 67px; }
.nav-6 a{ background-position: left -58px; width: 67px; } */




@media (max-width: 768px){
  #header{
    height: 50px;
  }
  #header .inner{
    padding: 0;
    margin: 0 20px;
  }
  #header .logo, .nav-control{
    padding-top: 12px;
  }
  #header nav{
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    background: #000;
    height: 100%;
  }
  #header .nav, #header .nav li{
    float: none;
  }
  #header .nav{
    margin: 0 15px;
  }
  #header .nav li{
    padding-left: 15px;
    margin: 0 !important;
    border-bottom: 2px #fff solid;
  }
  #header .nav a{
    display: block;
    height: 50px;
    background: left center no-repeat;
    background-size: auto 15px;
  }
  .nav a{
      width: 140px;
      line-height: 50px;
      text-decoration: none;
      text-indent: 0;
      font-family: serif;
      color: #fff;
      letter-spacing: 3px;
  }
  .nav-1{
      display: block;
  }
  /*.nav-3 a{
      letter-spacing: 20px;
  }*/
  .nav-control{
    display: block;
  }
}

@media (max-width: 640px){
  #header .inner{
    margin: 0 10px;
  }
  #header .logo{
    padding-top: 12px;
  }
  #header .logo img{
    height: 30px;
  }
}

/* --------------------------------------------------
    1. main
-------------------------------------------------- */
.main {
  background-repeat: repeat;
  width: 100%;
  position: relative;
}
.main .bxslider li {
  margin-bottom: -10px;
}
.main .bxslider img {
  width: 100%;
  height: auto;
}


/* --------------------------------------------------
    2. Concept
-------------------------------------------------- */
.concept {
  width: 100%;
  background: url("../images/bg_concept.jpg") 0 0 repeat;
  position: relative;
}
.concept .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 63px;
  position: relative;
  z-index: 1;
}
.concept .inner .pc{
  margin: 0 20px;
}
.concept .inner .sp{
  display: none;
}
.concept .inner .sp img{
  width: 100%;
}
.concept .content {
  position: relative;
  padding-bottom: 8px;
}
.concept .content .text{
  position: relative;
  z-index: 1;
  width: 557px;
  height: 399px;
  /*background: url(../images/concept_text01.png) left top no-repeat;*/
}
.concept .content .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 35%;
}
.concept .content .photo img{
  max-width: 100%;
}
.concept h2 {
  margin-bottom: 87px;
}
.concept h3 {
  margin-bottom: 90px;
  width: 90%;
}
.concept .bg_photo {
  position: absolute;
  top: 110px;
  right: 0;
}

/*** Animation ***/
.no-sp .concept .animate{
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.no-sp .modify.concept .animate{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
}
.no-sp .modify.concept h2{
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.no-sp .modify.concept h3{
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.no-sp .modify.concept .text{
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.no-sp .modify.concept .photo{
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media (max-width: 1024px){

  .concept .inner{
    padding: 50px 0;
    margin: 0 20px;
  }
  .concept h2{
    margin-bottom: 30px;
  }
  .concept h3{
    margin-bottom: 40px;
    width: 45%;
  }
  .concept h3 img, .concept .text img{
    width: 80%;
    max-width: 495px;
  }
  .concept .text img{
    width: 100%;
    max-width: 343px;
  }

	.concept .content .text{
	  position: relative;
	  z-index: 1;
	  width: 500px;
	  /*background: url(../images/concept_text01.png) left top no-repeat;*/
  }

  .concept .bg_photo{
    top: 50px;
    left: 200px;
    overflow: hidden;
  }

}

@media (max-width: 768px){
  .concept .inner{
    padding: 30px 0;
    margin: 0 10px;
  }
  .concept h2{
    margin-bottom: 30px;
  }
  .concept h3{
    margin-bottom: 40px;
    width: 80%;
  }
  .concept h3 img, .concept .text img{
    width: 80%;
    max-width: 495px;
  }
  .concept .text img{
    width: 100%;
    max-width: 343px;
  }
  .concept .content .text{
    width: 100%;
    height: auto;
    background: none;
  }
  .concept .bg_photo{
    top: 30px;
    left: 100px;
    overflow: hidden;
  }
}

@media (max-width: 414px){
  .concept .inner{
    padding: 30px 0;
    margin: 0 10px;
  }
  .concept h2{
    margin-bottom: 30px;
  }
  .concept h3{
    margin-bottom: 40px;
    width: 100%;
  }
  .concept h3 img, .concept .text img{
    max-width: 400px;
  }
  .concept .text img{
    width: 100%;
    max-width: 343px;
  }
  .concept .content .text{
    width: 100%;
    height: auto;
    background: none;
  }
  .concept .bg_photo{
    top: 30px;
    left: 100px;
    overflow: hidden;
  }
}



/* --------------------------------------------------
    3. service
-------------------------------------------------- */
.service {
  width: 100%;
  /*min-height: 800px; */
  min-height: 100%;
}
.service .service_slider_nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.service .btn-prev_num {
  position: absolute;
  top: 320px;
  left: 33px;
}
.service .btn-next_num {
  position: absolute;
  top: 320px;
  right: 33px;
}
.service .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.service .inner > div{
  margin: 0 20px;
}
.service .bx-pager.bx-default-pager {
  display: none;
}
.service .service_slider_contents {
  height: 800px;
}
.service .bx-wrapper .bx-pager {
  position: static;
}

/* slide_00 */
.service_slider_content00 {
  background: url(../images/service_slider_00_bg.png) right bottom no-repeat;
  background-color: #000;
}
.service_slider_content00 h2 {
  margin-top: 76px;
}
.service_slider_content00 h3 {
  margin-top: 88px;
}
.service_slider_content00 .left {
  float: left;
  overflow: hidden;
}
.service_slider_content00 .right {
  float: right;
  margin-top: 70px;
  position: relative;
}
.service_slider_content00 .right .bg{
  position: absolute;
  bottom: 10px;
  right: 0;
}
.service_slider_content00 .right .service_slider_btns {
  overflow: hidden;
  *zoom: 1;
  width: 718px;
}
.service_slider_content00 .right .service_slider_btns li {
  float: left;
  width: 239px;
  height: 281px;
  margin-bottom: 30px;
}
.service_slider_content00 .right .service_slider_btns img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.service_slider_content00 .right .service_slider_btns a img {
  margin-bottom: 15px;
}
.service_slider_content00 .right .service_slider_btns a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.service_slider_content01 {
  width: 100%;
  background: #2c3c32 url("../images/service_slide01.jpg") top center no-repeat;
}

.service_slider_content02 {
  width: 100%;
  background: #71052b url("../images/service_slide02.jpg") top center no-repeat;
}

.service_slider_content03 {
  width: 100%;
  background: #d62563 url("../images/service_slide03.jpg") top center no-repeat;
}

.service_slider_content04 {
  width: 100%;
  background: #3c779d url("../images/service_slide04.jpg") top center no-repeat;
}

.service_slider_content05 {
  width: 100%;
  background: #31111c url("../images/service_slide05.jpg") top center no-repeat;
}

.service_slider_content01 div,
.service_slider_content02 div,
.service_slider_content03 div,
.service_slider_content04 div,
.service_slider_content05 div{
  display: none;
}


/* スマホ用　service SP */
.service-sp{
    display: none;
}

.service-sp .item .column + .column{
    margin-top: 30px;
}

.service-sp .item img{
    width: 100%;
}

.service-sp .item{
    background: #2c3c33;
    font-family: serif;
    color: #fff;
}


.service-sp .item .inner{
    width: 300px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.service-sp .item h3{
    font-size: 25px;
    margin: 20px 0px 40px;
    letter-spacing: 5px;
}

.service-sp .item h4{
    font-size: 20px;
    margin: 20px 0px;
    letter-spacing: 5px;
}

.service-sp .item .text{
    font-size: 15px;
}

#service-sp-item-1.item{ background: #2c3c32; }
#service-sp-item-2.item{ background: #71052b; }
#service-sp-item-3.item{ background: #d62563; }
#service-sp-item-4.item{ background: #3c779d; }
#service-sp-item-5.item{ background: #31111c; }


@media (max-width: 1024px){

.service .btn-next_num {
  position: absolute;
  top: 300px;
  right: 33px;
}
.service .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.service .inner > div{
  margin: 0 20px;
}
.service .bx-pager.bx-default-pager {
  display: none;
}
.service .service_slider_contents {
  height: 700px;
}
.service .bx-wrapper .bx-pager {
  position: static;
}


/* slide_00 */
.service_slider_content00 {
  background: url(../images/service_slider_00_bg.png) right bottom no-repeat;
  background-color: #000;
}
.service_slider_content00 h2 {
  margin-top: 40px;
}
.service_slider_content00 h3 {
  margin-top: 88px;
}
.service_slider_content00 .left {
  float: left;
  overflow: hidden;
}
.service_slider_content00 .right {
  float: right;
  margin-top: 10px;
  position: relative;
}
.service_slider_content00 .right .bg{
  position: absolute;
  bottom: 30px;
  right: 0;
}

}


/* --------------------------------------------------
    4. cuisine
-------------------------------------------------- */
.cuisine {
  width: 100%;
  min-height: 800px;
}
.cuisine .cuisine_slider_nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cuisine .btn-prev_num {
  position: absolute;
  top: 320px;
  left: 33px;
}
.cuisine .btn-next_num {
  position: absolute;
  top: 320px;
  right: 33px;
}
.cuisine .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.cuisine .inner > div{
  margin: 0 20px;
}
.cuisine .bx-pager.bx-default-pager {
  display: none;
}
.cuisine .cuisine_slider_contents {
  height: 800px;
}
.cuisine .bx-wrapper .bx-pager {
  position: static;
}

/* slide_00 */
.cuisine_slider_content00 {
  background: url(../images/cuisine_slider_00_bg.png) right bottom no-repeat;
  background-color: #000;
}
.cuisine_slider_content00 h2 {
  margin-top: 76px;
}
.cuisine_slider_content00 h3 {
  margin-top: 88px;
}
.cuisine_slider_content00 .left {
  float: left;
  overflow: hidden;
}
.cuisine_slider_content00 .right {
  float: right;
  margin-top: 70px;
  position: relative;
}
.cuisine_slider_content00 .right .bg{
  position: absolute;
  bottom: 30px;
  right: 0;
}
.cuisine_slider_content00 .right .cuisine_slider_btns {
  overflow: hidden;
  *zoom: 1;
  width: 718px;
}
.cuisine_slider_content00 .right .cuisine_slider_btns li {
  float: left;
  width: 239px;
  height: 281px;
  margin-bottom: 30px;
}
.cuisine_slider_content00 .right .cuisine_slider_btns img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cuisine_slider_content00 .right .cuisine_slider_btns a img {
  margin-bottom: 15px;
}
.cuisine_slider_content00 .right .cuisine_slider_btns a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cuisine_slider_content01 {
  width: 100%;
  background: #000 url("../images/cuisine_slide01.jpg") top center no-repeat;
}

.cuisine_slider_content02 {
  width: 100%;
  background: #000 url("../images/cuisine_slide02.jpg") top center no-repeat;
}

.cuisine_slider_content03 {
  width: 100%;
  background: #000 url("../images/cuisine_slide03.jpg") top center no-repeat;
}

.cuisine_slider_content04 {
  width: 100%;
  background: #000 url("../images/cuisine_slide04.jpg") top center no-repeat;
}

.cuisine_slider_content05 {
  width: 100%;
  background: #000 url("../images/cuisine_slide05.jpg") top center no-repeat;
}

.cuisine_slider_content01 div,
.cuisine_slider_content02 div,
.cuisine_slider_content03 div,
.cuisine_slider_content04 div,
.cuisine_slider_content05 div{
  display: none;
}


/* スマホ用　cuisine SP */
.cuisine-sp{
    display: none;
}

.cuisine-sp .item .column + .column{
    margin-top: 30px;
}

.cuisine-sp .item img{
    width: 100%;
}

.cuisine-sp .item{
    background: #2c3c33;
    font-family: serif;
    color: #1c1b18;
}


.cuisine-sp .item .inner{
    width: 300px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.cuisine-sp .item h3{
    font-size: 25px;
    margin: 20px 0px 40px;
    letter-spacing: 5px;
}

.cuisine-sp .item h4{
    font-size: 20px;
    margin: 20px 0px;
    letter-spacing: 5px;
}

.cuisine-sp .item .text{
    font-size: 15px;
}

#cuisine-sp-item-1.item{ background: #fff9e9; }
#cuisine-sp-item-2.item{ background: #fff9e9; }
#cuisine-sp-item-3.item{ background: #fff9e9; }
#cuisine-sp-item-4.item{ background: #fff9e9; }
#cuisine-sp-item-5.item{ background: #fff9e9; }




@media (max-width: 1024px){

.cuisine .btn-next_num {
  position: absolute;
  top: 300px;
  right: 33px;
}
.cuisine .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.cuisine .inner > div{
  margin: 0 20px;
}
.cuisine .bx-pager.bx-default-pager {
  display: none;
}
.cuisine .cuisine_slider_contents {
  height: 700px;
}
.cuisine .bx-wrapper .bx-pager {
  position: static;
}


/* slide_00 */
.cuisine_slider_content00 {
  background: url(../images/service_slider_00_bg.png) right bottom no-repeat;
  background-color: #000;
}
.cuisine_slider_content00 h2 {
  margin-top: 40px;
}
.cuisine_slider_content00 h3 {
  margin-top: 88px;
}
.cuisine_slider_content00 .left {
  float: left;
  overflow: hidden;
}
.cuisine_slider_content00 .right {
  float: right;
  margin-top: 10px;
  position: relative;
}
.cuisine_slider_content00 .right .bg{
  position: absolute;
  bottom: 30px;
  right: 0;
}

}



@media (max-width: 640px){
    .service{
        display: none;
    }
    .service-sp{
        display: block;
    }

}

@media (max-width: 980px){
  .service .inner{
    width: 758px;
  }
  .service_slider_content00 .left{
    float: none;
    margin-top: 50px;
    margin-left: 40px;
  }
  .service_slider_content00 .right{
    float: none;
    margin-top: 30px;
  }
  .service_slider_content00 h2{
    float :left;
    margin-top: 0;
  }
  .service_slider_content00 h3{
    margin-top: 0;
    margin-left: 150px;
  }
  .service_slider_content00 .right .service_slider_btns li{
    margin-bottom: 40px;
    height: auto;
  }
  
    .cuisine .inner{
    width: 758px;
  }
  .cuisine_slider_content00 .left{
    float: none;
    margin-top: 50px;
    margin-left: 40px;
  }
  .cuisine_slider_content00 .right{
    float: none;
    margin-top: 30px;
  }
  .cuisine_slider_content00 h2{
    float :left;
    margin-top: 0;
  }
  .cuisine_slider_content00 h3{
    margin-top: 0;
    margin-left: 150px;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li{
    margin-bottom: 40px;
    height: auto;
  }

}

@media (max-width: 768px){

  .service{
    min-height: 592px;
  }
  .service .inner{
    width: 640px;
  }
  .service .service_slider_contents{
    height: 592px;
  }
  .service_slider_content00 .left{
    margin-top: 40px;
    margin-left: 40px;
    width: 250px;
    height: 35px;
    background-image: url(../images/sp/title_service_h2.png);
  }
  .service_slider_content00 .right{
    margin-top: 0;
  }
  .service_slider_content00 h2, .service_slider_content00 h3{
    display: none;
  }
  .service_slider_btns{
    width: 100% !important;
  }
  .service_slider_btns li{
    margin-bottom: 30px;
    width: 33.3% !important;
  }
  .service_slider_btns li a img{
    width: 141px;
  }
  .service_slider_btns li > img{
    height: 33px;
  }
  .service_slider_content01 {
    background-image: url("../images/sp/service_slide01.jpg");
  }
  .service_slider_content02 {
    background-image: url("../images/sp/service_slide02.jpg");
  }
  .service_slider_content03 {
    background-image: url("../images/sp/service_slide03.jpg");
  }
  .service_slider_content04 {
    background-image: url("../images/sp/service_slide04.jpg");
  }
  .service_slider_content05 {
    background-image: url("../images/sp/service_slide05.jpg");
  }
  
    .cuisine{
    min-height: 592px;
  }
  .cuisine .inner{
    width: 640px;
  }
  .cuisine .cuisine_slider_contents{
    height: 592px;
  }
  .cuisine_slider_content00 .left{
    margin-top: 40px;
    margin-left: 40px;
    width: 250px;
    height: 35px;
    background-image: url(../images/sp/title_cuisine_h2.png);
  }
  .cuisine_slider_content00 .right{
    margin-top: 0;
  }
  .cuisine_slider_content00 h2, .cuisine_slider_content00 h3{
    display: none;
  }
  .cuisine_slider_btns{
    width: 100% !important;
  }
  .cuisine_slider_btns li{
    margin-bottom: 30px;
    width: 33.3% !important;
  }
  .cuisine_slider_btns li a img{
    width: 141px;
  }
  .cuisine_slider_btns li > img{
    height: 33px;
  }
  .cuisine_slider_content01 {
    background-image: url("../images/sp/cuisine_slide01.jpg");
  }
  .cuisine_slider_content02 {
    background-image: url("../images/sp/cuisine_slide02.jpg");
  }
  .cuisine_slider_content03 {
    background-image: url("../images/sp/cuisine_slide03.jpg");
  }
  .cuisine_slider_content04 {
    background-image: url("../images/sp/cuisine_slide04.jpg");
  }
  .cuisine_slider_content05 {
    background-image: url("../images/sp/cuisine_slide05.jpg");
  }
   
}

@media (max-width: 640px){
  .service{
    display: none;
  }
  .service_slider_content00{
    background-size: 190px auto;
  }
  .service_slider_content00 .left{
    margin: 10px 0 20px 10px;
    height: 35px;
    background-repeat: no-repeat;
  }
  .service_slider_content00 .right .service_slider_btns li{
    overflow: hidden;
    margin-bottom: 0;
    width: 100% !important;
  }
  .service_slider_content00 .right .service_slider_btns li.odd a{
    float: left;
  }
  .service_slider_content00 .right .service_slider_btns li.odd > img{
    float: left;
    margin: 10px 0 0 20px;
  }
  .service_slider_content00 .right .service_slider_btns li.even a{
    float: right;
  }
  .service_slider_content00 .right .service_slider_btns li.even > img{
    float: right;
    margin: 10px 20px 0 0;
  }
  .service_slider_content00 .right .service_slider_btns a img{
    margin-bottom: 0;
  }
  .service_slider_btns li a img{
    width: 100px;
  }
  .service_slider_btns li > img{
    height: 40px;
  }
  .service_slider_content01, .service_slider_content02, .service_slider_content03, .service_slider_content04, .service_slider_content05 {
    background-size: 100% auto;
    background-position: left center;
  }
  .service_slider_content01 div,
  .service_slider_content02 div,
  .service_slider_content03 div,
  .service_slider_content04 div,
  .service_slider_content05 div{
    display: block;
  }
  .service_slider_content01 div img,
  .service_slider_content02 div img,
  .service_slider_content03 div img,
  .service_slider_content04 div img,
  .service_slider_content05 div img{
    width: 100%;
  }


  .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: auto !important;
    bottom: 20px;
  }

  .service-sp{
      display: block;
  }
  
  .cuisine{
    display: none;
  }
  .cuisine_slider_content00{
    background-size: 190px auto;
  }
  .cuisine_slider_content00 .left{
    margin: 10px 0 20px 10px;
    height: 35px;
    background-repeat: no-repeat;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li{
    overflow: hidden;
    margin-bottom: 0;
    width: 100% !important;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li.odd a{
    float: left;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li.odd > img{
    float: left;
    margin: 10px 0 0 20px;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li.even a{
    float: right;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns li.even > img{
    float: right;
    margin: 10px 20px 0 0;
  }
  .cuisine_slider_content00 .right .cuisine_slider_btns a img{
    margin-bottom: 0;
  }
  .cuisine_slider_btns li a img{
    width: 100px;
  }
  .cuisine_slider_btns li > img{
    height: 40px;
  }
  .cuisine_slider_content01, .cuisine_slider_content02, .cuisine_slider_content03, .cuisine_slider_content04, .cuisine_slider_content05 {
    background-size: 100% auto;
    background-position: left center;
  }
  .cuisine_slider_content01 div,
  .cuisine_slider_content02 div,
  .cuisine_slider_content03 div,
  .cuisine_slider_content04 div,
  .cuisine_slider_content05 div{
    display: block;
  }
  .cuisine_slider_content01 div img,
  .cuisine_slider_content02 div img,
  .cuisine_slider_content03 div img,
  .cuisine_slider_content04 div img,
  .cuisine_slider_content05 div img{
    width: 100%;
  }

  .bx-wrapper.bx-controls-direction a{
    position: absolute;
    top: auto !important;
    bottom: 20px;
  }

  .cuisine-sp{
      display: block;
  }  
  
}


/* --------------------------------------------------
    5. Access
-------------------------------------------------- */
.access {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.access .mask {
  width: 100%;
  height: 100%;
  min-width: 980px;
  background: url("../images/bg_concept.png") 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.access .pop-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.access h2 {
  margin-bottom: 110px;
}
.access h3 {
  margin-bottom: 72px;
}
.access h4 {
  margin-bottom: 14px;
}
.access h4.holiday {
  margin-top: 42px;
}
.access .close-map {
  display: none;
  padding: 5px 10px;
  background: #000;
  text-align: center;
}
.access .close-map a {
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.access .btn-map {
  margin-top: 20px;
  margin-bottom: 44px;
}
.access .map_wrapper {
  width: 100%;
  z-index: 1;
}
.access .map {
  width: 100%;
  height: 800px;
}

.access .title, .access .info{
  margin: 0 20px;
  background: #fff;
}
.access .title{
  padding: 50px 0 28px;
}
.access .info{
  padding: 22px 0 33px;
  overflow: hidden;
}
.access .info div{
  width: 50%;
  float: left;
}
.access .info img{
  max-width: 100%;
}

#map-overlay{
   /*background: url(../images/bg_concept.png);*/
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#map-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map-content > div{
  /*background: url(../images/map_overlay.png);*/
  max-width: 1100px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
#map-content > div > div{
  /*background: url(../images/access_map.png) center center no-repeat;*/
  background-size: 100% auto;
  height: 100%;
  position: relative;
}
#btn-map{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
#btn-map a, #btn-map img{
  display: block;
}
#close-map{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#map{
  max-height: 800px;
}

@media (max-width: 768px){
  #map{
    position: relative;
    top: 0;
    left: 0;
    height: 350px;
  }
}

@media (max-width: 600px){
  #map{
    position: relative;
    top: 0;
    left: 0;
    height: 250px;
  }
}


/* --------------------------------------------------
    Form Format
-------------------------------------------------- */
.form .require dt:after{
  content: " ＊";
  color: red;
}

.form input[type=text], .form input[type=email], .form textarea{
  box-sizing: border-box;
  width: 100% !important;
  border: 1px #808080 solid;
}

.form input[type=date], .form input[type=time]{
  box-sizing: border-box;
  border: 1px #808080 solid;
}

#submit, .submit{
  text-align: center;
  margin-top: 40px;
}

#submit button, .submit button{
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

form#mailformpro dl, form dl{
  content: "";
  display: block;
  clear: both;
}

form#mailformpro dl dt, form#mailformpro dl dd, form dl dt, form dl dd{
  border: none;
  text-align: left;
}

form#mailformpro dl dt, form dl dt{
  font-size: 15px;
  padding-top: 14px;
}

form dl dt {
  float: left;
  width: 150px;
  clear: both;
  font-size: 15px;
  padding: 14px 0px 0;
  margin: 0px;
}

form dl dd {
  margin: 0px;
  padding: 10px 0 10px 160px;
  line-height: 1.5em;
}

form dl dt span{
  display: block;
}

form#mailformpro label.mfp_not_checked, form#mailformpro label.mfp_checked{
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  display: inline-block;
}

div.mfp_err{
  padding-left: 0;
  background: transparent;
}

div.mfp_err:before{
  content: "*";
}

div#mfp_overlay{
  width: 100% !important;
  padding: 0 10px;
  box-sizing: border-box;
}

div#mfp_overlay_inner{
  max-width: 640px;
  width: auto;
}

table#mfp_confirm_table tr th{
  width: auto;
}

.label-float label{
  display: block;
  float: left;
}

@media (max-width: 640px){
  form#mailformpro dl dt, form#mailformpro dl dd, form dl dt, form dl dd{
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
    font-size: 2;
  }

  form dl dt span{
    display: inline;
  }
}


/* --------------------------------------------------
    5. Form
-------------------------------------------------- */
.form {
  width: 100%;
  background: url("../images/bg_concept.png") 0 0 repeat;
  position: relative;
  padding-bottom: 50px;
}

.form form{
  margin: 0 20px;
}

.form img{
  display: block;
  max-width: 100%;
}

.form .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 20px 63px;
}

.form .inner > div{
  width: 47%;
  float: left;
}

#info{
  margin-right: 2%;
}

#booking h3{
  text-indent: -9999px;
  height: 51px;
  background: url(../images/booking_title.png) left top no-repeat;
}

.catalog-type label, .sex label{
  margin-right: 20px;
}

.home-style label{
  width: 50%;
}

.kikkake label{
  display: block;
  width: 50%;
  float: left;
  white-space: nowrap;
}

@media (max-width: 950px){
  .form{
    padding-bottom: 0;
  }

  .form .inner{
    max-width: 490px;
  }

  .form .inner > div{
    width: 100%;
    float: none;
    margin-right: 0;
  }

  #info{
    margin-bottom: 50px;
  }
}

@media (max-width: 640px){
  .form .inner{
    padding: 40px 10px;
  }
}


/* --------------------------------------------------
    5. Showroom / Catalog
-------------------------------------------------- */
.form .inner_btns {
  margin-bottom: 68px;
  overflow: hidden;
  max-width: 490px;
}

.form .inner_btns:first-child{
  margin-right: 6%;
}

.form .inner_btns a{
  display: block;
}

.form .inner_btns img{
  margin: 0 auto;
}

.form .title {
  margin-bottom: 34px;
}

.form .title_tell {
  margin-bottom: 34px;
  clear: both;
}


/* --------------------------------------------------
    6. Contact
-------------------------------------------------- */
/* --------------------------------------------------
    6. Contact
-------------------------------------------------- */
.about {
  width: 100%;
 /*background: url("../images/bg_contact.jpg") 0 0 repeat;*/
  position: relative;
  text-align:left;
}
.about .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 63px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.about .inner .pc{
  margin: 0 20px;
}
.about .inner .sp{
  display: none;
  padding-left: 10px;
}
.about .inner .sp img{
  width: 100%;
}
.about .content {
  position: relative;
  padding-bottom: 8px;
}
.about .content .text{
  position: relative;
  z-index: 1;
  width: 557px;
  height: 399px;
  background: url(../images/contact_text01.png) left top no-repeat;
}
.about .content .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 35%;
}
.about .content .photo img{
  max-width: 100%;
}
.about h2 {
  margin-bottom: 87px;
}
.about h3 {
  margin-bottom: 90px;
}
.about p {

}

.about .bg_photo {
  position: absolute;
  top: 110px;
  right: 0;
}

/* --------------------------------------------------
    6. Contact
-------------------------------------------------- */
.contact {
  width: 100%;
 /*background: url("../images/bg_contact.jpg") 0 0 repeat;*/
  position: relative;
  text-align:center;
}
.contact .inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 63px;
  position: relative;
  z-index: 1;
}
.contact .inner .pc{
  margin: 0 20px;
}
.contact .inner .sp{
  display: none;
}
.contact .inner .sp img{
  width: 100%;
}
.contact .content {
  position: relative;
  padding-bottom: 8px;
}
.contact .content .text{
  position: relative;
  z-index: 1;
  width: 557px;
  height: 399px;
  background: url(../images/contact_text01.png) left top no-repeat;
}
.contact .content .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 35%;
}
.contact .content .photo img{
  max-width: 100%;
}
.contact h2 {
  margin-bottom: 40px;
}
.contact h3 {
  margin-bottom: 90px;
}
.contact p {
	padding:10px;
}

.contact .bg_photo {
  position: absolute;
  top: 110px;
  right: 0;
}


/* --------------------------------------------------
    7. Footer
-------------------------------------------------- */
.footer {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: -12px;
	left: -3px;
}
.footer .inner {
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 176px;
  position: relative;
}
.footer .inner > div{
  margin: 0 20px;
}

.footer .inner > div:after{
  content: "";
  display: block;
  clear: both;
}

.footer .left {
  float: left;
}
.footer h2 {
  margin-bottom: 35px;
}
.footer address {
  font-size: 16px;
  line-height:18px;
}
.footer strong {
  font-weight: bold;
}
.footer .address {
  margin-bottom: 23px;
}
.footer .right {
  float: right;
}
.footer .title {
  overflow: hidden;
  *zoom: 1;
}
.footer .title_catch {
  margin-bottom: 15px;
  float: left;
}
.footer .btn_home {
  float: right;
}
.footer .photo {
  overflow: hidden;
  *zoom: 1;
}
.footer .photo li {
  float: left;
  margin-right: 12px;
  overflow: hidden;
}
.footer .photo li:last-child {
  margin-right: 0;
}
.footer .photo img{
  width: 100%;
}
.footer .copyright {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}

/*** Page Top ***/
.pagetop{
  position: absolute;
  top: -35px;
  right: 0;
}

.pagetop a{
  display: block;
  background: #fff;
  color: #000;
  font-weight: bold;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
}

@media (max-width: 980px){
  .footer .inner{
    padding: 20px 0 60px;
  }
  .footer .left, .footer .right, .footer .title_catch, .footer .btn_home{
    float: none;
    overflow: hidden;
  }
  .footer h2, .footer .title{
    float: left;
  }
  .footer address, .footer .photo{
    float: right;
  }
  .footer .tell{
    display: none;
  }
  .footer .title_catch{
    margin-bottom: 8px;
  }
}

@media (max-width: 768px){
  .footer .inner{
    max-width: 640px;
  }
  .footer .photo li{
    width: 120px;
  }
  
  
    .footer address{
    font-size: 12px;
    float: left;
  }
}



@media (max-width: 640px){
  .footer .inner{
    width: 320px;
  }
  .footer .inner > div{
    margin: 0 10px;
  }
  .footer h2{
    margin-bottom: 5px;
  }
  .footer h2 img{
    width: 150px;
  }
  .footer address{
    font-size: 12px;
    float: left;
  }
  .footer title{
    float: none;
  }
  .footer .photo li{
    width: 97px;
    margin-right: 4.5px;
  }

  /*** Page Top ***/
  .pagetop{
    top: 20px;
    right: 10px;
  }

  .pagetop a{
    background: #000;
    color: #fff;
  }
}


/* --------------------------------------------------
    7. Thankyou
-------------------------------------------------- */
#thankyou{
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 20px;
}

#thankyou h2{
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
}


/* --------------------------------------------------
    8. Form Check
-------------------------------------------------- */
#overlay-bg{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#overlay{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.overlay-inner{
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  max-width: 640px;
}

.confirm-table{
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.confirm-table tr th, .confirm-table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}

.confirm-table tr.odd{
  background: #F6F7F9;
}

.overlay-btns{
  padding: 10px 0;
  text-align: center;
}

.overlay-btns button{
  font-size: 16px;
  margin: 0px;
  padding: 3px;
}
