@charset "UTF-8";
/* reset.cssを消してごめんなさい */
html {
  margin: 0;
  padding:0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "futura-pt", "Yu Gothic", "筑紫A丸ゴシック", "游ゴシック体", YuGothic, "游ゴシック", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: black;
  line-height: 2.0;
  letter-spacing: 0.1em;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
 }

h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

ul,li,dl,dt,dd {
  margin:0;
  padding:0;
  list-style: none;
}

a { 
  text-decoration: none; 
  transition: all .6s ease;
}

a:hover { 
  transition: all .6s ease;
}

.content-wrapper {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}

section h2 {
  font-size: 2rem;
  transition: 1.5s;
}

.marker{
  background:-moz-linear-gradient(transparent 60%, rgba(245,212,74,0.8) 60%);
  background:-webkit-linear-gradient(transparent 60%, rgba(245,212,74,0.8) 60%);
  background:linear-gradient(transparent 60%, rgba(245,212,74,0.8) 60%);
}

.marker-pink{
  background:-moz-linear-gradient(transparent 60%, rgba(237, 171, 156, 0.8) 60%);
  background:-webkit-linear-gradient(transparent 60%, rgba(237, 171, 156, 0.8) 60%);
  background:linear-gradient(transparent 60%, rgba(237, 171, 156, 0.8) 60%);
}

.flex {
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
}


/* header */

.header {
  display:-ms-flexbox;
  display:-webkit-flex;
  -ms-flex-pack:justify;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 1.5s;
  margin-left: 400px;
}

.header.showUp {
  opacity: 1;
  margin-left: 0;
}

.header-back {
  background-color: rgb(255, 255, 255, 0.7);
  height: 40px;
}

.header nav ul {
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.2rem;
}

.header nav ul li {
  margin: 0 20px;
}

.header nav ul li a {
  color: #fff;
}

.header nav ul li .headerColor-default {
  color: #333;
  font-size: 0.8rem;
}

.header nav li a:hover {
  color: #F5D44A;
  opacity: 0.6;
}

.fadeIn {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

#nav-drawer {
  display: none;
}

@media screen and (max-width: 896px) {
  #nav-drawer {
    display: block;
  }

  header nav {
    display: none;
  }

  .nav-unshown {
    display:none;
  }

  #nav-open {
    margin-left: 20px;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 200px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  #nav-content li {
    margin: 10px 20px;
  }

  .nav-menu {
    font-size: 0.8rem;
    color: #555;
  }
  
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
}

.content-wrapper {
  padding: 50px 100px;
}


/* mainvisual */
.b
.mainvisual .slide {
  position: absolute;
  top: 0;
  opacity: 1;
  margin-left: 100px;
  z-index: 0;
  transition: 1.5s;
}

.mainvisual .active{
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 1;
  margin-left: 0;
  transition: 1.5s;
}

.mainvisual img {
  height: 750px;
  object-fit: cover;
  object-position: 0 15%;
}

@media screen and (max-width: 896px) {
  .mainvisual img {
    height: auto;
  }
}



/* about */
.about .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 100px;
}

.about .content-left {
  width: 35%;
  position: relative;
}

