@charset "UTF-8";
/* Basic Layout */
html,
body {
	height:100%;
}
body {
	background-color:#fff;
}
html.mopen,
html.mopen body {
	position: fixed;
	/*z-index: -1;*/
	width: 100%;
	height: 100%;
}

#wrapper {
	height:auto;
	min-height:100%;
	position:relative;
}

/* 共通 */
.full {
	width:100%;
}

/* ヘッダー部 */
header {
	padding:0;
	text-align:left;
	background-color: #fff;

	/*position:fixed;
	left: 0;
	top: 0;
	z-index: 99;
	border: 0px solid #dcdcdc;*/
}
header .outer {
	height: 46px;
	border: 0px solid #000;
}
header .inner1 {
	height: 46px;
	position: relative;
}


#logo {
	width: 124px;
	position: absolute;
	left: 0px;
	top: 0px;

	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
	display: block;
}


#h_phone {
	display: none;
	width: 221px;
	position: absolute;
	right: 211px;
	top: 9px;
}
#h_contact {
	display: none;
	width: 206px;
	position: absolute;
	right: 5px;
	top: 9px;
}

/*mailアイコン*/
#h_mail {
	display: block;
	position: absolute;
	right: 105px;
	top: 	9px;
	width:30px;
	height: auto;
	cursor: pointer;
	border: 0px solid blue;
}

/*telアイコン*/
#h_tel {
	display: block;
	position: absolute;
	right: 58px;
	top: 	8px;
	width:30px;
	height: auto;
	cursor: pointer;
	border: 0px solid blue;
}



/*  メニューアイコン */
#menu {
	display: block;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 34px;
	height: 30px;
	cursor: pointer;
	z-index: 99999;
	border: 0px solid;
}
#menu div {
	position: relative;
}
#menu div span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#menu.open div span {
	background-color: #fff;
}


#menu div span:nth-child(1) {
	top: 0;
}
#menu div span:nth-child(2) {
	top: 10px;
}
#menu div span:nth-child(3) {
	top: 20px;
}

#menu.open div span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu.open div span:nth-child(2) {
	width: 0;
	left: 50%;
}
#menu.open div span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}







/* headline */
#headline {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:26px;
}


/* パンくず */
nav#crumb .inner {
	max-width: 1020px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #000;*/
}
nav#crumb ol *,
nav#crumb ol *:after,
nav#crumb ol *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#crumb ol {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin: 0em auto 0;
	padding: 0;
	list-style: none;
	background-color: #f3f3f3;
	white-space: nowrap;
	/*border: 1px solid #000;*/
}
nav#crumb ol li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0em 0;
}
nav#crumb ol li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 0.5em 0.7em 2.4em;
	text-decoration: none;
	color: #000;
	background-color: #dfdddd;
	font-size: 0.8em;
	line-height: 1;
}
nav#crumb ol li:first-child a {
	padding-left: 1em;
}
nav#crumb ol li a::after,
nav#crumb ol li a::before {
	position: absolute;
	top: 50%;
	right: -1.4em;
	margin-top: -1.48em;
	content: '';
	border-top: 1.48em solid transparent;
	border-bottom: 1.48em solid transparent;
	border-left: 1.5em solid;
}
nav#crumb ol li a::after {
	z-index: 2;
	border-left-color: #dfdddd;
}
nav#crumb ol li a::before {
	z-index: 1;
	right: -1.6em;
	border-left-color: #fff;
}
nav#crumb ol li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #000;
	background: #f3f3f3;
}
nav#crumb ol li:last-child a:hover {
	background-color: none;
}
nav#crumb ol li:last-child a:before,
nav#crumb ol li:last-child a:after {
	content: normal;
}


/* コンテナー */
article {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px solid #000;
}


#bg {
	/*background-color:#fff;*/
	padding-top: 46px;
	padding-bottom: 23em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 23em; /* .bgの高さと合わせる */
	clear:both;
	/*position:absolute;
	bottom:0;*/
	width:100%;
	text-align:left;
	background-color:#f7f6f6;
}
footer .inner {
	padding-top: 50px;
}

footer #catch {
	font-size: 15px;
	font-weight: normal;
}

footer #flogo {
	width: 145px;
}

footer #fad .fdial {
	display: table;
	margin-top: 5px;
}
footer #fad .fdial span {
	display: table-cell;
	vertical-align: top;
	line-height: 1;
}
footer #fad .fdial span.icn {
	width: 20px;
	border: 0px solid #000;
}
footer #fad .fdial span.num {
	padding-left: 6px;
	padding-top: 2px;
}

/* フッタリンク */
footer .fnav {
	display: none;
}









footer small {
	display: inline-block;
	text-align:center;
	font-style:normal;
	font-size:13px;
	margin-top:40px;
}

/* トップに戻る */
#btn_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	right: 5px;
	bottom: 70px;
	border-radius: 100%;
	vertical-align: middle;
}
#btn_top:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin:0  auto;
}
#btn_top span {
	visibility: hidden;
}


/* スマホ・タブレット用ボタン */
#btn_sp {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	z-index: 999;
	border-top: 2px solid #e6743c;
}
#btn_sp li {
	clear: none;
	padding: 8px 0;
	position: relative;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%); 
}
#btn_sp li a {
	display: block;
	width: 60px;
	margin: 0 auto;
}


#btn_sp li.bsp1 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp2 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp3 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp4 {
	float: left;
	width: 25%;
}

