@charset "utf-8";
@import "reset.css";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*font layout*/
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}

body{
	font-size:12px;
	font-family:'Noto Sans', "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	min-width:1030px;
}
a{ color:#0091F0; text-decoration:none; }
a:hover{ color:#33A7F2; }
.imgR{
	width:100%;
	height:auto;
}
.spOn{ display:none; }
.pcOn{ display:block; }
.spLine{ display:none; }
.pcLine{ display:inline-block; }
.wrapper{
	width:96%;
	max-width:980px;
	margin:0 auto;
}
#container {
	font-family: 'Noto Sans JP';
}
/*--support security--*/
#support {
	padding:70px 0;
}
#security {
	padding:100px 0 50px 0;
}
#support .tit,#security .tit{
	font-size:34px;
	line-height:180%;
	color:#52BD19;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:3px;
}
#support .txt,#security .txt{
	font-size:17px;
	line-height:210%;
	text-align:center;
	font-weight:normal;
}
#security .tit01 {
	font-size:22px;
	line-height:180%;
	height:100px;
	color:#fff;
	border-radius:50px;
	text-align:center;
	padding-top:30px;
	margin-top:70px;
	background:#55BF20;
	box-sizing:border-box;
	letter-spacing:3px;
}
@media only screen and (max-width:767px){

#support,#security {
	width:93.75%;
	margin:0 auto;
	padding:10px 0 20px 0;
}
#support .tit,#security .tit{
	font-size:21px;
	margin-bottom:15px;
}
#support .txt,#security .txt{
	font-size:12px;
	line-height:170%;
	text-align:inherit;
}
#security .tit01 {
	font-size:18px;
	height:auto;
	padding:10px 0;
	margin-top:20px;
}
}

/*--inspec--*/
#inspec {
	background:url(../img/afterservice/bgBeige.gif) repeat;
	overflow:hidden;
	padding:70px 0 90px 0;
}
#inspec .tit01 {
	font-size:22px;
	line-height:180%;
	height:100px;
	color:#fff;
	border-radius:50px;
	text-align:center;
	padding-top:30px;
	background:#55BF20;
	box-sizing:border-box;
	letter-spacing:3px;
}
#inspec .LeftBox {
	float:left;
	margin-top:40px;
	background:url(../img/afterservice/border_bg.png) no-repeat center;
	background-size:2px auto;
}
#inspec .LeftBox li,#inspec .ThYear{
	background:#55bf20;
	width:140px;
	height:140px;
	font-size:22px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	box-sizing:border-box;
	padding:60px 0;
	margin-bottom:120px;
	letter-spacing:3px;
}
#inspec .LeftBox li:first-child {
	padding:42px 0;
}
#inspec .LeftBox li:last-child {
	margin-bottom:0;
}
#inspec .LeftBox li img{
	width:85px;
	height:56px;
}
#inspec .ThYear {
	display:none;
}
#inspec .list {
	float:right;
	margin-top:40px;
}
#inspec .list li {
	background:#fff;
	width:795px;
	height:230px;
	box-sizing:border-box;
	border:1px solid #e0e0e0;
	margin-bottom:30px;
	position:relative;
}
#inspec .list li:before {
	border:10px solid transparent;
	border-right-color:#fff;
	border-left-width:0;
	left:-9px;
	content:"";
	display:block;
	top:60px;
	position:absolute;
	z-index:10;
}
#inspec .list li:after {
	border:10px solid transparent;
	border-right-color:#ccc;
	border-left-width:0;
	left:-10px;
	content:"";
	top:60px;
	position:absolute;
}
#inspec .list_tit {
	font-size:28px;
	line-height:180%;
	color:#55bf20;
	letter-spacing:4px;
}
#inspec .list_txt {
	font-size:14px;
	line-height:190%;
	font-weight:normal;
	letter-spacing:1px;
}
#inspec .list .list_block {
/*	float:left;*/
	width:452px;
	padding:60px 0 60px 40px;
}
#inspec .list .list_block01 {
	padding:35px 0 40px 40px;
}
#inspec .list .list_img {
	/*float:right;*/
	width:260px;
	height:190px;
	padding:20px;
}
/**/#inspec .list .list_float {
	float:left;
}
@media only screen and (max-width:767px){

#inspec {
	padding:30px 0;
}
#inspec .tit01 {
	width:93.75%;
	margin:0 auto;
	font-size:16px;
	height:auto;
	padding:10px 0;
}
#inspec .LeftBox {
	display:none;
}
#inspec .ThYear {
	width:80px;
	height:80px;
	padding:35px 0;
	font-size:16px;
	display:inline-block;
	position:absolute;
	top:-40px;
	left:0;
	letter-spacing:1px;
}
#inspec .ThYear_img {
	width:70%;
	height:auto;
	margin:-12px auto;
}

