/*----------------------------------------------------------------------------*/
/* 	プレサンスロジェ名護為又ヴォール SITE		 基本 CSS			 	      */
/*----------------------------------------------------------------------------*/
@charset "UTF-8";

/*==========================================
	基本情報領域
===========================================*/
	body {
		background: #FFF;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","Kozuka Gothic Pro","メイリオ",
						Meiryo, Osaka, helvetica, arial,
						"游ゴシック体", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	main{
		margin-top:0;
		clear:both;
		display:block;
	}

/* ■ Conents ------------------------------------------*/

	#wrapper {
		margin-top: 0;
		background-color:#FFF;
	}
	@media only screen and (min-width:768px) {	/* PC Layout ◇ */

		#wrapper {
			margin-top: 0;
/*			background	: url("../images/bg/bgsym01.jpg") repeat-y;	*/
			background-size:100%;
		}
	}

	/* Tablet Layout -menu- */
	@media only screen and (min-width: 991px) and (max-width: 1300px) {
		.g-nav03 ul li:first-child {
			visibility: hidden;
		}
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#wrapper {
			margin-top: 0;
		}
	}
	#wrapper main h1 {
		display:none;
	}

/* ■ MainConents about facebook timeline -----*/

	#sns {
		margin: 0 auto 0 auto;
		width: 100%;
		border-top: 2px solid #E5E5E5;
		border-bottom: 2px solid #E5E5E5;
	}
	#sns h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}

	#sns .cont01 {
		margin: 0 auto 0 auto;
		width: 100%;
		background-color: #FFF;
		padding-bottom:30px;
		background	: url("../images/com/subtle_dots.png") repeat;
	}
	#sns .cont01 h3 {
		display:block;
	}
	#sns .cont01 .h3 {
		display:block;
		margin: 20px auto 20px auto;
		width: 90%;
		height: 30px;
		font-size:14px;
		color:#444;
		padding-top:5px;
		padding-left:25px;
		border-left: 5px solid #1F518E; 		/* bf-blue01 */
		border-bottom: 1px solid #BDC3C7;	/* Siver */
	}
	#sns .cont01 .left {
		width: 100%;
	}
	#sns .cont01 .right {
		width: 100%;
	}
	#sns .cont01 .right .fb-page {
		margin: 0 auto 0 auto;
		width: 100%;
		max-width: 320px;
	}
	#sns .cont01 .right p {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
	#sns .cont01 .left p {	/* Title SNS */
		margin: 20px auto 20px 50px;
		width: 61px;
		height:61px;
		text-indent: -99999px;	/* テキスト非表示 */
		background	: url("../images/sns/facebook.png") no-repeat;
		background-size:61px 61px;
	}
	/* SP ex Layout ◇ */
	@media only screen and (min-width: 414px) and (max-width: 768px) {

		#sns .cont01 .right p {
			padding-left:13%;
			padding-right:0px;
			padding-bottom:20px;
		}

	}

	@media only screen and (min-width:768px) {	/* PC Layout ◇ */

		#sns {
			margin: 0 auto 0 auto;
			width: 100%;
			border-top: 3px solid #F5F5F5;
			border-top: 3px solid #E5E5E5;
			border-bottom: 1px solid #F5F5F5;
		}
		#sns .cont01 {
			margin: 50px auto 30px auto;
			width: 100%;
			max-width: 1100px;
			height:700px;
			padding-bottom:60px;
			padding-top:50px;
		}
		#sns .cont01 h3 {
			display:block;
		}
		#sns .cont01 .h3 {
			display:block;
			margin: 0 auto 60px auto;
			width: 65%;
			width: 90%;
			height: 40px;
			font-size:22px;
			color:#555;
			padding-top:5px;
			padding-left:40px;
			border-left: 5px solid #1F518E; 		/* bf-blue01 */
			border-bottom: 1px solid #BDC3C7;	/* Siver */
		}
		#sns .cont01 .left {
			float:left;
			margin-left:17%;
			width: 20%;
			position: relative;
		}
		#sns .cont01 .right {
			float:left;
			width: 60%;
		}
		#sns .cont01 .right .fb-page {
			margin: 0 auto 0 auto;
			width: 700px;
		}
		#sns .cont01 .right p {
			float:left;
			padding-left:0;
			padding-right:30px;
			padding-bottom:30px;
		}
		#sns .cont01 .left p {	/* Title SNS */
			margin: 0 auto 0 0;
			width: 94px;
			height:100px;
		}
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#sns .cont01 {
			margin: 30px auto 30px auto;
			width: 100%;
			height:670px;
			padding-bottom:30px;
			padding-top:30px;
		}
		#sns .cont01 .h3 {
			display:block;
			margin: 0 auto 60px auto;
			width: 90%;
			height: 30px;
			font-size:17px;
			padding-top:5px;
			padding-left:20px;
		}
		#sns .cont01 .left {
			float:left;
			margin-left:8%;
			width: 20%;
			position: relative;
		}
		#sns .cont01 .right {
			float:left;
			width: 70%;
		}
		#sns .cont01 .right .fb-page {
			margin: 0 auto 0 auto;
			width: 400px;
		}
	}

	#sns .cont01 p img {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	#sns .cont01 p:hover img {
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		opacity: 0.5;
	}

	#sns a{
		text-decoration: none;
	}
	#sns .ease a {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}
	#sns .ease a:hover {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}

