@charset "utf-8";
/* CSS Document */
#wrap {
  /*width: 720px;
  margin: 0 auto;*/
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: white;
}
/*.border {
   width: 720px;
  height: 71px;
  width: 100%;
  height: 71px;
  background-color: yellow;
}*/
.border {
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.top_logo {
 /* margin-left: 150px;
  margin-top: 30px;*/
	 margin:0 auto;
	display: block;
  margin-top: 50px;
	margin-bottom: 45px;
}
.top {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  margin-top:10px;
}
.photo {
  /*margin-left: 110px;*/
	text-align: center;
margin-top: -10px;
}
.name {
 font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  /*font-weight: 400;*/
  font-size: 20px;
  text-align: center;
	/*font-weight: bold;*/
	margin-top: 30px;
	
}
.menu_setsumei {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  /*margin-top: -330px;*/
	margin-bottom: 50px;
}
.photo_2 {
  /*margin-left: 110px;
  margin-top: 60px;*/
	text-align: center;
	
}
.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: 100px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  list-style-type: none;
}
.logo {
  margin-left: 500px;
  margin-top: -50px;
}
.copy {
  margin-left: 200px;
  font-size: 22px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
a {
  color: rgba(34, 34, 34, 1.00);
}
a:visited {
  color: #333333;
}
.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;
}
@media screen and (min-width:720px) {
  #wrap {
    max-width: 980px;
    text-align: center;
  }
  .border {
    height: 50px;
  }
  .sitelogo {
    width: 30%;
  }
	
	.top{
		margin-top: 0px;
		font-size: 45px;
		margin-bottom: 50px;
		
	}
	.menu_setsumei{
		font-size: 20px;
		margin-top: 5px;
	}
  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-left: 100px;
    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-top: 5px;*/
    margin-right: -60px;
   /* margin-bottom: -130px;*/
   /* 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;
	  margin-left: auto;
  }
}