@charset "UTF-8";

/*----------------------------------------------------
    ☆gallery
----------------------------------------------------*/
section .head03{
  margin-bottom: 0;
}

.galleryTxt{
  background: url(../img/gallery/img_shoe.jpg) left center no-repeat;
  background-size: 100%;
  padding-top: 40%;
  padding-bottom: 5%;
}

.galleryTxt p{
  font-size: 14px;
  line-height: 1.5;
}

.galleryTxt .fltR{
  width: 50%;
}

.galleryImg{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-left: 10px;
  overflow: hidden;
}

.image-popup-no-margins{
    line-height: 0 !important;
    padding: 0 !important;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}


@media only screen and (max-width: 800px) {

.galleryTxt{
  padding: 0 5%;
  margin-bottom: 30px;
  background: none !important;
/*   background-size: contain; */
  text-align: center;
}

.galleryTxt .fltR{
    width: 100%;
}

.image-popup-no-margins{
    display: inline-block;
/*  max-width: 385px; */
}

.galleryImg{
    padding-left: 1.5% !important;
}

.wd50{
    width: 48% !important;
    float: left;
}

/*
.mfp-wrap{
    overflow-y: hidden !important;
}
*/

.mfp-container, .mfp-close{
    top: 9% !important;
    overflow-y: hidden !important;
}


}

.fltL {
    float:left;
}

.fltR {
    float:right;
}


/*----------------------------------------------------
  ☆CUISINE
----------------------------------------------------*/
section{
  text-align: center;
}

section .head03{
  margin-bottom: 0;
}

.cusineBg .fltL{
  background: url(../img/cuisine/bg_cusine.jpg) left top no-repeat;
  background-size: 100%;
  display: block;
  box-sizing: border-box;
  width: 50%;
}


.cusineBg .cusine_text{
  position: relative;
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 118px;
}

.cusineBg .cap{
  position: absolute;
  top: -54px;
  left: -165px;
}

.galleryImg{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-left: 10px;
  overflow: hidden;
}

.image-popup-no-margins{
  line-height: 0 !important;
  padding: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
}


@media only screen and (max-width: 800px) {

.cusineBg .fltL{
  background: none;
  height: auto !important;
}

.cusineBg .cusine_text{
  height: auto;
  width: 100%;
  padding: 0 5%;
  margin: 50px 0;
}

.cusineBg .cap{
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -23%;
  padding: 0 5%;
}

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

img.wd100{
  width: 100%;
}


.galleryTxt{
  padding: 0 5%;
  margin-bottom: 30px;
  background-size: 100%;
}

.image-popup-no-margins{
  display: inline-block;
/*  max-width: 385px; */
}

.galleryImg{
  padding-left: 1.5% !important;
}

.wd50{
  width: 48% !important;
  float: left;
}

/*
.mfp-wrap{
  overflow-y: hidden !important;
}
*/

.mfp-container, .mfp-close{
  top: 9% !important;
  overflow-y: hidden !important;
}




}