/* ■ サービスお問い合わせ　CONTACT -----*/

	#svcontact {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom:30px;
		background-image:url("../images/bg/nago-okinawa.png");
		background-size:	190px 169px;
		background-position:	center bottom 10px;
		background-repeat:no-repeat;
		background-color:#FFF;
	}
	#svcontact .pl-logo {
		margin: 20px auto 0 auto;
		width: 100%;
	}
	#svcontact .pl-logo img {
		display:block;
		margin: 0 auto 0 auto;
		zoom:0.8;
	}
	#svcontact dl,dt,dd {
		display:block;
	}
	#svcontact dl {
		margin: 10px  auto 0 auto;
		width: 100%;
	}
	#svcontact dt {
		font-size:13px;
		text-align:center;
		font-family: "NotoSansCJKjp-Medium";
		color:#444;
		padding:5px;
	}
	#svcontact dd a  {
		display:block;
	}
	#svcontact dd a img {
		display:block;
		margin: 10px  auto 0 auto;
		zoom:0.8;
	}
	#svcontact dd.txt01 {
		display:none;
	}

	#svcontact #panf {
		margin: 0 auto 0 auto;
		width: 100%;
		height:320px;
		position:relative;
	}
	#svcontact #panf .contbanner {			/*  CONTACT */
		margin: 30px auto 0 auto;
		width : 300px;
		height: 52px;
		display	: block;
		text-indent: -99999px;	/* テキスト非表示 */
		border	: 0px;
	}
	#svcontact #panf .contbanner  a{
		overflow: hidden;	 /* 内容を非表示にする。*/
		width : 300px;
		height: 0 !important;
		height /**/:52px;
		padding-top: 52px;
		display	: block;
		background	: url("../images/top/pamph_sp_1.png") no-repeat;
		background-size:751px 130px;
		background-size:300px 52px;		/* 40% */
		background-position:  0 0;
	}
	#svcontact #panf .contbanner  a:hover{
		display	: block;
		background	: url("../images/top/pamph_sp_1.png") no-repeat;
		background-size:300px 52px;		/* 40% */
		background-position:  0 0;
	}
	#svcontact #panf .reservebanner {			/*  CONTACT */
		margin: 30px auto 0 auto;
		width : 300px;
		height: 52px;
		display	: block;
		text-indent: -99999px;	/* テキスト非表示 */
		border	: 0px;
	}
	#svcontact #panf .reservebanner  a{
		overflow: hidden;	 /* 内容を非表示にする。*/
		width : 300px;
		height: 0 !important;
		height /**/:52px;
		padding-top: 52px;
		display	: block;
		background	: url("../images/top/pamph_sp_2.png") no-repeat;
		background-size:751px 130px;
		background-size:300px 52px;		/* 40% */
		background-position:  0 0;
	}
	#svcontact #panf .reservebanner  a:hover{
		display	: block;
		background	: url("../images/top/pamph_sp_2.png") no-repeat;
		background-size:300px 52px;		/* 40% */
		background-position:  0 0;
	}


	@media only screen and  (max-width: 360px) {

	}

	@media only screen and (min-width:992px) {

		#svcontact {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:50px;
			background-image:url("../images/bg/nago-okinawa.png");
			background-size:	272px 242px;
			background-position:	right 10% top 50px;
			background-repeat:no-repeat;
			background-color:#FFF;
			position:relative;
		}
		#svcontact .pl-logo {
			margin: 50px auto 0 auto;
			width: 100%;
		}
		#svcontact .pl-logo img {
			display:block;
			margin: 0 auto 0 auto;
			zoom:1.0;
		}
		#svcontact dl {
			margin: 30px  auto 0 auto;
			width: 100%;
		}
		#svcontact dt {
			margin: 0  auto 0 auto;
			width: 40%;
			font-size:22px;
			text-align:center;
			font-family: "NotoSansCJKjp-Medium";
			color:#444;
			padding:10px;
		}
		#svcontact dd a  {
			display:block;
		}
		#svcontact dd a img {
			display:block;
			margin: 10px  auto 0 auto;
			zoom:1.0;
		}
		#svcontact #panf {
			margin: 0 auto 0 auto;
			width: 100%;
			height:370px;
		}
		#svcontact #panf .contbanner {			/*  CONTACT */
			margin: 60px auto 50px auto;
			width : 895px;
			height: 121px;
			display	: block;
			text-indent: -99999px;	/* テキスト非表示 */
			border	: 0px;
		}
		#svcontact #panf .contbanner  a{
			overflow: hidden;	 /* 内容を非表示にする。*/
			width : 895px;
			height: 0 !important;
			height /**/:121px;
			padding-top: 121px;
			display	: block;
			background	: url("../images/top/pamph_1.png") no-repeat;
			background-size:895px 121px;
			background-position:  0 0;
		}
		#svcontact #panf .contbanner  a:hover{
			display	: block;
			background	: url("../images/top/pamph_ov_1.png") no-repeat;
			background-size:895px 121px;
			background-position:  0 0;
		}
		#svcontact #panf .reservebanner {			/*  CONTACT */
			margin: 60px auto 50px auto;
			width : 895px;
			height: 121px;
			display	: block;
			text-indent: -99999px;	/* テキスト非表示 */
			border	: 0px;
		}
		#svcontact #panf .reservebanner  a{
			overflow: hidden;	 /* 内容を非表示にする。*/
			width : 895px;
			height: 0 !important;
			height /**/:121px;
			padding-top: 121px;
			display	: block;
			background	: url("../images/top/pamph_2.png") no-repeat;
			background-size:895px 121px;
			background-position:  0 0;
		}
		#svcontact #panf .reservebanner  a:hover{
			display	: block;
			background	: url("../images/top/pamph_ov_2.png") no-repeat;
			background-size:895px 121px;
			background-position:  0 0;
		}
	}

