@charset "utf-8";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	text-align: center;
	color: #252525;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address, strong, em, figure, input, select, textarea {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', sans-serif;
    transform: rotate(0.001deg);
    font-feature-settings: "palt";
}
img {
	border: none;
	vertical-align: top;
}
:focus {
	outline: none;
}
}

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}
.wpcf7-list-item {
	display: inline-block;
	white-space: nowrap;
}

[class*="mov_"] {
  opacity: 0;
  visibility: hidden;
}



/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
	font-size: 16px;
}



/* ------------------------------------------------------
others
------------------------------------------------------ */
label {
	cursor: pointer;
}
a {
	overflow: hidden;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	border-spacing: 0px 0px;
	width: 100%;
}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
body {
	font-size: 3.5vw;
}
}
