@charset "UTF-8";
/*****************************************************************
    reset
*****************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, 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, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-color:inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }

/* addition */
strong, em { font-weight:bold; }
input, textarea { border:0; padding:0; margin:0; outline:0; }
select { margin:0; padding:0; }
img { display:block; max-width:100%; height:auto; }
main { display:block; }
div { box-sizing: border-box; }

*:focus {outline: none;}
iframe[src^="https://www.youtube.com/"] {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* bace
================================================= */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
body { 
	background-color:rgba(206,199,182,1.00);
	line-height: 1.8;
	font-size: 1.6rem;
	color: rgba(63,53,55,1);
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.block_l { margin: 0 auto; max-width: 1366px; width: 92%; }

/* font & txt decoration
================================================= */
.biz-udmincho-regular {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udmincho-bold {
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.text-small { font-size: 0.85em; }
.text-large { font-size: 1.25em; }
.text-bold { font-weight: bold; }
.text-red { color: #C80028; }

/* footer
================================================= */
footer {
  padding: clamp(110px , 28% , 240px) 0 clamp(20px , 12% , 60px);
  background-color: rgb(63,53,55, 1);
  background-image: url("../image/logo_pxh_w.svg");
  background-repeat: no-repeat;
  background-position: center top 38%;
  background-size: clamp( 120px , 20% , 220px);
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
}
address {
  font: inherit;
  line-height: 20px;
}

/*フッターバナー*/
ul.footer_banner{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.footer_banner li{ width:48%; margin-left:2.75%; margin-bottom: 1.6rem; }
.footer_banner li:first-child{ margin-left:0; }

@media print, screen and (min-width: 1920px) {

}