#inspec .list {
	width:98%;
	margin:38px auto 0;
	float:none;
}
#inspec .list li {
	width:100%;
	height:auto;
	/*height:175px;*/
	display:inline-block;
	padding:10px 0;
	margin-top:20px;
	position:relative
}
#inspec .list li:before,#inspec .list li:after {
	display:none;
}
#inspec .list_tit {
	font-size:15px;
	line-height:160%;
}
#inspec .list_txt {
	font-size:11px;
	line-height:150%;
}
#inspec .list .list_block {
/*width:46%;*/
	width:138px;
	padding:32px 2% 2% 2%;
}
#inspec .list .list_img {
	width:142px;
	/*width:48%;*/
	height:auto;
	padding:0;
	padding:30px 2% 2% 0;
}
#inspec .list_inner {
	width:300px;
	/**/margin:0 auto;
	height:145px;

}
#inspec .LeftBox li img{
	width:65px;
	height:auto;
}
#inspec .LeftBorder {
	display:none;
}
}

/*--skeleton--*/
#skeleton {
	background:url(../img/afterservice/bgBeige.gif) repeat;
	padding:50px 0;
}
#skeleton .tit {
	font-size:30px;
	line-height:180%;
	text-align:center;
	letter-spacing:6px;
}
#skeleton .tit02,#skeleton .tit02_1 {
	color:#EB4711;
	text-align:center;
	letter-spacing:1px;
}
#skeleton .tit02 {
	font-size:20px;
	line-height:180%;
	margin:15px 0 10px 0;
}
#skeleton .tit02_1 {
	font-size:13px;
	margin-bottom:50px;
}
#skeleton .list li {
	width:230px;
/*	height:300px;*/
	float:left;
	background:#fff;
	margin:0 20px 40px 0;
}
#skeleton .block_bottom {
	height:120px;
}
#skeleton .list li:nth-child(4),#skeleton .list li:nth-child(7) {
	margin-right:0;
}
#skeleton .list_tit {
	font-size:18px;
	line-height:180%;
	color:#53BF1F;
	padding:8px 20px 5px 20px;
	letter-spacing:3px;
}
#skeleton .list_txt {
	font-size:12px;
	line-height:170%;
	font-weight:normal;
	padding:0 20px 20px 20px;
	letter-spacing:1px;
}

#skeleton .caution {
	font-size:12px;
	line-height:200%;
	font-weight:normal;
	letter-spacing:1px;
}
#skeleton .caution01 {
	color:red;
}
#skeleton .caution_list li {
	list-style-type:decimal;
	margin-left:15px;
}
@media only screen and (max-width:767px){

#skeleton {
	padding:30px 0;
}
#skeleton .tit {
	font-size:20px;
}
#skeleton .list {
	width:98%;
	margin:0 auto;
	box-sizing:border-box;
}
#skeleton .list li {
	width:48.5%;
