@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  color: #333333;
  box-sizing: border-box;
  list-style: none;
}

body {
  position: relative;
  font-family: 'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  background-color: #fff;
  letter-spacing: 0.05rem;
  background-image: url(../img/wafuu_1.png);
  background-size: cover;
  }

/* ハンバーガーメニュー */
/* ※SP用メニュー、但しnavメニューで十分なら必要なし */
.hmbg {
  /* display: none; */
  position: fixed;
	width: 150px;
  height: 60px;
  top: 10px;
  left: 8px;
  cursor: pointer;
  background-color: rgba(255, 182, 193, 0.5);
  z-index: 100 !important;
}

.ham_line {
	position: absolute;
	left: 75px;
	width: 20px;
	height: 3px;
  background-color: #333333;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.ham_line_txt::after {
  position: absolute;
  content: "MENU";
  left: 75px;
  top: 40px;
  transform: translateX(-50%);
  color: #000000;
}

.ham_line1 {
	top: 10px;
}
.ham_line2 {
	top: 18px;
}

.ham_line3 {
	top: 26px;
}

.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 20px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 20px;
}

.menu {
  position: fixed;
  top: 70px;
	width: 150px;
	/* height: 150px; */
  left: -400px;
  z-index: 100 !important;
  background-color: rgba(255, 182, 193, 0.5);
  transition: all 0.5s;
  padding: 5px 36px 5px 38px;
}

.menu li {
  margin: 15px 0;
}

.menu li a {
  color: #000000;
  font-weight: 500;
}

.menu li a:hover {
  color: #ff0000;
}


.clicked .menu {
	left: 8px;
}

/* ヘッダー（サイトロゴ及びnavメニュー） */
/* .top_header {
  padding-bottom: 50px;
} */

.top_logo {
  margin: 100px 0 50px;
}

.top_logo h1 {
  font-size: 40px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

.top_logo p {
  margin: 0 auto;
  text-align: center;  
}

.top_logo p > a > img {
  width: 50%;
  height: 50%;
}

.nav_title {
  text-align: center;
}

.nav_title h3 {
  display: inline-block;
  font-size: 36px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #0000ff;
  font-weight: bold;
  padding: 5px 20px;
  background-color: rgba(0, 255, 255, 0.2);
}

.menu_pc {
  background-color: rgba(0, 255, 255, 0.2);
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  list-style-type: none;
  font-family:'Hiragino Mincho ProN', serif;
  writing-mode: tb-rl;
 }

 .menu_pc li {
   margin: 30px;
 }

 .menu_pc li:hover {
   color: #ff0000;
 }

/* 店舗紹介 */
.shop_info {
  width: 100%;
  margin: 150px 0 0;
  padding: 50px 0;
  background-color: rgba(255, 182, 193, 0.3);
}

.shop_info h2 {
  font-size: 36px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  text-align-last: center;
}

.shop_info > img {
  display: block;
  width: 35%;
  height: 35%;
  margin: 30px auto;
}

.shop_info_section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 960px;
  height: 200px;
  margin: 20px auto;
}

.textarea {
  width: 480px;
  line-height: 2;
}

.shop_logo > img {
  width: 75%;
  height: 75%;
  margin: 0 auto;
}

/* スライダー */
.container{
  position: relative;
  width: 500px;
  height: 300px;
  margin: 100px auto 0;
}

.sliderbox{
  z-index: 0;
  border: 2px solid red;
  overflow: hidden;
}

.sliderlist{
  display: flex;
  list-style: none;
}

.sliderlist__item{
  flex-shrink: 0;
  width: 500px;
  height: 300px;
}

.sliderlist__item1{
  background-color: rgb(245, 245, 245);
}

.sliderlist__item2{
  background-color: rgb(225, 225, 225);
}

.sliderlist__item3{
  background-color: rgb(205, 205, 205);
}

/* 矢印 */
.prev{
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: 0;
  display: none;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  cursor: pointer;
  transform: translateY(-50%) rotate(45deg);
}

.next{
  position: absolute;
  top: 50%;
  right: -5%;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  cursor: pointer;
  transform: translateY(-50%) rotate(-45deg);
}

/* アクセス */
.shop_add_map {
  width: 100%;
  height: 100%;
  padding: 50px 0 50px;
  background-color: rgba(255, 255, 255, 0.4);
}

.shop_add_map > h2 {
  font-size: 36px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

.shop_access {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 960px;
  height: 260px;
  margin: 50px auto 30px;
}

.address {
  width: 480px;
  line-height: 2;
  letter-spacing: 0.3rem;
}

.post,
.store_holiday {
  color: #0000ff;
  font-weight: bold;
}

.shop_b_hours {
  color: #ff0000;
  font-weight: bold;
}

.shop__add,
.shop_tel,
.shop_fax {
  font-weight: bold;
}

/* 商品紹介 */
.product_intro {
  background-color: rgba(255, 182, 193, 0.3);
  padding: 50px 0 50px;
}

.product_intro > h2 {
  font-size: 36px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

.product_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.product {
  width: 300px;
  height: 350px;
  margin-top: 50px;
  text-align: center;
  padding: 10px;
}

.product img {
  width: 65%;
  height: 65%;
}

.product > .product_title{
  text-align: center;
}

.product p {
  margin: 10px 0;
  text-align: left;
}

/* お知らせ */
.shop_notice {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 50px 0 50px;
}

.notice_list {
  width: 960px;
  margin: 0 auto;
}

.notice_list h2 {
  font-size: 36px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.list_wrap .list:first-child {
  border-top: 1px solid #ccc;
}

.list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  border-bottom: solid 1px #ccc;
}

.notice_txt {
  padding: 30px;
}

.notice_txt p.notice_date {
  color: #ff6c6c;
  font-weight: bold;
  font-size: 23px;
}

.notice_txt p {
  margin-bottom: 10px;
  font-size: 20px;
}

/* SNSボタン */
.sns_wrap {
  background-color: rgba(255, 182, 193, 0.3);
  text-align: center;
  padding: 32px 0;
}

.btn {
  display: inline-block;
  margin: 10px;
}

.sns_wrap h3 {
  font-size: 30px;
  font-family: HGGyoshotai, HGPGyoshotai, HGSGyoshotai, serif,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.sns_wrap a:hover {
  color: #ff0000;
}

/* footer */
footer {
  width: 100%;
  text-align: center;
  padding: 50px;
  background-color: rgba(107, 142, 35, 0.2);
}

.footer_menu ul li {
  display: inline-block;
  margin: 50px 0;
  border-left: 1px solid #888;
}

.footer_menu ul li:last-child {
  border-right: 1px solid #888;
}

.footer_menu ul li a {
  color: #000000;
  margin: 0 20px;
}

.footer_menu li a:hover {
  color: #ff0000;
}

footer small {
  display: inline-block;
  color: #000000;
  margin: 0 0 50px;
}


