@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: #152197;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right:1px solid #777;
  box-shadow: 5px 5px 5px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  height: 160px;
  background-image: url("img/header_02_850_160.png");
}
h1 {
  color: DeepPink;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 70px 20px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}

/* ==========■ nav ■========== */
nav {
  width: 100%;
  background-color: #444;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  display: grid;
  grid-auto-rows: minmax(45px, auto);
  grid-template-columns: repeat(7, auto);
  grid-row-gap: 5px;
}
.menu {
  font-size: 15px;
  color: #fff;
  padding: 17px 0px 0 0px;
  text-align: center;
  background-color: #444;
}
.tile:link,.tile:visited {
  color: #fff;
  text-decoration: none;
}
.tile:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
}
.mcom {
  color: #fff;
  text-decoration: none;
}
.thin {
  background-color: #999;
}

/* ========== NAV2 ========== */
.nav2 {
  width:calc(100% - 10px);
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
}
.menu2 {
  width: calc(100% - 20px);
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.mcom2 {
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
#com1 {
  flex: 0 0 170px;
  font-size: 14px;
  color: #555;
  text-align: right;
  margin: 4px 10px 0 0;
}

/* ========== NAV3 ========== */
.nav3 {
  width:calc(100% - 10px);
  margin: 10px 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.n3b1 {
  margin: 0px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.n3m1 {
  flex: 0 0 120px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
.n3m2 {
  flex: 0 0 170px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
.n3b2 {
  margin: 0px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.mcom3 {
  padding: 11px 0px 9px 4px;
}
#post1 {
  color: Maroon;
  padding: 11px 0px 9px 0px;
}
#post2 {
  padding: 11px 6px 9px 0px;
}
#post2::before {
  content: "【 ";
}
#post2::after {
  content: " 】";
}


.tile2:link,.tile:visited {
  color: #000;
  text-decoration: none;
}
.tile2:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}

/* ==========■ main ■========== */
main {
  width: 100%;
  padding: 25px 0 20px 0;
}

/* ==========■ ようこそ ■========== */
h2 {
  width: 100%;
  font-size: 20px;
  color: blue;
  text-align: center;
  margin: 10px auto 20px;
}
#greeting {
  width: 100%;
  margin: 20px 0 30px 0;
}
#notice {
  width: 75%;
  margin: 20px auto 30px;
  padding: 10px 0 10px 0;
  font-size: 15px;
  text-indent: 18px;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.text1 {
  width: calc(100% - 70px);
  margin: 0px 30px 0px 40px;
  font-size: 17px;
  color: #152197;
  line-height: 26px;
  text-indent: 18px;
}
.text2 {
  width: calc(100% - 19px);
  margin: 0px 5px 0px 24px;
  color: #152197;
  line-height: 18px;
  text-indent: -9px;
}
.text2::before {
  display: inline-block;
  content: "● ";
  color: green;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 3px;
}
.info {
  width: calc(100% - 50px);
  margin: 20px 0 5px 50px;
  font-size: 17px;
  line-height: 22px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
.image {
  height: 34px;
  border: 1px solid #777;
}
footer {
  width: 100%;
  height: 36px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 18px;
  background-color: #444;
}

}









@media screen and (max-width:600px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: #152197;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  box-shadow: 2px 2px 2px 2px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  height: 160px;
  background-image: url("img/header_02_850_160.png");
}
h1 {
  color: DeepPink;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 84px 10px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}

/* ==========■ nav ■========== */
nav {
  width: 100%;
  background-color: #444;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  display: grid;
  grid-auto-rows: minmax(45px, auto);
  grid-template-columns: repeat(7, auto);
  grid-auto-flow: column;
  grid-row-gap: 5px;
  align-self: center;
}
.menu {
  font-size: 15px;
  color: #fff;
  padding: 0px 0px 0 0px;
  padding: 10px 0px 0 0px;
  text-align: center;
  background-color: #444;
}
.tile:link,.tile:visited {
  color: #fff;
  text-decoration: none;
}
.tile:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
}
.mcom {
  color: #fff;
  text-decoration: none;
}
.thin {
  background-color: #999;
}
.bl1 {
  border-left: 1px solid #aaa;
}
/* ========== NAV2 ========== */
.nav2 {
  width:calc(100% - 10px);
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
}
.menu2 {
  width: calc(100% - 20px);
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.mcom2 {
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
#com1 {
  flex: 0 0 170px;
  font-size: 14px;
  color: #555;
  text-align: right;
  margin: 4px 10px 0 0;
}

/* ========== NAV3 ========== */
.nav3 {
  width:calc(100% - 10px);
  margin: 10px 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.n3b1 {
  margin: 0px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.n3m1 {
  flex: 0 0 120px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
.n3m2 {
  flex: 0 0 170px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  padding: 11px 6px 8px 6px;
  background-color: LavenderBlush;
  border: 1px solid #777;
}
.n3b2 {
  margin: 0px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.mcom3 {
  padding: 11px 0px 9px 4px;
}
#post1 {
  color: Maroon;
  padding: 11px 0px 9px 0px;
}
#post2 {
  padding: 11px 6px 9px 0px;
}
#post2::before {
  content: "【 ";
}
#post2::after {
  content: " 】";
}


.tile2:link,.tile:visited {
  color: #000;
  text-decoration: none;
}
.tile2:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}



/* ==========■ main ■========== */
main {
  width: 100%;
  padding: 25px 0 20px 0;
}

/* ==========■ ようこそ ■========== */
h2 {
  width: 100%;
  font-size: 18px;
  color: blue;
  text-align: center;
  margin: 10px auto 10px;
}
#greeting {
  width: 100%;
  margin: 10px 0 10px 0;
}
#notice {
  width: calc(100% - 10px);
  margin: 20px auto 20px;
  padding: 5px 0 5px 0;
  font-size: 15px;
  text-indent: 15px;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.text1 {
  width: calc(100% - 20px);
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  color: #152197;
  line-height: 23px;
  text-indent: 18px;
}
.text2 {
  width: calc(100% - 23px);
  margin: 0px 5px 0px 18px;
  font-size: 15px;
  color: #152197;
  line-height: 20px;
  text-indent: -8px;
}
.text2::before {
  display: inline-block;
  content: "●";
  color: green;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 2px;
}
.info {
  width: calc(100% - 25px);
  margin: 5px 5px 0 20px;
  font-size: 16px;
  line-height: 24px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
footer {
  width: 100%;
  height: 40px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 20px;
  background-color: #444;
}

}