/* ■ BannerConents -----*/

	#banner {
		margin: 0 auto 0 auto;
		width: 100%;
		background-color:#F5F5F5;
	}
	#banner ul.bncont {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-top:20px;
		padding-bottom:20px;
	}
	#banner li {
		display:block;
		margin: 10px auto 0 auto;
		width:100%;
		height:60px;
		text-align:center;
	}
	#banner li img {
		margin: 0 auto 0 auto;
	}
	#banner li a img {
		display:block;
		margin: 0 auto 0 auto;
		zoom:0.7;
	}

	@media only screen and (min-width:768px) {	/*■ PC Layout  ■ */

		#banner ul.bncont {
			margin: 0 auto 0 27%;
			display:flex;
			justify-content: center;
			width: 60%;
			padding-top:50px;
			padding-bottom:50px;
		}
		#banner li {
			width:calc(100% / 2);
			height:70px;
			text-align:center;
		}
		#banner li a img {
			margin: 0 auto 0 auto;
			display:block;
			zoom:1.0;
		}
		#banner li:first-child a{
			display: block;
			width: 283px;
			background: url(../images/menu/tel02_ov.png) no-repeat;
		}
		#banner li:first-child a:hover img {
			visibility: hidden;
		}
		#banner li:nth-child(2) a{
			display: block;
			width: 283px;
			background: url(../images/menu/contact02_ov.png) no-repeat;
		}
		#banner li:nth-child(2) a:hover img {
			visibility: hidden;
		}
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#banner ul.bncont {
			margin: 0 auto 0 auto;
			display:flex;
			justify-content: center;
			width: 90%;
			padding-top:50px;
			padding-bottom:50px;
		}

	}

	#banner02 {
		margin: 0 auto 0 auto;
		width: 100%;
		background-color:#F5F5F5;
	}
	#banner02 ul.bncont {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-top:20px;
		padding-bottom:20px;
	}
	#banner02 li {
		display:block;
		margin: 10px auto 0 auto;
		width:100%;
		height:60px;
		text-align:center;
	}
	#banner02 li img {
		margin: 0 auto 0 auto;
	}
	#banner02 li a img {
		display:block;
		margin: 0 auto 0 auto;
		zoom:0.7;
	}
	#banner02 li:first-child a{
		display: block;
		margin: 0 auto 0 auto;
		width: 198px;
		height:44px;
		text-align:center;
		font-size:14px;
		font-family: "NotoSansCJKjp-Medium";
		color:#444;
		padding:16px;
		padding-left:30px;
		letter-spacing: 0.1em;
		background: url(../images/menu/tel02.png) no-repeat;
		background-size:	198px 44px;
	}

	@media only screen and (min-width:768px) {	/*■ PC Layout  ■ */

		#banner02 ul.bncont {
			margin: 0 auto 0 16.5%;
			display:flex;
			justify-content: center;
			width: 73%;
			padding-top:50px;
			padding-bottom:50px;
		}
		#banner02 li {
			width:calc(100% / 3);
			height:70px;
			text-align:center;
		}
		#banner02 li a img {
			margin: 0 auto 0 auto;
			display:block;
			zoom:1.0;
		}
		#banner02 li:first-child a{
			display: block;
			width: 283px;
			height:63px;
			text-align:center;
			font-size:20px;
			font-family: "NotoSansCJKjp-Medium";
			font-display: swap;
			color:#444;
			padding:20px;
			padding-left:50px;
			letter-spacing: 0.12em;
			background: url(../images/menu/tel02.png) no-repeat;
			background-size:	283px 63px;
		}
		#banner02 li:first-child a:hover img {
		}
		#banner02 li:nth-child(2) a{
			display: block;
			width: 283px;
			background: url(../images/menu/pamphlet02_ov.png) no-repeat;
		}
		#banner02 li:nth-child(2) a:hover img {
			visibility: hidden;
		}
		#banner02 li:nth-child(3) a{
			display: block;
			width: 283px;
			background: url(../images/menu/contact02_ov.png) no-repeat;
		}
		#banner02 li:nth-child(3) a:hover img {
			visibility: hidden;
		}
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#banner02 ul.bncont {
			margin: 0 auto 0 auto;
			display:flex;
			justify-content: center;
			width: 90%;
			padding-top:50px;
			padding-bottom:50px;
		}
		#banner02 li a img {
			margin: 0 auto 0 auto;
			display:block;
			zoom:0.7;
		}
		#banner02 li:first-child a{
			display: block;
			width: 198px;
			height:44px;
			font-size:15px;
			font-family: "NotoSansCJKjp-Medium";
			color:#444;
			padding:16px;
			padding-left:40px;
			letter-spacing: 0.1em;
			background: url(../images/menu/tel02.png) no-repeat;
			background-size:	198px 44px;
		}
		#banner02 li:first-child a:hover img {
		}
		#banner02 li:nth-child(2) a{
			display: block;
			width: 198px;
			height:44px;
			background: url(../images/menu/pamphlet02_ov.png) no-repeat;
			background: none;
		}
		#banner02 li:nth-child(2) a:hover img {
			visibility: hidden;
		}
		#banner02 li:nth-child(3) a{
			display: block;
			width: 198px;
			height:44px;
			background: url(../images/menu/contact02_ov.png) no-repeat;
			background: none;
		}
		#banner02 li:nth-child(3) a:hover img {
			visibility: hidden;
		}
	}

