/* スマートフォン用CSS */
@media screen and (max-width: 800px) {
  
img{
  max-width: 100%;
  height: auto !important;
}
body, h1, h2, h3 {
  margin: 0px;
  font-size: medium;
  font-weight: normal;
}
/* body背景、リンク色等をCSS化 */
body {
  background-color: #990000;
  color: black;
}
a:link {
  color: #003300;
}
a:visited {
  color: #003300;
}
a:hover {
  background-color: #669900;
  color: white;
}
#box-all {
  text-align: center;
}
#box-top1 {
  background-color: #eeffcc;
}
#box-top2 {
  font-size: small;
  text-align: center;
}
#box-top21 {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #eeffcc;
}
/*　スマホではTOP右側は表示しない */
#box-top22 {
  height: 0px;
  overflow: hidden;
}
#box-top3 {
  background-color: #669900;
  clear: both;
  margin-bottom: 5px;
  font-size: medium;
  color: white;
}
#box-body1 {
  text-align: center;
  clear: both;
}
#box-body2 {
  text-align: center;
}
#box-last1 {
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-t3 {
  background-color: #669900;
  clear: both;
  margin-bottom: 5px;
  font-size: medium;
  color: white;
}
.box-b1:nth-child(odd) {
  background-color: #f7ffcc;
}
.box-b1:nth-child(even) {
  background-color: #eeffcc;
}

.box-b1 {
  margin: 10px 0px;
  padding: 10px 20px;
}
.box-b11 {
  padding-left: 10px;
  text-align: left;
  border-left: 20px solid #ff6347;
}
.box-b12 {
  padding-top: 10px;
  padding-left: 30px;
  text-align: left;
  font-size: small;
}
.box-b13 {
  padding-left: 30px;
  text-align: left;
  font-size: small;
}

.box-b3 {
  border: 1pt solid #ccff66;
  padding: 10px 20px;
  margin-right: auto;
  margin-left: auto;
  font-size:  small;
  text-align: left;
  background-color: #669900;
  color: #ffffcc;
}
.box-b4 {
  padding: 5px 10px;
  margin-left: auto;
  color: #000000;
  font-size: small;
  margin-right: auto;
  text-align: left;
}
.box-b5 {
  padding: 5px 10px;
  font-size: small;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.box-b9 {
  padding: 2px 1px;
  font-size: small;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.box-t1 {
  clear: both;
}
.str-h1 {
  font-size: small;
  color: #000000;
  font-weight: normal;
}
.str-sorry {
  color: #000000;
  font-size: small;
}
.str-pickup {
  color: #ff3300;
  font-size: large;
}
.str-b1-1 {
  font-weight: normal;
  color: #000000;
  font-size: small;
}
.str-b1-2 {
  font-weight: bold;
  color: #000000;
  font-size: large;
}
.str-date {
  font-weight: normal;
  color: #000000;
  font-size: small;
}

/* 2024-04-01向け */

.box-april00 {
  padding: 50px 20px;
  font-size: large;
  font-family: serif;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #111111;
  color: #000000;
}
.str-april00 {
  color: #ffffff;
  font-size: x-large;
  text-align: center;
}
.str-april01 {
  color: #000000;
  text-align: center;
}
.str-april02 {
  color: #000000;
  font-size: small;
}



}
/* ←CSSの一番最後に記述 */
