/* パンくず */

#pankuzu {
	font-size: 12px;
	margin: 10px 5px 10px;
}

#pankuzu #home {
	background: url(../img/icon_home.png) no-repeat 0 center;
	padding-left: 16px;
}

/*===========================================*/

/*==フッター==*/

/*===========================================*/

#footer_link {
	padding: 20px 0 15px;
	background: url(../img/footer_bg_link.gif) repeat-x 0 0;
	float: none;
	clear: both;
	text-align: center;
}

#footer_link ul {
	width: 960px;
	margin: 0 auto;
}

#footer_link ul:before,
#footer_link ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../img/icon_02.png) no-repeat 0 5px;
	padding: 0 6px 5px 12px;
}

#footer_link ul:before a,
#footer_link ul li a {
	color: #333;
}

.__sp_menu_trigger {
	display: none;
}

#footer {
	height: 155px;
	padding-top: 30px;
	background: url(../img/footer_bg.jpg) repeat-x 0 bottom;
	float: none;
	clear: both;
}

#footer #footer_inner {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(../img/footer_bg_inner.jpg) no-repeat 0 0;
}

#footer #footer_inner .tel {
	float: left;
}

#footer #footer_inner .tel a {
	cursor: default;
	pointer-events: none;
}

#footer #footer_inner .btn {
	float: right;
}

#footer #copyright {
	width: 960px;
	margin: 10px auto 0;
	color: #fff;
	font-size: 12px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*===========================================*/

/*==ヘッダー==*/

/*===========================================*/

#header {
	background: url(../img/header_bg.jpg) repeat-x 0 0;
	margin: 0 auto 10px;
}

#header #header_inner {
	width: 960px;
	height: 88px;
	margin: 0 auto;
	position: relative;
}

#header #header_inner #header_left {
	float: left;
}

#header #header_inner #header_left #txt {
	font-size: 12px;
	margin-bottom: 12px;
	padding: 3px 0 0;
	color: #fff;
	width: 710px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#header #header_inner #header_left h1 a {
	display: block;
}

#header #header_inner #header_right {
	float: right;
	text-align: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#header #header_inner #header_right #nav {
	overflow: hidden;
	float: right;
	text-align: right;
	margin-bottom: 15px;
	padding: 3px 0 0;
	font-size: 12px;
}

#header #header_inner #header_right #nav li {
	float: left;
	background: url(../img/header_navi_line.png) no-repeat right center;
	padding: 0 10px;
}

#header #header_inner #header_right #nav li:last-child {
	background: none;
	padding-right: 0;
}

#header #header_inner #header_right #nav li a {
	color: #fff;
}

#header #header_inner #header_right p {
	clear: right;
}

/*===========================================*/

/*==グローバルナビ==*/

/*===========================================*/

#gnavi {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: url(../img/gnavi_bg.png) no-repeat 0 center;
}

#gnavi ul {
	width: 960px;
	margin: 0 auto;
	padding-top: 4px;
}

#gnavi ul li {
	float: left;
}

#pc_button,
#sp_button {
	position: relative;
	width: 100%;
	background: #FFF;
	overflow: hidden;
	-webkit-border-radius: 5px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #999;
}

#pc_button span,
#sp_button span {
	position: relative;
	z-index: 1;
}

#pc_button:after,
#sp_button:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
	background: #fafafa;
}

#sp_button {
	font-size: 40px;
}

.main1column_box_inner h3 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 641px) {

#footer_link {
	display: block !important;
}

}

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

#footer_link {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10000000;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer_link.open {
	display: block;
}

#footer_link ul {
	width: 100%;
}

#footer_link ul:before {
	content: "\9589\3058\308B";
	padding: 10px 6px 6px !important;
	background: #ccc !important;
}

#footer_link ul:before,
#footer_link ul li {
	vertical-align: middle;
	display: block;
	background: #FFF;
	padding: 0;
	border-bottom: 1px dotted #888;
}

#footer_link ul:before a,
#footer_link ul li a {
	display: block;
	padding: 10px 6px;
}

#footer_link ul:before a:link,
#footer_link ul:before a:visited,
#footer_link ul:before a:hover,
#footer_link ul li a:link,
#footer_link ul li a:visited,
#footer_link ul li a:hover {
	text-decoration: none;
}

#footer_link ul:before a:before,
#footer_link ul li a:before {
	content: url(../img/icon_02.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.__sp_menu_trigger {
	position: relative;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10000000;
	width: 15%;
	height: 100%;
	border: none;
	border-left: 1px solid #ccc;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
}

.__sp_menu_trigger:active,
.__sp_menu_trigger:focus {
	outline-style: none;
	background: #fcfcfc;
}

.__sp_menu_trigger .__sp_menu_trigger__deco {
	position: absolute;
	width: 60%;
	display: block;
	height: 4px;
	top: 50%;
	left: 20%;
	margin-top: -2px;
	background: #888;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.__sp_menu_trigger .__sp_menu_trigger__deco:before {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	top: -0.75em;
	left: 0;
	background: #888;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.__sp_menu_trigger .__sp_menu_trigger__deco:after {
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	top: 0.75em;
	left: 0;
	background: #888;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer {
	height: auto;
	padding: 0;
}

#footer #footer_inner {
	width: 100%;
	height: auto;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #footer_inner .name {
	display: none;
}

#footer #footer_inner .tel {
	float: none;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

#footer #footer_inner .tel a {
	pointer-events: all;
}

#footer #footer_inner .tel img {
	width: 180%;
	height: auto;
}

#footer #footer_inner .btn {
	float: none;
}

#footer #footer_inner .btn img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #copyright {
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page-top {
	display: none !important;
}

#header {
	background: #fff;
	overflow: hidden;
	position: relative;
}

#header #header_inner {
	width: 100%;
	height: auto;
}

#header #header_inner #header_left {
	float: none;
}

#header #header_inner #header_left #txt {
	display: none;
}

#header #header_inner #header_left h1 {
	padding: 5px;
}

#header #header_inner #header_left h1 a img {
	max-width: 80%;
	height: auto;
}

#header #header_inner #header_right #nav {
	display: none;
}

#header #header_inner #header_right p {
	display: none;
}

#gnavi {
	display: none;
}

}

