@charset "utf-8";
/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 750px) {
	/*SP非表示*/
	.sp {
		display: block !important;
	}
	/*/PC非表示*/
	.pc {
		display: none !important;
	}
	/* リセット */
	html {
		width: 100%;
		font-size: 62.5%;
		overflow-y: scroll;
	}
	body {
		font-size: 1.6rem;
	}
	body:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: url("../images/bg_sp.jpg") center center no-repeat;
		/*background: url("../images/bg.jpg") right 0px no-repeat;*/
		background-size: cover;
		background-size: 100vw auto;
		background-size: auto 100vh;
	}
	.photo_right {
		float: right;
		margin-left: 30px;
	}
	.photo_left {
		float: left;
		margin-right: 30px;
	}
	.photo_center {
		text-align: center;
	}
	.lefter {
		float: left;
	}
	.righter {
		float: right;
	}
	a:hover {
		text-decoration: none;
	}
	/* 画像リンク */ /*スマホ動作なし*/
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	/* 基本レイアウト */
	body {
		line-height: 2;
	}
	#wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	#container {
		width: 100%;
		margin: 0 auto;
	}
	body > header {
		width: 100%;
		z-index: 10001;
	}
	#contents {
		width: 100%;
		margin: 0px auto 0 auto;
	}
	body > footer {
		clear: both;
		width: 100%;
	}
	/* 以上基本レイアウト */
	/*ヘッダー*/
	body > header .inside {
		width: 1160px;
		width: 100%;
		height: 40px;
		margin: 0 auto;
		color: #fff;
	line-height: 0;
	}
	body > header .inside span {
		font-size: 1.6rem;
	}
	body > header .inside a {
		color: #fff;
	}
	body > header .inside img {
		width: auto;
		height: 26px;
		margin: 2px 2px 0 2px;
	}
	/*/ヘッダー*/
	/*フッター*/
	.footer_logo img {
		width: auto;
	}
	footer .inside {
		width: 100%;
		margin: 0 auto;
	}
 footer .footerBottom__inner {
    display: block;
  }
  footer .footerBottom__inner .organizeLogo {
    margin: 0 auto;
  }
  footer .footerBottom__inner .organizeAddress {
    width: 100%;
    padding: 15px 0 0 0;
  }
  footer .footerBottom__inner .organizeAddress p {
    text-align: center;
  }
  footer .footerBottom__inner .organizeAddress__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerBottom__inner .organizeAddress__body p {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  footer .footerBottom__inner .organizeAddress__body p.pc_ver {
    display: none;
  }
  footer .footerBottom__inner .organizeAddress__body p.sp_ver {
    display: block;
    line-height: 1.5;
  }
  footer .footerBottom__inner .organizeAddress__body dl {
    padding: 0 10px;
  }
  footer .footerBottom__inner .organizeAddress__body dl:first-of-type {
    border-right: 1px solid #000;
  }
  footer .footerBottom__inner .organizeAddress__body dl:first-of-type dt {
    width: 2em;
  }
  footer .footerBottom__inner .organizeAddress__body dl:first-of-type dd {
    padding-left: 2em;
    width: auto;
  }
  footer .footerBottom__inner .organizeAddress__body dl:last-of-type {
    margin-top: 7px;
  }
  footer .footerBottom__inner .organizeAddress__body dl:nth-of-type(2) dd {
    width: auto;
  }
  footer .footerBottom2__inner {
    padding: 14px;
    font-size: 8px;
    display: block;
    text-align: center;
  }
  footer .footerBottom2__inner .ban__pc {
    display: none;
  }
  footer .footerBottom2__inner .ban__sp {
    display: block;
    margin-bottom: 10px;
  }
	/*/フッター*/
	
#pagemenu {
	display: none;
}
#menubtn {
	position:fixed;
	width: 40px;
	height: 40px;
	top:0;
	right: 0;
	background-color: #f39700;
	z-index: 10003;
	cursor:pointer;
}
#menubtn.active {
}
#menubtn span {
	position:absolute;
	left:calc(50% - 14px);
	width: 28px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	transition: all .4s;
}
#menubtn span:nth-of-type(1) {
	top:calc(50% - 10px);
}
#menubtn span:nth-of-type(2) {
	top:calc(50% + 6px);
}
#menubtn span:nth-of-type(3) {
	top:calc(50% - 2px);
}
#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
#menubtn.active span:nth-of-type(2) {
	-webkit-transform: translateY(-7px) rotate(315deg);
	transform: translateY(-7px) rotate(315deg);
}
#menubtn.active span:nth-of-type(3) {
	display: none;
}
#pagemenu_sp {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #139a74;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
#pagemenu_sp .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 30px;
	margin: 70px auto 10px auto;
	background-color: #f39700;
	border: solid 1px #fff;
	background-image: url("../images/pagemenu_tit_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
}
#pagemenu_sp  a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 35px;
	margin: 0 auto 10px auto;
	color: #fff;
	line-height: 1.2;
	border: solid 1px #fff;
}
#pagemenu_sp  a:hover {
	text-decoration: none;
}

}