/*ヘッダー*/
#pc-nav{
	margin: 20px auto;
	}

/*下層ページ*/
.PageWidth{
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

ul.ddmenu {
	text-align: right;
	-webkit-font-smoothing: antialiased;
	font-family: "UD Shin Go Regular";
	}

/* ▼メインメニュー項目の装飾 */
ul.ddmenu li {
	display: inline-block;  /* ★1:横並びに配置する */
	list-style-type: none;  /* ★2:リストの先頭記号を消す */
	position: relative;     /* ★3:サブメニュー表示の基準位置にする */
	}

ul.ddmenu a {
	display: inline-block;
	margin-left: 40px;
	text-decoration: none;
	outline: none;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #3a3230;
	}

ul.ddmenu a {
	display: inline-block;
	}

ul.ddmenu a:hover {
	-webkit-animation: zoom .5s;
	animation: zoom .5s;
	}


@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}


.TopLogoText img{
	width: 250px;
	height: auto;
	float: left;
	}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
	}
	
#page-top a {
    width: 55px;
    padding: 0px 0;
    display: block;
	}
	
#page-top a:hover {
    text-decoration: none;
	}


.top-scroll img{
	width: 50px;
	height: auto;
}


/*　▼フッター*/
#footer p{
	text-align: center;
	}

.footer-Logo{
	width: 40px;
	height: auto;
	margin: 0 auto 15px;
	}

.footer-company{
	font-family: "UD Shin Go Regular";
	font-size: 0.85em;
	}

.footer-address{
	margin-bottom: 45px;
	font-family: "UD Shin Go Regular";
	font-size: 0.85em;
	}

.footer-address a:hover{
	text-decoration: none;
	color: #3a3230;
	}

.copyright{
	font-size: 0.7em;
	margin-bottom: 10px;
	}