@charset "UTF-8";
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1170px) {
  html {
    font-size: 100%;
  }

  p {
    line-height: 2rem;
  }
}


/* 初期化 ----------------*/

h1,
h2,
h3,
h4,
h5,
p,
figure,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* ベース ----------------*/

html {
  font-size: 100%
}

body {
  position: relative;
  margin: 0;
  color: #372107;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Mooli', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

.container-fluid {
  padding: 0;
}

p {
  line-height: 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  filter: brightness(90%) contrast(120%);
}

/* セクション共通の余白 ------------*/
#home,
#about,
#menu,
#ingredients,
#gallery,

.section_y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* ヘッダー ---------------*/
/* スマートフォン以上タブレット未満のヘッダーの高さと下との余白 */
@media (max-width: 767px) {
  .header {
    height: 4rem;
    margin-bottom: 1rem;
  }
}

/* タブレット以上パソコン未満のヘッダーの高さと下との余白 */
@media (min-width: 768px) {
  .header {
    height: 5rem;
    margin-bottom: 2rem;
  }
}

/* パソコン以上のヘッダーの高さと下との余白 */
@media (min-width: 1170px) {
  .header {
    height: 6rem;
    margin-bottom: 3rem;
  }
}

header {
  margin: auto;
  height: 75px;
}

.row {
  margin-left: 0;
}

.header_menu li {
  padding: 0 0.5rem 0 0.5rem;
  font-family: 'Mooli', sans-serif;
}

.header_menu li a:hover {
  border-bottom: 3px solid #cccc7c;
  padding-bottom: 0.25rem;
  color: #cccc7c;
}

.header {
  background-color: rgba(0, 0, 0, 0.3);
  margin: auto;
  height: 75px;
}


.logo {
  display: flex;
  align-items: center;
}

.navbar-dark {
  color: white;
}

.navbar-brand {
  margin-left: 2rem;
}

.navbar-collapse {
  justify-content: flex-end;
  margin-right: 2rem;
}


.hero {
  position: relative;

}

.hero_info {
  position: absolute;
  bottom: -20px;
  z-index: 100;
}

.info_text {
  text-align: left;
  color: #372107;
  background-color: #fefefe;
  border: 1px solid #372107;
  padding: 0.75rem 1.25rem;
}


/* ボタン -----------------*/
.button {
  margin: 3rem 0 0;
  text-align: center;
}

.button a {
  padding: 1rem 0;
  border-radius: 100vh;
  font-size: 1.5rem;
  display: block;
  color: white;
  background-color: #cccc7c;
}


.sub_title {
  font-family: 'Mooli', sans-serif;
  font-size: larger;
}

#about {
  background-color: rgba(55, 33, 7, 0.3);
  magin-right: 0;
  magin-left: 0;
}




h2 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

h5 {
  margin-bottom: 10px;
}

footer {
  background-color: #372107;
  color: white;
  padding-bottom: 20px;
  margin-right: 0;
}


.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators li {
  background-color: #000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.carousel-control-next-icon {
  background-image: url(../images/next.png);
}



#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  background: url(../images/arrow_top.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}



#pagetop {
  position: absolute;
  right: 10px;
  bottom: 320px;
  z-index: 2;
  margin-bottom: 0;
}


@media (min-width: 576px) {
  #about {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .chef_image {
    width: 30%;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: black;
  }
}

@media(max-width: 1061px) {
  #pagetop {
    bottom: 490px;
  }
}

@media(max-width: 991px) {
  #pagetop {
    bottom: 750px;
  }
}

@media(max-width: 423px) {
  #pagetop {
    bottom: 780px;
  }
}

@media(max-width: 354px) {
  #pagetop {
    bottom: 810px;
  }
}

@media(max-width: 337px) {
  #pagetop {
    bottom: 980px;
  }
}
