@charset "UTF-8";
/* CSS Document */
/* ===================================================
	Reset
====================================================== */
#customer_header,
#customer_footer {position: relative;
background: #ffffff;
color: #222222;
font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", Georgia, serif;
font-weight: 500;
font-size: 16px;
line-height: 1.6em;
height: 100%;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;}
#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0;}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}

#customer_footer address { padding: 0; margin: 0;}

#customer_header img,
#customer_footer img { max-width: 100%;}

#customer_header a,
#customer_footer a{ color: #4b3835; text-decoration: none; transition: all 0.5s;}
#customer_header a img,
#customer_footer a img{ transition: all 0.5s;}
#customer_header a:hover,
#customer_footer a:hover{ color: #4b3835;}
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75;}



#customer_header .l-header{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 10;
padding: 10px 0;
}

/* ==========================================================================
   headerのレイアウト
============================================================================= */
#customer_header .header_inner {
  max-width: 1410px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 767px) and (max-width: 1140px) {
                     #customer_header  .header_inner { margin: 0; padding-right: 0; width: calc( 100% - 70px);}
}

/* ==========================================================================
  グローバルナビ
============================================================================= */
#customer_header .header_nav ul {
      display: -webkit-box; display: -ms-flexbox; display: flex;
      -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
      -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#customer_header .header_nav ul li:last-of-type a { margin-right: 0;}
#customer_header .header_nav a {
      text-decoration: none; text-align: center;
      display: block; padding-bottom: 5px; margin: 0 1vmin; position: relative; }
#customer_header .header_nav img { vertical-align: middle;}

@media screen and (max-width: 1140px) {
                 #customer_header .header_nav { display: none; }
}

@media screen and (min-width: 1400px) {
                 #customer_header .header_nav a { margin: 0 2vmin;}
}
/* ==========================================================================
   ご予約
============================================================================= */
#customer_header .header_reserv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#customer_header .header_reserv li {
  margin-left: 10px;
  vertical-align: middle;
}

#customer_header .header_reserv-search {
  border: 1px solid #000;
  padding: 15px 1em;
  cursor: pointer;
}

#customer_header .header_reserv-tel a {
  display: block;
  border: 1px solid #000;
  padding: 0 1em;
  line-height: 1em;
  text-decoration: none;
  height: 100%;
  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;
}

#customer_header .header_reserv-tel a span {
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  #customer_header .header_reserv {
    display: none;
  }
}

/* hamburger
----------------------------------------------------------------- */
.hamburger { display: none; position: absolute; top: 0px; right: 0; z-index: 11;}

.hamburger .hamburger-menu,
.hamburger .hamburger-menu span { display: inline-block; -webkit-transition: all .7s; transition: all .7s; -webkit-box-sizing: border-box; box-sizing: border-box;}
.hamburger .hamburger-menu { position: relative; margin: 15px 13px; width: 24px; height: 20px; vertical-align: bottom;}
.hamburger .hamburger-menu span { position: absolute; left: 0; width: 24px; height: 2px; background-color: #000; border-radius: 4px;}
.hamburger .hamburger-menu span:nth-of-type(1) { top: 0;}
.hamburger .hamburger-menu span:nth-of-type(2) { top: 50%; margin-top: -1px;}
.hamburger .hamburger-menu span:nth-of-type(3) { bottom: 0;}

#customer_header:target .hamburger a span:nth-child(1) { top: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
#customer_header:target .hamburger a span:nth-child(2) { width: 0; left: 50%; }
#customer_header:target .hamburger a span:nth-child(3) { top: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg) ; }
#customer_header .hamburger a[href="#close"] {display: none; position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#customer_header:target .hamburger a[href="#close"] {display: block;}


#customer_header #navSp { background:rgba(255,255,255,1); height:-webkit-calc(100% - 70px); height:calc(100% - 70px); position: fixed; top: 70px; left: 0; 
                                width: 100%; opacity: 0; visibility: hidden; z-index: 99999;
                                animation-name: fadeOut; 
                                animation-duration: 4s;
                                animation-iteration-count: 1;}