/*	height:250px;*/
	margin:0 3% 15px 0;
	box-sizing:border-box;
}
#skeleton .list li:nth-child(2),#skeleton .list li:nth-child(4),#skeleton .list li:nth-child(6) {
	margin-right:0;
}
#skeleton .list_tit {
	font-size:14px;
	padding:8px 10px 5px 10px;
}
#skeleton .list_txt {
	font-size:11px;
	padding:0 10px 10px 10px;
}
#skeleton .tit02 {
	font-size:15px;
	margin:7px 0 5px 0;
}
#skeleton .tit02_1 {
	font-size:11px;
	margin-bottom:30px;
}
#skeleton .caution {
	font-size:11px;
	line-height:190%;
}
}
/*--OtherThan--*/
#OtherThan {
	background:url(../img/afterservice/otherThan_bg.png) no-repeat bottom;
	padding:90px 0 80px 0;
}
#OtherThan .tit {
	font-size:30px;
	line-height:180%;
	text-align:center;
	letter-spacing:6px;
}
#OtherThan .tit02 {
	font-size:20px;
	line-height:180%;
	color:#EB4711;
	text-align:center;
	margin:15px 0 50px 0;
	letter-spacing:1px;
}
#OtherThan .list li {
	width:230px;
	height:180px;
	float:left;
	margin:0 20px 30px 0;
}
#OtherThan .list li:nth-child(5){
	width:480px;
}
#OtherThan .list li:nth-child(4),#OtherThan .list li:nth-child(7),
#OtherThan .list li:nth-child(11),#OtherThan .list li:nth-child(15) {
	margin-right:0;
}
#OtherThan .list_tit {
	height:60px;
	font-size:16px;
	line-height:180%;
	text-align:center;
	background:#4B3E2E;
	color:#fff;
	padding:18px 0;
	box-sizing:border-box;
	letter-spacing:2px;
}
#OtherThan li .list_tit02 {
	padding:8px;
	line-height:140%;
}
#OtherThan li .list_txt {
	background:#F9F9F9;
	border:1px solid #BAB7AF;
	border-top:none;
	height:120px;
	font-size:12px;
	line-height:190%;
	font-weight:normal;
	padding:16px;
	box-sizing:border-box;
	letter-spacing:0.2px;
}
@media only screen and (max-width:767px){

#OtherThan {
	padding:30px 0;
	background-size:cover;
}
#OtherThan .tit {
	font-size:20px;
}
#OtherThan .tit02 {
	font-size:15px;
	margin:5px 0 25px 0;
	line-height:140%;
}
#OtherThan .list {
	width:98%;
	margin:0 auto;
}
#OtherThan .list li ,#OtherThan .list li:nth-child(5) {
	width:48.5%;
	height:180px;
	margin:0 3% 10px 0;
}
#OtherThan .list li:nth-child(4),#OtherThan .list li:nth-child(7),
#OtherThan .list li:nth-child(11),#OtherThan .list li:nth-child(15) {
	margin-right:3%;
}
#OtherThan .list li:nth-child(2),#OtherThan .list li:nth-child(4),
#OtherThan .list li:nth-child(6),#OtherThan .list li:nth-child(8),
#OtherThan .list li:nth-child(10),#OtherThan .list li:nth-child(12),
#OtherThan .list li:nth-child(14) {
	margin-right:0;
}
#OtherThan .list_tit {
	height:60px;
	font-size:13px;
	line-height:130%;
	padding:23px 0;
}
#OtherThan li .list_tit02 {
	padding:12px;
}
#OtherThan li .list_tit03 {
	padding:6px;
}
#OtherThan li .list_txt {
	height:112px;
	font-size:11px;
	line-height:150%;
	padding:8px;
}
}
/*--key--*/
#key .tit {
	background:url(../img/afterservice/keyBg.png) no-repeat top center;
	height:304px;
	padding:100px 0;
	box-sizing:border-box;
	letter-spacing:3px;
}
#key .tit01,#key .tit02 {
	text-align:center;
	color:#fff;
	line-height:120%;
}
#key .tit01 {
	font-size:40px;
	padding-bottom:25px;
}
#key .tit02 {
	font-size:18px;
}
@media only screen and (max-width:767px){
	#key .tit {
		width:100%;
		height:auto;
		padding:25px 3%;
		box-sizing:border-box;
		background-size:cover;
	}
	#key .tit01 {
	font-size:22px;
	padding-bottom:10px;
}
#key .tit02 {
	width:85%;
	margin:0 auto;
	font-size:12px;
}
}

/*--Const Facility--*/

