/*--------*/
/*--main--*/
/*--------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&family=Noto+Sans:wght@400;700&family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
html,body {
  font-size: 62.5%; /* -> 10px */
  font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body{
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  overflow-x: hidden;
}
main {
  font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 28px;
  font-weight: 500;
    line-height:175%;
}
h3 {
  font-size: 20px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
h5 {
  font-size: 15px;
  font-weight: 500;
}
p {
  font-size: 15px;
  line-height: 220%;
  letter-spacing: 0px;
}
.img-fluid{
    max-width:100%;
    height:auto;
}
#index {
  text-align: center;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
/* header */
#youtube-wrap{
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index:0;
}
#video-background,
#video-overlay {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
}
#video-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height:100vh;
    height:auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1650px){
#video-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height:100vh;
    height:100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}    
}
@media screen and (max-width: 480px){
#video-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height:100vh;
    height:auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}    
}
#youtube-wrap02 {
  width: 100%;
  max-width: 100%;
  height:auto;
  overflow: hidden;
}
#video-overlay02 {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  width: auto;
  height: auto;
}
#video-background-169{
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
#video-background-169 video{
    width:100%;
}
.pc-20 {
  display:block;
}
.tab-20 {
  display:none;
}
.sp-20{
    display: none;
}
.pc-815 {
  display:block;
}
.sp-815{
    display: none;
}
.mv-pc{display: block;}
.mv-tablet{display: none;}
.mv-sp{display: none;}
@media screen and (max-width: 930px){
.mv-pc{display: none;}
.mv-tablet{display: block;}
.mv-sp{display: none;}    
}
@media only screen and (orientation: landscape){
.mv-pc{display: block;} 
.mv-tablet{display: none;}
.mv-sp{display: none;}  
#video-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height:100vh;
    height:auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 480px){
.mv-pc{display: none;}
.mv-tablet{display: none;}
.mv-sp{display: block;} 
}
#video-background {
  z-index: 0;
  pointer-events: none;
}

#video-overlay {
  z-index: 1;
  background-color: white;
  display: block;
}
img.hero-img {
  position: absolute;
  z-index: 3;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.hero-img-chezbun {
  position: absolute;
  z-index: 3;
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* histroy */
section#history {
  background-color: white;
  padding: 40px 0 60px 0;
}
section#history h2 {
  margin: 40px 0 30px;
}

/* news */
section#news {
  background-color: #F8F9F9;
  padding: 80px 0 50px 0;
}
section#news.news-bistro {
    background-color:#CE1647;
    color:#fff;
}
section#news .ttl {
  margin-bottom: 50px;
}
.insta-list {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  grid-gap: 50px;
  align-items: center;
  justify-content: center;
}
li.tablet {
  display: none;
}
.insta-list img {
  height: 240px;
  width: 240px;
  object-fit: cover;
}
#news i.fab.fa-instagram {
  padding-bottom: 3px;
}
i.fab.fa-instagram {
  font-size: 22px;
  padding-top: 3px;
}
.view-more {
    padding-top: 50px;
    opacity: 1;
    transition: all .3s;
}
.view-more:hover{
  opacity: 0.6;
}
.view-more p {
  margin: 0 auto;
  width: 11rem;
  border-bottom: 1px solid;
  font-size: 13px;
  line-height: 2rem;
}
/* about */
section#about {
  background-color: white;
  padding: 180px 0 180px 0;
  margin-top: -1px;
}
section#about .flex-wrapper {
/*  align-items: flex-end;
  justify-content: center;*/
  text-align: left;
  margin-left: 0rem;
}
#about .ttl {
  position: relative;
  bottom: 2rem;
  z-index: 1;
}
.ttl h2 {
  line-height: 3rem;
  letter-spacing: 0.3rem;
}
.ttl p {
  letter-spacing: 0;
  font-size: 11px;
  line-height: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.ttl p.bistro-menu{
  font-size: 15px;
  line-height: 220%;
  letter-spacing: 0px;
  font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
}
#about .figure-left {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  width: 100%;
}
.figure-left h2 {
  position: relative;
  margin-top:40px;
  padding-bottom: 0px;
}
.figure-left p {
  margin-top: 2rem;
  margin-right: 8rem;
  margin-bottom: 3rem;
  width:53%;
}
section#about img {
  position: relative;
  height: 36rem;
}
#about .about-img {
  background: url(../images/bistro/canele_0053-2.jpg) no-repeat center;
  background-size: 86%;
  position: absolute;
  top:-40px;
  right:-40px;
  width:500px;
  height: 400px;
  z-index:-1;
}
#about .view-more p {
  letter-spacing: 0.1rem;
  width: 11rem;
  font-size: 13px;
}
#about .view-more {
  padding-top: 13px;
  position: relative;
  z-index: 1;
}
#about .view-more span {
    padding: 5px 0 0;
    font-size:8px;
    letter-spacing: 0;
}
/* 背景固定 */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("/images/bistro/canele_0050.jpg");
  overflow-x: hidden!important;
}
.bg.hide-img{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: none;
  overflow-x: hidden!important;
}
/* line-up */
section#line-up {
  background-color: white;
  margin-top: 40vh;
  padding: 100px 0 150px 0;
}
.grid-items {
  display: grid;
  grid-template-columns: repeat(2, 318px);
  grid-gap: 50px;
  justify-content: center;
}
.item {
  width: auto;
}
.item02 {
  margin-top:15px;
}
.limited {
  position: absolute;
  right: 15%;
  top: 7%;
  width: 23%;
}
#index .item img {
  width: 70%;
}
#index .item p {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 200%;  
}
#line-up .box {
  border: 1px solid;
  width: 650px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 15px;
  margin-top: 50px;
}

  padding: 60px;
}
.item-left{
  margin-right: -10px;
}
.item-right{
  margin-left: -10px;  
}
.gift img {
  padding-bottom: 18px;
}
section#line-up .box a {
  display: block;
}
.signboard {
  margin-top: -1px;
  background-color: white;
  padding-bottom: 70px;
}
.signboard img {
  width: 50%;
}

