@charset "utf-8";
/* CSS Document 全共通css*/
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.none {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #e7f5f1;
	color: #303030;
	line-height: 2.56;
	font-style: normal;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
	font-style: normal;
}
strong.blue {
	font-weight: bold;
	font-style: normal;
	color: #0033cc;
}
strong.lblue {
	font-weight: bold;
	font-style: normal;
	color: #3366cc;
}
em {
	font-weight: bold;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.font_l {
	font-size: 1.8rem !important;
}
.font_ll {
	font-size: 2.0rem !important;
}
.font_lll {
	font-size: 2.4rem !important;
}
.font_s {
	font-size: 1.6rem !important;
}
.font_ss {
	font-size: 1.4rem !important;
}
.red {
	color: #c30d23;
}
.blue {
	color: #0033cc;
}
.lblue {
	color: #3366cc;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.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 {
	color: #ed9700;
	color: #b16c25;
	text-decoration: none;
}
a:hover {
	color: #b16c25;
	text-decoration: underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=80);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* 基本レイアウト */
body {}
#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
#container {
	width: 100%;
	margin: 0 auto;
}
body > header {
	width: 100%;
	background-color: #139a74;
}
#contents {
	width: 100%;
	margin: 0px auto 0 auto;
}
body > footer {
	clear: both;
	width: 100%;
	background-color: #009a74;
}
/* 以上基本レイアウト */
/*ヘッダー*/
body > header .inside {
	display: flex;
	align-items: center;
	width: 1160px;
	height: 70px;
	margin: 0 auto;
	color: #fff;
}
body > header .inside img {
	margin-right: 10px;
	margin-top: -8px;
}
body > header .inside span {
	/*font-size: 1.9rem;
	font-weight: 700;*/
	padding: 14px 10px;
	border: solid 1px #fff;
}
body > header .inside a {
	display: flex;
	align-items:center;
	color: #fff;
	line-height: 0;
}
/*/ヘッダー*/
/* pagetop */
#gototop {
	position: fixed;
	right: 10%;
	bottom: 40px;
	z-index: 3001;
}
#gototop a {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 60px;
	height: 60px;
	background-color: #784325;
	color: #fff;
	font-size: 3.0rem;
}
#gototop a:hover {
	background-color: #fff;
	color: #784325;
	text-decoration: none;
}
/*フッター*/
.footer_logo {
	padding: 15px 0;
	text-align: center;
	border-top: solid 2px #139a74;
	line-height: 0;
}
footer .inside {
	width: 1160px;
	margin: 0 auto;
}
footer .footerBottom2 {
	line-height: 1.4;
}
footer .footerBottom2__inner {
	padding: 14px 0;
	color: #FFF;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footerBottom2__inner .ban__sp {
	display: none;
}
#topBtn {
	margin-left: 625px;
	position: fixed;
	bottom: 60px;
	left: 50%;
}
#topBtn img {
	width: 40px;
}
#topBtn a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#topBtn a:hover {
	/*opacity: 0.85;*/
}
@media screen and (max-width: 1280px) {
	footer .footerUpper__inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	footer .footerBottom__inner {
		padding: 20px 10px;
	}
	footer .footerBottom2__inner {
		padding: 14px 10px;
	}
	#topBtn {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 750px) {
	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;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .footerBottom2__inner .copyright {
		text-align: center;
	}
}
footer .footerBottom {
  background-color: #e5e5e5;
}

footer .footerBottom__inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footerBottom__inner .organizeLogo {
  width: 120px;
	line-height: 0;
}

footer .footerBottom__inner .organizeLogo img {
  width: 100%;
}

footer .footerBottom__inner .organizeAddress {
  width: calc(100% - 220px);
  padding: 14px 0 0 30px;
  line-height: 1.0;
}

footer .footerBottom__inner .organizeAddress p {
  color: #333;
  font-size: 12px;
  margin-bottom: 14px;
}

footer .footerBottom__inner .organizeAddress__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footerBottom__inner .organizeAddress__body p {
  margin-right: 16px;
}

footer .footerBottom__inner .organizeAddress__body p.sp_ver {
  display: none;
}

footer .footerBottom__inner .organizeAddress__body dl {
  overflow: hidden;
  font-size: 12px;
  color: #333;
}

footer .footerBottom__inner .organizeAddress__body dl dt {
  float: left;
  width: 2.5em;
}

footer .footerBottom__inner .organizeAddress__body dl dd {
  padding-left: 2.5em;
  width: 135px;
}

footer .footerBottom__inner .organizeAddress__body dl dd a {
  color: #333;
}

footer .footerBottom2 {
  background-color: #009a74;
}

footer .footerBottom2__inner {
  padding: 14px 0;
  color: #FFF;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerBottom2__inner .ban__sp {
  display: none;
}
/*/フッター*/

#pagemenu_sp {
	display: none;
}
#pagemenu {
	position:fixed;
	top: 109px;
	left: calc(50% + 500px);
	width: auto;
	background-color: #fff;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}
#pagemenu .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 127px;
	height: 43px;
	background-color: #f39700;
	border: solid 1px #fff;
	background-image: url("../images/pagemenu_tit_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
}
#pagemenu  a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 127px;
	height: 100px;
	background-image: url("../images/pagemenu_btn_bg.jpg");
	background-position: center top;
	background-size: cover;
	color: #fff;
	line-height: 1.2;
	font-size: 1.3rem;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#pagemenu  a:hover {
	text-decoration: none;
	background-image: url("../images/pagemenu_btn_bg_over.jpg");
}

