@charset "utf-8";


/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {
body {
  background-color: #eee;
}
#container {
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #000;
  max-width: 850px;
  margin: 4px auto 10px;
  background-color: #fdfdfd;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  display: grid;
  grid-auto-rows: 120px 38px auto 36px;
  grid-template-columns: 1fr;
}
header {
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("img/head1_850_120.png");
  background-size: cover;
}
h1 {
  color: #e2421f;  /* 紅葉の色#e2421f */
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 75px 50px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
}

/* ========== nav =========== */
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 30px 70px 20px 90px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}

/* ========== main =========== */
main {
  width: calc(100% - 40px);
  margin: 0 20px 0 20px;
  color: #000;
  grid-row: 3/4;  grid-column: 1/2;
  padding-bottom: 40px;
}

.text1 {
  color: #152197;
  font-weight: bold;
  margin: 20px 0 0 47px;
  text-indent: -17px;
  letter-spacing: 1px;
}
.text1::before {
  content: url("img/kaku1_12_20.png");
}
.text2 {
  margin: 10px 10px 0 67px;
  text-indent: -17px;
}
.text2::before {
  content: "※ ";
}
.text3 {
  margin: 10px 10px 0 87px;
  text-indent: -17px;
}
.text4 {
  margin: 10px 10px 0 77px;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  color: #152197;
  font-weight: bold;
  text-decoration: none;
}
.photo_flame {
  width: calc(100% - 110px);
  max-width: 382px;
  margin: 10px 20px 0 90px;
  font-size: 15px;
  text-align: center;
}
.photo {
  width: 100%;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a42104;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

}





/*　タブレット用 481px以上768pxまでのCSS　*/
@media screen and (min-width:481px) and (max-width:768px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 120px 48px auto 36px;
  grid-template-columns: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("img/head1_850_120.png");
  background-size: cover;
}
h1 {
  color: #e2421f;  /* 紅葉の色#e2421f */
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 80px 20px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
}

/* ========== nav =========== */
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 30px 70px 20px 90px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}

/* ========== main =========== */
main {
  width: calc(100% - 40px);
  margin: 0 20px 0 20px;
  color: #000;
  grid-row: 3/4;  grid-column: 1/2;
  padding-bottom: 40px;
}
.text1 {
  color: #152197;
  font-weight: bold;
  margin: 20px 0 0 51px;
  text-indent: -21px;
  line-height: 22px;
}
.text1::before {
  content: url("img/kaku1_12_20.png");
}
.text2 {
  margin: 10px 10px 0 71px;
  text-indent: -21px;
  line-height: 20px;
}
.text2::before {
  content: "※ ";
}
.text3 {
  margin: 10px 10px 0 87px;
  text-indent: -17px;
  line-height: 20px;
}
.text4 {
  margin: 10px 10px 0 87px;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  color: #152197;
  font-weight: bold;
  text-decoration: none;
}
.photo_flame {
  width: calc(100% - 110px);
  max-width: 382px;
  margin: 10px 20px 0 90px;
  font-size: 15px;
  text-align: center;
}
.photo {
  width: 100%;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a42104;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}


}





/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 120px 48px auto 36px;
  grid-template-columns: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("img/head1_850_120.png");
  background-size: cover;
}
h1 {
  color: #e2421f;  /* 紅葉の色#e2421f */
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 90px 10px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
}

/* ========== nav =========== */
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 30px 70px 20px 90px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}

/* ========== main =========== */
main {
  width: calc(100% - 40px);
  margin: 0 10px 0 10px;
  color: #000;
  grid-row: 3/4;  grid-column: 1/2;
  padding-bottom: 40px;
}

.text1 {
  color: #152197;
  font-weight: bold;
  margin: 20px 0 0 21px;
  text-indent: -21px;
  line-height: 22px;
}
.text1::before {
  content: url("img/kaku1_12_20.png");
}
.text2 {
  margin: 10px 10px 0 41px;
  text-indent: -21px;
  line-height: 20px;
}
.text2::before {
  content: "※ ";
}
.text3 {
  margin: 10px 10px 0 57px;
  text-indent: -17px;
  line-height: 20px;
}
.text4 {
  margin: 10px 10px 0 57px;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  color: #152197;
  font-weight: bold;
  text-decoration: none;
}
.photo_flame {
  width: calc(100% - 30px);
  max-width: 382px;
  margin: 10px 10px 0 20px;
  font-size: 15px;
  text-align: center;
}
.photo {
  width: 100%;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a42104;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}



}