.h2_container {
	min-width: 0px;
}
.h2_container h2 {
	font-size: 28px;
}
.pconly {
	display: none !important;
	visibility: hidden !important;
}
.sponly {
	display: block;
	visibility: visible;
}
.br {
	display: block;
}
#menu_container {
	min-width: 0px;
}
#menu {
	width: 100%;
}
#menu #logo img {
	height: 40px;
	margin: 10px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 20px;
  top   : 10px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px;
  left: 5px;
  background : #1771BC;
  -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: 9px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 27px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 15px;
  left: 5px;
  -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: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-298px);
  transition: all 0.6s;
  width: 100%;
  opacity: 0;
  margin: 0px auto;
}

nav.globalMenuSp ul {
  background: #e6e6e6;
  margin: 0 auto;
  padding: 0;
  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: 21px;
  line-height: 60px;
  color: #333333;
  padding: 0 20px;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(54px);
  opacity: 0.95;
}
#gloval_menu {
	display: none;
	visibility: hidden;
}
#spmenu {
	display: block;
	visibility: visible;
}


















#footer_container {
	min-width: 0px;
	height: 165px;
}
#footer {
	width: 360px;
	height: 125px;
	padding: 20px 0px;
	margin: 0px auto;
}
#footer .copy {
  font-size: 14px;
  margin: 10px 0px 0px 0px;
}

#footer .footer_menu p {
  font-size: 7px;
  margin: 15px 0px 0px 0px;
  border-right: 1px solid #FFF;
  width: 82px;
  float: none;
}
#footer .footer_menu {
  float: left;
  width: 320px;
}
#footer .footer_menu img {
  height: 21px;
  margin-top: 0px;
  padding: 0px 20px 0px 0px;
}
#footer .footer_menu p a {
  font-size: 12px;
}
#footer .footer_menu p.pri {
  float: left;
  margin-left: 20px;
  width: 150px;
  border-right: none;
  margin-top: -17px;
}
#footer .footer_menu p.ter {
  float: left;
  margin-left: 20px;
  width: 150px;
  border-right: none;
  margin-top: 4px;
}

#footer .footer_menu p.con {
  float: left;
  margin-left: 170px;
  border-right: none;
  margin-top: -17px;
}