#Const,#Facility {
	margin-top:100px;
}
#Const .tit,#Facility .tit{
	font-size:40px;
	line-height:120%;
	color:#F2991A;
	text-align:center;
	margin-bottom:50px;
}
#Const .tit01,#Facility .tit01 {
	font-size:26px;
	line-height:180%;
	text-align:center;
	margin-bottom:60px;
}
#Const .list li {
	width:310px;
	height:440px;
	background:#F9F9F9;
	box-sizing:border-box;
	float:left;
	margin:0 25px 60px 0;
}
#Const .list li:nth-child(3),#Const .list li:nth-child(6),
#Const .list li:nth-child(9),#Const .list li:nth-child(12) {

}
#Const .list_tit,#kitchen .list_tit,#bathroom .list_tit,#Other .list_tit {
	font-size:17px;
	line-height:120%;
	text-align:center;
	padding:30px 0 20px 0;
}
#Const .list_txt,#kitchen .list_txt,#bathroom .list_txt,#Other .list_txt {
	font-size:12px;
	line-height:190%;
	font-weight:normal;
	padding:0 30px;
}
.BlockBorder {
	border-bottom:1px solid #EADDC8;
}
@media only screen and (max-width:767px){

#Const {
	margin-top:20px;
}
#Const .tit,#Facility .tit {
	font-size:25px;
	margin-bottom:15px;
}
#Const .tit01,#Facility .tit01 {
	font-size:14px;
	margin-bottom:30px;
	text-align:inherit;
	width:93.75%;
	margin:0 auto 15px;
	line-height:180%;
}
#Const .list li {
	width:93.75%;
	height:380px;
	margin:0 auto 15px;
	float:none;
}
#Const .list li:nth-child(3),#Const .list li:nth-child(6),
#Const .list li:nth-child(9),#Const .list li:nth-child(12) {
	margin:0 auto;
}
#Const .list_tit {
	font-size:15px;
	padding:20px 0 10px 0;
}
#Const .list_txt {
	font-size:11px;
	padding:0 15px;
}
#Facility {
	margin-top:30px;
	margin-bottom:20px;
}
}
/*--kitchen bathroom--*/
#kitchen,#Other {
	background:#F9F9F9;
	padding:60px 0;
}
#bathroom {
	padding:60px 0;
}
#kitchen .tit,#bathroom .tit,#Other .tit {
	font-size:32px;
	line-height:120%;
	text-align:center;
	margin-bottom:30px;
}
#kitchen .tit01,#bathroom .tit01,#Other .tit01 {
	font-size:18px;
	line-height:200%;
	font-weight:normal;
	text-align:center;
	margin:30px 0 50px 0;
}
#kitchen .top_img,#bathroom .top_img,#Other .top_img {
	width:980px;
	height:500px;
	margin:0 auto;
}
#kitchen .list,#bathroom .list,#Other .list {
	margin-top:60px;
}
#kitchen .list li,#bathroom .list li,#Other .list li {
	width:310px;
	height:440px;
	float:left;
	margin-right:25px;
	background:#fff;
}
#bathroom .list li {
	background:#F9F9F9;
}
#Other .list li {
	margin-bottom:60px;
}
/*#Other .list li:nth-child(1),#Other .list li:nth-child(2),#Other .list li:nth-child(3) {
	margin-bottom:60px;
}*/
#kitchen .list li:last-child,
#bathroom .list  li:last-child,
#Other .list li:nth-child(3),#Other .list li:nth-child(6) {
	margin-right:0;
}
.Caution {
	width:312px;
	margin:30px auto 0;
	margin-right:0;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
}
#Other .Caution {
	margin-top:-30px;
}
.BorderTxt {
	border-bottom:1px solid #F3991B;
	width:40px;
	margin:0 auto;
}

@media only screen and (max-width:767px){

#kitchen {
	padding-top:30px;
}
#kitchen .tit,#bathroom .tit,#Other .tit {
	font-size:21px;
	margin-bottom:8px;
}
#kitchen .tit01,#bathroom .tit01,#Other .tit01 {
	width:93.75%;
	margin:20px auto;
	font-size:13px;
	text-align:inherit;
}
#kitchen .top_img,#bathroom .top_img,#Other .top_img {
	width:93.75%;
	height:auto;
	margin:0 auto;
}
#kitchen .list,#bathroom .list,#Other .list {
	margin-top:30px;
}
#kitchen .list li,#bathroom .list li,#Other .list li{
	width:93.75%;
	height:345px;
	margin:0 auto 15px;
	float:none;
}
#kitchen .list li:last-child,#bathroom .list li:last-child,
#Other .list li:nth-child(3),#Other .list li:nth-child(6) {
	margin:0 auto;
}
#kitchen .list_tit,#bathroom .list_tit,
#Other .list_tit {
	font-size:15px;
	padding:20px 0 10px 0;
}
#kitchen .list_txt,#bathroom .list_txt,#Other .list_txt {
	font-size:11px;
	padding:0 15px;
}
.Caution {
	width:93.75%;
	margin:20px auto 0;
	font-size:11px;
}
#Other .Caution {
	margin-top:20px;
}
}

/*--Claim--*/
#Claim {
	padding:100px 0;
}
#Claim .tit {
	background:url(../img/common/Claim_titBg.png) no-repeat left;
	width:493px;
	height:57px;
	margin:0 auto 60px;
	text-align:center;
	font-size:26px;
	line-height:180%;
	letter-spacing:3px;
}
#Claim .list li {
	width:470px;
	height:490px;
	background:#F8F8F8;
	float:left;
}
#Claim .list li:first-child {
	margin-right:40px;
}
#Claim .txt {
	font-size:16px;
	line-height:180%;
	text-align:center;
	margin:25px 0;
	letter-spacing:1px;
}