@media screen and (max-width: 1060px){
.tablet {
  display: none;
}
.pc-20 {
  display: none;
}
.tab-20 {
  display:block;
}
.container {
  max-width: 720px;
  margin: 0 auto;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
p {
  font-size: 15px;
  line-height: 200%;
}
.view-more p {
  width: 11rem;
  letter-spacing: 0.1rem;
  font-size: 12px;
}
/* history */
section#history {
  padding: 50px 10px 50px 10px;
}
section#history h2 {
  margin-bottom: 2rem;
}
section#history p {
  max-width: 80%;
  margin: 0 auto;
}
/* news */
#news i.fab.fa-instagram {
  padding-bottom: 6px;
}
section#news {
  padding: 60px 0 80px 0;
}
/* about */
section#about .flex-wrapper {
  margin-left: 0;
}
.ttl h2 {
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
}
.ttl p {
  letter-spacing: 0;
}
.ttl p.bistro-menu{
  line-height: 200%;
}
.figure-left {
  width: 36rem;
  margin-bottom: 0;
}
.figure-left h3 {
  white-space: nowrap;
  padding-bottom: 0;
}
.figure-left p {
  width: 33rem;
  margin-top: 1.5rem;
  margin-bottom: 6rem;
}
section#about img {
  overflow: hidden;
  left: -2rem;
  bottom: 0rem;
  height: 22rem;
}
#about .view-more {
  padding: 0;
  margin-top: -35px;
  margin-bottom: 20px;
}
#about .view-more p{
    font-size:14px;
}
#about .view-more span {
    font-size:11px;
}
/* line-up */
.insta-list {
  grid-template-columns: repeat(2, 240px);
}
li.tablet {
  display: block;
}
#news>.view-more {
  display: none !important;
}
.grid-items {
  grid-template-columns: 250px 250px;
  grid-gap: 15px;
}
.limited {
  right: 10%;
}
#index .item img {
  width: 70%;
}
#index .item h3 {
}
#index .item p {
  width: 100%;
}
#line-up>.container>p {
  padding: 50px 0;
}
#line-up .box {
  border: 1px solid;
  width: 45rem;
}
}

@media screen and (max-width: 815px){
.pc-20{
  display:none;
}
.tab-20 {
  display:none;
}
.sp-20{
    display: block;
}
.pc-815 {
  display:none;
}
.sp-815{
    display: block;
}
.container {
  max-width: 100%;
  margin: 0 auto;
}
/* about */
section#about .flex-wrapper {
  display: block;
}
section#about .flex-wrapper p{
  padding:0 25px;
}
#about .ttl {
  margin-bottom: 15px;
}
.ttl h2 {
  line-height: 3rem;
  letter-spacing: 0.1rem;
}
.ttl p {
  letter-spacing: 0;
  width: auto;
}

