@charset "utf-8";
@import "base.css";
@import "common.css";

.sp_view{
	display: none;
}
#wpadminbar{
	display: none;
}

/*body a{
	transition: 0.3s;
}
body a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}*/
#spMenu{
	display: none;
}
div.flow-none{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 1px;
}
/*####################　ヘッダ　####################*/
#HeaderWall{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0;
}
#Header{
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1279px){
	#Header{
		width: 1024px;
		margin: 0 auto;
		position: relative;
	}
}

#Header h1{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 15px;
}
#Header h2{
	width: calc(244/1280 * 100%);
	max-width: 244px;
	margin: 0 0 0 15px;
}
#Header h2 a{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 0;
	padding-top: calc(41/244 * 100%);
	background: url("../img/head_logo.png") no-repeat;
	background-size: 100%;
}
#Header div.headRight{
	position: absolute;
	top: 10px;
	right: 5px;
	background: url("../img/head_tel.png") no-repeat;
	background-size: 100%;
	width: calc(500/1280 * 100%);
	max-width: 500px;
	height: 0;
	padding-top: calc(59/500 * (500/1280 * 100%));
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#Navi01{
	width: 1176px;
	margin: 20px auto 0;
}
#Navi01 ul{
	width: 1176px;
	margin: 0;
}

@media screen and (max-width: 1175px){
	#Navi01{
		width: 100%;
		max-width: 1024px;
		margin: 20px auto 0;
	}
	#Navi01 ul{
		width: 100%;
		max-width: 1024px;
		margin: 0;
	}
}

#Navi01 ul li{
	width: calc(196/1176 * 100%);
	max-width: 196px;
	margin: 0;
	float: left;
	text-align: center;
}
#Navi01 ul li a{
	color: #482613;
	font-size: 19px;
	padding: 8px 0;
	display: block;
	position: relative !important;
	text-decoration: none !important;
	transition: transform .8s;
}
#Navi01 ul li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 7px;
	background: #b42544;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .7s;
}
#Navi01 ul li a:hover::after {
  transform: scale(1, 1);
}
#Navi02{
	width: 100%;
	background: #b42544;
}
#Navi02 ul{
	width: 1176px;
	margin: 0 auto;
}
@media screen and (max-width: 1175px){
	#Navi02 ul{
		width: 100%;
		max-width: 1176px;
		margin: 0 auto;
	}
}
#Navi02 ul li{
	background: #fff;
	width: calc(194.7/1176 * 100%);
	max-width: 195px;
	border: solid 1px #b42544;
	margin: 0 -1px 0 0;
	float: left;
	text-align: center;
}

#Navi02 ul li a{
	color: #b42544;
	font-size: 19px;
	padding: 5px 0;
	display: block;
	box-sizing: border-box;
}
@media screen and (max-width: 1175px){
	#Navi02 ul li a{
		font-size: 16px;
	}
}
#Navi02 ul li a:hover{
	text-decoration: none;
	color: #fff;
	background: #b42544;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#Navi02 ul li:first-child a:hover{
	border-left: 1px #fff solid;
	border-right: 1px #b42544 solid;
}
#Navi02 ul li:last-child a:hover{
	border-left: 1px #b42544 solid;
	border-right: 1px #fff solid;
}
/*####################　Container　####################*/
div#Container{
	
}

section#promise{
	width: 100%;
	padding: 50px 0;
	background: #f0d3da;
}
@media screen and (max-width: 1279px){
	section#promise div.box{
		width: 94%;
		max-width: 1280px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1280px){
	section#promise div.box{
		width: 1280px;
		margin: 0 auto;
	}
}
section#promise div.box div.head{
	position: relative;
}
section#promise div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #b42544;
	font-size: 52px;
	font-weight: 100;
	text-align: center;
	margin: 30px 0 20px;
}
section#promise div.box h3{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #b42544;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
}
section#promise div.box p.exp{
	color: #482613;
	font-size: 22px;
	text-align: center;
	line-height: 2;
	position: relative;
	z-index: 2;
	text-shadow: 2px 2px 5px #f0d3da,
	-2px 2px 5px #f0d3da,
	2px -2px 5px #f0d3da,
	-2px -2px 5px #f0d3da;
	margin: 30px 0 45px;
}
@media screen and (max-width: 1279px){
	section#promise div.box div.img{
		background: url("../img/sec_promise_img.png") no-repeat;
		background-size: 100%;
		width: calc(433/1280 * 100%);
		max-width: 433px;
		height: 0;
		padding-top: calc(326/433 * (433/1280 * 100%));
		position: absolute;
		right: -30px;
		bottom: -10px;
		z-index: 1;
	}
}
@media screen and (min-width: 1280px){
	section#promise div.box div.img{
		background: url("../img/sec_promise_img.png") no-repeat;
		background-size: 100%;
		width: calc(433/1280 * 100%);
		max-width: 433px;
		height: 0;
		padding-top: calc(326/433 * (433/1280 * 100%));
		position: absolute;
		right: -30px;
		top: 86px;
	}
}
section#promise div.box div.promiseBox{
	width: 100%;
	max-width: 1218px;
	margin: 10px auto 0;
}

