@charset "utf-8";

/*　PC用 600px以上のCSS　*/
@media print, screen and (min-width:601px) {

body {
  background-color: #eee;
}
#container {
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  color: #152197;
  margin: 4px auto 4px;
  width: 100%;
  max-width: 850px;
  background-color: #ffffff;
  border-left: 1px solid #b19582;
  border-right: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common.png");
}
h1 {
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding-top: 70px;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 5px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
  font-size: 17px;
}
main {
  width: 100%;
  margin: 0px auto 30px;
  border: 0px solid #f00;
}
h2 {
  font-size: 24px;
  color: #152197;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
  letter-spacing: 3px;
  text-align:center;
}
.text1 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text1:before {
  content: "●";
  font-family: MSゴシック;
  color: #ff5d5d;
  font-weight: bold;
  margin-right: 5px;
}
.text2 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text2:before {
  content: "●";
  font-family: MSゴシック;
  color: #18b518;
  font-weight: bold;
  margin-right: 5px;
}
.text3 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text3:before {
  content: "●";
  font-family: MSゴシック;
  color: #d542ff;
  font-weight: bold;
  margin-right: 5px;
}
#banner-1 {
  width: calc(90% - 60px);
  margin: 10px 0px 20px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #ffe3c3;
  border-left: 25px solid #c27820;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-2 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #fcf5ff;
  border-left: 25px solid #df8aff;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-3 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #f3f9ff;
  border-left: 25px solid #0e8afe;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-4 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #fdf8ff;
  border-left: 25px solid #cd20ff;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-5 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #f7fff6;
  border-left: 25px solid #38b02b;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-6 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #e6e6fa;
  border-left: 25px solid #9370db;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-7 {
  width: calc(90% - 60px);
  margin: 50px 0px 10px 40px;
  padding: 8px 0px 3px 17px;
  background-color: #e6e6fa;
  border-left: 25px solid #9370db;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#box-1 {
  width: 80%;
  margin: 0px auto 40px;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 22px;
  border-radius: 15px;
  border: 2px blue dotted;
}
#box-2 {
  width: 80%;
  margin: 20px auto;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #785d3d solid;
}
#box-3 {
  width: 80%;
  margin: 20px auto;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #df8aff solid;
}
#box-4 {
  width: 70%;
  margin: 20px auto;
  padding: 15px 20px 15px 20px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #109dff solid;
}
.catch {
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
}
.photo {
  width: 100%;
}

/* 各年度ごとの表 */
.table {
  width: 90%;
  margin: 10px 5% 0 5%;
  line-height: 18px;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: minmax(32px, auto);
  grid-template-columns: 85px 65fr 35fr;
}
.date {
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f0f8ff;
}
.theme {
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  background-color: #F0F8FF;
  border-left: 1px solid #777;
}
.name {
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  background-color: #F0F8FF;
  border-left: 1px solid #777;
}
.date2 {
  text-align: right;
  padding: 7px 3px 0 0;
  border-top: 1px solid #777;
}
.theme2 {
  padding: 7px 0 0 4px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.name2 {
  padding: 7px 0 0 4px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
footer {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 20px;
  background-color: #444;
}

}







/*　タブレット用599pxまでのCSS　*/
@media screen and (max-width:600px) {

body {
  background-color: #eee;
}
#container {
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  color: #152197;
  margin: 4px auto 4px;
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  border-left: 1px solid #b19582;
  border-right: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
}
h1 {
  font-size: 28px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding-top: 80px;
  text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
  font-size: 17px;
}
main {
  width: 100%;
  margin: 0px auto 30px;
  border: 0px solid #f00;
}
h2 {
  font-size: 20px;
  color: #152197;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px;
  text-align:center;
}
.text1 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text1:before {
  content: "●";
  font-family: MSゴシック;
  color: #ff5d5d;
  font-weight: bold;
  margin-right: 5px;
}
.text2 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text2:before {
  content: "●";
  font-family: MSゴシック;
  color: #18b518;
  font-weight: bold;
  margin-right: 5px;
}
.text3 {
  margin: 5px 20px 0 30px;
  text-indent: -22px;
  line-height: 22px;
}
.text3:before {
  content: "●";
  font-family: MSゴシック;
  color: #d542ff;
  font-weight: bold;
  margin-right: 5px;
}
#banner-1 {
  width: calc(90% - 60px);
  margin: 10px auto 20px;
  padding: 6px 0px 3px 17px;
  background-color: #ffe3c3;
  border-left: 25px solid #c27820;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-2 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #fcf5ff;
  border-left: 25px solid #df8aff;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-3 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #f3f9ff;
  border-left: 25px solid #0e8afe;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-4 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #fdf8ff;
  border-left: 25px solid #cd20ff;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-5 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #f7fff6;
  border-left: 25px solid #38b02b;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-6 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #e6e6fa;
  border-left: 25px solid #9370db;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#banner-7 {
  width: calc(90% - 60px);
  margin: 50px auto 10px;
  padding: 6px 0px 3px 17px;
  background-color: #e6e6fa;
  border-left: 25px solid #9370db;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
}
#box-1 {
  width: 90%;
  margin: 0px auto 40px;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 22px;
  border-radius: 15px;
  border: 2px blue dotted;
}
#box-2 {
  width: 80%;
  margin: 20px auto;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #785d3d solid;
}
#box-3 {
  width: 80%;
  margin: 20px auto;
  padding: 15px 10px 15px 10px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #df8aff solid;
}
#box-4 {
  width: 70%;
  margin: 20px auto;
  padding: 15px 20px 15px 20px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 15px;
  border: 1px #109dff solid;
}
.catch {
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
}
.photo {
  width: 100%;
}

/* 各年度ごとの表 */
.table {
  width: 96%;
  margin: 10px 2% 0 2%;
  line-height: 18px;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: minmax(32px, auto);
  grid-template-columns: 85px 65fr 35fr;
}
.date {
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f0f8ff;
}
.theme {
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  background-color: #F0F8FF;
  border-left: 1px solid #777;
}
.name {
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  background-color: #F0F8FF;
  border-left: 1px solid #777;
}
.date2 {
  text-align: right;
  padding: 7px 3px 0 0;
  border-top: 1px solid #777;
}
.theme2 {
  padding: 7px 0 0 4px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.name2 {
  padding: 7px 0 0 4px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
footer {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}


}