/* ■ お電話はこちらから ------------------------------------------------*/

	#toTel {
		position: fixed;
		bottom: 300px;
		right: 0px;
		width: 52px;
		height:205px;
		color:#FFF;
	}
	#toTel a {
		display: block;
		width: 37px;
		height:300px;
		font-size:16px;
		font-family: "NotoSansCJKjp-Medium";
		font-weight:bold;
		color:#FFF;
		line-height:18px;
			text-shadow: 2px 2px 2px #555;
		padding-top:43px;
		padding-right:10px;
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
		background: url(../images/icon/tel03.png) no-repeat;
		background-size:	31px 33px;	/* 85% */
		background-size:	34px 38px;
		background-position:	left 0 top 0;
	}
	@media only screen and (max-width: 768px) {
		#toTel {
			display:none;
		}
	}
	#toTel a.teltxt {
		color:#FFF;
	}
	#toTel a.teltxt:hover {
		color:#AAA;
	}

/* ■ facebook　-------------------------------------------------------*/

	#toFacebook {
		position: fixed;
		bottom: 300px;
		right: 18px;
		z-index:9999;
	}
	#toFacebook a {
		display: block;
		width: 39px;
		background: url(../images/sns/facebook.png) no-repeat;
	}
	#toFacebook a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toFacebook {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
/*	@media only screen and (max-width: 768px) {*/
	@media only screen and (max-width: 992px) {

		#toFacebook {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}

/* ■ Instagram　-------------------------------------------------------*/

	#toInstagram {
		position: fixed;
		bottom: 220px;
		right: 8px;
		z-index:9999;
	}
	#toInstagram a {
		display: block;
		width: 57px;
		background: url(../images/sns/instagram.png) no-repeat;
	}
	#toInstagram a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toInstagram {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
/*	@media only screen and (max-width: 768px) {*/
	@media only screen and (max-width: 992px) {

		#toInstagram {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}


/* ■ お問い合わせ　----------------------------------------------*/

	#toContact {
		position: fixed;
		bottom: 100px;
		right: 5px;
		z-index:9999;
	}
	#toContact a {
		display: block;
		width: 101px;
		background: url(../images/menu/contact.png) no-repeat;
	}
	#toContact a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toContact {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
/*	@media only screen and (max-width: 768px) {*/
	@media only screen and (max-width: 992px) {

		#toContact {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}

/* ■ ToPageTop -----------------------------------------------------*/

	#toPageTop {
		position: fixed;
		bottom: 18px;
		right: 13px;
		z-index:9999;
	}
	#toPageTop a {
		display: block;
		width: 44px;
		background: url(../images/com/toTop.png) no-repeat;
	}
	#toPageTop a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toPageTop {
			position: fixed;
			bottom: 30px;
			right: 0px;
			z-index:9999;
		}
	}
	@media only screen and (max-width: 768px) {
		#toPageTop {
			position: fixed;
			bottom: 10px;
			right: 2px;
			z-index:9999;
		}
		#toPageTop img {
			zoom:0.85;
		}
		#toPageTop a {
			display: block;
			width: 44px;
			background: url(../images/com/toTop.png) no-repeat;
			background-size:44px 44px;
			background-size:37.4px 37.4px;
		}
	}
	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toPageTop {
			position: fixed;
			bottom: 5px;
			right: 5px;
			z-index:9999;
		}
	}

/* ■ side symbole ----------------------------------------------*/

	#FG {
		position: fixed;
		bottom: 80px;
		left: 10px;
		z-index:99;
	}
	#FG a {
		display: block;
		width: 24px;
		background: url(../images/com/logo09.png) no-repeat;
	}
	#FG a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#FG {
			position: fixed;
			bottom: 130px;
			left: 0;
			z-index:99;
		}
	}
	@media only screen and (max-width: 768px) {

		#FG {
			display:none;
		}
	}

