.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}
#header {
	background:#fff url(/img/header/bg_header.png) repeat-x left bottom;
	border-top: 8px solid #ff9a3c;
	border-bottom: 3px solid #fa8468;
}
#header_inner {
	width: 950px;
	height: 142px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: left;
	width: 320px;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa03b+0,ffaf5d+13,ffcb9c+62,ffcb9c+88,ff9d35+100 */
	background: #ffa03b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa03b 0%, #ffaf5d 13%, #ffcb9c 62%, #ffcb9c 88%, #ff9d35 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa03b 0%,#ffaf5d 13%,#ffcb9c 62%,#ffcb9c 88%,#ff9d35 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa03b 0%,#ffaf5d 13%,#ffcb9c 62%,#ffcb9c 88%,#ff9d35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa03b', endColorstr='#ff9d35',GradientType=0 ); /* IE6-9 */
}

#header h1 a{
	display: block;
	width: 320px;    height: 142px;
	margin: 0;
	padding: 0;
}

#header_menu {
	width: 950px;
}

#header_upper_menu {
	margin: 7px 0 3px;
}

#header_upper_menu>a  {
	float: right;
}

#header_upper_menu{
	float: right;
	display: flex;

	flex-wrap: nowrap;justify-content: flex-end;
}
#header_upper_menu p{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;    margin: 0 10px;
	font-size: 10px;
}
#header_upper_menu .btn_block{
	margin-right: 10px;

}
#header_upper_menu .btn_block>div{
	display: inline-block;
	border-radius: 4px;
	box-shadow:0px 0px 4px 0px #cccccc;
	background: #fff;
	color: #000;
}
#header_upper_menu .btn_block>div label{
	width: 35px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	float: left;
}
	/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */

ul#header_lower_menu {
	list-style: none;

    position: absolute;
    right: 0;
    bottom:19px;
}

ul#header_lower_menu li {
	position: relative;
	float: left;
	width: 117px;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}
ul#header_lower_menu>li {
	position: relative;
	float: left;
	width: 117px;
	
	height: 73px;
	margin: 0;
	padding: 0;	padding-top: 24px;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 13px;
	border-right: 1px solid #ddd;
}
ul#header_lower_menu>li:first-child {
	border-left: 1px solid #ddd;
}
ul#header_lower_menu>li>a{

	width: 117px;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: 700;
}
ul#header_lower_menu>li>a span{
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	color: #ff7979;
	font-size: 7px;
	font-weight: 100;
}

#header_lower_menu .large_menu {
	display: none;
	position: absolute;
	top: 70px;
	width: 500px;
	margin: 0;
	padding: 15px 7px 7px;
	z-index: 1;
	background: #FFC0C5;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	-ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

#change_bc label[for="bc_default"] {
	color:#000;
	background:#fff;border-radius: 4px 0 0 4px;
}
#change_bc label[for="bc_blue"] {
	color:#fff;
	background:rgba(0,0,255,1.00);
}
#change_bc label[for="bc_yellow"] {
	color:#000;
	background:#FFF500;
}
#change_bc label[for="bc_black"] {
	color:#fff;
	background:#000;border-radius:0 4px 4px 0;
}
#change_fs label.slct{
	background: #333;
	color: #fff;
}
#change_fs label:first-child{
	border-radius: 4px 0 0 4px;
}
#change_fs label:last-child{
	border-radius: 0 4px 4px 0;
}
#header_upper_menu >div input{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#header_upper_menu::after{
	content: "";
	display: block;
	clear: both;
}


	.large_menu h3 {
		font-weight: bold;
		text-align: left;
	}
	
	.large_menu p {
		margin: 0;
		padding: 10px;
		background: #FFF;
		text-align: right;
	}

	#header_lower_menu ul {
		width: 500px;
		margin: 0;
		background: #FFF;
		list-style: none;
		padding: 0;
	}
	
	#header_lower_menu ul li {
		float: left;
		width: 250px;
		height: auto;
		background: #FFF;
		font-size: 110%;
	}
	
	#header_lower_menu ul li:hover {
		background: #FFC;
	}
	
	#header_lower_menu ul li a {
		display: block;
		width: 222px;
		padding: 16px 5px 10px 20px;
		color: #333;
		text-align: left;
	}

	#header_lower_menu .m_center {
		left: -50px;
	}

	#header_lower_menu .m_checkup {
		left: -50px;
	}

	#header_lower_menu .m_health {
		left: -167px;
	}

	#header_lower_menu .m_contact {
		 left: -150px;
		 width: 250px;
	}

	#header_lower_menu .m_contact ul {
		width: 250px;
	}

