html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.green {
  overflow: hidden;
}
.green .top {
  background-color: #ECF3D4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
}
.green .bottom {
  background-color: #ECF3D4;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
}
.green section {
  background-color: #ECF3D4;
}
.green h2 span {
  margin: 0 !important;
}

header {
  height: 100px;
}
@media screen and (max-width: 1000px) {
  header {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 150px;
  }
}
header h1 {
  display: flex;
  font-size: 3.2rem;
  align-items: center;
  margin-left: 20px;
}
header h1 a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 1300px) {
  header h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  header h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  header h1 {
    padding-top: 35px;
    justify-content: center;
  }
}
header h1 img {
  height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  header h1 img {
    height: 40px;
  }
}
header .header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  header .header-in {
    display: block;
  }
}
header .up {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  font-size: 1.5rem;
  gap: 5px;
  width: 40vw;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  header .up {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  header .up {
    font-size: 1.2rem;
    width: 60vw;
  }
}
@media screen and (max-width: 1000px) {
  header .up {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
header ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style-type: none;
  font-size: 2rem;
  gap: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  header ul {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  header ul {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  header ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
header ul li {
  text-align: center;
}
header ul li a {
  text-decoration: none;
  color: black;
}
header .info a {
  background-color: #EDC920;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: black;
}
header .tel a {
  background-color: #85CF55;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: black;
}
header .program a {
  background-color: #ED2072;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: white;
}
header i {
  margin-right: 5px;
}

.emergency {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .emergency {
    display: block;
  }
}
.emergency a {
  text-decoration: none;
  color: #000000;
}
.emergency .e_news {
  border: 3px solid #c90e0e;
  display: grid;
  grid-template-columns: 1fr 5fr;
  min-width: 50vw;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .emergency .e_news {
    display: block;
  }
}
.emergency .e_news .h2 {
  background-color: #c90e0e;
  color: white;
  margin: 0;
  padding: 10px;
  height: 100%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.emergency .e_news .news_contents {
  padding: 5px;
  font-size: 1.3rem;
}
.emergency .trouble {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .emergency .trouble {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .emergency .trouble {
    width: 90%;
  }
}
.emergency .cat-0 {
  display: none;
}
.emergency .none {
  font-size: 1.3rem;
  margin-left: 20px;
}

.main {
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: hidden;
}
@media screen and (max-width: 1300px) {
  .main {
    height: auto;
  }
}
.main .main_img {
  width: 100%;
}
.main .visual {
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: hidden;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

article {
  background-color: #FCFAF2;
  padding-top: 30px;
  position: relative;
}
article h2 {
  margin: 0;
  font-size: 3rem;
  text-align: center;
}
article h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
  margin-top: 45px;
}

.notice {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .notice {
    width: 95%;
    padding: 5px;
  }
}
.notice ul {
  list-style-type: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.notice ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
.notice ul li time {
  width: 15em;
  float: left;
}
.notice .flex {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 1000px) {
  .notice .flex {
    display: block;
  }
}
.notice .more {
  text-align: right;
}
.notice a {
  text-decoration: none;
  color: black;
}
.notice .cat-1 {
  display: none;
}

.greeting {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 180%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .greeting {
    width: 90%;
  }
}
.greeting .name {
  text-align: right;
  margin-top: 15px;
  line-height: 130%;
  font-size: 1.4rem;
}

.program_area {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .program_area {
    display: block;
  }
}
.program_area .p_list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .program_area .p_list {
    display: block;
  }
}
.program_area ul {
  list-style-type: decimal;
  list-style-position: inside;
}
.program_area div {
  border-radius: 10px;
}
.program_area div:first-child {
  background-color: white;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .program_area div:first-child {
    margin-bottom: 20px;
  }
}
.program_area div:last-child {
  background-color: #FAD6D6;
  padding: 20px;
}

.tv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .tv {
    display: block;
  }
}
.tv table {
  background-color: white;
  width: 100%;
  border-collapse: collapse;
}
.tv table td, .tv table th {
  padding: 5px;
  border: 1px solid #ccc;
}

.channel h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  width: 80%;
  margin-left: 10%;
  font-size: 1.4rem;
  font-weight: normal;
}
.channel h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.channel h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.channel ul {
  margin: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 180%;
  margin-top: 30px;
  list-style: none;
}

.soshiki {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  .soshiki {
    width: 90%;
    display: block;
  }
}
.soshiki table {
  border-collapse: collapse;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .soshiki table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.soshiki table th, .soshiki table td {
  padding: 5px;
  border: 1px solid #ccc;
}

.kanyu {
  border-collapse: collapse;
  background-color: white;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-top: 30px;
}
.kanyu th, .kanyu td {
  padding: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .kanyu {
    width: 90%;
  }
}

.area {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .area {
    display: block;
    width: 90%;
  }
}
.area div {
  background-color: white;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 1000px) {
  .area div {
    margin-top: 20px;
  }
}

.info_area {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-top: 30px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .info_area {
    width: 90%;
  }
}
.info_area p {
  grid-template-columns: 1fr 3fr;
  margin: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .info_area p {
    display: block;
  }
}
.info_area label {
  display: inline-block;
  width: 15em;
}
@media screen and (max-width: 1000px) {
  .info_area label {
    display: block;
  }
}
.info_area input[type=text], .info_area input[type=tel], .info_area input[type=email] {
  width: 25em;
  padding: 5px;
}
@media screen and (max-width: 1000px) {
  .info_area input[type=text], .info_area input[type=tel], .info_area input[type=email] {
    width: 100%;
  }
}
.info_area input[type=text].long {
  width: 30em;
}
@media screen and (max-width: 1000px) {
  .info_area input[type=text].long {
    width: 100%;
  }
}
.info_area input[type=radio] {
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .info_area input[type=radio] {
    float: left;
  }
}
.info_area span {
  width: 15em;
}
.info_area textarea {
  width: 30em;
  height: 5em;
}
@media screen and (max-width: 1000px) {
  .info_area textarea {
    width: 100%;
  }
}
.info_area .hissu {
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 10px;
}
.info_area .radio label {
  width: auto;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .info_area .radio span {
    display: block;
  }
}
.info_area button {
  width: 250px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: block;
  background-color: #E36510;
  border: none;
  border-radius: 5px;
}

.map {
  width: 100%;
  aspect-ratio: 7/1;
}

footer {
  background-color: #103814;
  font-size: 1.6rem;
  color: white;
  padding-top: 20px;
}
footer .footer-in {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-in .logo {
  display: flex;
  align-items: center;
}
footer .footer-in .logo img {
  width: 50px;
  margin-right: 20px;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer small {
  text-align: right;
  font-size: 1.1rem;
  padding: 10px;
  display: block;
}
footer ul {
  display: flex;
  justify-content: end;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  footer ul {
    display: block;
  }
}
footer ul li {
  margin-left: 20px;
  margin-right: 20px;
}
footer ul li a {
  text-decoration: none;
  color: white;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker_b {
  background: linear-gradient(transparent 60%, #73B0DF 60%);
}

.marker_g {
  background: linear-gradient(transparent 60%, #82BB6D 60%);
}

.marker_o {
  background: linear-gradient(transparent 60%, #E9BE48 60%);
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt130 {
  margin-top: 130px;
}

.font-b {
  font-size: 2rem;
}

.font-s {
  font-size: 1.1rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.go_top {
  position: fixed;
  bottom: 3em;
  right: 5px;
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #82BB6D;
  border-radius: 50%;
}
.go_top a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.go_top:hover {
  background-color: #73B0DF;
}

#up_ymd {
  text-align: right;
}

.pNav {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 180%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.pNav a {
  text-decoration: none;
  color: #000000;
}

.backORcloseBtn {
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: white;
  text-align: center;
  font-size: 1.4rem;
}
.backORcloseBtn a {
  text-decoration: none;
  color: #000000;
}

.backORcloseBtn:hover {
  background-color: #ECF3D4;
}

#newsWrap {
  min-height: 60vh;
  padding-bottom: 30px;
}

.news_list {
  margin-bottom: 30px;
}
.news_list a {
  text-decoration: none;
  color: #000000;
}/*# sourceMappingURL=style.css.map */