/*==========================================
	フッター 情報領域
===========================================*/

	.fmenu {
		display:block;
		margin: 0 auto 0 auto;
		width:100%;
		padding-bottom:20px;
		background-color: #FFF;
		border-top: 3px solid #004E9C;		/* PressanceBlue01 RGB:*/
		border-bottom: 1px solid #BDC3C7;	/* Siver */
	}
	.fmenu ul {
		margin:0 auto 0 auto;
	}
	.fmenu ul.fm01 {
		margin:20px auto 0;
		width:100%;
		text-align: center;
	}
	.fmenu ul.fm01 li {
		/* float:left; */
		/* width:15%; */
		padding-bottom:0px;
		font-size:14px;
		font-weight:bold;
		font-family: "NotoSansCJKjp-Medium";
		letter-spacing: 0.1em;
		padding-bottom:0px;
		display: inline-block;
		margin: 0 2%;
	}
	.fmenu ul li>a {
		color:#333;
	}
	.fmenu ul li>a:hover {
		color: #A4966A;		/* Gold01 */
	}
	/*
	.fmenu ul.fm01 li:first-child {
		width:12%;
		padding-left:0px;
	}
	.fmenu ul.fm01 li:nth-child(2) {
		padding-left:0px;
	}
	.fmenu ul.fm01 li:nth-child(3) {
		width:17%;
		padding-left:70px;
	}
	.fmenu ul.fm01 li:nth-child(4) {
		width:15%;
		padding-left:100px;
	}
	.fmenu ul.fm01 li:nth-child(5) {
		width:15%;
		padding-left:100px;
	}
	.fmenu ul.fm01 li:nth-child(6) {
		width:15%;
		padding-left:100px;
	}
	.fmenu ul.fm01 li:nth-child(7) {
		width:15%;
		padding-left:100px;
	}
	*/
	.fmenu .fm02 {
		margin:20px auto 0 auto;
		width:100%;
		padding-bottom:30px;
	}
	.fmenu .fm02 p {
		width:100%;
		font-size:13px;
		font-weight:normal;
		letter-spacing: 0.1em;
		line-height:15px;
		color: #A4966A;		/* Gold01 */
		padding-bottom:10px;
	}
	.fmenu .fm02 p a {
		color: #A4966A;		/* Gold01 */
	}
	.fmenu .fm02 p a:hover {
		color:#333;
	}

	@media only screen and (max-width:992px) {	/* SP Layout ◇ */
		.fmenu {
			display:none;
		}
	}

	.footer01 {
		margin: 0 auto 0 auto;
		width:100%;
		height: 160px;
		background-color: #FFF;
		position: relative;
	}
	.footer01 .flogo {
		position: absolute;
		top: 25px;
		left:17%;
		width : 192px;
		height: 45px;
		display	: block;
		text-indent: -99999px;	/* テキスト非表示 */
		border	: 0px;
	}
	.footer01 .flogo a{
		overflow: hidden;	 /* 内容を非表示にする。*/
		width : 192px;
		height: 0 !important;
		height /**/:45px;
		padding-top: 45px;
		display	: block;
		background	: url("../images/com/footer_logo.png") no-repeat;
		background-size:192px 45px;
	}
	.footer01 .flogo a:hover{
		display	: block;
		background	: url("../images/com/footer_logo.png") no-repeat;
		background-size:192px 45px;
	}
	.footer01 .pl-logo {
		display:block;
		position: absolute;
		top: 50px;
		right:15%;
		width : 300px;
		height: 58px;
		display	: block;
		text-indent: -99999px;	/* テキスト非表示 */
		border	: 0px;
		display	: block;
		background	: url("../images/com/logo02.png") no-repeat;
		background-size:300px 58px;
	}
	.footer01 dl,dt,dd {
		display:block;
	}
	.footer01 dl {
		position: absolute;
		top: 35px;
		left:34%;
		width :450px;
		text-align:left;
	}
	.footer01 dt {
		font-size:16px;
		font-weight:bold;
		color: #444;
		padding-bottom:10px;
	}
	.footer01 dd {
		font-size:14px;
		line-height:25px;
		color:#333;
	}
	.footer01 dd a.am {
		color: #B27C04;		/* Gold02 */
	}
	.footer01 ul {
		position: absolute;
		top: 30px;
		left:65%;
		width :250px;
	}
	.footer01 li {
		float:left;
		padding-left:70px;
	}
	.footer02 {
		margin: 0 auto 0 auto;
		width:100%;
		height: 35px;
		background-color: #E6F0FA;		/* PressanceBlue05 */
		position: relative;
	}
	.footer02sp {
		display:none;
	}
	@media only screen and (max-width:992px) {	/* SP Layout ◇ */

		.footer01 {
			margin: 0 auto 0 auto;
			width:100%;
			height: 235px;
			background-color: #FFF;
			position: relative;
			border-Top: 1px solid #BDC3C7;		/* Silver */
			position: relative;
		}
		.footer01 .flogo {
			position: absolute;
			top: 15px;
			left:10%;
			width : 154px;
			height: 36px;
			display	: block;
			text-indent: -99999px;	/* テキスト非表示 */
			border	: 0px;
		}
		.footer01 .flogo a{
			overflow: hidden;	 /* 内容を非表示にする。*/
			width : 154px;
			height: 0 !important;
			height /**/:36px;
			padding-top: 36px;
			display	: block;
			background	: url("../images/com/footer_logo.png") no-repeat;
			background-size:192px 45px;
			background-size:154px 36px;	/* 80% */
		}
		.footer01 .flogo a:hover{
			display	: block;
			background	: url("../images/com/footer_logo.png") no-repeat;
			background-size:154px 36px;	/* 80% */
		}
		.footer01 .pl-logo {
			display:block;
			position: absolute;
			top:75%;
			right:12%;
			width : 210px;
			height: 41px;
			display	: block;
			text-indent: -99999px;	/* テキスト非表示 */
			border	: 0px;
			display	: block;
			background	: url("../images/com/logo02.png") no-repeat;
			background-size:210px 41px;		/* 70% */
		}
		.footer01 dl,dt,dd {
			display:block;
		}
		.footer01 dl {
			position: absolute;
			top: 70px;
			left:10%;
			width :85%;
			text-align:left;
		}
		.footer01 dt {
			font-size:14px;
			font-weight:bold;
			color:#333;
			padding-bottom:10px;
		}
		.footer01 dd {
			font-size:12px;
			color:#333;
			line-height:20px;
			padding-bottom:3px;
		}
		.footer01 ul {
			position: absolute;
			top: 175px;
			left:-9%;
			width :100%;
			width :250px;
		}
		.footer01 li {
			float:left;
			padding-left:70px;
		}

		.footer02 {
			display:none;
			margin: 0 auto 0 auto;
			width:100%;
			height: 30px;
			position: relative;
		}
		.footer02sp {
			display:block;
			margin:0 auto 0 auto;
			width:100%;
			height: 30px;
			border-Top: 1px solid #BDC3C7;	/* Silver */
			background-color: #E6F0FA;		/* PressanceBlue05 */
			position: relative;
		}
		.footer02sp .ftanksp {
			font-size:11px;
			color:#333;
		}
		.footer02sp #ftank03 {
			display:block;
			float: left;
			width:50%;
			padding:8px;
			padding-left:20px;
		}
		.footer02sp #ftank04 {
			display:block;
			float: left;
			width:50%;
			padding:8px;
		}
		@media only screen and (min-width:414px) {

			.footer02sp {
				display:block;
				margin:0 auto 0 auto;
				width:100%;
				height: 30px;
				border-Top: 1px solid #BDC3C7;		/* Silver */
				background-color: #E6F0FA;		/* PressanceBlue05 */
				position: relative;
			}
		}
		@media only screen and (max-width:320px) {

			.footer01 ul {
				position: absolute;
				top: 230px;
				left:-9%;
				width :100%;
				width :250px;
			}
			.footer02sp #ftank03 {
				width:40%;
				height: 30px;
				padding:8px;
			}
			.footer02sp #ftank04 {
				width:50%;
				height: 30px;
				padding:8px;
			}
		}
		/* Tablet Layout ◇ */
		@media only screen and (min-width: 768px) and (max-width: 992px) {

			.footer01 {
				margin: 0 auto 0 auto;
				width:100%;
				height: 230px;
				background-color: #FFF;
				position: relative;
			}
			.footer01 ul {
				position: absolute;
				top: 150px;
				left:60%;
				width :300px;
			}
			.footer01 li {
				float:left;
				padding-left:50px;
			}

			.footer02sp {
				display:block;
				margin:0 auto 0 auto;
				width:100%;
				height: 30px;
				border-Top: 1px solid #BDC3C7;	/* Silver */
				background-color: #E6F0FA;		/* PressanceBlue05 */
				position: relative;
			}
			.footer02sp #ftank03 {
				display:block;
				float: left;
				width:27%;
				padding:8px;
				padding-left:80px;
			}
			.footer02sp #ftank04 {
				display:block;
				float: left;
				width:50%;
				padding:8px;
			}
		}

	}
	.footer02 .ftank {
		font-size:13px;
		color:#333;
	}
	.footer02 #ftank01 {
		position: absolute;
		top: 12px;
		right:15%;
	}
	.footer02 #ftank02 {
		position: absolute;
		top: 10px;
		left:35%;
	}

	/* copy right ---------------------*/

	.footer03 {
		position: relative;
		width:100%;
		height: 40px;
		background-color:#262626;
		background-color:#004E9C;	/* PressanceBlue01 */
	}
	.footer03 .copy {
		margin: 0 auto 0 auto;
		padding-top: 12px;
		text-align:center;
		font-size: 12px;
		color: #FFF;
 		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
					 "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	@media only screen and (max-width:992px) {	/* SP Layout ◇ */
		.footer03 {
			display:none;
		}
	}
	.footer03sp {
		margin-top:0;
		position: relative;
		width:100%;
		height: 30px;
		background-color:#004E9C;	/* PressanceBlue01 */
		z-index:88;
	}
	.footer03sp .copy {
		margin: auto;
		margin-top:0;
		width:100%;
		max-width:360px;
		height:20px;
		text-align:center;
		padding-top:8px;
		font-size: 10px;
		line-height:12px;
		color: #FFF;
					/* "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	}


	@media only screen and (min-width:992px) {	/* PC Layout ◇ */
		.footer03sp {
			display:none;
		}
		.Navsp ul {				/*  Block横均等配置 ◆*/
			width:100%;
			display:flex;
			justify-content: center;
			padding:0;
			padding-top:0px;
			list-style: none;
		}
	}


	/* SP メニュー -------- */
	.Navsp {			/*  ◇ SP Menu  visible  */
		margin-top:0;
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index:88;
		width:100%;
		height: 50px;
		background-color:rgba( 255,255,255,0.75 ); 	/*  White  透過75% */
			box-shadow: 0px 1px 3px 1px #aaa;
			-webkit-box-shadow: 0px 1px 3px 1px #aaa;
			-moz-box-shadow: 0px 1px 3px 1px #aaa;
	}
	.Navsp ul {				/*  Block横均等配置 ◆*/
		width:100%;
		height: 40px;
		display:flex;
		justify-content: center;
		padding:0;
		padding-top:0px;
		list-style: none;
				    -webkit-box-sizing: border-box;
				       -moz-box-sizing: border-box;
				         -o-box-sizing: border-box;
				        -ms-box-sizing: border-box;
				            box-sizing: border-box;
	}
	.Navsp ul li {			/*  Block横均等配置 ◆ */
		width:calc(100% / 2);
		height:40px;
		margin:5px;
		text-align:center;
		line-height:20px;
		font-size:13px;
		font-weight:bold;
				    -webkit-box-sizing: border-box;
				       -moz-box-sizing: border-box;
				         -o-box-sizing: border-box;
				        -ms-box-sizing: border-box;
				            box-sizing: border-box;
	}
	.Navsp ul li:first-child {		/* 今すぐ申し込む　エントリーFORMへ */
		position: absolute;
		top: 0;
		left: 0;
		width:48%;
		display	: block;
	}
	.Navsp ul li:first-child a{
		overflow: hidden;
		width:100%;
		height:100%;
		color:#FFF;
		padding-top:8px;
		padding-left:20px;
		background	: url("../images/icon/entry.png") no-repeat;
		background-size:30px 27px;
		background-position:  left 4px top 4px;
		background-color:#004E9C;		/* PressanceBlue01 RGB:*/
		border: 2px solid #004E9C;		/* PressanceBlue01 RGB:*/
		display	: block;
			    -webkit-box-sizing: border-box;
			       -moz-box-sizing: border-box;
			         -o-box-sizing: border-box;
			        -ms-box-sizing: border-box;
			            box-sizing: border-box;
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
	}
	.Navsp ul li:first-child a:hover{
		display	: block;
		width:100%;
		color:#00C402;	/*LINE green */
		color:#FFF;
		padding-top:10px;
		padding-left:20px;
		background	: url("../images/icon/entry.png") no-repeat;
		background-size:30px 27px;
		background-position:  left 4px top 4px;
		background-color:#004E9C;		/* PressanceBlue01 RGB:*/
		border: 2px solid #004E9C;		/* PressanceBlue01 RGB:*/
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
	}
	.Navsp ul li:nth-child(2) {		/* プライバシーポリシー */
		position: absolute;
		top: 0;
		right: 0;
		width:48%;
	}
	.Navsp ul li:nth-child(2) a{
		overflow: hidden;
		width:100%;
		height:100%;
		color:#444;
		padding-top:8px;
		padding-left:20px;
		background	: url("../images/icon/tel.png") no-repeat;
		background-size:30px 29px;
		background-position:  left 4px top 3px;
		background-color:#FFF;
		border: 2px solid #444;
		display	: block;
		    -webkit-box-sizing: border-box;
		       -moz-box-sizing: border-box;
		         -o-box-sizing: border-box;
		        -ms-box-sizing: border-box;
		            box-sizing: border-box;
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
	}
	.Navsp ul li:nth-child(2) a:hover{
		display	: block;
		width:100%;
		color:#444;
		padding-top:10px;
		padding-left:20px;
		background	: url("../images/icon/tel.png") no-repeat;
		background-size:30px 29px;
		background-position:  left 4px top 3px;
		background-color:#F4F4F4;
		border: 2px solid #444;
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
	}

