@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #5F3B31; /* RGB */
  font-family: "Noto Sans JP", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.6rem;
  /*text-align: center;*/
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* header*/
.header {
  box-sizing: border-box;
  display: block;
  height: 60px;
  width: 100%;
  background-color: #FFF;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  align-items: center;
}
/* header sp */
@media(max-width:767px) {
  .header h1 {
    text-align: center;
    width: 100%;
    height: 60px;
  }
  .header nav ul img {
    width: 40px;
    height: auto;
    padding-right: 10px;
    padding-top: 20px;
    margin-left: -40px;
  }
}
/* header PC */
@media(min-width:768px) {
  .header h1 {
    text-align: left;
    /*font-size: 1.6rem;*/
  }
  .header .home {
    display: none;
  }
}
/* navigation */
.open-button, .close-button {
  display: none;
}
@media(max-width:767px) {
  .open-button {
    color: #5F3B31;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #5F3B31;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    color: #FFFFFF;
    font-size: 2.8rem;
    padding: 0;
    margin: 20px 10px 0 0;
    font-family: Noto Sans JP;
    font-weight: 400;
  }
  @media(max-width:767px) {
    .header nav {
      display: none;
      z-index: 850;
      position: fixed;
      top: 0px;
      right: 50px;
      background-color: #5F3B31;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-left: 50px;
      box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
    }
    .header nav ul li {
      border-bottom: solid 2px rgba(255, 255, 255, 1.0);
      padding-left: 70px;
      margin: 15px 0;
      text-align: left;
    }
    /*  .header nav ul li:first-child {
    margin-bottom: 60px;
		padding-left: 50px;
    padding-top:10px; 
    background-color: #FFF;*/
  }
  /*  .header nav ul li br {
    display: none;
  }*/
  .header nav ul li a {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 60px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }
}
@media(min-width:768px) {
  .header {
    box-sizing: border-box;
    /*height: 60px;*/
    width: 100%;
  }
  .header-content-wrapper {
    /*height: 60px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  /*.header h1 {
    font-size: 3.2rem;
    position: absolute;
    left: 50px;
  }*/
  .header nav {
    display: block;
    text-align: left;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 50px;
  }
  .header nav ul li:first-child {
    margin-bottom: 0px;
    color: #5F3B31;
  }
  .header nav ul li br {
    display: inline;
  }
  .header nav ul li span {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
  .header nav li a {
    color: #5F3B31;
    display: block;
    padding: 20px 30px 0;
    text-decoration: none;
    font-size: 2.4rem;
    height: 60px;
    line-height: 1.8rem;
  }

  /*  .content-menu::after{
    content: "<br>";
      }*/
}
@media (min-width: 1020px) {
  .header {
    height: 80px;
  }
  .header nav li a {
    display: block;
    padding: 40px 30px 0;
    color: #5F3B31;
    text-decoration: none;
    font-size: 2.4rem;
    height: 80px;
    line-height: 1.8rem;
  }
}

@media (min-width: 1400px){  
 .header nav ul {
    margin: 0 100px;
  }
}
@media (min-width: 1680px){  
 .header-content-wrapper {
    width: 1680px;
  }
}
@media (max-width: 1920px) {
  .header h {
    width: 100%;
  }
}
/* footer */
@media (min-width: 768px) {
  .footer {
    padding: 70px 0 45px;
  }
  .footer__copyright {
    font-size: 2.0rem;
    font-weight: 400;
  }
}
/* return to top */
#scroll-top {
  background-color: #eee;
  opacity: 0.6;
  bottom: 20px;
  padding: 9px 14px;
  position: fixed;
  right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#scroll-top a {
  text-decoration: none;
  color: #5F3B31;
  font-size: 130%;
}
/* --- Takeout モーダル用 --- */
.takeout-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.takeout-modal-content {
   margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px #fff;
}

.takeout-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
/* モーダルの全体背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* モーダル内の画像 */
.modal-content {
  display: block;
  margin: 15% auto;
  max-width: 90%;
  height: auto;
  padding: 35px 0;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}