section#about img {
  position: relative;
  margin: auto;
  top: -1rem;
  left: 0;
  right: 0;
}
.figure-left {
  text-align: center;
  max-width: 100%;
  width: auto;
  margin: 0;
  padding:0 15px;
}
.figure-left h2 {
  margin-top: 15px;
  padding-bottom: 5px;
}
.figure-left p {
  margin-right: 0;
  width: auto;
  margin-top:20px;
}

/* line-up */
section#line-up {
  padding: 100px 0;
}
#line-up .box {
  width: 55%;
  padding: 10px 0;
}
.grid-items {
  grid-template-columns: 100%;
  grid-gap: 15px;
}
#index .item{
  margin:20px 0 0;
}
#index .item02 {
  margin-top:20px;
}
#index .item.gift02{
  padding:30px 0 0 0;
}
#index .item p {
  width: 100%;
  padding-top: 15px;
  line-height: 175%;
}
#index .item img {
  width: 55%;
}
.limited {
  top:9%;
  right: 16%;
}
.item-left{
  margin-right: 0px;
}
.item-right{
  margin-left: 0px;  
}
.signboard img {
  width: 55%;
}
}

@media screen and (max-width: 576px){
h2 {
  font-size: 20px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.5px;
}
img.hero-img {
  width: 25rem;
}
img.hero-img-chezbun {
  width: 25rem;
}
.ttl p.bistro-menu {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.5px;
}
/* history */
section#history {
  padding: 50px 35px 50px 35px;
}
section#history h2 {
  margin: 15px 0 20px;
}
/* news */
.insta-list {
  grid-template-columns: repeat(2, 180px);
  grid-gap: 30px;
  justify-content: center;
}
.insta-list img {
  width: 180px;
  height: 180px;
}
.view-more {
  padding: 0;
}
#index .item p {
  width: 100%;
  font-size: 16px;
}
}

@media screen and (max-width: 400px){  
.insta-list {
  grid-template-columns: repeat(2, 150px);
  grid-gap: 20px;
}
.insta-list img {
  width: 150px;
  height: 150px;
}
}


/*----------*/
/*--header--*/
/*----------*/
.sp {
  display: none;
}
header {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: white;
}
a {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  opacity: 1;
  transition:all .3s;
}
a:hover{
  opacity:0.6;
}
.relative-wrapper {
  position: relative;
}
.container-header .flex-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
h1.siteLogo {
  width: 20%;
  background-color: #CE1647;
  text-align: right;
}
h1.siteLogo img {
  height: 6rem;
  padding: 0.7rem 3rem 0.7rem 0;
  text-align: right;
}
header .navi {
  flex: 1;
  color: white;
  display: flex;
  justify-content: flex-end;
}
.visible {
  background-color: rgba(50, 50, 50, 0.5);
}
.invisible {
  background-color: rgba(50, 50, 50, 1);
}
.navi>ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.navi li {
  margin-right: 30px;
}
.flex-wrapper {
  display: flex;
}
header .box {
  border: 1px solid #bbb;
  padding: 5px;
}
/* link */
.fixed-link {
  width: 22rem;
  position: fixed;
  bottom: 15px;
  right: 5px;
  padding: 6px 40px;
  transform: translate3d(0, -10px, 0);
  transition: all 1s;
  opacity: 0;
  z-index: 950;
}
.fixed-link.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fixed-link img {
  width: 12rem;
}
.scroll-head{
    position: absolute;
    right:10%;
    bottom:5%;
}
.scroll-head a img{
    width:12px;
}

@media screen and (max-width: 1060px){
header ul.pc a {
  font-size: 12px;
}
.navi li {
  margin-right: 10px;
}
h1.siteLogo img {
  height: 5rem;
  padding: 0.5rem 0 0.5rem 0;
}

h1.siteLogo {
  width: 22%;
  text-align: center;
}
h1.siteLogo.siteLogo-chezbun {
  width: 30%;
  text-align: center;
}
.fixed-link {
  text-align: right;
  width: 15rem;
}
.fixed-link img {
  width: 8rem;
}    
}

