@charset "utf-8";

body {
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
  color: #fff;
}
img {
  max-width: 100%;
}
/* <!-- トップへ戻るボタン --> */

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;

}
#page_top a {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  padding: 24px 18px;
  font-size: 14px;
}
#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}
/* モーダルウィンドウ */

ul li a:hover {
  opacity: 0.8;
}

/* ul li a img {
  width: 200px;
} */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.bigimg {
position: absolute;
width: 80%;
max-width: 800px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}

/* 共通CSS */
.section-title {
margin-bottom: 40px;
}

.section-title-main {
display: block;
color: #000;
font-size: 40px;
}
.section-title-sub {
display: block;
color: #000;
font-size: 12px;
}
.section-title-l {
  color: #fff;
}
.section-inner {
  padding: 0 40px;
}
/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
}
.header-logo {

}
.header-nav {
margin-top: 10px;
}
.header-nav-list {
display: flex;
justify-content: center;
gap: 20px;
}
.header-nav-item {
position: relative;
}
.header-nav-drower-list {
background-color: rgba(30, 30, 30, 0.5);
position: absolute;
top: 28px;
left: -20px;
right: 0;
z-index: 100;
padding: 20px 12px;
width: 80px;
display: none;
}
.header-nav-drower-item {
font-size: 12px;
 margin-bottom: 7px;
}
.header-nav-drower-item a {
  transition: opacity 0.3s;
}
.header-nav-drower-item a:hover  {
  opacity: 0.7;
}

.header-nav-item-link {
transition: opacity 0.3s;
}
.header-nav-item-link:hover {
opacity: .7;
}
/* fv */

/* about */
.about {
text-align: center;
padding: 40px 0;
background-color: #f1eee4;
}
.about-contents {

}
.about-img {

}
.about-texts {
color: #000;
font-size: 14px;
margin-top: 16px;
line-height: 2;
text-align: left;
margin-top: 20px;
}
.about-text {

}
.about-text + .about-text {
  margin-top: 16px;
}

/* Menu */

.menu {
text-align: center;
padding: 80px 0;
background-color: #f1eee4;
}
.menu-list {

}
.menu-item {
  color: #a98c5f;
  
}
.menu-item + .menu-item {
  margin-top: 62px;
}
.menu-item-img {

}
.menu-item-name {
padding: 16px 10px;
}
.menu-item-name-main {
color: #000;
display: block;
font-size: 18px;

}
.menu-item-name-sub {
display: block;
font-size: 12px;
margin-top: 10px;
}
.menu-item-text {
font-size: 14px;
}
/* shop */
.shop  {
  text-align: center;
  background-image: url(../img/sp/bg-shop.png);
  background-position: center;
  padding: 80px 0;
  background-size: cover;
} 
.shop-inner {
  padding: 0 20px;
}
.shop-text {
font-size: 14px;
}
.form-shop {
margin-top: 40px;
}
.input-shop {
display: block;
margin: 0 auto;
width: 100%;
padding: 14px;
background-color: rgba(255, 255, 255, 0.7);
border: none;
border-radius: 4px;

}
.input-shop::placeholder {
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
}
.btn-shop {
  border-radius: 4px;
  border: none;
  width: 120px;
    padding: 12px 10px;
    background-color: #a98c5f;
    color: #fff;
    margin-top: 10px;
}
.btn-shop:hover {
opacity: 0.7;
}
/* footer */
.footer {
  background-color: #3c301e;
text-align: center;
padding-top: 46px;
}
.footer-logo {
  
}
.footer-text {
  font-size: 12px;
}
.footer-list {
display: flex;
justify-content: center;
gap: 24px;
padding: 0 20px;
margin-top: 40px;
}
.footer-list-item {

}
.sns-img {
  width: 56px;
}
.footer-list-text {
font-size: 12px;
margin-top: 12px;
}
.footer-copyright {
  padding: 12px;
  margin-top: 46px;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  
}
.footer-copylight-text {
  font-size: 12px;
}

/* PC用レスポンシブ */
@media screen and (min-width: 768px) {
  .section-inner {
    max-width: 1080px;
  margin: 0 auto;
  }
  /* header */
.header-inner {
  padding: 0 40px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
}
.header-nav-list {
  gap: 40px;
}
/* fv */

/* about */
.about-contents {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.about-img {
width: 300px;
}
.about-texts {
flex: 1;
margin-top: 0;
}
.about-text {
  font-size: 15px;
}
.section-title-main {
  font-size: 64px;
}

/* Menu */
.menu-list {
  display: flex;
  gap: 20px;
}
.menu-item + .menu-item {
  margin-top: 0;
}
/* shop */
.shop-inner {
  max-width: 600px;
  margin: 0 auto;
}
.form-shop {
  display: flex;
  gap: 20px;
}
.btn-shop {
  margin-top: 0;
}
/* footer */

.footer-text {
  margin-top: 12px;
}
.footer-list {
  gap: 40px;
}
.footer-copylight-text {
  font-size: 13px;
}
}
