@charset "utf-8";
/* ==========================
common
============================ */
html {
  font-size: 62.5%;
}

body {
  font-family:
   "Inter",
    Arial,
    sans-serif;
  font-style: normal;
  color: #000;
  background-color: #FFF;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sectiou__topic {
  font-family: Arial;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  background-color: #D23E3E;
  color: #FFF;
}





/* ==========================
header
============================ */
/* header */
.header {
  background: #f5f5f5;
  padding: 20px 50px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 140px;
}

.header__menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.header__menu a {
  text-decoration: none;
  color: #D23E3E;
  font-size: 1.6rem;
  font-weight: bold;
}

/* ==========================
main
============================ */

/* main */
.main__img {
  width: 100%;
  height: auto;
  display: block;
}

/* schedule */
.schedule__calendar {
  display: block;
  width: 100%;
  height: 800px;
  max-width: 1200px;
  margin: 0 auto;
}

/* schedule sp */
@media screen and (max-width: 769px) {
  .schedule__calendar {
    height: 400px;
    max-width: 600px;
  }
}/* sp 769px */

/* profile */
.profile__style {
  width: 100%;
  display: flex;
  padding: 0;
  margin: -1px 0;
}

.profile__icon {
  margin: 64px 100px 64px 6%;
  width: 24%;
}

.profile__txt {
  text-align: center;
  font-size: 2.2vw;
  line-height: 2;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* profile sp */
@media screen and (max-width: 769px) {
  .profile__style {
    display: block;
    text-align: center;
  }

  .profile__icon {
    margin: 20px 0;
    width: 80%;
  }

  .profile__txt {
    font-size: 4.2vw;
    line-height: 1.6;
    width: 100%;
    padding-bottom: 20px;
  }

}/* sp 769px */



/* menu */
.menu__price {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 20px;
}

.menu__list {
  padding: 50px 0;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 40px;
  text-align: center;
}

.menu__img {
  width: 400px;
  height: 400px;
}

.menu__title {
  text-align: center;
  font-size: 2rem;
}

.menu__txt {
  font-size: 1.2rem;
}

/* menu sp */
@media screen and (max-width: 769px) {

}/* sp 769px */

/* news */
.section--news {
  background-image: url(../images/information-background-pc.png);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.news__list {
  max-width: 743px;
  margin: 32px auto 0;
}

.news__topic {
  display: block;
  font-size: 2.2rem;
  color: black;
  margin: 40px ;
  list-style: none;
}

.news__topic:first-of-type {
  margin-top: 22px;
}

.btn {
  width: 312px;
  display: block;
  padding: 16px 0 18px;
  border: 2px solid #D23E3E;
  color: #D23E3E;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
  transition: 0.4s;
  margin: 30px auto 0;
  text-decoration: none;
}

/* news sp */
@media screen and (max-width: 769px) {

}/* sp 769px */

/* album */
.photo-row {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.photo-row img {
  width: calc(100% / 6);
}

/* aldum sp */
@media screen and (max-width: 769px) {

}/* sp 769px */

/* access */
.access__map {
  width: 100%;
  padding: 0 50px;
  aspect-ratio: 4 / 3;
  margin: 50px auto;
}

/* access sp */
@media screen and (max-width: 769px) {

}/* sp 769px */