body {
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP", "M Plus Rounded 1C", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
	line-height:180%;
	color: #222;
	min-width:1300px;
	-webkit-text-size-adjust: 100% ;
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif);
}
a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}

#wrapper {}
#base {}

.pc {display:block;}
.sm {display:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/

#header { transition: all ease 0.5s; clear:both; padding:30px 0 20px; background:#FFF; width:100%; }
#header .head { max-width:1000px; width:100%; margin:0 auto; }
#header .head::after { /*float_clear*/ display:block; clear:both; content:"";}

#header .head ul.sns { float:left; clear:both; }
#header .head ul.sns::after { display:block; clear:both; content:""; }
#header .head ul.sns li { float:left; }
#header .head ul.sns li:hover { opacity:0.7; }
#header .head ul.sns li:nth-child(2) { margin-left:15px; }
#header .head ul.sns li a {
	text-decoration:none;
	display:block;
	font-family:"M Plus Rounded 1C";
	font-size:94%;
	font-weight:bold;
	color:#666464;
	padding-left:35px;
	background:url(../image/icon_tel.png) no-repeat left;
}
#header .head ul.sns li:nth-child(2) a { padding-left:40px; background:url(../image/icon_access.png) no-repeat left; }

/*** LOGO ******************************************************************/
#header h1,
#header h1 a { display: block; width:243px; height:123px; }
#header h1 { float:left; text-align: center; text-decoration: none;}
#header h1 a {
	color: #222;	
	text-indent: -9999px;
	background: url(../image/logo.png) no-repeat;
	
}

/*** NAVIGATION ************************************************************/
nav { float:right; width:55%; clear:none; }
#Nav { width:100%; }
#Nav ul { width:100%; }
#Nav ul::after { display:block; clear:both; content:"";}
#Nav ul li { float:left; width:25%; padding:10px; }
#Nav ul li#nav1 { margin-top:10px; }
#Nav ul li#nav5 { display:none; }
#Nav ul li a { display: block; text-decoration: none; }
#Nav ul li p a {
	display: block;
	color: #000;
	padding:80px 10px 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 130%;
	box-sizing: border-box;
	text-indent:-9999px;
	
}
#Nav ul li#nav1 p a { background:url(../image/nav_txt1.png) no-repeat bottom, url(../image/nav_icon1.png) no-repeat top; }
#Nav ul li#nav2 p a { background:url(../image/nav_txt2.png) no-repeat bottom, url(../image/nav_icon2.png) no-repeat top; }
#Nav ul li#nav3 p a { background:url(../image/nav_txt3.png) no-repeat bottom, url(../image/nav_icon3.png) no-repeat top; }
#Nav ul li#nav4 p a { background:url(../image/nav_txt4.png) no-repeat bottom, url(../image/nav_icon4.png) no-repeat top; }
#Nav ul li p a:hover { opacity: 0.7;}

/* NAV5 */
#Nav ul li#nav5 { padding:10px;}
#Nav ul li#nav5 p { margin:5px 0; }
#Nav ul li#nav5 p:hover { opacity:0.7; }
#Nav ul li#nav5 p a {
	text-decoration:none;
	display:block;
	font-family:"M Plus Rounded 1C";
	font-size:94%;
	font-weight:bold;
	color:#666464;
	text-indent:unset;
	padding:5px 0 5px 30px!important;
	background:url(../image/icon_tel.png) no-repeat left;
}
#Nav ul li#nav5 p:nth-child(2) a { padding-left:40px; background:url(../image/icon_access.png) no-repeat left; }