#customer_header:target #navSp { background:rgba(255,255,255,1); height:-webkit-calc(100% - 70px); height:calc(100% - 70px); overflow: auto;
                                padding: 0 3%; position: fixed; top: 70px; left: 0; opacity: 1; visibility: visible; width:100%; 
                                animation-name: fadein;
                                animation-duration: 1s;
                                animation-iteration-count: 1;}

@keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
}
@keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
}

@media screen and (max-width: 767px) {
                      .hamburger { display: block;}
                      #customer_header #navSp,
                      #customer_header:target #navSp { height:-webkit-calc(100% - 55px);  height:calc(100% - 55px);}
}

@media screen and (min-width: 767px) and (max-width: 1140px) {
                      .hamburger { display: block;top: 12px; right: 5px; }
}




/*----------------------------
main_img
----------------------------*/
#customer_header #main_img { background:url(https://storage.489ban.net/storage/customer/528/489ban/img/main_img.jpg) no-repeat center center; background-size:cover; 
                    height:550px; padding-top:77px; position: relative; text-align: center;}
#customer_header #main_img h1{position: absolute; left:50%; top:150px; margin-left:-22px; width:43px; }
#customer_header #main_img h1 img { width:100%;}
#customer_header #main_img p { position: absolute; left:50%; top:160px; margin-left:-144px; width:65px; }

@media screen and (max-width: 600px) {
                    #customer_header #main_img { height:400px;}
                    #customer_header #main_img h1{ top:100px;}
                    #customer_header #main_img p { top:90px;}
}
@media screen and (max-width: 414px) {
                    #customer_header #main_img { height:350px;}
                    #customer_header #main_img p { margin-left:-100px; width:53px;}
}

/* ==========================================================================
   スマホメニュー
============================================================================= */
/*
#navSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 99999;
}*/

#customer_header .header_navSp {
  text-align: center;
}

#customer_header .header_navSp a {
  text-decoration: none;
  display: block;
}

#customer_header .header_navSp-item {
  padding: 60px 20px 0;
  text-align: left;
}

#customer_header .header_navSp-item li {
  margin-bottom: 1em;
  font-size: 1.2em;
}

#customer_header .header_navSp-item .sns {
  display: inline-block;
  margin: 0 1em 1em;
}

#customer_header .header_navSp-reserv {
  padding: 0 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#customer_header .header_navSp-reserv li {
  border: 0;
  padding: 10px;
  width: 50%;
}

#customer_header .header_navSp-reserv li a {
  padding: 10px 0;
  line-height: 1.3em;
  border: 1px solid #000;
  height: 100%;
  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;
}

@media screen and (max-width: 320px) {
  #customer_header .header_navSp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 60px;
  }
 #customer_header .header_navSp-item li {
    width: 50%;
    text-align: center;
    font-size:16px;
  }
 #customer_header .header_navSp-item .sns {
    width: 25%;
    display: block;
    margin: 0;
  }
 #customer_header .header_navSp-reserv li a {
    height: 58px;font-size:13px;
  }
}

/* ==========================================================================
  pagetop
============================================================================= */
#customer_footer .footer_pagetop {
  position: relative;
}

#customer_footer .footer_pagetop-inner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}

#customer_footer .footer_pagetop-inner::after {
  position: absolute;
  top: -10px;
  right: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-right: -4px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #customer_footer .footer_pagetop-inner {
    right: 10px;
  }
 #customer_footer .footer_pagetop-inner img {
    width: 50px;
    height: auto;
  }
}


/* ==========================================================================
  footerのレイアウト
============================================================================= */
#customer_footer .footer {
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

/* 　ナビゲーション
----------------------------------------------------------------- */
#customer_footer .footer_inner {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 140px 0 100px;
  text-align: center;
  display: inline-block;
}