@media only screen and (max-width:767px){

#Claim {
	padding:30px 0;
}
#Claim .tit {
	width:93.75%;
	height:auto;
	margin:0 auto 15px;
	background-size:100% auto;
	font-size:17px;
	letter-spacing:2px;
}
#Claim .list li {
	width:93.75%;
	height:auto;
	padding-bottom:35px;
	margin:20px auto;
	float:none;
}
#Claim .list li:first-child {
	margin:0 auto;
}
#Claim .txt {
	font-size:13px;
	line-height:160%;
	text-align:inherit;
	margin:15px;
}
}
/*--btnCmn03 btnCmn04 btnCmn05--*/
.btnCmn03,.btnCmn04,.btnCmn05 {
	width:330px;
	height:110px;
	box-sizing:border-box;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	cursor:pointer;
	-webkit-transition:none;
	transition:none;
}
.btnCmn04,.btnCmn05 {
	height:100px;
}
.btnCmn03 a,.btnCmn04 a,.btnCmn05 a {
	display:block;
	color:#fff;
	text-decoration:none;
}
.btnCmn03 a {
	padding:30px 10px;
}
.btnCmn04 a,.btnCmn05 a{
	padding:35px 30px;
	box-sizing:border-box;
	letter-spacing:3px;
	font-weight:normal;
}
.btnCmn03 {
	background:#F3991B;
	-webkit-box-shadow: 0 4px 0 #995D08;
	box-shadow: 0 4px 0 #995D08;
	line-height:150%;
	letter-spacing:2px;
}
.btnCmn04 {
	width:350px;
	margin:0 auto;
	background:#F9B81E;
	-webkit-box-shadow: 0 4px 0 #CB9005;
	box-shadow: 0 4px 0 #CB9005;
	line-height:150%;
	letter-spacing:2px;
}
.btnCmn05 {
	width:350px;
	margin:0 auto;
	background:#75C63B;
	-webkit-box-shadow: 0 4px 0 #57952B;
	box-shadow: 0 4px 0 #57952B;
	line-height:150%;
	letter-spacing:2px;
}
.btnCmn03:hover,.btnCmn04:hover,.btnCmn05:hover {
	top:-3px;
	color:#fff;
}
.btnCmn03:hover {
	-webkit-box-shadow: 0 7px 0 #995D08;
	box-shadow: 0 7px 0 #995D08;
}
.btnCmn04:hover {
	-webkit-box-shadow: 0 7px 0 #CB9005;
	box-shadow: 0 7px 0 #CB9005;
}
.btnCmn05:hover {
	-webkit-box-shadow: 0 7px 0 #57952B;
	box-shadow: 0 7px 0 #57952B;
}
.btnCmn03:hover a,.btnCmn04:hover a,.btnCmn05:hover a {
	color:#fff;
}

@media only screen and (max-width:767px){
	body{
		min-width:0;
	}
	.spOn{ display:block; }
	.pcOn{ display:none; }
	.spLine{ display:inline-block; }
	.pcLine{ display:none; }
	.secFlow{ margin:20px auto 24px; }
	.secFlow .tit{ margin:0 0 10px; }

	.btnCmn03 {
		font-size:14px;
		width:100%;
		height:auto;
	}
	.btnCmn03 a{
	padding:20px 0;
}
	.btnCmn04,.btnCmn05 {
		width:85%;
		height:auto;
		margin:0 auto;
		font-size:15px;
	}
	.btnCmn04 a,.btnCmn05 a{
	padding:30px 0;
}
	.btnCmn03:hover,.btnCmn04:hover,.btnCmn05:hover {
		top:0;
	}
	.btnCmn03:hover {
		-webkit-box-shadow: 0 4px 0 #995D08;
		box-shadow: 0 4px 0 #995D08;
	}
	.btnCmn04:hover {
		-webkit-box-shadow: 0 4px 0 #CB9005;
		box-shadow: 0 4px 0 #CB9005;
	}
	.btnCmn05:hover {
		-webkit-box-shadow: 0 4px 0 #57952B;
		box-shadow: 0 4px 0 #57952B;
	}
}
/* secContactBtm */
.secContactBtm{
	padding:39px 0 100px;
	background:url(../img/common/bgBeige.gif) repeat;
}
.secContactBtm.pt101{padding-top:101px;}
.secContactBtm .wrapper{
	width:980px;
	margin:0 auto;
}
.secContactBtm .titContact{
	text-align:center;
	padding:0 0 39px;
}
.secContactBtm li{
	width:176px;
	float:left;
	padding:0 25px 0 0;
}
.secContactBtm li:last-child{
	padding-right:0;
}
.secContactBtm .boxImg{padding:0 0 15px;}

