@charset "UTF-8";

/* reset browser defaults */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 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,figure,address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-style:normal; }
  
   h1 {
	   font-size:1rem;
   	text-align: center;
   }
  
   h2 {
	  font-size:1.125rem;
	  margin:0;
   }
   
   h3 {
	   font-size:1.125rem;
   }
   
   h4 {
	   font-size:1rem;
   }
   
  small {
	  font-size:88%;
  }
  

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }


img {
	 max-width:100%;
	 vertical-align:middle;
	 height:auto;
 }

 * {
	 	box-sizing:border-box;
 }
 
/* links */
a:link {
  outline: none;
  text-decoration: none;
 color: #8e0e11;
  }
  a:visited {
	    color: #8e0e11;
  }


/* general styling */
html {
	font-size: 88%;
}
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height:1.7;
	margin:0;
	padding:0;
	border-top: .5rem solid #eb6001;

   }

#header {
margin: 3rem auto 2rem;
width: 90%;
	display: -webkit-flex;
display:flex;
-webkit-align-items:center;
align-items:center;
-webkit-justify-content:center;
justify-content:center;
-webkit-flex-direction:column;
flex-direction:column;
}

#header p {
margin: .5rem 0;	
}

#header p.tel {
	color: #8e0e11;
	font-size: 1.25rem;
	font-weight: bold;
}

#header img {
	width: 9rem;
}

.card {
	background:#fff;
	display:block;
	width:90%;
	max-width:32rem;
	margin:0 auto;
	display: -webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
margin-bottom:1rem;
border:#e6e6e6 solid 2px;
box-shadow:1px 2px .5rem rgba(0,0,0,.1);
}

.card:hover {
	opacity: .5;
}

.card h2 {
	color:#DA0026;
}

.card div {
	width:64%;
	padding:1rem;
}
.card figure {
	width:36%;
}

.card figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.card div p {
	margin:.5rem 0;
	font-size:.875rem;
	font-weight: bold;
	color: #000;
}

.card header {
	margin-bottom:.5rem;
}

.card dl {
	font-size:.875rem;
	margin:0;
}
.card dt,.card dd {
	display:inline;
}

div.card {
	background:#f3f3f3;
	opacity:.8;
	color:#666;
}
div.card h2 {
	color:#666;
}

#footer {
	text-align:center;
	font-size:.875rem;
	opacity:.7;
	margin:3rem 0;
}

/* =================================================================================*/
@media screen and (min-width:40em){
	
	html {
	font-size: 100%;
}

	
   h2 {
	  font-size:1.25rem;
   }

   h3 {
	   font-size:1.25rem;
   }
   
   h4 {
	  font-size:1.125rem;
   }
   
   .card div {
	   padding:1.5rem;
   }
   .card dl {
    font-size: 1rem;
    margin: 0;
}
#header {
	text-align: center;
}


#header img {
	width: 13rem;
}

}
/* =================================================================================*/
@media screen and (min-width:56.25em){

}