#customer_footer .footer_logo {
  margin-left: 40px;
  margin-right: 1vw;
  margin-top: -44px;
}

#customer_footer .footer_nav {
  text-align: left;
}

#customer_footer .footer_nav li {
  margin-left: 2em;
}

#customer_footer .footer_nav a {
  color: #333333;
  text-decoration: none;
  position: relative;
}

#customer_footer .footer_nav a::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dotted #cccccc;
  position: absolute;
  top: 0;
  right: -5px;
}

@media screen and (max-width: 767px) {
  #customer_footer .footer_inner {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 60px 0;
  }
  #customer_footer .footer_logo {
    margin: 0 0 30px;
    text-align: center;
  }
  #customer_footer .footer_nav {
    margin: 0 auto;
    text-align: center;
  }
  #customer_footer .footer_nav li {
    margin: 0 1em 2em;
    display: inline-block;
  }
  #customer_footer .footer_nav a::before {
    display: none;
  }
}

/* リンク
----------------------------------------------------------------- */
#customer_footer .footer_bottom {
  background: #f8f8f8;
  padding: 100px 0 20px;
}

#customer_footer .footer_contact {
  text-align: center;
  margin-bottom: 40px;
}

#customer_footer .footer_contact li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

#customer_footer .footer_contact-search {
  display: block;
  width: 270px;
  max-width: 100%;
  font-size: 1.25em;
  padding: 18px 0 20px;
  border: 1px solid #cccccc;
  background: #fff;
  cursor: pointer;
}

#customer_footer .footer_contact-tel a {
  display: block;
  width: 270px;
  max-width: 100%;
  font-size: 1.5em;
  padding: 11px 0 13px;
  border: 1px solid #cccccc;
  background: #fff;
  text-decoration: none;
}

#customer_footer .footer_contact-tel a span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
}

#customer_footer .footer_reserv {
  text-align: center;
  font-size: 0.875em;
}

#customer_footer .footer_reserv ul {
  margin-bottom: 1em;
}

#customer_footer .footer_reserv li {
  display: inline-block;
  margin-right: 1em;
  position: relative;
}

#customer_footer .footer_reserv li::after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

#customer_footer .footer_reserv li:last-of-type::after {
  display: none;
}

#customer_footer .footer_reserv a {
  text-decoration: none;
  color: #666666;
}

#customer_footer .footer_reserv .sp {
  display: none;
}

#customer_footer .footer_sns {
  margin-top: 20px;
}

#customer_footer .footer_sns li {
  display: inline-block;
  margin: 0 2em;
}

#customer_footer .footer_copyright {
  color: #666666;
  text-align: center;
  display: block;
  margin-top: 80px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #customer_footer .footer_bottom {
    padding: 60px 0 20px;
  }
  #customer_footer .footer_contact li {
    margin-bottom: 20px;
  }
  #customer_footer .footer_copyright {
    margin-top: 40px;
  }
  #customer_footer .footer_reserv .pc {
    display: none;
  }
  #customer_footer .footer_reserv .sp {
    display: block;
  }
}
/* breadcrumbs パン屑
----------------------------------------------------------------- */
#customer_footer .breadcrumbs_wrap {max-width: 1100px;margin: 0 auto;position: relative;}
#customer_footer .breadcrumbs {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #9f9f9f;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#customer_footer .breadcrumbs a {
  color: #656766;
  position: relative;
  margin-right: 30px;
  text-decoration: none;
}

#customer_footer .breadcrumbs a:hover {
  text-decoration: underline;
}

#customer_footer .breadcrumbs a::after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #customer_footer .breadcrumbs {
    margin-right: 90px;
    padding: 5px 10px;
    font-size: 10px;
  }
  #customer_footer .breadcrumbs span {
    line-height: 1.7em;
  }
}

@media screen and (min-width: 767px) and (max-width: 1140px) {
  #customer_footer .breadcrumbs {
    padding: 5px 20px;
  }
}


