@charset "utf-8";
/* CSS Document */
img {
  width: 100%;
  height: 100%;
}
#wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: white;
}
body {
  /*background-image: url("img/ひばり焼菓子店包装紙.jpg");
  position: relative;*/
  /*min-height: 100%;*/
  /*height: 400px;*/ /**スクロールをさせるため 高さ指定**/
  /*background-size: cover;*/ /**背景画像のサイズ**/
  /*background-attachment: fixed*/ ; /**背景画像の固定**/
  /*background-repeat: repeat; */ /**背景画像の繰り返し**/
  /*background-position: center center;*/ /**背景画像の位置**/
}
main {
  padding-left: 20px;
  padding-right: 20px;
}
.border {
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.sitelogo {
  width: 50%;
  margin: 40px auto 40px auto;
  /*margin-left: 150px;
  margin-top: 40px;
  margin-bottom: 61px;*/
}
.midashi {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
.ashirai_tori{
	width: 15%;
	margin-top: 50px;
	margin-bottom: -120px;
	
}
.midashi_hana {
  width: 50%;
  height: auto;
  display: block;
  margin: 110px auto 50px;
  /*margin-top: 35px;*/
  /*text-align: center;*/
}
.contents_oshirase {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 20px;
}
.mottomiru_oshirase {
	margin-top: 35px;
  margin-left: auto;
  margin-right: -330px;
  font-size: 25px;
 /* text-align: right;*/
}
.contents {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-top: 100px;
}
.oshirase {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  list-style-type: none;
  /* border-bottom: solid;*/
  /*border-spacing: 40px;*/
  /* text-align: left;*/
  margin-left: 20px;
  margin-right: 20px;
	border-bottom: dotted;
display: inline-block;
}

.omise {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-top: 100px;
}
.mottomiru {
  margin-left: auto;
  margin-right: 50px;
  font-size: 25px;
  text-align: right;
}
.width80 {
  width: 80%;
  margin: 0 auto;
}
.gaikan {
  text-align: center;
}
.contents_access {
  font-family: 'Cardo', serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Kurenaido', sans-serif;
  font-size: 25px;
  margin-top:180px;
  margin-left: 20px;
}
.access {
 font-family: 'Zen Kaku Gothic New', sans-serif;

font-weight: 200;
font-style: normal;
  font-size: 20px;
  list-style-type: none;
  margin-top: 10px;
  margin-left: 20px;
	margin-bottom: 100px;
	display:inline-block;
}
.logo {
  /*margin-left: 400px;*/
  width: 30%;
  margin-left: auto;
  margin-right: 30px;
	margin-bottom: 130px;
	margin-top: 50px;
  display:inline-block;
}
.ashirai {
	  width: 20%;
	  margin-left: auto;
    margin-right: 650px;
    display: block;
	}
/*.logo img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}

.logo:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}*/
.copy {
  margin-top: 50px;
  /*margin-left: 200px;*/
  text-align: center;
  font-size: 15px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
/*a {
  color: rgba(34, 34, 34, 1.00);
}
a:visited {
  color: #40475d;
}*/
a:hover {
  color: #b8bfd8;
}
a {
  color: #878787;
}
a:visited {
  color: #3b3b3b;
}
.logo a:hover {
  opacity: 0.5;
}
.logo a {
  transition: 0.3s;
}
#hamburger_nav {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  background-color: rgba(255, 255, 180, 0.9);
  max-width: 980px;
  text-align: center;
  transform: translateX(-200%);
  opacity: 0;
  transition: ease 0.4s;
}
#hamburger_nav ul li {
  display: grid;
  place-items: center;
  padding: 30px;
}
li {
  list-style-type: none;
}
.hamburger_icon {
  width: 50px;
  height: 100%;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.hamburger span {
  width: 50px;
  height: 2px;
  background-color: black;
  position: fixed;
  display: block;
  z-index: 3;
  transition: ease 0.4s;
}
.hamburger span:nth-child(1) {
  top: 50px;
  right: 50px;
}
.hamburger span:nth-child(2) {
  top: 70px;
  right: 50px;
}
.hamburger span:nth-child(3) {
  top: 90px;
  right: 50px;
}
#hamburger_nav.active {
  transform: translateX(0);
  opacity: 1;
  transition: ease 0.4s;
  z-index: 4;
}
.hamburger.active span:nth-child(1) {
  top: 62px;
  transform: rotate(45deg);
  z-index: 5;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 62px;
  transform: rotate(-45deg);
  z-index: 5;
}

a:hover {
  color: #7A7A7A;
}
a {
  color: #878787;
}
a:visited {
  color: #575757;
}
@media screen and (min-width:720px) {
  #wrap {
    max-width: 980px;
    text-align: center;
	  /*margin-top: 130px;*/
	 
  }
	
	.yohaku{
		margin-top: 100px;
	}
	.border{
		display:none;
	}
	.sitelogo{
		margin-top: 70px;
		display: inline-block;
	}
  .slider {
    width: 80%;
    margin: 0 auto;
  }
	/*.border {
		height: 50px;
		}*/
  .sitelogo {
    width: 30%;
  }
  img.gaikan {
    width: 80%;
  }
  body {
  background-image: url("img/TOP_背景透明度下げ2.jpg");
	 /* background: #FF0;*/
	  
	  background-size: 100%;
    position: relative;
    /*min-height: 100%;*/
    /*height: 400px;*/ /**スクロールをさせるため 高さ指定**/
    /*background-size: cover;*/ /**背景画像のサイズ**/
    background-attachment: fixed; /**背景画像の固定**/
    background-repeat: repeat; /**背景画像の繰り返し**/
    /*background-position: center center;*/ /**背景画像の位置**/
  }
	#wrap {
		position: relative;
		margin-top: 20px;
	}
	
	
	
	.omise{
		display: block;
	margin-top: -50px;
	}
	
	.contents{
		display: block;
	margin-top: -55px;
		margin-bottom: 10px;
		/*margin-left: 45px;*/
		text-align: center;
	}
	
  .midashi {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    margin-top: 100px;
  }
  .midashi_hana {
    width: 35%;
    height: auto;
    display: block;
    margin: 40px auto 50px;
	  
	
    /*margin-top: 35px;*/
    /*text-align: center;*/
  }
	
	.ashirai_tori{
		margin-bottom: 10px;
		margin-top: 80px;
		width: 22%;
	}
	
	
	.hana_ashirai{
		width: 13%;
		display:inline-block;
		margin-left: 150px;
		margin-top: 100px;
		margin-bottom: -10px;
	}
	.hana_ashirai_2{
		width: 13%;
		display:inline-block;
		text-align: center;
		/*margin-left: 200px;*/
		margin-top: 80px;
	}
	
	.hana_ashirai_3{
		width: 13%;
		display:block;
		margin-left: 180px;
		margin-top: 100px;
		margin-bottom: -10px;
	}
	.hana_ashirai_4{
		width: 13%;
		display:block;
		margin-left: 231px;
		margin-top: 100px;
		margin-bottom: 0px;
	}
	.menu_link{
		text-decoration-line: none;
	}
	
	.shop_link{
		text-decoration-line: none;
	}
	
  #hamburger_nav {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    background-color: rgba(255, 255, 180, 0.9);
    /*max-width: 720px;*/
    text-align: center;
    transform: translateX(-200%);
    opacity: 0;
    transition: ease 0.4s;
  }
  #hamburger_nav ul li {
    display: grid;
    place-items: center;
    padding: 30px;
  }
  li {
    list-style-type: none;
  }
  .hamburger_icon {
    width: 50px;
    height: 100%;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .hamburger span {
    width: 50px;
    height: 2px;
    background-color: black;
    position: fixed;
    display: block;
    z-index: 3;
    transition: ease 0.4s;
  }
  .hamburger span:nth-child(1) {
    top: 50px;
    right: 50px;
  }
  .hamburger span:nth-child(2) {
    top: 70px;
    right: 50px;
  }
  .hamburger span:nth-child(3) {
    top: 90px;
    right: 50px;
  }
  #hamburger_nav.active {
    transform: translateX(0);
    opacity: 1;
    transition: ease 0.4s;
    z-index: 4;
  }
  .hamburger.active span:nth-child(1) {
    top: 62px;
    transform: rotate(45deg);
    z-index: 5;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 62px;
    transform: rotate(-45deg);
    z-index: 5;
  }
  .copy {
    margin-top: 70px;
    /*margin-left: 200px;*/
	  margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	  
  }
  .logo {
    /*margin-left: 400px;*/
    width: 20%;
    margin-left: auto;
    margin-right: 80px;
	  margin-bottom: 30px;
    display: block;
  }
  .ashirai {
	  width: 20%;
	  margin-left: auto;
    margin-right: 650px;
    display: block;
	}
	
	.flower{
		width: 20%;
	  margin-left: 70px;
		margin-bottom: -50px;
    display: block;
	}
	
	.contents_oshirase,.omise,.contents,.contents_access {
		font-size: 35px;
		margin-bottom: 15px;
	}
	
	/*.ashirai_cookie{
		width: 10%;
		margin-top: 100px;
		
	}*/
	.access{
		font-size: 24px;
	}
	
	.access_shop{
		width: 450px;
		margin-top: -10px;
	}
	.news_link{
		text-decoration-line:none;
	}
	
	.footer_logo{
		width: 65%;
    margin-left: auto;
    margin-right: 30px;
	  margin-bottom:-10px;
    display: block;
		
	}
	
	.footer_yohaku{
		margin-bottom: 80px;
	}
	
}