@media screen and (max-width: 576px){
h1.siteLogo {
  width: 30%;
  background-color: transparent;
  margin: 0 auto;
}
h1.siteLogo img {
  height: 50px;
}
.pc-2021 {
  display:none;
}
.sp {
  display: block;
}
header .pc {
  display: none;
}
header .navi {
  background-color: rgb(206, 22, 71, 0.9);
}
header .navi {
  align-items: center;
  padding-right: 20px;
  padding-left: 35px;
}
.menu-btn {
  position: relative;
  width: 35px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-btn, .menu-btn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 10px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background: #CE1647;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  color: #fff;
  box-sizing: border-box;
}
.menu__item a {
  display: block;
  height: fit-content;
  padding: 15px 0;
}
.menu__item i.fa.fa-angle-right {
  text-align: right;
}
/* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³å‰ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®çŠ¶æ…‹ */
.menu{
  transform: translateX(100vw);
  transition: all .3s linear;
}
/* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³å¾Œã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®çŠ¶æ…‹ */
.menu.is-active{
  transform: translateX(0);
}
.menu__item:first-of-type {
  margin: 30px;
  width: 25%;
}
.menu__item:first-of-type a {
  display: block;
}
.menu__item:nth-of-type(n+2) {
  width: 65%;
  border-top: 1px solid;
}
.menu__item:nth-of-type(n+8) {
  border-bottom: 1px solid;
  padding: 8px 3px 8px 40px;
  display: flex;
  align-items: center;
}
.menu__item:nth-of-type(n+8)>a {
  display: block;
}
.menu__item>a {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.shop-info {
  text-align: center;
  padding-top: 20px;
}
.shop-info a {
  font-size: 20px;
  line-height: 3rem;
}
.gift {
  margin-bottom: 20px;
}
.fixed-link {
  width: 80px;
  bottom: 6px;
  right: 20px;
  padding: unset;
}    
   
}


/*----------*/
/*--footer--*/
/*----------*/
footer {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 2;
}
footer ul {
  justify-content: center;
  padding: 20px 15px 60px 15px;
  opacity: 0.8;
}
footer p {
  opacity: 0.8;
  line-height: 2.5rem;
  font-family: yu-mincho-pr6n, sans-serif;
}
footer i.fab.fa-instagram {
  font-size: 22px;
}
.footer1 {
  background-color: #CE1647;
  color: white;
  padding-bottom: 60px;
}
.footer-left {
  width:40%;
  text-align: right;
}
img.exterior {
  width: 100%;
  height: auto;
}
.footer-right {
  margin-left: 15px;
}
.font-big {
  font-size: 21px;
}
footer table.box {
  margin-top: 10px;
}
footer table,footer th,footer td {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
  opacity: 0.9;
  vertical-align: middle;
  font-size: 15px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 500;
}
footer .flex-wrapper {
  justify-content: center;
  align-items: flex-end;
}
footer .footer-right>.flex-wrapper {
  justify-content: flex-start;
}
footer .logo {
  width: 35%;
  margin: 5px 0 15px;
}
img.google {
  height: 2.2rem;
  margin-bottom: 0.2rem;
}
footer th {
  padding: 7px 12px 6px 15px;
}
footer td {
  padding: 7px 15px 6px 12px;
}
.footer2 {
  background-color: black;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 15px;
}
small {
  opacity: 0.8;
  font-size: 10px;
}
.scroll-footer{
    position: absolute;
    right:10%;
    top:-165px;
    z-index:900;
}
.scroll-footer a img{
    width:12px;
}
@media screen and (max-width: 1060px){
footer p {
  font-size: 11px;
  line-height: 1.8rem;
}
img.google {
  height: 1.5rem;
}
footer table, footer th, footer td {
  font-size: 15px;
}
footer th {
  padding: 5px 6px 5px 16px;
}
footer td {
  padding: 5px 16px 5px 6px;
}
.font-big {
  font-size: 15px;
}
    
    
}
@media screen and (max-width: 576px){
.pc {
  display: none;
}
.footer1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-left {
  width:0;
  text-align: left;
}
img.exterior {
  margin-left: -65px;
  width: 175px;
  height: auto;
  margin-bottom:10px;
}
footer .logo {
  width: 166px;
  text-align: center;
}
footer .logo img {
  width: 8rem;
}
.footer-right {
  margin-left: 0;
}
.footer-right>.grid-box:first-of-type {
  display: grid;
  justify-content: center;
  grid-template-columns: 11rem 11rem;
  align-items: center;
}
.grid-box {
  display: grid;
  justify-content: center;
}
footer table, footer th, footer td {
  width: fit-content;
  padding: 4px 10px 5px 10px;
}
img.google {
  margin-bottom: 0.3rem;
}
.font-big {
  font-size: 17px;
}
        
}


/*---------*/
/*--about--*/
/*---------*/
#about {
  text-align: center;
}

