@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  background-color: #eee;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  color: #191970;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  background-color: #fff;
  border-left: 1px solid #444;
  border-right:1px solid #444;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
h1 {
  color: FireBrick;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 12px 40px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}
h2 {
  font-size: 20px;
  margin: 30px 0 0 30px;
}
h2::before {
  content: "■";
  font-family: MSゴシック;
  color: #000;
  font-weight: bold;
}
nav {
  width: 100%;
  background-color: #444;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav1 {
  flex: 0 0 235px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  background-color: #444;
}
.nav2 {
  flex: 0 0 120px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  column-gap: 5px;
  background-color: #444;
}
.menu1 {
  font-size: 15px;
  color: #fff;
  padding: 15px 5px 5px 5px;
  background-color: #444;
}
.menu2 {
  padding: 10px 5px 5px 5px;
}
.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;
}
.ya {
  margin-top: -5px;
}

/* ========== main ========== */
main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

/* ========== flame ========== */
#flame1 {
  width: calc(100% - 90px);
  margin: 20px auto 10px;
  padding: 15px;
  background-color: #bbb;
}
#flame2 {
  width: calc(100% - 30px);
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
}
.photo {
  width: 100%;
}
.p_title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.auther {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #000;
  margin-top: 10px;

}
.notice {
  width: 435px;
  font-size: 14px;
  margin: 40px auto 10px;
}

/* ========== footer ========== */
footer {
  width: 100%;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 22px;
  background-color: #444;
}

}











@media screen and (max-width:600px) {
body {
  background-color: #eee;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: #191970;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
h1 {
  color: FireBrick;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 16px 20px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}
h2 {
  font-size: 20px;
  margin: 30px 0 0 30px;
}
h2::before {
  content: "■";
  font-family: MSゴシック;
  color: #000;
  font-weight: bold;
}

/* ========== nav ========== */
.nav1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  background-color: #444;
  border-top: 2px solid #999;
}
.nav2 {
  width: calc(100% - 10px);
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  background-color: #444;
  border-bottom: 1px solid #999;
}
.menu1 {
  font-size: 15px;
  color: #fff;
  padding: 10px 5px 5px 5px;
  background-color: #444;
}
.menu2 {
  padding: 10px 5px 5px 5px;
}
.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;
}
.ya {
  margin-top: -5px;
}

/* ========== main ========== */
main {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

/* ========== Photo flame ========== */
#flame1 {
  width: calc(100% - 50px);
  margin: 20px auto 10px;
  padding: 10px;
  background-color: #bbb;
}
#flame2 {
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}
.photo {
  width: 100%;
}
.p_title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.auther {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-top: 10px;
}
.notice {
  width: calc(100% - 37px);
  font-size: 14px;
  margin: 40px 10px 0 27px;
  text-indent: -17px;
}
/* ========== footer ========== */
footer {
  width: 100%;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 22px;
  background-color: #444;
}
}
