@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

* {
    font-family: Helvetica, Arial, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: small;

}

body {
  background-image: url(img/main_haikei.jpg);
  background-attachment: fixed; /* 背景を固定 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .pcmidashi {
      font-size: large;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}


.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #2589d0;
}

.footer-2__logo {
    width: 130px;
    height: 30px;
}

.footer-2__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-2__sns-icon {
    width: 21px;
    height: 21px;
}

.footer-2__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}


.banner_box {
    margin: 10px 10% 10px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news_box {
  margin: 10px 10% 10px 10%;
  color: white;
}

.notice_box {
  margin: 15px;
  color: white;
}

.red {
  color: #ff0000;
  text-decoration:underline;
}

.top_img {
  margin: 55px 0 0 0; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.artist_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.ma10 {
    margin: 5px;
}

.pa5 {
    padding: 5px;
}

.pa30 {
  padding-top: 30px;
}

.small {
    font-size: smaller;
}

.nav-link {
    color: black;
}

.navbar-toggler{
    border-color: darkgray;
}

img {
    padding: 5px;
    max-width: 100%;
    height: auto;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(169,169,169,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.top_title {
    margin-top: 30px;
    padding: 0px 10px 0 10px;
    width: 100%;
    height: 300px;
    background-image: url(img/top01.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_ticket {
    margin-top: 30px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_ticket.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_artist {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_artist.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_time {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_time.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_area {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_area.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_access {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_access.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_notice {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_notice.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_contact {
    margin-top: 50px;
    width: 100%;
    height: 25vw;
    background-image: url(img/top_contact.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.midashi {
    font-size: 2rem;
}

.white {
  color: white;
}

.back_color {
    background-color: none;
    margin: 20px;
    border-radius: 20px;
    padding: 10px;
    border: 2px solid #ffffff;
}

.back_color_bl {
    background-color: rgb(22, 22, 215);
    margin: 20px;
    border-radius: 10px;
    padding: 10px;

}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comsoon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.content_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #7d7d7d;
    margin: 0;
    padding: 0;
}

.photo_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.midashi_box {
    background-color: none;
    font-size: large;
    font-weight: bold;
    padding: 10px 30px 5px 30px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: white;
}

.midashi_box02 {
    background-color: none;
    font-size: large;
    font-weight: bold;
    padding: 10px 30px 5px 30px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 10px 20px 20px 20px;
    color: white;
}

li {
    padding: 10px 0 10px 0;
    color:white
}

.midashi {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 0;
    color: white;
}

.moji {
  color: white;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
  background-color:rgb(253, 119, 190); 
}

.accordion__item01 {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
  background-color:rgb(110, 254, 182); 
}

/* アコーディオン タイトル */
.accordion__title {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

/* +アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #9c9c9c;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
  background-color: aliceblue;
}

.accordion__content.is-open {
  display: block;
  margin: 0;
  padding: 0;
}

/* アコーディオン展開時の-アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

.form_map {
  width: 80%;
  margin-top: 20px;
  color: white;
}

.tellbox {
  width: fit-content;
  border: 2px solid #000000;
  padding: 10px;
  margin-bottom: 10px;
}

.shadow {
  text-shadow: 3px 4px 3px rgb(61 70 70);
}

.link {
  text-decoration: none;
  color: inherit;
}