/* ===========================================
 * css Noto Sans
 * ver 3.0.5
=========================================== */

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

html {
	font-size: 62.5%;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 1.7rem;
	letter-spacing: 0.15rem;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	
	
	
}

#body_bg {
	background: url(/img/wa_bg.jpg) no-repeat center top fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	min-width: 1100px;
	display: block;
	width: 100%;
}




/* ===========================================
 * 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;
}

@media(min-width: 641px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width:640px){
	
	html {
		font-size: 62.5%;
	}
	
	#body_bg {
		background: url(/img/wa_bg.jpg) no-repeat center top fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-width: 640px;
		display: block;
		width: 100%;
	}

	
	
	.pc {
		display: none;
	}
	.smart {
		display: block;
	}
	
	.img100 {
		width: 100%;
	}
	
}


.sidebar {
	margin: 0;
	color: #000;
	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;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#smart_side_nav_area ul li a{
	color: #000;
	font-size: 23px;
}


#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;
}

.smart_contact_bt a{
	width: 290px;
	height: 60px;
	line-height: 60px;
	background-color: #EA7D77;
	font-size: 21px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	letter-spacing: -0.03em;
}

.smart_con_la {
	margin-bottom: 60px;
}

