@charset "utf-8";
/* CSS Document */

#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;
}

.contents_access{
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}
.border {
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.top_logo{
	text-align:center;
	margin-top: 30px;

}
.access{
	/*font-family: 'Cardo', serif;
*/
font-family: 'Zen Kaku Gothic New', sans-serif;


	text-align: center;
	font-size: 25px;
	margin-top: 10px;
}
.kanban{
	margin-top: 10px;
	
}

.copy {
  margin-left: 100px;
  font-size: 18px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
.logo {
	width: 50px;
  margin-left: 400px;
  margin-top: 50px;
}
@media screen and (min-width:720px) {
  #wrap {
    max-width: 980px;
    text-align: center;
  }
	.border {
		height: 50px;
		}
	.contents_access{
		margin-top: -50px;
		font-size: 68px;
	}
	
	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;
		/*background-image: url("img/背景４.png");
		background-repeat: repeat;
		 background-size: 55%;
    position: relative;*/
    /*min-height: 100%;*/
    /*height: 400px;*/ /**スクロールをさせるため 高さ指定**/
    /*background-size: cover;*/ /**背景画像のサイズ**/
    /*background-attachment: fixed;*/ /**背景画像の固定**/
	}
	.map{
		margin-top: 80px;
	}
	.logo {
    /*margin-left: 400px;*/
    width: 20px;
	margin-left: 430px;
    /*margin-left: auto;
    margin-right: 80px;*/
    margin-bottom: 30px;
    /*display: block;*/
		margin-top: 50px;
  }
	.copy {
  margin-left: 50px;
  font-size: 20px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
	.footer_logo{
		display: block;
		width: 120px;
	margin-left: 280px;
	}
	
		
	}