@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;900&family=Sora:wght@400;700&display=swap");

:root {
  --screen-width: 1280;
}
* {
font-family:'Source Han Serif JP', serif;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-size: 1em;
line-height: 1.4;
}
ul {
  list-style-type: none;
  list-style: square;
  text-align: left;
}

h1,
h2,
h3,
h4, h5,
h6,
a {
  text-decoration: none;
}

.rustext p{
  font-size: 1.1em;
}
.japtext p {
  font-size: 0.9em;
  color: #666699;
}
.japtext-span {
  color: #ff6600;
  color: #666699;
  padding-left: 1em;
}
.jap-title {
  color: #ff6600;
  color: #666699;
  padding-left: 1em;
  font-size: 0.5em;
}
.movietext {
  text-align:center;
  }
.smallimg img {
  margin-bottom: 0.5em;
  border-radius: 30px;
}

.bigimg img {
  width: 100%;
  max-width: 100%;
}
.itemimg img {
  background-size: auto;
  background-size: contain;
  background-size: cover;
  width: 30%;
}
.topmessage {
  text-align: center;
}
.yamagata-title {
  padding-top: 0;
  margin-top: 0;
  border-bottom: solid black;
  margin-top: 2rem;

}
.yamagata-title img {
  height: 2rem;
  margin-right: 0.5rem;
}
.description {
  padding-left: 1rem;
}
.test1 .test2 {
  width: 6rem;
}
.topimg {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.sec-title {
  background-image: url("../images/title-awa.png");
  object-fit: contain;
  object-fit: cover;
}

.makertext {
  text-align: center;
  }
.makertext img{
  width: 300px;
  max-width: 300px;
  max-height: 200px;
}
.kakomi-maru3 {
 margin: 2em auto;
 padding: 1em;
 width: 90%; /* ボックス幅 */
 background-color: #EEFFFF; /* ボックス背景色 */
 color: #666; /* 文章色 */
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border-radius: 10px; /* 角の丸み */
}
.pagetop {
  text-align: right;
}
.aboutinfo p {
  font-size: 0.8em;
}
