@charset "utf-8";
/* CSS Document */
/*#wrap {
  width: 720px;
  margin: 0 auto;
}*/
#wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: white;
}
/*.border {
  width: 720px;
  height: 71px;
  background-color: yellow;
}*/
.border {
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.logo {
  margin:0 auto;
	display: block;
  margin-top: 130px;
}
.top {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  margin-top: 150px;
	
}
.top_text {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.hana_cookie {
  margin-left: 385px;
  margin-top: 50px;
	display: block;
	
}
/*.okashi {
  margin-left: 80px;
  margin-top: 90px;
}*/
.setsumei {
  font-size: 19px;
  text-align: center;
 font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 100;
	margin-top: 25px;

	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
*/
}

.tennai{
	margin:0 auto;
  margin-top: 90px;
	display: block;
}

.pege_top{
	margin-top: 100px;
	margin-left: 450px;
	 font-size: 22px;
	color:rgba(120,120,120,1.00);
	font-family: dnp-shuei-mgothic-std, sans-serif;
}

.access {
	margin-top: 150px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  list-style-type: none;
}

.logo{
	margin-left: 100px;
	margin-top: -50px;
}

.copy{
	margin-left: 10px;
	font-size: 32px;
	font-family:fot-tsukuaoldmin-pr6n, sans-serif;
}



a {
  color: rgba(34, 34, 34, 1.00);
}
a:visited {
  color: #333333;
}

#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;
}

@media screen and (min-width:720px) {
  #wrap {
    max-width: 980px;
    text-align: center;
  }
	.top_text{
		/*tab-size: 10px;*/
		margin-top: 20px;
		display: block;
	}
  /*.slider {
    width: 80%;
    margin: 0 auto;
  }*/
	.border {
		height: 50px;
		}
	.top{
		margin-top: 60px;
	}
  /*.sitelogo {
    width: 30%;
  }*/
  /*img.gaikan {
    width: 80%;
  }*/
  body {
    background-image: url("img/背景４.png");
	  background-size: 63%;
    position: relative;
    /*min-height: 100%;*/
    /*height: 400px;*/ /**スクロールをさせるため 高さ指定**/
    /*background-size: cover;*//**背景画像のサイズ**/
    background-attachment: fixed; /**背景画像の固定**/
    background-repeat: repeat; /**背景画像の繰り返し**/
    /*background-position: center center;*/ /**背景画像の位置**/
  }
  /*.midashi {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    margin-top: 70px;
  }*/
  .midashi_hana {
    width: 35%;
    height: auto;
    display: block;
    margin: 110px auto 50px;
    /*margin-top: 35px;*/
    /*text-align: center;*/
  }
  #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: 50px;
    /*margin-left: 200px;*/
    text-align: center;
    font-size: 20px;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  }
  .logo {
    /*margin-left: 400px;*/
    width: 20%;
    margin-left: auto;
    /*margin-left: 600px;*/
	 margin-top: 100px;
    display: block;
  }
  .ashirai {
	  width: 20%;
	  margin-left: auto;
    margin-right: 650px;
    display: block;
	}
	
	.contents_oshirase,.omise,.contents,.contents_access {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.access{
		font-size: 24px;
	}
	.logo_footer{
		margin-left: 600px;
	}
}

/*.ashirai_tori{
	width: 20%;
	
   margin-left: 50px;
    display: block;
}*/