.about .content-left img {
  max-width: 380px;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about .content-right {
  width: 65%;
}

.about .content-right h2:after{
  content: 'ブリトーってなに？';
  font-size: 0.8rem;
  display: block;
}

.about .content-right .description{
  margin: auto;
  padding: 70px;
  width: 600px;
}

.about .content-right p {
  line-height: 40px;
}

@media screen and (max-width: 896px) {
  .about {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }

  .about .content-wrapper {
    position: relative;
    display: block;
    padding: 0;
  }
  
  .about .content-left {
    width: 100%;
  }

  .about .content-left img {
    position: absolute;
    top: 50px;
    left: 35%;
    max-width: 100px;
    opacity: 0.2;
  }
  
  .about .content-right {
    width: 100%;
  }

  .about .content-right h2{
    text-align: center;
    margin-bottom: 5vw;
    font-size: 1.5rem;
  }

  .about .content-right h2:after{
    height: 50px;
    content: 'ブリトーってなに？';
    font-size: 0.8rem;
    display: block;
  }  

  .about .content-right .description{
    margin: auto;
    padding: 5px 20px;
    width: 100%;
  }
  
  .about .content-right p {
    line-height: 20px;
    font-size: 0.8rem;
  }  
}

/* banner */

.banner {
  margin: 20px auto 0; /* 上方向にのみマージンを追加 */
  width: 50%; /* バナーの幅を設定 */
  /* その他のスタイル */
}
@media (max-width: 768px) {
  .banner {
    width: 100%; /* バナーの幅を100%に設定 */
  }
}



/* menu */

.menu .content-wrapper h2:after{
  content: 'メニュー';
  font-size: 0.8rem;
  display: block;
}

.menu .content-wrapper p {
  text-align: center;
  font-size: 0.8rem;
}

@media screen and (max-width: 896px) {
  .menu {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }

  .menu .content-wrapper {
    display: block;
    padding: 10px;
  }

  .menu .flex {
    display: block;
  }

  .menu .heading {
    width: 100%;
  }

  .menu h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .menu .content {
    width: 100%;
  }
}


/* how to order */

.how_to_order .content-wrapper h2:after{
  content: 'ご注文の仕方';
  font-size: 0.8rem;
  display: block;
}

.how_to_order .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.how_to_order .card {
  margin: 0 10px;
  width: 300px;
  min-height: 250px;
}

.how_to_order img {
  max-width: 150px;
  max-height: 200px;
  top: 0;
  margin-bottom: 20px;
}

.balloon {
  bottom: 0;
  display: inline-block;
  margin: 0.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  min-height: 80px;
  color: #555;
  font-size: 0.8rem;
}

.balloon p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 896px) {
  .how_to_order {
    padding: 20px 0;
  }

  .how_to_order .content-wrapper {
    display: block;
    padding: 10px;
  }

  .how_to_order  h2 {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 1.5rem;
  }

  .how_to_order .content {
    flex-wrap: wrap;
  }

  .how_to_order .card {
    display: -webkit-flex;
    display: flex;
    margin: 10px;
    min-height: 150px;

  }

  .how_to_order .card .card-width {
    width: 170px;
  }

  .how_to_order img {
    width: 150px;
    height: 150px;
  }
  
  .card .head {
    margin-top: 20px;
    margin-left: 10px;
    min-height: 60px;
  }
  
  .balloon {
    position: static;
    display: inline-block;
    margin: 0.5em 0;
    padding: 7px 10px;
    min-width: 60px;
    max-width: 100%;
    font-size: 0.5rem;
    color: #555;
  }
  
  .balloon p {
    margin: 0;
    padding: 0;
  }  
  
}


/* location */
.location .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.location .content-wrapper h2{
  margin-bottom: 15px;
}

.location .content-wrapper h2:after{
  content: '場所と営業時間';
  font-size: 0.8rem;
  display: block;
}

.location .content-wrapper .content-left {
  width: 40%;
  margin-right: 20px;
}

.insta_btn{
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.location .content-wrapper .content-left p {
  text-align: center;
}

.location .content-wrapper .content-right {
  width: 60%;
  padding: 20px;
  margin: auto;
}

iframe {
  width: 500px;
  height: 400px;
}

@media screen and (max-width: 896px) {
  .location {
    padding: 20px 0;
  }

  .location .content-wrapper {
    display: block;
    padding: 10px;
  }

  .location .content-wrapper .content-left {
    width: 100%;
    font-size: 0.8rem;
  }

  .location h2 {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 1.5rem;
  }

  .location .content-wrapper .content-right {
    width: 300px;
    padding: 0;
    margin: 20px auto;
  }

  iframe {
    margin: 0 auto;
    width: 300px;
    height: 200px;
  }
}

/* contact */
.contact {
  width: 100%;
  height: 500px;
  background: url(../images/dave-PEkfSAxeplg-unsplash.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.contact ul {
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 50%;
  width: 100%;
}

.contact li {
  width: 300px;
  margin: 0 50px;
}

.contact li a {
  border: 1px solid #fff;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1em 0;
}

.contact li a:hover {
  background: #fff;
  color: #333;
}

.contact p {
  width: 100%;
  color: #696969;
  text-align: center;
  font-size: 0.75rem;
  font-family: Futura PT;
  position: absolute;
  bottom: 5%;
}

@media screen and (max-width: 896px) {
  .contact {
    height: 200px;
  }

  .contact li a {
    border: 1px solid #fff;
    font-size: 1rem;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
  }
  
  .contact p {
    width: 100%;
    color: #696969;
    text-align: center;
    font-size: 0.5rem;
    font-family: Futura PT;
    position: absolute;
    bottom: 10%;
  }
  
}
