@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic&display=swap");

body {
  color: #000;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-rendering: auto;
  background-color: #fff;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  text-align: center;
  background-image: url(../img/main_visual.png);
  background-size: cover;
  margin-bottom: 65px;
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  header {
    background-image: none;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 575px) {
  header {
    margin-bottom: 16px;
  }
}

header h1 {
  color: #fff;
  font-size: 25px;
  background-color: rgb(255, 182, 185, 0.7);
  width: 100%;
}

@media screen and (min-width: 992px) {
  header h1 br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  header h1 {
    font-size: 20px;
    padding-top: 6px;
  }
}

header h1 img {
  vertical-align: -24px;
  padding-top: 12px;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  header h1 img {
    width: 112px;
  }
  header div.back {
    background-image: url(../img/main_visual_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 16px;
  }
}

.hmenu {
  width: 50px;
  height: 50px;
  border: none;
  background-color: rgb(255, 182, 185, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 15px;
}

.hmenu span,
.hmenu span::before,
.hmenu span::after {
  width: 35px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  position: absolute;
  transition: 0.5s;
}

.hmenu span::before {
  content: "";
  bottom: 12px;
}

.hmenu span::after {
  content: "";
  top: 12px;
}

.hmenu.close span {
  background-color: unset;
}

.hmenu.close span::before {
  bottom: 0px;
  transform: rotate(45deg);
}

.hmenu.close span::after {
  top: 0px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 575px) {
  .hmenu {
    display: flex;
  }
  .hmenu.close + nav {
    width: 200px;
  }
}

header div.sentence {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  header div.sentence {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  header div.sentence {
    max-width: 360px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

header h2 {
  max-width: 635px;
  font-size: 43px;
  line-height: 62px;
  text-align: left;
  margin-top: 84px;
  background-color: rgb(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 15px;
  margin-bottom: 84px;
}
@media screen and (max-width: 991px) {
  header h2 {
    width: 270px;
    font-size: 25px;
    line-height: 36px;
    margin-top: 19px;
    padding: 4px 10px;
    margin-bottom: 79px;
  }
}

header h2 span {
  white-space: nowrap;
  /* 絶対に一行で表示する */
  display: inline-block;
  /* google chromeでの不具合を防ぐ */
}

header p.describe {
  font-size: 35px;
  background-color: rgb(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  text-align: left;
  padding: 15px 10px;
  margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
  header p.describe {
    font-size: 15px;
    line-height: 25px;
    padding: 0px 10px;
    margin-bottom: 0px;
  }
}

header nav {
  width: 100%;
  background-color: rgba(187, 222, 214, 0.7);
  backdrop-filter: blur(5px);
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (max-width: 991px) {
  header nav {
    background-color: unset;
    max-width: 92.3%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: unset;
  }
}
@media screen and (max-width: 575px) {
  header nav {
    background-color: #ffb6b9;
    width: 0px;
    height: calc(100% - 93.26px);
    border: none;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 93.26px;
    right: 0px;
    transition: 0.5s;
    overflow-x: hidden;
    white-space: nowrap;
    z-index: 1;
  }
}

header nav ul {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  header nav ul {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  header nav ul {
    background-color: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4.2%;
  }
}

header nav li {
  font-size: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  header nav li {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  header nav li {
    flex-basis: 47.8%;
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  header nav li {
    padding-left: 15px;
    text-align: left;
    margin-bottom: 10px;
  }
}

nav li.mm {
  display: none;
}
@media screen and (max-width: 575px) {
  nav li.mm {
    display: block;
  }
}

header nav li a:hover {
  opacity: 0.7;
}

header nav li a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  header nav li a {
    display: block;
    background-color: rgba(187, 222, 214, 0.7);
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 575px) {
  header nav li a {
    color: #fff;
    background-color: unset;
  }
}

header nav p {
  display: none;
  width: 120px;
  opacity: 0.6;
  position: absolute;
  bottom: 20px;
  left: 40px;
}
@media screen and (max-width: 575px) {
  header nav p {
    display: block;
  }
}

article {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex; /*サイドバーとメインコンテンツを横並びにする                指定をした*/
}
@media screen and (max-width: 1139px) {
  article {
    width: 92.3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.content section {
  background-color: #fae3d9;
  max-width: 665px;
  padding-top: 35px;
  padding-bottom: 13px;
  margin-bottom: 65px;
  text-align: left;
}
@media screen and (max-width: 1139px) {
  .content section {
    max-width: 100%;
    padding-top: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}

.content h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1139px) {
  .content h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1139px) {
  .news h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1139px) {
  .content h2 span {
    display: block;
    line-height: 30px;
    font-size: 22px;
  }
}

.content h2 br {
  display: unset;
}

.content h3 {
  text-align: left;
  font-size: 22px;
  margin-top: 36px;
  padding-left: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1139px) {
  .content h3 {
    line-height: 26px;
    font-size: 16.5px;
  }
}

.content p {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

.content div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .content div {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.content div p:first-child {
  padding-left: 17px;
  flex: 1.5;
}
@media screen and (max-width: 575px) {
  .content div p:first-child {
    padding-left: unset;
  }
}

.content div p:nth-child(2) {
  flex: 1;
}

.about p {
  line-height: 36px;
  font-size: 22px;
}
@media screen and (max-width: 1139px) {
  .about p {
    line-height: 26px;
    font-size: 16.5px;
  }
}

.content .news p {
  line-height: 41px;
  font-size: 25px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1139px) {
  .content .news p {
    line-height: 25px;
    font-size: 17px;
    padding-bottom: 11px;
  }
}

.side {
  max-width: 380px;
  text-align: left;
  margin-left: 65px;
}
@media screen and (max-width: 1139px) {
  .side {
    max-width: 100%;
    margin-left: unset;
    margin-bottom: 16px;
  }
}

.side table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1139px) {
  .side table {
    font-size: 15px;
    line-height: 30px;
  }
}

.side table thead {
  background-color: #fae3d9;
  border: 1px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
}

.side table th {
  border-left: 1px solid #3d3d3d;
  padding: 5px;
}

.side table tbody {
  background-color: #fff;
}

.side table td {
  border: 1px solid #3d3d3d;
  font-size: 12px;
  vertical-align: middle;
}

.side a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  background-color: #ffb6b9;
  padding: 15px 22px;
  display: inline-block;
}
@media screen and (max-width: 1139px) {
  .side p {
    text-align: center;
  }
  .side a {
    width: 100%;
    font-size: 20px;
    padding: 8px 0px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1139px) {
  .side section:first-child p:nth-child(3) {
    text-align: left;
  }
}
/* @media screen and (max-width: 767px) {
  .side section:first-child p:nth-child(3) {
    margin-left: 5px;
  }
} */

.side a:hover {
  opacity: 0.7;
}

.side .blue {
  background-color: #8ac6d1;
  margin-top: 25px;
  padding: 25px 25px 15px;
}
@media screen and (max-width: 1139px) {
  .side .blue {
    margin-top: unset;
  }
}

.side section {
  background-color: #fff;
  padding-bottom: 14px;
  margin-bottom: 25px;
}

.side h2 {
  font-size: 30px;
  text-align: center;
  line-height: 44px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.side .blue p {
  max-width: 311px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  font-size: 14px;
}

.side h3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.side .access p {
  text-align: center;
  padding-bottom: 15px;
}

.side .access div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.side .access div iframe {
  width: 100%;
}

footer {
  background-color: #bbded6;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  footer {
    font-size: 15px;
  }
}

footer div {
  max-width: 97.4%;
  margin-left: auto;
  margin-right: auto;
}

footer address {
  padding-top: 33px;
  line-height: 36px;
  text-align: left;
}

footer .copy {
  text-align: right;
  margin-top: -101px;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  footer .copy {
    text-align: center;
    font-size: 14px;
    margin-top: -125px;
  }
}

footer div p.logo {
  opacity: 0.6;
  width: 122px;
  margin-left: auto;
  margin-right: 40px;
  margin-top: -90px;
  padding-bottom: 69px;
}
@media screen and (max-width: 991px) {
  footer div p.logo {
    width: 88.5px;
    margin-right: 10px;
    margin-top: -105px;
  }
}

footer p.pagetop {
  position: fixed;
  right: 11px;
  bottom: 11px;
  display: none;
}
@media screen and (max-width: 991px) {
  footer p.pagetop {
    width: 50px;
  }
}