.position-box {
  position: relative;
}
h1.scope {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  opacity: 0.8;
  letter-spacing: 0.2rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about .fixed-link {
  opacity: unset;
}
header img.top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 26%;
}
/* about-canele */
section#about-canele h2 {
  margin: 70px 0 40px 0;
}
section#about-canele .about-canele-title{
    margin:0;
    line-height:200%;
}
#about-canele .flex-wrapper {
  justify-content: center;
    position: relative;
}
#about-canele .flex-box1 {
    text-align: left;
}
#about-canele .flex-box1 h3 {
  line-height: 4rem;
}
#about-canele .flex-box1 p {
  margin: 3rem 0;
  width: 58%;
}
#about-canele .flex-box1 img {
  width: 58%;
}
#about-canele .flex-box2-bg{
    background: url(../images/bistro/map.png)no-repeat;
    background-size: 50%;
    background-position: top 0 right 0;
    width:600px;
    height:587px;
    position: absolute;
    top:150px;
    right:80px;
    z-index:-1;
}
#about-canele .flex-box2 img {
    position: absolute;
    width: 40%;
    top: 120px;
    left: 0;
    z-index:0;
}
/* pride */
section#pride {
  margin: 100px 0;
}
#pride h2 {
  margin-bottom: 60px;
}
#pride .flex-wrapper.pc {
  justify-content: center;
}
#pride .pride-right {
  text-align: left;
  width: 100%;
  margin-left: 0rem;
}
#pride .pride-right h3 {
  padding-bottom: 0.5rem;
}
#pride .flex-box1 {
  display: grid;
  grid-gap: 2rem;
}
#pride p {
    margin-top:10px;
    margin-bottom: 60px;
}
#pride .flex-box1 img {
  width: 36rem;
}

/* how-to */
section#how-to {
  background-color: #F7F6F1;
  text-align: center;
  padding: 60px 0;
}
section#how-to .container>p {
  width: 72rem;
  margin: 20px auto 70px auto
}
#how-to .grid-box {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 15px;
  justify-content: center;
}
section#how-to .container>h3 {
  padding-bottom: 10px;
}
section#how-to .container h3:before {
  content: "\f111";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    padding-right: 5px;
}
section#how-to .how-to-row {
  padding-bottom: 40px;
}
section#how-to .item img {
  width: 78%;
}
section#how-to  .item p {
  margin: 10px;
}
#how-to i.fas.fa-circle {
  padding-right: 5px;
}
/* signboard */
#about .signboard {
  margin-top: 90px;
}

@media screen and (max-width: 1060px){
/* about */
#about-canele .flex-wrapper {
  margin-right: 0;
  padding:0 15px;
}
#about-canele .flex-box2-bg{
    background: url(../images/bistro/map.png)no-repeat;
    background-size: 40%;
    background-position: top 0 right 0;
    width:600px;
    height:587px;
    position: absolute;
    top:150px;
    right:60px;
    z-index:-1;
}
#about-canele .flex-box1 img {
}
/* pride */
section#pride {
  margin: 100px 28px;
}
#pride .flex-box1 img {
  width: 22rem;
  object-fit: contain;
}
#pride .flex-box2 h3 {
  padding-bottom: 0.5rem;
}
section#how-to .container h3:before {
  padding-right: 5px;
  vertical-align: 2px;
}
/* how */
#how-to .grid-box {
  grid-template-columns: 31% 31% 31%;
  grid-gap: 5px;
}
    
}
@media screen and (max-width: 815px){
/* about */
#about-canele .flex-wrapper {
  margin-right: 0;
  padding:0 30px;
}
#about-canele .flex-box1 h3 {
  line-height: 175%;
}
#about-canele .flex-box1 p {
  width: 100%;
}
#about-canele .flex-box1 img.about-sp-img{
  width: 50%;     
}
#about-canele .flex-box2 img {
  width: 18rem;
  top: 8rem;
  left: -11rem;
}
#about-canele .flex-box1 img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px auto;
  display: block;
}
/* pride */
section#pride {
  margin: 100px 15px;
}
#pride .flex-box2 {
  margin-left: 2rem;
}
#pride .flex-box1 img {
  width: 17rem;
}
#pride h3 {
    margin-top:10px;
}
#pride p {
    margin-top:15px;
    margin-bottom: 50px;
}

