/* ===========================================
 * 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: #51524a;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}




.anker {
	padding-top: 80px;
	margin-top: -80px;
}



.Arial {
	font-family: "Arial";
}

.mincho {
	font-family: 'Noto Serif JP', serif;
}


.marker {
    background: linear-gradient(transparent 60%, #fff792 60%);
}



/* ===========================================
 * 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%;
		width:100%; /*横幅いっぱいに表示*/
		height:100vh; /*立幅いっぱいに表示*/
		
	}
	
	html {
		font-size: 80%;
	}
	
	.pc {
		display: none;
	}
	.smart {
		display: block;
	}
	
	.anker {
		padding-top: 80px;
		margin-top: -80px;
	}

}


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








