@media only screen and (max-width: 834px) {
html {
 -webkit-text-size-adjust: 100%;
}
/* =============================================
    Body
   =============================================*/
body { font-size: 14px; }
body.locked {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: auto;
	}
	body.locked .wrapper_in{
	opacity: 0.4;
	}
/* =============================================
    Layout
   =============================================*/
.sp { display: block !important; }
.sp_none { display: none !important; }
.pc { display: none !important; }
section  {}
.inner   { width: 92vw; }
.content { width: 84vw; }
a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
.sp-ta-left   { text-align: left !important;
}

/* =============================================
    Parts
   =============================================*/
/* fonts */
.fs-12 { font-size: 0.750rem; }
.fs-14 { font-size: 0.875rem; }
.fs-16 { font-size: 1.000rem; }
.fs-18 { font-size: 1.000rem; }
.fs-20 { font-size: 1.125rem; }
.fs-22 { font-size: 1.125rem; }
.fs-24 { font-size: 1.375rem; }
.fs-26 { font-size: 1.375rem; }
.fs-28 { font-size: 1.500rem; }
.fs-30 { font-size: 1.500rem; }
.fs-32 { font-size: 1.500rem; }
.fs-34 { font-size: 1.625rem; }
.fs-44 { font-size: 2.000rem; }
 .hapi .fs-16 { font-size: 10px; }
}