/* how */
section#how-to .container>p {
    width: 100%;
    padding:0 15px;
    margin-bottom:20px;
}
section#how-to .container h3:before {
  padding-right: 4px;
  vertical-align: 1px;
  font-size: 1.5rem;
}
section#how-to .container>h3 {
    padding-top:40px;
  padding-bottom: 27px;
}
#how-to .grid-box {
  grid-template-columns: 30% 30% 30%;
  grid-gap: 0;
}    
section#how-to .item p{
  margin:10px 0 35px;
} 
section#how-to .item img {
  width: 55%;
}    
}
@media screen and (max-width: 576px){
h1.scope {
  font-size: 25px;
    }
}
/*----------*/
/*--bistro--*/
/*----------*/

.header-bistro{
    overflow: hidden!important;
}
/* slider */
.swiper-container{
    width: 100%;
    height: 100vh;
    overflow: hidden!important;
}
.swiper-wrapper{ overflow: hidden!important;}
.swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    height:auto;
    min-height:100vh;
    min-width:100vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px){
.swiper-slide img{
}    
}
@media screen and (max-width: 480px){
.swiper-slide img{

}    
}
.slide-pc{display: block;}
.slide-tablet{display: none;}
.slide-sp{display: none;}
@media screen and (max-width: 1060px){
.slide-pc{display: none;}
.slide-tablet{display: block;}
.slide-sp{display: none;}    
}
@media only screen and (orientation: landscape){
.slide-pc{display: block;} 
.slide-tablet{display: none;}
.slide-sp{display: none;}  
}
@media screen and (max-width: 576px){
.slide-pc{display: none;}
.slide-tablet{display: none;}
.slide-sp{display: block;} 
}

/* histry */
section#history.history-bistro {
  background-color: black;
  color: white;
}

/* about */
section#about img.bistro-about-img{
    padding:40px 0 5px;
    height: auto;
}
.bistro-about h2 {
  position: relative;
  margin-top:40px;
  padding-bottom: 0px;
}
.bistro-about p {
  width:100%;
}
.bistro-about-txt01{
  margin-top: 20px;
}
.bistro-about-txt02{
    margin-top: 35px;
    font-size:13px!important;
}

/* line-up */
section#line-up.line-up-bistro {
  padding: 100px 0 0;
}
section#line-up-wine {
  background-color: white;
  padding: 50px 0 150px 0;
}
.item {
  width: auto;
}
.item02 {
  margin-top:15px;
}
.bistro-lineup .item img {
  width: 100%!important;
}
.item-left{
  margin-right: -10px;
}
.item-right{
  margin-left: -10px;  
}
.bistro-lineup{
    padding-bottom:30px;
    text-align: left;
}
.bistro-lineup img{
    margin-top:40px;
    margin-bottom:15px;
}
.about-lineup-sub{
    margin-top:80px;
    margin-bottom:40px;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
}
.about-lineup-sub::before,.about-lineup-sub::after{
    content: '';
    border-top:1px solid #000;
    width:60px;
}
.about-lineup-sub::before{
    margin-right:20px;
}
.about-lineup-sub::after{
    margin-left:20px;
}
.item-bistro{
    margin:10px 0;   
}
.bistro-ul{
    list-style: none;
    display: flex; 
    margin: 40px 20px 0;
    font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
}
.bistro-ul-drink{
    list-style: none;
    display: block; 
    margin: 40px 20px 0;
    font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
}
.bistro-ul li{
    width:50%;
    line-height: 200%;
}
.bistro-ul li.item-left-bistro{
    padding-right: 15px;
}
.bistro-ul li.item-right-bistro{
    padding-left:15px;
}
.bistro-ul li.item-right-bistro .item-right-bistro01,.bistro-ul li.item-left-bistro .item-left-bistro01{
    text-align: left;
}
.bistro-ul .item-576-bistro{
    display: none;
}
.bistro-ul li h4{
    font-weight: 400;
    color:#3d3939;
    padding:10px 0;
    text-align: center;
    letter-spacing: 0;
}
#index .bistro-ul-drink li p{
    font-weight: 400;
    color:#3d3939;
    padding:30px 0 10px;
    text-align: center;
}
#index .bistro-ul-drink li p.txt-right{
    font-weight: 400;
    color:#3d3939;
    padding:30px 0 10px;
    text-align: right;
}
#index .bistro-ul .item img {
    width: 85%;
}
.about-lineup-drink{
    padding:50px 0;
}
.about-lineup-drink .txt-right{
    padding-top:20px;
    text-align: right;
}
.line-up-wine{
    padding:100px 0 50px;
}
#line-up>.container> p.bistro-dessert-txt{
  padding: 40px 35px;
}
#line-up-wine>.container> p.bistro-wine-txt{
  padding: 50px 35px;
}
.bg-wine-top{
    margin-top:40vh;
}
/* 固定背景 メニュー*/
.bg-bistro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(/images/bistro/4C5A5699.jpg);
  overflow-x: hidden!important;
}
.bg-bistro::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
.bg-bistro.hide-img,.bg-bistro.none{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: none;
  overflow-x: hidden!important;
}
.bg-bistro.hide-img::before,.bg-bistro.none::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