@media only screen and (max-width:767px){
	.secContactBtm {
		display:none;
	}
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
	background:#fff;
	height:100px;
}
#header .mainLogo{
	width:200px;
	float:left;
	padding:23px 0 0;
}

@media only screen and (max-width:767px){
	#header{
		height:60px!important;
		position:relative;
	}
	#header .wrapper{
		width:100%;
	}
	#header .mainLogo{
		width:175px!important;
		padding:0!important;
	}
}


/*-----------------------------------------------
	gNavi
-----------------------------------------------*/
#gNavi{
	width:759px;
	/* float:right;
	padding:0 0 0 1px;
	background:url(../img/common/bgGNav.gif) left 32px no-repeat; */
	display: flex;
	justify-content: space-around;
}
#gNavi li{
	/* width:126px;
	float:left;
	background:url(../img/common/bgGNav.gif) right 32px no-repeat; */
}
#gNavi li.gNav02,
#gNavi li.gNav04,
#gNavi li.gNav06{}
#gNavi li a{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 32px 0;
    color: #333;
    font-size: 12px;
}

#gNavi li a img{ width:auto; }
.disPc{ display:block; }
.disSp{ display:none; }
@media only screen and (max-width:767px){
	#gNavi{ display:none; }
	.disPc{ display:none; }
	.disSp{ display:block; }
	#header #btnNav{
	    width:69px;
	    height:28px;
	    margin:15px 7px 0px 0px;
	    float:right;
	}
	#gNavi{
		width:100%;
		float:none;
		padding:0;
		background:none;
		position:absolute;
		top:56px;
		left:0;
		z-index:1000;
	}
	#gNavi li,
	#gNavi li.gNav02,
	#gNavi li.gNav04,
	#gNavi li.gNav06{
		width:100%;
		float:none;
		background:#378355;
		border-bottom:1px solid #9BC1AA;
	}
	#gNavi li a{
		height:auto;
		padding:16px 0;
		color:#fff;
		margin-left:20px;
	}
	#gNavi li a img{ display:none; }
	#gNavi .blockBtn{
		padding:20px 0 0;
	}
	#gNavi .blockBtn a{
	    display:block;
	    width:70%;
	    margin:0 auto 14px;
	    line-height:20px;
	    color: #FFFFFF;
	    font-weight:bold;
	    font-size:14px;
	    border-radius:4px;
	    -webkit-border-radius:4px;
	    -moz-border-radius:4px;
	}
	#gNavi .blockBtn .btn01{
		background:#79B929;
		text-align:center;
	 }
	#gNavi .blockBtn .btn02{
		 background:#F170A3;
		 text-align:center;
		 }
	#gNavi #btnNavClose{
		text-align:center;
		font-size:30px;
		color:#fff;
		margin:0 0 20px;
	}
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	width:980px;
	margin:0 auto;
	height:32px;
	padding:18px 0 0;
}
#pnkz li{
	display:inline-block;
	background:url(../img/common/pnkz.gif) left 1px no-repeat;
	color:#999;
	padding:0 1px 0 10px;
	font-family:Verdana;
}
#pnkz li:first-child{
	background-image:none;
	padding-left:0;
}

@media only screen and (max-width:767px){
#pnkz{
	width:auto;
}
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
/* secMaintit */
.secMaintit{
	height:110px;
	background:url(../img/common/bgBeige.gif) repeat;
}
.secMaintit .maintit{
	float:left;
	width: 282px!important;
	background: url(../img/afterservice/maintit.png);
  background-size: auto 110px;
  background-repeat: no-repeat;
  background-position: left bottom;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 110px;
}
.member .secMaintit .maintit{ width:120px; }
.secMaintit .boxRight{
	width:480px;
	float:right;
	padding:23px 0 0;
}
.secMaintit .boxRight a{
	display:block;
	width:235px;
	float:left;
	padding:0 0 0 5px;
	float:left;
}
.secMaintit .boxRight a:hover img{ filter:alpha(opacity=80);opacity:0.8; }
.secTit{
	display:none;
}