section#promise div.box div.promiseBox div.pbox{
	float: left;
	margin: 0 0 24px;
}
section#promise div.box div.promiseBox div.pbox h4{
	display: none;	
}
section#promise div.box div.promiseBox div.pbox h5{
	display: none;	
}
section#promise div.box div.promiseBox div.p1{
	background: url("../img/sec_promise_p01.png") no-repeat;
	background-size: 100%;
	width: calc(390/1218 * 100%);
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
}
section#promise div.box div.promiseBox div.p2{
	background: url("../img/sec_promise_p02a.png") no-repeat;
	width: calc(390/1218 * 100%);
	background-size: 100%;
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
	margin-top: 0;
	margin-left: calc(24/1218 * 100%);
	margin-right: calc(24/1218 * 100%);
	margin:-bottom: 24px;
}
section#promise div.box div.promiseBox div.p3{
	background: url("../img/sec_promise_p03.png") no-repeat;
	width: calc(390/1218 * 100%);
	background-size: 100%;
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
}
section#promise div.box div.promiseBox div.p4{
	background: url("../img/sec_promise_p04.png") no-repeat;
	background-size: 100%;
	width: calc(390/1218 * 100%);
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
}
section#promise div.box div.promiseBox div.p5{
	background: url("../img/sec_promise_p05.png") no-repeat;
	background-size: 100%;
	width: calc(390/1218 * 100%);
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
	margin-top: 0;
	margin-left: calc(24/1218 * 100%);
	margin-right: calc(24/1218 * 100%);
	margin:-bottom: 24px;
}
section#promise div.box div.promiseBox div.p6{
	background: url("../img/sec_promise_p06.png") no-repeat;
	background-size: 100%;
	width: calc(390/1218 * 100%);
	max-width: 390px;
	height: 0;
	padding-top: calc(156/390 * (390/1218 * 100%));
}
section#promise div.box div.promiseBox div.p7{
	background: url("../img/sec_promise_p07.png") no-repeat;
	background-size: 100%;
	width: calc(390/1218 * 100%);
	max-width: 390px;
	height: 0;
	padding-top: calc(288/390 * (390/1218 * 100%));
	position: relative;
}
section#promise div.box div.promiseBox div.p7 a{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/sec_promise_p07_btn.png") no-repeat;
	background-size: 100%;
	width: calc(344/390 * 100%);
	max-width: 344px;
	height: 0;
	padding-top: calc(57/344 * (344/390 * 100%));
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
section#promise div.box div.promiseBox div.p8{
	width: calc(804/1218 * 100%);
	max-width: 804px;
	margin-top: 0;
	margin-left: calc(24/1218 * 100%);
	margin-right: 0;
	margin:-bottom: 24px;
}
section#promise div.box div.promiseBox div.p8 a{
    	display: block;
	background: url("../img/sec_promise_p08.jpg") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(288/804 * 100%);
}

section.staff{
	width: 100%;
	padding: 80px 0;
}
@media screen and (max-width: 1279px){
	section.staff div.box{
		width: 94%;
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
	}
	section.staff div.box h2{
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		background: url("../img/sec_staff_title.png") no-repeat;
		background-size: 100%;
		width: 100%;
		height: 0;
		padding-top: calc(91/1149 * 100%);
		margin: 30px auto 20px;
	}
}
@media screen and (min-width: 1280px){
	section.staff div.box{
		width: 1280px;
		margin: 0 auto;
		position: relative;
	}
	section.staff div.box h2{
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		background: url("../img/sec_staff_title.png") no-repeat;
		width: 1149px;
		height: 91px;
		margin: 30px auto 20px;
	}
}

section.staff div.box h3{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #b42544;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
}
section.staff div.box p{
	font-size: 18px;
	color: #333;
	text-align: center;
}
section.staff div.box ul.staff{
	width: 900px;
	text-align: center;
	margin: 0px auto 20px;
}
section.staff div.box ul.staff li{
	display: inline-block;	
}
section.staff div.box h4{
	background: url("../img/sec_staff_info.png") no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 1080px;
	height: 0;
	padding-top: calc(46/1080 * 100%);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto 30px;
}