/* 固定背景 ワイン*/
.bg-wine {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(/images/bistro/bistro/wine.jpg);
  overflow-x: hidden!important;
}
.bg-wine.hide-img,.bg-wine.none{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: none;
  overflow-x: hidden!important;
}

@media screen and (max-width: 1060px){
/* line-up */
.bistro-lineup{
    padding-bottom:30px;
    text-align: left;
}
.bistro-lineup img{
    margin-top:40px;
    margin-bottom:15px;
}
.about-lineup-sub{
    margin-top:60px;
}
.item-bistro{
    margin:10px 0;   
}
.bistro-ul{
    list-style: none;
    display: block; 
    margin:15px 15px 0;
}
.bistro-ul-drink{
    list-style: none;
    display: block; 
    margin:15px 15px 0;
}
.bistro-ul li{
    width:450px;
    margin:0 auto;
}
.bistro-ul li.item-left-bistro{
    padding-right: 0px;
}
.bistro-ul li.item-right-bistro{
    padding-left:0px;
} 
.bistro-ul li.item-left-bistro .item-left-bistro01{
    text-align: left;
    margin-left:8px;
}
.bistro-ul li h4{
    font-weight: 400;
}
#index .bistro-ul-drink li p{
    font-weight: 400;
    color:#3d3939;
    padding:30px 0 10px;
}
#index .bistro-ul-drink li p.txt-right{
    font-weight: 400;
    color:#3d3939;
    padding:30px 120px 10px 0;
}
#index .bistro-ul .item img {
    width: 100%;
}
}
@media screen and (max-width: 815px){
/* about */
section#about img.bistro-about-img{
    padding:40px 0 0px;
}
.bistro-about{
    padding-left:35px;
    padding-right:35px;
 }
/* line-up */
section#line-up.line-up-bistro {
  padding: 100px 30px 0;
}
section#line-up-wine {
  padding: 100px 0px;
}
.bistro-lineup{
    padding-bottom:30px;
    text-align: left;
}
.bistro-lineup img{
    margin-top:40px;
    margin-bottom:15px;
}
.about-lineup-sub{
    margin-top:60px;
}
.item-bistro{
    margin:10px 0;   
}
.bistro-ul,.bistro-ul-drink{
    list-style: none;
    display: block;
    margin:15px 0px;
    padding:0 15px;
}
.bistro-ul li{
    width:450px;
    margin:0 auto;
}
.bistro-ul li.item-left-bistro{
    padding-right: 0px;
    text-align: center;
}
.bistro-ul li.item-right-bistro{
    padding-left:0px;
    text-align: center;
}
.bistro-ul li.item-left-bistro .item-left-bistro01{
    text-align: left;
    margin-left:16px;
}
.bistro-ul li h4{
    font-weight: 400;
}    
#line-up>.container> p.bistro-dessert-txt{
  padding: 15px 30px;
}
#index .bistro-ul .item{
  margin:15px auto 0;
}
#index .bistro-ul .item img {
    width: 55%;
}
#index .bistro-ul-drink li p.txt-right{
    font-weight: 400;
    color:#3d3939;
    text-align: center;
    padding:30px 0px 10px 0px;
}
.line-up-wine{
    padding:50px 35px 40px;
}
}
@media screen and (max-width: 576px){
/* about */
.bistro-about h2 {
  position: relative;
  margin-top:40px;
  padding-bottom: 0px;
}
.bistro-about p {
  width:100%;
}
/* line-up */
.bistro-lineup{
    padding-bottom:30px;
    text-align: left;
}
.bistro-lineup img{
    margin-top:40px;
    margin-bottom:15px;
}
.about-lineup-sub{
    margin-top:60px;
}
.item-bistro{
    margin:10px 0;   
}
.bistro-ul{
    margin:15px 0px;
}
.bistro-ul-drink{
    margin:15px 0px;
}
.bistro-ul li h4{
    font-weight: 400;
    line-height:150%;
    padding:10px 0;
    text-align: center;
}
.bistro-ul .item-left-bistro.sp-20,.bistro-ul .item-right-bistro{
    display: none;
}
.bistro-ul .item-576-bistro{
    display: block;
}
.bistro-ul li{
    text-align: center;
    width:100%;
}  
#index .bistro-ul li p{
    font-weight: 400;
    color:#3d3939;
    padding:30px 0 10px;
    text-align: center;
}
#index .bistro-ul .item img {
    width: 90%;
}
}
@media screen and (max-width: 430px){   
#index .bistro-ul .item img {
    width: 100%;
}
}


