@charset "utf-8";

@media print, screen and (min-width:481px) {
body {
 font-size:14px;
  color: #191970;
/* color:#152197;*/
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  background-color: #eee;
}
#container {
  margin: 4px auto 5px;
  width: 100%;
  max-width: 850px;
  background-color: #ffffff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common.png");
}
h1 {
  width: calc(100% - 50px);
  font-size: 45px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 65px 50px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  width: 100%;
  height: 40px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
.menu1 {
  width: 80px;
  font-size: 17px;
  color: blue;
  margin: 10px 0 0 30px;
  border: 0px solid #000;
}
main {
  width: calc(100% - 70px);
  margin: 25px 30px 30px 40px;
  border: 0px solid #000;
}
h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 0px 0px 16px 0px;
  border-bottom: 3px solid #999;
}
.medium1 {
  margin-top: 30px;
  font-size: 20px;
  color: #152197;
  line-height: 22px;
}
.medium1::before {
  content: "● ";
  color:red;
}
.medium2 {
  width: calc(100% - 18px);
  margin: 10px 10px 0px 18px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: 17px
}
.keikaku {
  margin: 10px 0 0 20px;
  font-size: 17px;
  color: #000;
  line-height: 20px;
  border: 0px solid #000;
}
.entry {
  width: 100%;
  text-align: left;
  display: grid;
  grid-auto-rows: minmax(25px,auto);
  grid-template-columns: 17px 37px 46px 37px 1fr;
  grid-row-gap: 10px;
  border: 0px solid #000;
}
.text1 {
  text-align: center;
  padding-top: 2px;
}
.text2 {
  text-align: right;
  padding-top: 2px;
}
.text3 {
  text-align: right;
  padding-top: 2px;
}
.text4 {
  text-align: center;
  padding-top: 2px;
}
.text4::before {
  display: inline-block;
  content: "(";
  vertical-align: middle;
  margin: -6px 0.05em 0px 0.2em;
  border: 0px solid #000;
}
.text4::after {
  display: inline-block;
  content: ")";
  vertical-align: middle;
  margin: -6px 0.2em 0px 0.05em;
}
.text5 {
  padding-top: 2px;
}

.photo {
  width: 90%;
  margin: 20px auto 0px;
}
.cmt {
  color:blue;
  font-size:14px;
  text-align:center;
  margin-top: 5px;
}
footer {
  height: 34px;
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #444;
}

}





/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {

body {
 font-size:14px;
 color:#152197;
 font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
 background-color: #eee;
}
#container {
 margin: 4px auto 5px;
 width: 100%;
 max-width: 850px;
 background-color: #ffffff;
 border: 1px solid #777;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
  background-size: cover;
}
h1 {
  width: calc(100% - 20px);
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 75px 20px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  width: 100%;
  height: 40px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
.menu1 {
  width: 75px;
  font-size: 16px;
  color: blue;
  margin: 10px 0 0 30px;
}
main {
  width: calc(100% - 20px);
  margin: 25px 10px 30px 10px;
  border: 0px solid #000;
}
h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 0px 0px 16px 0px;
  border-bottom: 3px solid #999;
}
.medium1 {
  margin-top: 30px;
  font-size: 18px;
  color: #152197;
  line-height: 20px;
}
.medium1::before {
  content: "● ";
  color:red;
}
.medium2 {
  width: calc(100% - 18px);
  margin: 5px 0px 0px 18px;
  font-size:17px;
  color:#152197;
  line-height:22px;
  text-indent: 17px
}
.keikaku {
  margin: 10px 0 0 10px;
  font-size: 17px;
  color: #000;
  line-height: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 125px 1fr;
  grid-row-gap: 6px;
  border: 0px solid #000;
}
.text1 {
  margin: 0 0 0 19px;
  text-indent: -19px;
}
.photo {
  width: 90%;
  margin: 20px auto 0px;
}
.cmt {
  color:blue;
  font-size:14px;
  text-align:center;
  margin-top: 5px;
}
footer {
  height: 34px;
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #444;
}
}