/* PC用サイドボタン */
#btn_side {
	display: none;
	position: fixed;
	right: 0;
	top: 100px;
}
#btn_side .bside1,
#btn_side .bside2 {
	width: 40px;
}
#btn_side .bside1 {
	margin-bottom: 2px;
}





















@media handheld, print, screen and (min-width: 481px) {

/* ヘッダー部 */
header .outer {
	height: 55px;
}
header .inner1 {
	height: 55px;
}
#logo {
	width:150px;
	left: 0px;
	top: 0px;
}

#h_phone {
	display: block;
	width: 177px;
	right: 110px;
	top: 12px;
}
/*#h_contact {
	display: block;
	width: 165px;
	right: 60px;
	top: 9px;
}*/




/*mailアイコン*/
#h_mail {
	right: 65px;
	top: 	13px;
	width:34px;
	height: auto;
}

/*telアイコン*/
#h_tel {
	display: none;
	right: 70px;
	top: 	12px;
	width:34px;
	height: auto;
}

/*  メニューアイコン */
#menu {
	display: block;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	border: 0px solid;
}
#menu div {
	position: relative;
}
#menu div span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#menu.open div span {
	background-color: #fff;
}


#menu div span:nth-child(1) {
	top: 0;
}
#menu div span:nth-child(2) {
	top: 11px;
}
#menu div span:nth-child(3) {
	top: 22px;
}

#menu.open div span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu.open div span:nth-child(2) {
	width: 0;
	left: 50%;
}
#menu.open div span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/* パンくず */
nav#crumb {
	padding: 0.2em 0;
	margin-top: 0px;
	background:#fff;
	text-align:left;
}

nav#crumb .inner {
	max-width: 1060px;
	padding-left: 20px;
	padding-right: 20px;
}

nav#crumb ol *,
nav#crumb ol *:after,
nav#crumb ol *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#crumb ol {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin: 0.5em auto;
	padding: 0;
	list-style: none;
	background-color: #fff;
	white-space: nowrap;
}
nav#crumb ol li {
	display: inline-block;
	padding: 0 0 0 1.2em;
	margin: 0 0 0em 0;
	position: relative;
}
nav#crumb ol li:after {
	content: '';
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	height: 5px;

	position: absolute;
	right: -0.6em;
	top: 0.7em;
}
nav#crumb li:last-child:after {
	content: none;
}
nav#crumb ol li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.0em 0.0em 0.0em 0.0em;
	text-decoration: none;
	color: #4c71fc;
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
}
nav#crumb ol li a:hover {
	text-decoration: underline;
}
nav#crumb ol li:first-child {
	padding: 0 0 0 0.0em;
}
nav#crumb ol li:first-child a {
	padding-left: 0em;
}
nav#crumb ol li a::after,
nav#crumb ol li a::before {
	content: normal;
}
nav#crumb ol li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #000;
	background: #fff;
}


#bg {
	padding-top: 55px;
	padding-bottom: 22em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 22em; /* .bgの高さと合わせる */
}
footer #catch {
	font-size: 16px;
}
footer #flogo {
	width: 176px;
}

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}

/* スマホ・タブレット用ボタン */
/*#btn_sp li.bsp1 {
	float: left;
	width: 33.333%;
}
#btn_sp li.bsp2 {
	float: left;
	width: 33.333%;
}
#btn_sp li.bsp3 {
	float: left;
	width: 33.333%;
	border-right: none;
}
#btn_sp li.bsp4 {
	display: none;
}*/



/* end of media query */	
}




@media handheld, print, screen and (min-width: 621px) {
/* iPad */

/* ヘッダー部 */
header .outer {
	height: 55px;
}
header .inner1 {
	height: 55px;
}
#logo {
	width:150px;
	left: 0px;
	top: 0px;
}
#h_phone {
	display: block;
	width: 177px;
	right: 230px;
	top: 10px;
}
#h_contact {
	display: block;
	width: 165px;
	right: 60px;
	top: 9px;
}

/*mailアイコン*/
#h_mail {
	display: none;
}
#h_tel {
	display: none;
}

/*  メニューアイコン */
#menu {
	/*display: none;*/
}







#bg {
	/*padding-top: 102px;*/
	padding-bottom: 24em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 24em; /* .bgの高さと合わせる */
}
footer #flogo {
	width: 225px;
}

/* フッタリンク */
/*footer .flinks {
	display: block;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
*/
/*footer .inner {
	padding-top: 40px;
}*/

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 80px;
}
#btn_top:after {
	width: 18px;;

	height: 18px;
	border-top: 5px solid #fff	border-right: 5px solid #fff;
	top: 42%;
}

/* end of media query(iPad) */	
}



















@media handheld, print, screen and (min-width: 801px) {


/* ヘッダー部 */
header .outer {
	height: 102px;
}
header .inner1 {
	height: 66px;
}
#logo {
	width: 188px;
	left: 0px;
	top: 0px;
}
#h_phone {
	width: 231px;
	right: 211px;
	top: 11px;
}
#h_contact {
	width: 206px;
	right: 5px;
	top: 9px;
}

/*  メニューアイコン */
#menu {
	display: none;
}



nav#crumb ol {
	overflow-x: hidden;
	overflow-y: hidden;
}



#bg {
	padding-top: 102px;
	padding-bottom: 24em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 24em; /* .bgの高さと合わせる */
}

/* フッタリンク */
footer .fnav {
	display: block;
}
footer .flinks {
	margin-top: 20px;
}
footer .flinks li {
	 margin-bottom: 0.4em;
}
footer .flinks li a {
	color: #000;
}


/* トップに戻る */
#btn_top {
	width: 70px;
	height: 70px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}


/* end of media query */
}




