/*
 * base css 
 * pc width 1100px fixed
 */

/* ---------------------------------------- common */

html {
	font-size: clamp(0.688rem, 0.015rem + 1.43vw, 1rem);
}

@media (max-width: 750px) {
	html { font-size: 11px; }
}

body { 
	color: #333;
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	min-width: 751px;
}

a[href^="tel:"] {
	pointer-events: none !important;
}

img { vertical-align: text-top; }

.pc { display: none !important; }

/* ---------------------------------------- header */

header {
	background: #fff;
	padding: .5em 1em;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
header .inner .logos {
	width: 26%;
	max-width: 286px;
}
header .inner .logos a { display: block; }
header .inner h1 {
	width: 57%;
	max-width: 627px;
}

/* ---------------------------------------- footer */

footer { 
	text-align: center; 
	font-size: clamp(0.813rem, 0.409rem + 0.86vw, 1rem); 
	padding: 4em 1em;
}
footer .inner {
	max-width: 1100px;
	margin: 0 auto;
}
footer .logos img {
	width: 26%;
	max-width: 286px;
	height: auto;
}
footer p { margin: 1.5em 0 2em; }
footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer ul li { margin: 0 1em; }
footer ul li a { 
	display: inline-block;
	color: #008ad4; 
	text-decoration: underline;
}

@media (max-width: 750px) {
	footer { font-size: 13px; }
}

/* ---------------------------------------- cregit */

#cregit {
	color: #fff;
	background: #008ad4; 
	text-align: center; 
	font-size: clamp(0.625rem, 0.087rem + 1.15vw, 0.875rem); 
	padding: 1em 0;
}

@media (max-width: 750px) {
	footer { font-size: 10px; }
}

/* ---------------------------------------- fixbnr */

#fixbnr {
	display: none;
}