/* Reset CSS: ブラウザの既定のスタイルをリセットします */
body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
 background: linear-gradient(#BCEBB8, #DDD, #226140);
}

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.cb {
 margin: 0 auto;
 padding: 30px 0;
 text-align: center;
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 clear: both;
}

header {
 width: 100%;
 height: 360px;
 box-sizing: border-box;
 margin: 10px auto;
 padding: 20px;
 color: #072;
 text-shadow: #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px;
 background-image: url("../img/header.jpg");
 background-size: cover;
}

h1 {
 margin: 0 20px;
 font-size: 350%;
 float: right;
 clear: both;
}

h2 { 
 margin: 0 30px;
 font-size: 180%;
 float: right;
 clear: both;
}

#corp {
 width: 100%;
 height: auto;
 margin: 20px 0;
 padding: 20px 0 20px 0;
 font-size: 16pt;
 color: #fff;
 text-shadow: #000 -2px 2px 3px, #000 -2px 2px 3px, #000 -2px 2px 3px;
 background-image: url("../img/img.jpg");
 background-size: cover;
}

#corp h3 {
 line-height: 200%;
 margin: 20px 0;
}

#rinen {
 width: 100%;
 height: auto;
 padding: 20px 0 20px 0;
 background: linear-gradient(#fff, #eee, #fff);
 display: flex;
 flex-wrap: wrap;
 clear: both;
 justify-content: center;
}

.rinen {
 width: 360px;
 height: auto;
 margin: 20px 40px;
 display: block;
 clear: both;
 text-align: start;
}

.rinen h4 {
 font-size: 22px;
 margin: 0 0 20px 0;
 color: #17a30b;
 text-shadow: #aaa 2px 2px 2px;
}

.rinen p {
 font-size: 18px;
 margin: 0 0 20px 0;
 clear: both;
}

table {
 border-collapse: collapse;
}

td {
 padding: 15px 25px;
 background-color: #eeeeee;
 border: solid 2px #333;
}

.td1 {
 width: 100px;
}

#tel {
 width: 100%;
 text-align: center;
 font-size: 18px;
 clear: both;
 line-height: 150%;
 background-color: #ddd;
}

footer {
 width: 100%;
 text-align: center;
 font-size: 18px;
 clear: both;
 line-height: 150%;
 background-color: #ddd;
}





