@charset "utf-8";

/*共通部分*/
body {
  background-color: #F6EED0;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #303030; 
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #4E2613;
}
section {
  margin:40px;
}
h3 {
  color: #4E2613;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  padding: 30px;
  margin: 80px 0 80px 0;
}
.title-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}
.title-deco::before,
.title-deco::after {
  content: '';
  width: 400px;
  height: 3px;
  background-color: #4E2613;
}
.title-deco::before {
  margin-right: 20px;
}
.title-deco::after {
  margin-left: 20px;
}
/* ヘッダー */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4E2613;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-size: 2rem;
}
.main-nav {
  display: flex;
  justify-content: flex-end;
}
.main-nav li {
  width: 150px;
  text-align: center;
  margin-bottom: 10px; 
}
.main-nav li a {
  transition: font-size .5s;
}
.main-nav li a:hover {
  font-size: 2.5rem;
}
.nav-menu::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.navmenu-item::before {
  background-image: url(images/menuicon1.png);
}
.topics-item::before {
  background-image: url(images/menuicon2.png);
}
.access-item::before {
  background-image: url(images/menuicon3.png);
}
.slider {
  width: 1300px;
  margin: 0 auto;
}
/* お店について */
.shop {
  display: flex;
  align-items: center;
  margin-top: 10%;
}
.shop-info-img,.shop-info-item {
  margin: 30px;
}
.shop-info-img {
  position: relative;
}
.shop-info-img::after {
  content: '';
  position: absolute;
  top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-image-source: repeating-linear-gradient(45deg, #969734, #969734 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 8px);
  border-image-slice: 20;
  border-image-repeat: round;
  border-style: solid;
  border-width: 20px;
}
.shopinfo-container h2 {
  font-size: 2.25rem;
}
.shop-info_text {
  font-size: 1.125rem;
  padding: 50px 0;
}
.button1 {
  position: relative;
  display: block;
  width: 593px;
  height: 90px;
}
.button1::before {
  position: absolute;
    inset: -9px 6px 6px -9px;
    border: 3px solid #4E2613;
    content: '';
}
.button1:hover {
  position: relative;
  top: 10px;
}
/* メニュー */
.menu-box {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
  gap: 5%;
}
.menu-item {
	position: relative;
}

.menu-item::before {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #F6EED0;
	z-index: 1;
}

.menu-item::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #aaa;
}
figcaption p {
  width: 200px;
  text-align: justify;
}
.button2 {
  position: relative;
  display: block;
  width: 800px;
  height: 140px;
  margin: auto;
  margin-top: 120px;
}
.button2::before {
  position: absolute;
  inset: -10px 8px 8px -10px;
  border: 3px solid #4E2613;
  content: '';
}
.button2:hover {
  position: relative;
  top: 10px;
}

/* トピックス */
.topics-container {
  display: flex;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: #4E2613 solid 1px;
}
.topics-container:nth-child(3),
.topics-container:nth-child(5) {
  flex-direction: row-reverse;
}
.topics-container:nth-child(5) {
  border-bottom: none;
}
.topics-sentence {
  width: 450px;
  margin-right: 30px;
  margin-left: 30px;
}
.topics-title {
  display: flex;
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
  align-items: flex-end;
  padding: 10px;
  border-bottom: #4E2613 1px solid;
}
.number {
  font-size: 3.5rem;
  position: relative;
  top: 5px;
}
h4 {
  font-size: 1.7rem;
}
.topics-text {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 10px;
}
.button3 {
  position: relative;
  display: block;
  width: 800px;
  height: 150px;
  margin: auto;
}
.button3::before {
  position: absolute;
  inset: -10px 8px 8px -10px;
  border: 3px solid #4E2613;
  content: '';
}
.button3:hover {
  position: relative;
  top: 10px;
}
/* アクセス */

.access-bg {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100vw;
  height: 700px;
  background-image: url(images/access.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.access-button {
  position: relative;
  top: 75%;
}
.access-info-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F6EED0;
  background-color: rgba(78,38,19,.8);
  width: 400px;
  height: 600px;
  position: relative;
  top: 60px;
  right: 80px;
}
.access-title {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: nomal;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  padding: 20px;
}
.add, .time, .holiday, .tel {
  display: flex;
  align-items: center;
}
.ac-item {
  display: block;
  width: 100px;
  padding: 10px 10px 10px 30px;
  margin: 10px;
  border-right: #F6EED0 1px solid;
  font-size: 1.125rem;
}
.ac-text {
  display: block;
  width: 300px;
  padding: 10px 5px 10px 10px;
}
.map {
  width: 350px;
  padding: 25px 10px 10px 10px;
}
.banner-container {
  display: flex;
  justify-content: space-around;
  border-top: #4E2613 1px solid;
  border-bottom: #4E2613 1px solid;
  padding: 100px;
}
.button4 {
  display: block;
  width: 596px;
  height: 100px;
  box-shadow: 15px 10px 0 #4E2613;
}
.button4:hover {
  position: relative;
  top: 10px;

}
/* バナー */
.bn {
  width: 300px;
  height: 100px;
}
/* フッター */
footer {
  text-align: center;
  color: #4E2613;
}
.shop-name {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  padding: 20px;
}
.footer-add {
  padding: 1px;
  font-size: 1rem;
}
.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insta, .x, .blog {
  margin: 30px;
  font-size: 1.5rem;
}
.copy {
  padding: 30px;
} 