@media only screen and (max-width:767px){
	.secMaintit{
		display:none;
	}
	.secTit{
	display:block;
	width: 100%;
	height: 22px;
	padding: 7px 0px 8px;
	border-top: 1px solid #6FA685;
	border-bottom: 1px solid #026634;
	background:-moz-linear-gradient(top,#4A8F65,#388456);
	background:-webkit-gradient(linear,left top,left bottom,from(#4A8F65),to(#388456));
}
	.secTitIn{
	width: 100%;
	height: 22px;
	border-left: 5px solid #FFFF00;
	padding-left: 11px;
	line-height: 22px;
	font-size: 14px;
	color: #FFFFFF;
    font-weight: bold;
    box-sizing: border-box;
	letter-spacing:1px;
}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	/*border-top:1px solid #ccc;*/
	background:#fff;
}
#footer .wrapper{ width:auto; }
#footer .secFNav{
	width:980px;
	margin:0 auto;
	padding:35px 0;
}
#footer .boxFNav{
	width:228px;
	height:187px;
	padding:3px 0 0 16px;
	float:left;
	border-right:solid 1px #CECEC4;
}
#footer .boxFNav:first-child{
	width:225px;
	border-left:solid 1px #CECEC4;
}
#footer .boxFNav li{
	height:30px;
	color:#57523F;
	font-family:Verdana;
}
#footer .boxFNav a{color:#57523F;}
#footer .boxFNav a:hover{color:#797565;}
.secFooterBtm{
	border-top:solid 5px #55BB11;
}
.secFooterBtm .wrapper{
	width:980px;
	margin:0 auto;
}
.secFooterBtm .boxLeft{
	width:464px;
	display:table-cell;
	padding:47px 0 42px;
}
.secFooterBtm .logo{
	width:200px;
	margin:0 14px 0 0;
	float:left;
}
.secFooterBtm .txtLogo{
	width:250px;
	float:left;
}
.secFooterBtm .boxRight{
	width:475px;
	display:table-cell;
	padding-left:41px;
	vertical-align:top;
}
.secFooterBtm .boxBtn{
	padding:0 0 19px;
}
.secFooterBtm .btnReserve{
	display:table-cell;
	width:235px;
	padding-right:5px;
}
.secFooterBtm .btnContact{
	width:235px;
	display:table-cell;
}
.secFooterBtm .boxTel a{
	display:block;
	text-decoration:none;
}
.secFooterBtm .boxTel .boxToyama{
	width:238px;
	float:left;
}
.secFooterBtm .boxTel .boxKanazawa{
	width:235px;
	float:left;
}
.secFooterBtm .boxTel .txtLeft{
	width:50px;
	height:16px;
	padding:4px 0 0;
	float:left;
	color:#fff;
	text-align:center;
	background:#333;
	margin-right:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}
.secFooterBtm .boxTel .txtTel{
	width:180px;
	float:left;
}
#copy{
	background:#F1F1EE;
	text-align:center;
	color:#999;
	padding:9px 0 8px;
	font-family:Verdana;
}
#copy a{
	color:#999;
	text-decoration:underline;
}
#copy a:hover{color:#ADADAD;}
#pageTop{
	display:none;
}
.footer_sp {
	display:none;
}
@media only screen and (max-width:1000px){
/*	#footer .secFNav{
		width:100%;
	}
	#footer .boxFNav,
	#footer .boxFNav:first-child{
		box-sizing:border-box;
		width:25%;
	}*/
}
@media only screen and (max-width:767px){
	footer {
		display:none;
	}
	#pageTop{
	display:block;
	width: 100%;
	height: 48px;
	border-top: 2px solid #2E2E2E;
	background: #333333;
}
#pageTop a{
	display: block;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
