@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 {
		min-width: auto;
		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;
  }
	/*/フッター*/
	

}