p#pan {
	font-size: 1.4rem;
	line-height: 20px;
	height: 20px;
    margin-top: 13px;
    margin-right: 30px;
    padding: 5px 0 0 110px;
	text-align: right;
}
.double_col #slider {
    width: 100%;
    max-width: 950px;
    margin: 15px auto 0;
}
.double_col #main{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 950px;
	margin:25px auto 0;
}

.double_col #main #body{
	width: 685px;
    min-height: 600px;
    padding: 15px 0 30px;
	margin: 0;
    background: #fff url(/img/bg_body_header.png) no-repeat;
}

.double_col #main #sidebar_fix_wrap{
width: 245px;
    /* height: 721px; */
    margin-top: 23px;
    font-size: 1.4rem;
}
.double_col #locus {
	margin-bottom: 25px;
}
.double_col #inner_body {
	padding-top: 25px;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2;
}

.double_col #inner_body h1 {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 7px 0 0 23px;
	border-left: 7px solid #F69;
	font-size: 3.2rem;
	font-weight: 400;
}

.double_col #inner_body h3 + h4 {
	margin-bottom: 2em;
	font-weight: bold;
}

.double_col #inner_body h2.underline {
	margin: 1em 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
}
.double_col #inner_body h3 {
	margin: 1em 30px;
}
.double_col #inner_body h4 {
	margin: 1em 30px;
}

.double_col #inner_body h2.underline ~ h2.underline{
	margin-top: 2.5em;
}

.double_col #inner_body p{
	margin:0 30px 20px;
}
.sitemap_col #slider {
    width: 100%;
    max-width: 950px;
    margin: 15px auto 0;
}
.sitemap_col #main{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 950px;
	margin:25px auto 0;
}

.sitemap_col #main #body{
	width: 950px;
    min-height: 600px;
    padding: 15px 0 30px;
	margin: 0;
    background: #fff url(/img/bg_body_header_single.png) no-repeat;
}

.sitemap_col #main #sidebar_fix_wrap{
width: 245px;
    /* height: 721px; */
    margin-top: 23px;
    font-size: 1.4rem;
}
.sitemap_col #locus {
	margin-bottom: 25px;
}
.sitemap_col #inner_body {
	padding-top: 25px;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2;
}

.sitemap_col #inner_body h1 {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 7px 0 0 23px;
	border-left: 7px solid #F69;
	font-size: 3.2rem;
	font-weight: 400;
}

.sitemap_col #inner_body h3 + h4 {
	margin-bottom: 2em;
	font-weight: bold;
}

.sitemap_col #inner_body h2.underline {
	margin: 1em 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
}
.sitemap_col #inner_body h3 {
	margin: 1em 30px;
}
.sitemap_col #inner_body h4 {
	margin: 1em 30px;
}

.sitemap_col #inner_body h2.underline ~ h2.underline{
	margin-top: 2.5em;
}

.sitemap_col #inner_body p{
	margin:0 30px 20px;
}
figure{
	text-align: center;
	margin: 2em 30px;
}
figure img{
	width: 100%;
	display: block;
}
figure figcaption{
}

figure.l{
	margin: 2em 30px;
}
figure.l img{
	float: right;
	width: 55%;
	display: block;
}
figure.l figcaption{
	width: 40%;	float: left;	text-align: left;

}