/*	.Navsp ul li:hover{
		opacity:0.8;
	}*/

	@media only screen and (max-width:360px) {

		.Navsp ul li {			/*  Block横均等配置 ◆ */
			width:calc(100% / 2);
			height:40px;
			margin:5px;
			text-align:center;
			line-height:20px;
			font-size:12px;
			font-weight:bold;
					    -webkit-box-sizing: border-box;
					       -moz-box-sizing: border-box;
					         -o-box-sizing: border-box;
					        -ms-box-sizing: border-box;
					            box-sizing: border-box;
		}
		.Navsp ul li:first-child {
			font-size:11px;
		}
		.Navsp ul li:nth-child(2) {
			font-size:12px;
		}

	}
							/* ■ SP MENU -----------*/
	@media only screen and (min-width:768px) {
		.Navsp {			/*  ◇ SP Menu  unvisible  */
			display	: none;
		}
	}
	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {
		.Navsp {			/*  ◇ SP Menu  visible  */
			display	: block;
			height: 70px;
		}
		.Navsp ul {				/*  Block横均等配置 ◆*/
			width:100%;
			height: 60px;
			display:flex;
			justify-content: center;
			padding:0;
			padding-top:0px;
			list-style: none;
					    -webkit-box-sizing: border-box;
					       -moz-box-sizing: border-box;
					         -o-box-sizing: border-box;
					        -ms-box-sizing: border-box;
					            box-sizing: border-box;
		}
		.Navsp ul li {			/*  Block横均等配置 ◆ */
			width:calc(100% / 2);
			height:60px;
			margin:5px;
			text-align:center;
			line-height:20px;
			font-size:18px;
			font-weight:bold;
					    -webkit-box-sizing: border-box;
					       -moz-box-sizing: border-box;
					         -o-box-sizing: border-box;
					        -ms-box-sizing: border-box;
					            box-sizing: border-box;
		}
		.Navsp ul li:first-child {		/* 今すぐ申し込む　エントリーFORMへ */
			position: absolute;
			top: 0;
			left: 0;
			width:48%;
			display	: block;
		}
		.Navsp ul li:first-child a{
			overflow: hidden;
			width:100%;
			height:100%;
			color:#FFF;
			padding-top:17px;
			padding-left:20px;
			background	: url("../images/menu/entry_icon.png") no-repeat;
			background-size:40px 43px;
			background-position:  left 15px top 7px;
			background-color:#00C402;	/*LINE green */
			border: 2px solid #00C402;	/*LINE green */
			display	: block;
				    -webkit-box-sizing: border-box;
				       -moz-box-sizing: border-box;
				         -o-box-sizing: border-box;
				        -ms-box-sizing: border-box;
				            box-sizing: border-box;
			transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.5s ease-in-out;
			-o-transition: 0.5s ease-in-out;
		}
		.Navsp ul li:first-child a:hover{
			display	: block;
			width:100%;
			color:#00C402;	/*LINE green */
			color:#FFF;
			padding-top:17px;
			padding-left:20px;
			background	: url("../images/menu/entry_icon.png") no-repeat;
			background-size:40px 43px;
			background-position:  left 15px top 5px;
			background-color:#00C402;	/*LINE green */
			border: 2px solid #00C402;	/*LINE green */
			transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.5s ease-in-out;
			-o-transition: 0.5s ease-in-out;
		}
		.Navsp ul li:nth-child(2) {		/* プライバシーポリシー */
			position: absolute;
			top: 0;
			right: 0;
			width:48%;
		}
		.Navsp ul li:nth-child(2) a{
			overflow: hidden;
			width:100%;
			height:100%;
			color:#4DA635;	/* MCS green01 */
			padding-top:17px;
			background-color:#FFF;
			border: 2px solid #4DA635;	/* MCS green01 */
			display	: block;
			    -webkit-box-sizing: border-box;
			       -moz-box-sizing: border-box;
			         -o-box-sizing: border-box;
			        -ms-box-sizing: border-box;
			            box-sizing: border-box;
			transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.5s ease-in-out;
			-o-transition: 0.5s ease-in-out;
		}
		.Navsp ul li:nth-child(2) a:hover{
			display	: block;
			width:100%;
			color:#4DA635;	/* MCS green01 */
			padding-top:17px;
			background-color:#F4F4F4;
			border: 2px solid #4DA635;	/* MCS green01 */
			transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.5s ease-in-out;
			-o-transition: 0.5s ease-in-out;
		}
	}

