@charset "utf-8";
/* CSS Document */
body {
  font-family: "Dancing Script", cursive, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6em;
  color: #232323;
  width: 1920px;
  margin: 0 auto;
}
#wrapper {
  margin: 0 auto;
  background-color: #e3e3e3;
}
#background {
  background-image: url("../images/background.jpg");
}
img {
  max-width: 100%;
}
a {
  color: #232323;
  text-decoration: none;
}
.main_visual {
  position: relative;
}
.header_nav {
  position: absolute;
  top: 5%;
  left: 39%;
  display: flex;
  justify-content: center;
  gap: 100px;
}
.header_nav li {
  font-size: 32px;
  font-weight: bold;
  list-style: none;
}
.header_logo {
  position: absolute;
  top: 32%;
  left: 43%;
}
.banner_container {
  display: flex;
	
  justify-content: center;
  gap: 150px;
  margin: 100px auto 0 auto;
}
.about_section h2 {
  font-size: 48px;
	padding-left: 300px;
  margin-top: 150px;
}
.about_section_under_line {
	position: relative;
	left: 13%;
	padding-top: 20px;
}
.sp-nav {
  display: none;
}
.box_fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about_main_photo {
  position: relative;
  left: 10%;
  margin-top: 50px;
}
.about_container {
  display: flex;
  position: relative;
}
.about_bg {
  position: absolute;
  top: 25%;
  left: 47%;
  width: 865px;
  height: 600px;
  hanging-punctuation: 600px;
  background-color: rgba(247, 247, 247, 0.8);
  
}
.about_text_container {
  display: flex;
  flex-direction: column;
}
.about_text_container h3 {
  padding-top: 100px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about_text_container p {
 
	position: absolute;
	top: 35%;
	left: 20%;
  text-align: left;
  font-size: 16px;
	width: 550px;
}
.about_btn_box {
  width: 210px;
  height: 70px;
  background-color: #ce7754;
  position: relative;
  top: 58%;
	left: 60%;
  display: block;
}
.about_btn {
  position: absolute;
  top: -40%;
  left: 35%;
}
.about_btn_box:hover {
  background-color: rgba(206, 119, 84, 0.7);
}
.about_btn p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}
.menu_section h2 {
  font-size: 48px;
 position: relative;
  margin-top: 400px;
  
	padding-left: 300px;
 z-index: 1;
}
.menu_section_under_line {
  display: block;
  position: relative;
	left: 13%;
	padding-top: 20px;
  z-index: 1;
}
.menu_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 130px;
  position: absolute;
  left: 10%;
}
.menu_bg {
  position: relative;
 
	margin-left: 170px;
  margin-top: -45px;
  width: 1600px;
  height: 620px;
  background-color: rgba(247, 247, 247, 0.8);
	z-index: -1;
}
.menu_container figcaption {
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
}
.menu_btn_box {
  width: 210px;
  height: 70px;
  background-color: #ce7754;
  position: absolute;
  top: 80%;
  left: 78%;
}
.menu_btn_box:hover {
  background-color: rgba(206, 119, 84, 0.7);
}
.menu_btn {
  position: absolute;
  top: -40%;
  left: 35%;
}
.menu_btn p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}
.shop_section h2 {
  font-size: 48px;
  margin-left: 288px;
  margin-top: 150px;
  padding-top: 100px;
}
.shop_section_under_line {
  display: block;
  position: relative;
	left: 13%;
	padding-top: 20px;
  z-index: 1;
}
.google_map {
  margin-top: 50px;
  text-align: center;
}
.shop_bg {
  width: 1344px;
  height: 450px;
  background-color: rgba(247, 247, 247, 0.8);
  margin: 0 auto;
}
.shop_text {
  font-family: "Noto Sans JP", sans-serif;
  width: 920px;
  margin: 30px auto;
}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}
dt {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-align: left;
}
dd {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-align: left;
}
.text_underline {
  width: 920px;
  border-top: 1px dashed #232323;
}
.footer_bg {
  margin-top: 150px;
  position: relative;
}
.footer_logo {
  margin-top: -50px;
}
.footer_link_icon {
  position: absolute;
  top: 10%;
  left: 25%;
  display: flex;
  justify-content: center;
  gap: 100px;
  list-style: none;
  padding-top: 50px;
}
.footer_nav {
  position: absolute;
  top: 70%;
  left: 32%;
  display: flex;
  gap: 150px;
  font-size: 32px;
  list-style: none;
}
.footer_bg p {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 90%;
  left: 40%;
  font-size: 14px;
  text-align: center;
}
.kakuu {
  margin-top: -30px;
  font-size: 21px;
  color: #ce7754;
}
@media screen and (max-width: 768px) {
  body {
	   width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #wrapper {
    margin: 0 auto;
    width: 100%;
  }
  img {
    max-width: 100%;
  }
  .main_visual {
    width: 100%;
    margin: 0 auto;
	 
  }
  .header_nav {
    display: none;
  }
  /* 
hamburger(ハンバーガーアイコン)
=================================== */
	.hamburger {
    position: absolute;
    top: 5%;
	  right: 5%;
   
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
 
   .hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
  }
  .hamburger__line--1 {
    top: 1px;
  }
  .hamburger__line--2 {
    top: 18px;
  }
  .hamburger__line--3 {
    top: 36px;
  }
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  .open .hamburger__line--2 {
    opacity: 0;
  }
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  /* 
sp-nav(ナビ)
=================================== */
  .sp-nav {
    display: block;
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
    right: 0;
  }
  /* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    /* z-index: 100;*/
  }
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
	 
    opacity: 0.3;
    visibility: visible;
  }
	.sp-nav ul{
		position: relative;
		top: 0%;
		left: -7%;
	}
  .sp-nav li {
    margin-top: 80px;
    font-size: 32px;
  }
  .header_nav li {
    display: none;
  }
	.header_logo h1{
		position: relative;
		top: 30%;
		left: -40%;
	}
	.banner_container{
		display: block;
		width: 80%;
		margin-top: 10px;
	}
	.sakura_banner{
		height: 300px;
	}
  .about_section h2 {
  margin-left: -300px;
	  margin-top: 100px;
	
  }
   .about_section_under_line {
    position: relative;
	   
    left: 0%;
	   padding-top: 20px;
    width: 70%;
  }
	
  .about_main_photo {
    position: relative;
	  top: 0%;
    left: 5%;
    width: 90%;
  }
  .about_bg {
    position: absolute;
    top: 97%;
    left: 5%;
    width: 90%;
    height: 740px;
   
  }
  .about_text_container h3 {
	  font-size: 21px;
	  width: 200px;
	  position: absolute;
	  top: -5%;
	  left: 18%;
  }
	.about_text_container p{
		width: 250px;
		position: absolute;
		top: 20%;
		left: 12%;
	}
  .about_btn_box {
    width: 170px;
    height: 70px;
    background-color: #ce7754;
    position: relative;
	  top: 85%;
	  left: 39%;
    display: block;
  }
	.about_btn_box:hover {
  background-color: rgba(206, 119, 84, 0.7);
}
  .about_btn p {
    margin-top: 50px;
	  font-size: 20px;
  }
  .menu_container {
    display: block;
    position: absolute;
    left: 21%;
  }
  .menu_h2 {
  padding-top: 450px;
	 position: absolute;
	  left: -50%;
	  
  }
	.menu_section_under_line{
		 position: absolute;
    left: -70%;
		
	   padding-top: 20px;
		
    width: 70%;
		z-index: 2;
	}
  .menu_bg {
    position: relative;
    left: -40%;
    width: 90%;
    height: 1980px;
  }
  .menu_container img {
    width: 100vw;
    margin-left: -70px;
  }
  .menu_container figcaption {
    padding-bottom: 50px;
    margin-left: -80px;
	  font-size: 20px;
  }
  .menu_btn_box {
	   width: 170px;
    height: 70px;
    background-color: #ce7754;
	   position: relative;
	  top: 95%;
	  left: 40%;
	  display: block;
  
  }
	.menu_btn_box:hover {
  background-color: rgba(206, 119, 84, 0.7);
}
  .menu_btn p {
    margin-top: 50px;
	  font-size: 20px;
  }
  .shop_section h2 {
	  position: relative;
	  left: -45%;
    margin-top: 0px;
  }
	.shop_section_under_line{
		position: relative;
		left: 15%;
		padding-top: 20px;
	}
  iframe {
    margin: 0 auto;
    width: 90%;
  }
  .shop_bg {
    margin: 10px auto 0 auto;
    width: 80%;
	  height: 570px;
  }
  .shop_text {
    width: 80%;
  }
  .shop_text dt, dd {
    margin-top: -5px;
  }
	 
  .footer_link_icon {
    position: absolute;
	  top: 1%;
    left: 2%;
    gap: 10px;
  }
	.footer_bg h1{
		width: 30%;
		
	}
  .footer_nav {
	 
	  flex-wrap: wrap;
    position: absolute;
	  top: 40%;
    left: 30%;
   gap: 0px;
  }
	.footer_nav li{
		width: 80%;
		 font-size: 24px;
		padding-top: 15px;
	}
  .footer_bg p {
    position: absolute;
	  top: 90%;
    left: 13%;
	  font-size: 12px;
	
  }
}