section#hall{
	width: 100%;
	padding: 80px 0;
}
section#hall div.box{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
section#hall div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #b42544;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}
section#hall div.box div.sbox{
	float: left;
	width: 190px;
	margin: 0 25px;
}
section#hall div.box div.sbox h3{
	color: #b42544;
	text-align: center;
	border: solid 1px #b42544;
	margin: 0 0 10px;
}
section#hall div.box div.sbox h4{
	color: #b42544;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin: 10px 0;
}
section#hall div.box div.sbox h5{
	color: #000;
	text-align: center;
	border: solid 1px #000;
	margin: 0 0 10px;
	font-size: 16px;background: #fff;
}
section#hall div.box div.sbox a.more{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/sec_hall_btn.png") no-repeat;
	width: 190px;
	height: 38px;
}

section#other{
	width: 100%;
	padding: 80px 0;
	background: #ece3c3;
}
section#other div.box{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
section#other div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #333333;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}
section#other ul.service{
	text-align: center;
}
section#other ul.service li{
	width: calc(307/1200 * 100%);
	max-width: 307px;
	display: inline-block;
	margin: 10px;
}
section#other ul.service li img{
	width: 100%;
	height: auto;
}


section#planIndex{
	width: 100%;
	padding: 80px 0;
}
section#planIndex div.box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
section#planIndex div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #b42544;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}
section#planIndex .swiper-index{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
section#planIndex .swiper-slide{
	position: relative;
	width: calc(368/1200 * 100%);
	/*width: 368px;*/
	height: 0;
	padding-top: calc(268/368 * (368/1200 * 100%));
	/*height: 268px;*/
}
section#planIndex .swiper-slide img{
	width: 80%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
section#planIndex .swiper-slide-active img{
	width: 100%;
	height: auto;
}
section#planIndex .swiper-button-next-index{
	position: absolute;
	top: 45%;
	right: calc(370/1200 * 100%);
	background: url("../img/sec_planIndex_prev.png") no-repeat;
	width: 19px;
	height: 38px;
	z-index: 9999999;
	cursor: pointer;
}
section#planIndex .swiper-button-prev-index{
	position: absolute;
	top: 45%;
	left: calc(370/1200 * 100%);
	background: url("../img/sec_planIndex_next.png") no-repeat;
	width: 19px;
	height: 38px;
	z-index: 9999999;
	cursor: pointer;
}

section#option{
	padding: 0 0 70px;
}
section#option div.box{
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
}
section#option div.box h2{
	text-align: center;
	color: #55224c;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 30px;
}
section#option div.box p{
	text-align: center;
	font-size: 18px;
	color: #333;
}
section#option div.box ul{
	width: 100%;
	max-width: 1218px;
	margin: 0 auto;
}
section#option div.box ul li label{
	float: left;
	width: calc(170/1218 * 100%);
	height: 0;
	padding-top: calc(270/170 * (170/1218 * 100%));
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: calc(2/1218 * 100%);
	margin-right: calc(2/1218 * 100%);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
