@charset "utf-8";
/* CSS Document */

/*#wrap {
  width: 720px;
  margin: 0 auto;
}*/
#wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: white;
}
#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;
}
.border {
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.top_logo{
	text-align: right;
	margin-top: 30px;
}
.top{
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
	margin-top: 50px;
}
.text{
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
	margin-top: 50px;
}
.readmore{
	text-align: center;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
	margin-top: 50px;
}
.copy {
    margin-top: 50px;
    /*margin-left: 200px;*/
    text-align: center;
    font-size: 15px;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  }

a:hover {
  color: #7A7A7A;
}
a {
  color: #878787;
}
a:visited {
  color: #575757;
}
 
.text_gift{
	margin-top: 100px;
}

.gift_phot{
	margin-top: 0px;
}

.text_jam{
	margin-top: 100px;
}
.jam_photo{
	margin-top: 0px;
}
.text_kamibukuro{
	margin-top: 100px;
}

.kamibukuro_photo{
	margin-top: 0px;
}
@media screen and (min-width:720px) {
  #wrap {
    max-width: 980px;
    text-align: center;  
  }
	
	 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;*/ /**背景画像の位置**/
  }
	#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: 22px;
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  }
  .logo {
    /*margin-left: 400px;*/
    width: 20%;
    margin-left: auto;
    margin-right: 80px;
	  margin-bottom: 30px;
    display: block;
  }
.border{
	height:50px;
	}
	
}