/* ===========================================
 * css 
 * ver 5.0.5
=========================================== */

* {
    margin: 0px;
    padding: 0px;
}

html {
	font-size: 62.5%;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 1.6rem;
	letter-spacing: 0.1rem;
	color: #3f3b3a;
	font-family: 'Noto Sans JP', sans-serif;

}



/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}

.clearfix {
	clear: both;
}

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

a[href*="tel:"] {
	pointer-events: none;
}



@media screen and (max-width:640px){
	
	body {
	-webkit-text-size-adjust: 100%;
	}
	
	html {
		font-size: 80%;
	}
	
	.pc {
		display: none;
	}
	.smart {
		display: block;
	}

}

/* iOS縺ｧ縺ｮ繝�ヵ繧ｩ繝ｫ繝医せ繧ｿ繧､繝ｫ繧偵Μ繧ｻ繝�ヨ */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/*=========================================================
  SMART SLIDER
=========================================================*/

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    color: #333;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
	background-color: #FFF;
}


.wrapper {
    margin-top:66px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
	
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #056f00;
}


.menu-right {
  float: right;
}



.sidebar {
	margin: 0;
	color: #333;
	background-color: #FFF;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}

.navigation { display:none;}
.updated { display:none;}
.posted-on {
	width:100%;
	display: block;
}

#smart_side_logo_area {
	text-align: center;
	padding-bottom: 40px;
}
#smart_side_logo_area img{
	width: 250px;
}

#smart_side_nav_area {
}

#smart_side_nav_area ul{
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#smart_side_nav_area ul li{
	padding-top: 10px;
	padding-bottom: 17px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #bebebe solid;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#smart_side_nav_area ul li a{
	color: #333;
	font-size: 20px;
}


#smart_sub_nav {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#smart_sub_nav a{
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 22px;
	padding-left: 35px;
}


#smart_contact_bt {
	padding-top: 20px;
	padding-bottom: 60px;
}

#smart_contact_bt a{
	width: 290px;
	height: 60px;
	line-height: 60px;
	background-color: #83c2d6;
	color: #FFF;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	
}