section#option div.box ul li.o01 label{
	background: url("../img/sec_option_s001.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o02 label{
	background: url("../img/sec_option_s002a.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o03 label{
	background: url("../img/sec_option_s003.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o04 label{
	background: url("../img/sec_option_s004.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o05 label{
	background: url("../img/sec_option_s005.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o06 label{
	background: url("../img/sec_option_s006a.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o07 label{
	background: url("../img/sec_option_s007.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o08 label{
	background: url("../img/sec_option_s008.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o09 label{
	background: url("../img/sec_option_s009.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o10 label{
	background: url("../img/sec_option_s010.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o11 label{
	background: url("../img/sec_option_s011.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o12 label{
	background: url("../img/sec_option_s012a.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o13 label{
	background: url("../img/sec_option_s013.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o14 label{
	background: url("../img/sec_option_s014.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o15 label{
	background: url("../img/sec_option_s015.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o16 label{
	background: url("../img/sec_option_s016.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o17 label{
	background: url("../img/sec_option_s017.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o18 label{
	background: url("../img/sec_option_s018.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o19 label{
	background: url("../img/sec_option_s019.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o20 label{
	background: url("../img/sec_option_s020.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li.o21 label{
	background: url("../img/sec_option_s021.jpg") no-repeat;
	background-size: 100%;
}
section#option div.box ul li input[type="checkbox"]{
	display: none;
}

section#option div.box ul li input#o01:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o02:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o03:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o04:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o05:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o06:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o07:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o08:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o09:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o10:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o11:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o12:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o13:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o14:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o15:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o16:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o17:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o18:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o19:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o20:checked + label{
  	opacity: 0.3;/*オプション*/
}
section#option div.box ul li input#o21:checked + label{
  	opacity: 0.3;/*オプション*/
}
@media screen and (max-width: 1115px){
	section#option div.box div.mitsumoriBox{
		background: url("../img/mitsumoriBg.png") no-repeat;
		background-size: 100%;
		width: 100%;
		max-width: 1116px;
		height: 0;
		padding-top: calc(176/1116 * 100%);
		margin: 30px auto 10px;
		position: relative;
	}
}
@media screen and (min-width: 1116px){
	section#option div.box div.mitsumoriBox{
		background: url("../img/mitsumoriBg.png") no-repeat;
		width: 1116px;
		height: 176px;
		margin: 30px auto 10px;
		position: relative;
	}
}
section#option div.box div.mitsumoriBox div.basicPrice{
	color: #fff;
	position: absolute;
	bottom: calc(87/176 * 100%);
	right: calc(800/1116 * 100%);
	font-size: 24px;
}
section#option div.box div.mitsumoriBox div.item-price{
	color: #b42544;
	font-size: 24px;
	position: absolute;
	bottom: calc(87/176 * 100%);
	right: calc(440/1116 * 100%);
}
section#option div.box div.mitsumoriBox div.mitsumori-js-total-tbl p{
	color: #b42544;
	font-size: 38px;
	position: absolute;
	bottom: calc(78/176 * 100%);
	right: calc(58/1116 * 100%);
}
section#option div.box div.mitsumoriBox input[type="submit"]{
	display: block;
	border: none;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(20/176 * 100%);
	background: url("../img/mitsummori_btn.png") no-repeat;
	width: 582px;
	height: 47px;
	margin: auto;
	cursor: pointer;
}
section#option div.box p.note{
	text-align: right;
	width: 100%;
	max-width: 1116px;
	margin: 0 auto;
	font-size: 14px;
}
section#option div.box ul.note{
	margin: 20px auto;
	width: 100%;
	max-width: 1100px;
}
section#option div.box ul.note li{
	font-size: 18px;	
}
section#option div.box ul.note li span{
	color: #55224c;	
}


/**以下追加*******************/
section#incPlan div.iconbox{
	width: 1020px;
	margin: 0 auto;
}
section#incPlan div.iconbox h2{
	text-align: center;
	color: #1b5564;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 30px;
}
section#incPlan div.iconbox ul{
	width: 1014px;
	margin: 0 auto;
}
section#incPlan div.iconbox ul li{
	width: 78px;
	float: left;
	text-align: center;
	line-height: 1 !important;
	overflow: hidden;
	margin: 0 0 10px;
}
section#incPlan div.iconbox ul li img{
	width: 70px;
	height: 70px;
}
section#incPlan div.iconbox ul li.off img{
	opacity: 0.15;
}
section#incPlan div.iconbox ul li span{
	font-size: 11px;
	white-space: nowrap;
}
/*####################　pageTop　####################*/
#pageTop{
	display: none;
}
p.pageTop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	z-index: 9999 !important;
}
p.pageTop a{
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/go_top.png) no-repeat;
	background-size: 100%;
	width: 56px;
	height: 56px;
}
p.pageTop a:hover{
	text-decoration: none;
}
@media screen and (max-width: 1279px){
	#btnContact{
	    display: none;
	}
}
@media screen and (min-width: 1280px){
	#btnContact{
	    width: 70px;
	    height: 296px;
	    position: fixed;
	    top: 183px;
	    right: 0;
	    z-index: 999999999999999;
	}
	#btnContact a{
	    display: block;
	    overflow: hidden;
	    text-indent: 100%;
	    white-space: nowrap;
	    width: 70px;
	    height: 296px;
	    background: url("../img/btn_contact.png") no-repeat;
	}
}

/*####################　フッター　####################*/
#Footer{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	background: #b42544;
}
#Footer #FooterMenu{
	text-align: center;
}
#Footer #FooterMenu div.sbox{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
#Footer #FooterMenu div.sbox h3{
	color: #fff;
	border-bottom: solid 1px #fff;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px;
}
#Footer #FooterMenu div.sbox ul{
	text-align: left;
	margin: 0 0 32px;
}
#Footer #FooterMenu div.sbox ul li{
	line-height: 2;	
}
#Footer #FooterMenu div.sbox ul li a{
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 1279px){
	#Footer #FooterMenu div.sbox ul li a{
		font-size: 14px;
	}
}
#Footer h4{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/foot_logo.png") no-repeat;
	background-size: 100%;
	width: 200px;
	height: 34px;
	margin: 20px auto;
}
#Footer address p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 0 20px;
}


/*end*/
