.container {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.header {
	width: 100%;
	height: 55px;
}
.header img.hlogo {
	width: 220px;
	height: 27px;
	margin: 14px 0px 0px 21px;
}

#menu {
	display: none;
	visibility: hidden;
}

#spmenu {
	width: 90% !important;
	max-width: 560px !important;
	height: 54px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	visibility: visible;
}
#spmenu #splogo {
	width: 157px;
	margin: 12px 0px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  right : 20px;
  top   : 15px;
  width : 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 35px;
  height  : 4px;
  left: 0px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 11px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 15px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: absolute;
  z-index : 2;
  top: 0;
  left: 0px;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-430px);
  transition: all 0.6s;
  width: 100%;
  opacity: 0;
  margin: 0px auto 0px;
}

nav.globalMenuSp ul {
  background-image: url(../../images/back_menu.jpg);
  background-size: cover;
  padding: 94px 0px 154px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
/*  border-bottom: 1px solid #fff; */
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
/*  background :#ddd; */
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 15px;
  line-height: 32.5px;
  color: #333333;
  text-align: center;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0px);
  opacity: 0.95;
}


.title {
	width: 100%;
	height: 21px;
	padding: 17px 0px;
	background-color: #EBEBEB;
}
.title h2 {
	text-align: center;
}
.title h2 span span {
	height: 21px;
	font-size: 22px;
	line-height: 23px;
	padding: 0px 23px;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	display: inline-block;
}
.title h2 span {
	height: 21px;
	font-size: 22px;
	line-height: 21px;
	padding: 0px 2px;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	display: inline-block;
}

.pankuzu p {
	font-size: 13px;
	margin: 8px 0px 0px 20px;
}
.pankuzu p a {
	font-size: 13px;
	text-decoration: underline;
}

#footer {
	height: auto;
}
#footer .ft_links {
	line-height: 24px;
}
#footer .ft_links .spbr {
	font-size: 0px;
}
#footer .ft_access {
	padding-bottom: 20px;
}

.pcbr::after {
	content: "";
	white-space: pre;
}
.spbr::after {
	content: "\A";
	white-space: pre;
}

.pconly {
	display: none;
	visibility: hidden;
}
.sponly {
	display: block !important;
	visibility: visible !important;
}

.sppt30 {
	padding-top: 30px;
}
.spmt0 {
	margin-top: 0px !important;
}
.spmt4 {
	margin-top: 4px !important;
}
.spmt11 {
	margin-top: 11px !important;
}
.spmt20 {
	margin-top: 20px !important;
}
.spmt30 {
	margin-top: 30px !important
}
.spmt31 {
	margin-top: 31px !important;
}

.spml10 {
	margin-left: 10px !important;
}