.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0px;margin-left:0px}
.no-gutters>.col,.no-gutters>[class*=flex-]{padding-right:0;padding-left:0}.col,.flex-1,.flex-10,.flex-11,.flex-12,.flex-2,.flex-3,.flex-4,.flex-5,.flex-6,.flex-7,.flex-8,.flex-9,.flex-auto,.flex-lg,.flex-lg-1,.flex-lg-10,.flex-lg-11,.flex-lg-12,.flex-lg-2,.flex-lg-3,.flex-lg-4,.flex-lg-5,.flex-lg-6,.flex-lg-7,.flex-lg-8,.flex-lg-9,.flex-lg-auto,.flex-md,.flex-md-1,.flex-md-10,.flex-md-11,.flex-md-12,.flex-md-2,.flex-md-3,.flex-md-4,.flex-md-5,.flex-md-6,.flex-md-7,.flex-md-8,.flex-md-9,.flex-md-auto,.flex-sm,.flex-sm-1,.flex-sm-10,.flex-sm-11,.flex-sm-12,.flex-sm-2,.flex-sm-3,.flex-sm-4,.flex-sm-5,.flex-sm-6,.flex-sm-7,.flex-sm-8,.flex-sm-9,.flex-sm-auto,.flex-xl,.flex-xl-1,.flex-xl-10,.flex-xl-11,.flex-xl-12,.flex-xl-2,.flex-xl-3,.flex-xl-4,.flex-xl-5,.flex-xl-6,.flex-xl-7,.flex-xl-8,.flex-xl-9,.flex-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.flex-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.flex-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.flex-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.flex-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.flex-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.flex-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.flex-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}
@media (min-width:576px){.flex-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.flex-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.flex-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.flex-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.flex-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.flex-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.flex-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.flex-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}
@media (min-width:815px){.flex-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.flex-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.flex-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.flex-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.flex-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.flex-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.flex-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.flex-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.flex-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}



/*-------------*/
/*-- privacy --*/
/*-------------*/
.privacy-bg {
    background: url(/images/bistro/privacy-top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:400px;
}
.privacy-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1.privacy-title{
    font-size:30px;
    font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
#privacy {
    font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
    font-weight: 400;
    padding-left:15px;
    padding-right:15px;
 }
.privacy-box{
    padding:100px 0;
}
#privacy h2{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin:60px 0;
}
#privacy h3{
    font-size: 16px;
    font-weight: 600;
    margin:40px 0 15px;
}
@media screen and (max-width: 576px){
h1.privacy-title{
    font-size:25px;
}    
#privacy {
    font-family: yu-mincho-pr6n, YuMincho,'Yu Mincho', serif;
    font-weight: 400;
    padding-left:35px;
    padding-right:35px;
 }
}
/*-------*/
/*--404--*/
/*-------*/
#index404{
    margin-top:60px;
    padding:152px 0;
    overflow-x: hidden;
    position: relative;
    height:457px;
}
.body404{
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    max-width:960px;
    margin:0 auto;
}
.body404 h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:30px;
    text-align: center;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 20px;
}
.body404 h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:25px;
    text-align: center;
    font-weight: 500;
    line-height: 180%;
}
.body404 h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:22px;
    text-align: left;
    font-weight: 500;
    line-height: 180%;
    margin-top:;
}
.body404 p{
    text-align: center;
    margin: 30px auto 0;
}
.body404 p a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:18px;
    text-align: center;
    font-weight: 500;
    line-height: 180%;
    color:#CE1647;
    text-decoration: underline;
}
@media screen and (max-width: 815px){
.body404{
    max-width:100%;
    width:100%;
    margin:0 auto;
    height:auto;
    padding:0 15px;
}
.body404 h1{
    font-size:20px;
    text-align: center;
}
.body404 h1.en404{
    font-size:20px;
    text-align: center;
    margin-top: 10px;
}
.body404 h2{
    font-size:18px;
    margin:20px 0 0;
}
.body404 p{
    font-size:15px;
}    
    
}