#Nav ul li { position:relative; }
#Nav ul li ul {
	position:absolute;
	top:132px;
	left:-40px;
	z-index:99;
	margin:auto;
	width:215px;
	padding:0 10px;
	height:0;
	overflow:hidden;
	opacity: 0;
	transition: all 0.3s;
	border:4px solid #F18D00;
	border-radius:3px;
	background:#FFF;
	display:none;
}
#Nav ul li ul li { float:none; width:100%!important; padding:0 8px; }
#Nav ul li ul li+li { border-top:1px dotted #4C4948; }
#Nav ul li ul li a {
	display:block;	
	padding:10px 0;
	font-family:"M Plus Rounded 1C";
	font-size:113%;
	font-weight:bold;
	color:#4C4948;
	background:#FFF url(../image/arrow_right-gry.png) no-repeat 100%;
}

/* HOVER */
#Nav ul li#nav1:hover ul,
#Nav ul li#nav3:hover ul { display:block; height:auto; opacity: 10; }
#Nav ul li#nav1::before,
#Nav ul li#nav3::before {
	clear: both;
    content:"";
    display:none;
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    top:125px;
    left:0;
    right:0;
    margin:auto;
    z-index:999;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #F18D00 transparent;
}
#Nav ul li#nav1:hover::before,
#Nav ul li#nav3:hover::before { display:block; }
#Nav ul li#nav1.active::before,
#Nav ul li#nav3.active::before { top:85px; }
#Nav ul li ul li:hover a { opacity:0.7; color:#F18D00;}




/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }


/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer { clear:both; width:100%; text-align:center; }
#footer::after { /*float_clear*/ display:block; clear:both; content:"";}
#footer	a { text-decoration: none; display: block; }
#footer .box1 { border-top: 1px dotted #231815; border-bottom: 1px dotted #231815; padding: 30px 0 10px; }
#footer .box1 ul { width: 100%; margin: auto; text-align: center;}
#footer .box1 ul li { display:inline-block; margin-bottom: 15px; }
#footer .box1 ul li:hover a { color:#F18D00; }
#footer .box1 ul li a { 
	padding: 0 10px; 
	border-right: 2px solid #4c4948; 
	line-height: 130%; 
	color: #4c4948; 
	font-weight: bold;
}
#footer .box1 ul li:first-child a { border-left: 2px solid #4c4948; }

#footer .box2 { margin: 50px auto 90px; max-width: 670px; width: 100%; color: #4c4948; clear: both; font-weight: bold;}
#footer .box2::after { clear: both; display: block; content: ""; }
#footer .box2 h3 { float: left; }
#footer .box2 .box-r { float: right; margin-top: 40px; }
#footer .box2 span { background: #f18d00; border-radius: 10px; }
#footer .box2 .add span { margin-left: 23px;}
#footer .box2 .add span a { 
	color: #fff; 
	background: #f18d00; 
	width: 43px; 
	height: 23px; 
	border-radius: 5px; 
	display: inline-block;
	line-height: 160%;
	font-size: 91%;
} 
#footer .box2 .tel { margin-top: 19px; text-align: left; }
#footer .box2 .tel span { margin-right: 16px; font-size: 119%; color: #fff; padding: 0 10px; }
#footer .box2 .tel b { font-size: 162%; line-height: 100%; }

#footer .box3 { background:#8ab304; color: #fff; padding: 18px 0; }
#footer .box3 .box-i { max-width: 1010px; width: 100%; margin: auto; clear: both; }
#footer .box3 .box-i::after { clear: both; content: ""; display: block; }
#footer .box3 ul { clear: left; margin-left: 13px; float: left;}
#footer .box3 ul::after { clear: both; content: ""; display: block; }
#footer .box3 ul li { float: left; margin-right: 30px;}
#footer .box3 ul li a { color: #fff; }
#footer .box3 ul li a::before { content: "●"; }

#footer .copy { font-size: 82%;	float: right;}

/*====================================================================================================
  PAGE
====================================================================================================*/
#page,
#page a { display:block; width:97px; height:102px;}
#page { position: fixed; bottom:130px; right: 20px; z-index:9999999;}
#page a { text-indent: -9999px; background:url(../image/page_top.png) no-repeat;}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}