.imgflex{
	margin: 2em 30px;
	display: flex;flex-wrap: wrap;
}
.imgflex figure{
	width: 48%;
	text-align: center;
	margin: 0 1% 10px;
	box-sizing: border-box;
}
.imgflex figure img{
	width: 100%;
	display: block;
}
.imgflex figure figcaption{
	font-size: 1.2rem;
}




#sidebar {
	width: 245px;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 1.9rem;
	border: 0 none;
}

#sidebar ul {
	list-style: none;
	line-height: 1;
	font-size: 1.6rem;
}

#sidebar ul li {
	margin: 0;
	padding: 15px 0 13px 25px;
	font-size: 1.6rem;
	background: url(/img/sidebar/maker_sidebar.png) 5px 50% no-repeat;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}

#sidebar ul li.double_row {
	padding: 9px 0 6px 15px;
	line-height: 1.35;
}

#sidebar ul li.current, #sidebar ul li.sub_menu {
	background-position: 5px 20px;
}

#sidebar ul li span {
	font-size: 1.3rem;
}

#sidebar a {
	font-weight: normal;
	color: #000;
}

#sidebar ul li.current {
	font-weight: bold;
	color: #F63;
}

#sidebar ul li.sub_menu ul {
	margin-bottom: 5px;
}

#sidebar ul li ul{
	display: none;
}

#sidebar ul li.current ul{
	display: block;
}
#sidebar ul li.current ul li, #sidebar ul li.sub_menu ul li {
	
	border: none;
	padding: 5px;
	background: none;
}

#sidebar ul li.current a, #sidebar ul li.sub_menu a {
	color: #ab320a;
}

#sidebar ul li.current a, #sidebar ul li.sub_menu a span{
	display: block;
}

#sidebar ul li.sub_menu a.normal_color {
	color: #222;
}


footer{
	margin-top: 50px;
	background: #fff;
}

#footer_banner{
	width: 950px;
	box-sizing: border-box;
	padding: 20px 54px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap; justify-content:space-between;
}
#footer_banner a{
	margin: 8px 30px;
}
.fotter_cont{
	background: url(/img/bg_footer_upper.png) repeat-x left top;
}
.fotter_cont>div{
	width: 950px;
	margin: auto;
}
.fotter_cont p.pagetop {
	width: 950px;
	margin: auto;
	text-align: right;
}
.footer_menu{
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	height: 350px;
	justify-content: flex-start;
	width: 700px;
	float: left;
}
.footer_menu h3 {
    font-size: 15px;
    font-weight: bold;
	border: 0;
}
.footer_menu h3 span{
	display: block;
    font-size: 12px;
    font-weight: bold;
}
.footer_menu>div{
	width: 230px;
	padding: 0 0 13px;
	border-left: 1px solid #ccc;
}
.footer_menu div:first-child{

	border-left: 0px solid #ccc;
}
.footer_menu ul {
    list-style: none;
}
.footer_menu ul li {
    font-size: 13px;
    margin: 0 0 0 20px;
    padding: 0 0 0 13px;
    background: url(/img/maker_footer_menu.png) 0 6px no-repeat;
}
.footer_menu ul li a{
	color: #000;
}
#footer_addr {
	float: right;
	width: 250px;
	margin-top: 80px;
	font-size: 14px;
}

#footer_addr h3 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid #999;
}

#footer_addr .tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}

#footer_addr .tel_num {
	 font-size:20px;
	 letter-spacing: 0.25em;
}

#footer_addr .business_hours {
	margin-top: 1em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#footer_lower_inner {
	width: 950px;
	margin: 0 auto;
	padding:  0;
}
#footer_lower_inner::after{
	content: "";
	display: block;
	clear: both;
}
#footer_lower_inner ul{
	display: flex;	float: left;
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: none;

}
#footer_lower_inner ul li{
	margin:0 .5em 0 .5em ;
	position: relative;
}
#footer_lower_inner ul li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	margin: auto;
	border-radius: 50%;
	top: 4px;
	left: 0;
}
#footer_lower_inner ul li a{
	color: #fff;
	padding-left: 1em;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	margin: 0;
}
