/*======================================================================
   cuisine layout
======================================================================*/
#cuisine #mainVisual {
 background-image: url(../img/cuisine/mainimg.jpg);
}

#lead h3 {
 margin-bottom: 1em;
}

#lead .txtArea {
 width: 90%;
 height: auto;
 padding: 50px 0;
 margin-left: auto;
 margin-right: auto;
}

#lead .decotile {
 position: absolute;
 top: 0;
 left: 50%;
 -webkit-transform: translateX(40%);
 -ms-transform: translateX(40%);
 transform: translateX(40%);
 z-index: -5;
}

#lead .decotile1 {
 position: absolute;
 left: -20%;
 bottom: 30px;
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
 z-index: -5;
}

#dinner {
 background-image: url(../img/bg_gara01.png);
}

#menu {
 width: 92%;
 padding: 30px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

#menu .note {
 font-size: 0.93em;
 padding: 1.5em 0;
}

#child .txtArea,
#breakfast .txtArea,
#dining .txtArea {
 margin-bottom: 1em;
}

#child .imgArea,
#breakfast .imgArea,
#dining .imgArea {
 text-align: center;
}

#child .imgArea img,
#breakfast .imgArea img,
#dining .imgArea img {
 margin: 0 10px 10px 0;
}

@media screen and (min-width: 768px) {
 #lead h3 {
  float: right;
  margin-right: 50px;
 }
 #lead .txtArea {
  width: auto;
  height: 300px;
  float: right;
  margin-right: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  word-wrap: break-word;
 }
 #lead .txtArea .txt_combine {
  text-combine-upright: all;
 }
 #lead .txtArea p {
  margin: 0 0 0 1.7em;
 }
 #lead .decotile {
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
 }
 #lead .decotile1 {
  left: inherit;
  right: 60%;
 }
 #child .txtArea,
 #breakfast .txtArea {
  text-align: center;
 }
 #child .imgArea,
 #breakfast .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 #child .imgArea .img01,
 #breakfast .imgArea .img01 {
  width: 66%;
 }
 #child .imgArea .img02,
 #breakfast .imgArea .img02 {
  width: 32%;
 }
 #breakfast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
 }
 #dining .txtArea {
  text-align: center;
 }
 #dining .img01 {
  width: 58%;
  float: left;
 }
 #dining .img02 {
  width: 40%;
  float: right;
  margin-top: 120px;
 }
 #dining .img03 {
  clear: both;
 }
}

.slide_wrap .slideArea {
 max-width: 720px;
 width: 80%;
 height: auto;
 position: relative;
 margin: 0 auto 30px;
}

.slide_wrap .thumArea {
 width: 80%;
 height: auto;
 margin: 30px auto 50px;
}

.slide_wrap .thumArea .item {
 width: auto;
 height: auto;
 overflow: hidden;
 border: solid 1px #444;
 margin: 0 4px;
 float: left;
 position: relative;
}

.slide_wrap .thumArea .item::after {
 content: '';
 display: block;
 padding-top: 56.25%;
}

.slide_wrap .thumArea .item img {
 width: auto;
 height: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%) scale(1);
 -ms-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
/*# sourceMappingURL=cuisine.css.map */