.footer_sp {
	display:block;
	width: 100%;
	padding-top: 18px;
    border-top: 2px solid #33774E;
    background: #388456;
	text-align:center;
}
.footer_sp a.pc{
	display: block;
	width: 100px;
	height: 33px;
	margin: 0px auto;
}
.footer_sp .about{
	width: 100%;
	color: #FFFFFF;
	padding: 15px 0px 10px;
}
.footer_sp .about a{ color: #FFFFFF; }
.footer_sp .txt{
	font-size: 11px;
	line-height: 18px;
	color: #FFCC00;
}
.footer_sp .copyright{
	line-height: 18px;
	color: #FFFFFF;
	padding: 15px 0px 10px;
	text-align: center;
	width: 100%;
  	border-bottom: 85px solid #245738;
}
.footer_sp table.footerNavi{
	width: 100%;
  	position:fixed;
	bottom:0;
	z-index:999;
	background: #FCB803;
    box-sizing: border-box;
}
.footer_sp table.footerNavi td{
	width: 20%;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	background: #FCB803;
	height: 80px;
}
.footer_sp table.footerNavi td:last-child{ border-right: none; }
.footer_sp table.footerNavi td a{
	width: 100%;
    display: block;
    height: 80px;
    text-align: center;
}
/*	.secFooterBtm .boxLeft{
	    width:94%;
	    display: block;
	    padding:8px 0 12px;
		margin:0 auto;
	}
	.secFooterBtm .logo {
	    width:100px;
	    margin:0 auto;
	    float:none;
	}
	.secFooterBtm .txtLogo{
		width:125px;
		margin:0 auto;
		float:none;
	}
	.secFooterBtm .boxRight{
		width:96%;
		display: block;
		margin:0 auto;
		padding-left:0;
	}
	.secFooterBtm .boxBtn{
		padding:0 0 12px;
	}
	.secFooterBtm .btnReserve{
		margin:0 auto 5px;
		display:block;
		padding:0;
	}
	.secFooterBtm .btnContact{
		margin:0 auto;
    	display:block;
		padding:0;
	}
	.secFooterBtm .boxTel .boxToyama,
	.secFooterBtm .boxTel .boxKanazawa{
		width:238px;
		float:none;
		margin:0 auto 10px;
	}
	#copy{
		font-size:11px;
	}*/
	#copy{
		display:none;
	}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
.index{ font-weight:bold; }
.index .titCmn01,
.payment .titCmn01{
	border-radius:4px 4px 0 0;
}
.index .frame {
	/*border:1px solid #ccc;
	border-top:none;
	padding: 30px 0 0;margin:0 0 30px;*/
	text-align:center;

}

/*--( secArea )--*/
.index .secArea .frame{
	padding:60px 0;
}
.index .secArea li{
	display:inline-block;
	/**/width:30%;
	box-sizing:border-box;
	/**/margin:0 40px 19px;
}
.index .secArea li label{
	display:block;
	height:100px;
	cursor:pointer;
}
.index .secArea li{
}
.index .secArea .txt01,
.index .secArea .txt02{
	display:block;
}
.index .secArea .txt01{
	padding:28px 0 0;
}
.index .secArea .txt02{
	font-size:14px;
	padding:6px 0 0;
}

@media only screen and (max-width:767px){
	.index .secArea li{
	/*	width:50%;*/
	width:47%;
	margin:0 3px;
	}
	.index .secArea .frame{
	padding:20px 0 25px;
	width:96%;
	margin:0 auto;
}
}


@media only print{
	nav,.boxRight,#pnkz,.secFlow,.wrapperSubmitBtn,.wrapperRevise,.bnrReservePr,.bnrReservePr img,.secMerit,.btnPrevCmn,footer{ display:none; }
	#header{ height:74px; }
	.secMaintit{ height:55px; }
	.secMaintit .maintit{
		width:205px;
	}
	.titCmn01{ color:#55BB11; padding:0; }

}

/*---------------------------------------------
ページ下部　外部リンクバナーエリア（追加）
---------------------------------------------*/
.bgGray{
	background:url(../img/common/bgGray.gif) repeat;
	border-bottom:solid 1px #E0E1D6;
}
.secBnr {
     border-top: solid 1px #DCE2DD;
}
ul.blockBnr {
	text-align:center;
    width: 980px;
    margin: 0 auto;
    padding:50px 0 20px 0;
    list-style: none;
    font-size: 0;
}
ul.blockBnr li{
	display:inline-block;
	width:310px;
    margin-right: 25px;
    text-align: center;
}
ul.blockBnr li:last-child {
    margin-right: 0;
}
ul.blockBnr li a{
	display:block;
	text-decoration:none;
}
ul.blockBnr li a img {
    transition: 0.8s;
}
ul.blockBnr li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 767px) {
	ul.blockBnr {
	    width: 80%;
	    margin: 0 auto;
	    padding:20px 0;
	}
	ul.blockBnr li{
			width:auto;
	    margin-right: 0;
	}
}