/* ◆Other Style ---------------------------------*/

	/* ◇ Flexible Images ------------------------*/

	.img-responsive{
		max-width: 100%;
		height: auto;
	}

	/* ◇ placeholder ------------------------*/

	/*Webkit*/
	::-webkit-input-placeholder {color: #AAA}

	/*Firefox 19以降*/
	::-moz-placeholder  {color: #AAA}

	/*Firefox 18以前*/
	:-moz-placeholder   {color: #AAA}

	/*Windows IE*/
	:-ms-input-placeholder  {color: #AAA}

	h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}

	.h2invisible {
		display:none;
	}

/* ■ Others --------------------------------*/

	/* common effect */
	.ease  a{
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	 .ease a:hover {
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	.ease02  a{
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}
	 .ease02 a:hover {
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}

	a:hover img {
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		opacity: 0.5;
	}
	a img {
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
		-ms-transition: opacity 0.5s ease-out;
		-o-transition: opacity 0.5s ease-out;
		transition: opacity 0.5s ease-out;
	}

/* ■ Color material */

	.subt {
		color: #A4966A;		/* Gold01 */
		font-size:13px;
		text-align:center;
	}
	.subt01 {
		color: #A4966A;		/* Gold01 */
		font-size:15px;
	}
	@media only screen and (max-width:768px) {
		.subt01 {
			font-size:12px;
		}
	}

	.PL-base01 {
		color: #0C0C0C;		/* PL-Dgray */
	}
	.PL-base02 {
		color: #E2E2E2;		/* PL-Mgray */
	}
	.PL-blue01 {
		color:#004E9C;		/* PressanceBlue01 RGB:0:78:156 */
	}
	.PL-blue02 {
		color:#0079C1;		/* PressanceBlue02 */
	}
	.PL-blue03 {
		color:#008CCC;		/* PressanceBlue03 */
	}
	.PL-blue04 {
		color:#2EA0D5;		/* PressanceBlue04 */
	}
	.PL-blue05 {
		color:#E6F0FA;		/* PressanceBlue05 */
	}

	.LD-red01 {
		color: #D35400;		/* LD-red01 rgba: 218,84,52 */
	}
	.LD-red02 {
		font-size:18px;
		color: #D35400;		/* LD-red01 */
	}
	@media only screen and (max-width:768px) {
	.LD-red02 {
		font-size:15px;
	}
	.bf-red02 {
		color: #D35400;		/* bf-red02  browny */
	}
	.bf-gray01 {
		color: #BDC3C7; 	/* bf-gray01 */
	}
	.bf-base01 {
		color: #E6E6E6;		/* bf-Base01 */
	}
	.gold {
		color: #A4966A;		/* Gold01 */
	}
	.goldc02 {
		color: #B27C04;		/* Gold02 */
	}
	.silver {
		color: #BDC3C7;		/* Siver */
	}
	.uline {
		border-bottom: 1px solid #B27C04;
	}
	.mtext {
		color: #666;
	}
	.green {
		color: #75AD49;		/* M.Green */
	}
	.ored {
		font-size:11px;
		color: #C0392B;		/* O.Red */
	}
	.ored02 {
		color: #C0392B;		/* O.Red */
	}
	.ored02ex {
		color: #F08700;		/* O.Red */
		font-size:18px;
		font-weight:bold;
	}
	.ored03 {
		color: #E67E22;		/* O.Red */
	}
	.mktxt01 {
		color: #F27398;		/* F.Pink01 */
	}
	.smw {
		color: #FFF;
	}
	.coment01 {
		font-size:12px;
		color: #FFF;
	}
	@media only screen and (max-width:768px) {
		.coment01 {
			font-size:11px;
		}
	}
	@media only screen and (min-width:768px) {
		.ored03 {
			font-size:15px;
		}
	}
	.tgray {
		font-size:11px;
		color: #AAA;		/* T.Gray */
	}
	.beige {
		color: #E7DDD2;		/* beige */
	}
	.formc01 {
		color: #777;
		font-size:12px;
		padding-left:10px;
	}
	.bold01 {
		font-weight:bold;
		font-size:15px;
		color: #A4966A;		/* Gold01 */
	}
	.bold02 {
		font-weight:bold;
		font-size:17px;
		color: #A4966A;		/* Gold01 */
	}
}
	@media only screen and (max-width:768px) {
		.bold01 {
			font-size:13px;
		}
		.bold02 {
			font-size:13px;
		}
	}



#contact_footer {
    display: none;
    transition: .2s;
}
@media only screen and (max-width:768px) {
    #contact_footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: -64px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 64px;
        padding: 0 5px;
        background: rgba(0, 0, 0, .8);
    }

    #contact_footer a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 31%;
        height: 66%;
        padding: 0 10px;
        border: 1px solid #FFF;
        border-radius: 20px;
        text-align: center;
    }

    #contact_footer a:first-child {
        background-color: #D81B60;
    }

    #contact_footer a:nth-child(2) {
        background-color: #0097A7;
    }

    #contact_footer a:last-child {
        background-color: #FF6F00;
    }

    #contact_footer a img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
}

.pc-on{
    display: block!important;
}

.sp-on{
    display: none!important;
}

@media screen and (max-width: 768px) {
    .pc-on{
        display: none!important;
    }
    .sp-on{
        display: block!important;
    }
}