@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}


a:hover {
  cursor: url(/image/wing.png),auto;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 64px;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

/*--index.htmlのページに関するCSS--*/

footer {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding-top: 30px;

  @media (max-width: 465px) {
    gap: 8px;
  }
}

.paintedby {
  font-size: 14px;
  line-height: 1.6;

  @media (max-width: 465px) {
    font-size: 12px;
  }
}

.AYAKONDO {
  font-size: 18px;
  line-height: 1.6;

  @media (max-width: 465px) {
    font-size: 16px;
  }
}

.exhibition-title {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;

  @media (max-width: 465px) {
    font-size: clamp(20px,6vw,32px)
  }
}

.index-rooms {
  container-name: index-rooms;
  container-type: inline-size;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 70vw;

  @media (max-width: 400px) {
    gap: 20px;
  }
}

.index-rooms li {
  display: flex;
  width: clamp(140px,20cqi,250px);
  height: clamp(180px,40cqb,430px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9999px 9999px 0px 0px;
  border: 1px solid #000;
}

.room1room2  {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  min-width:350px;

  @media (max-width: 400px) {
    width: 70vh;
    gap: 20px
  }
}

.room3room4  {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  min-width: 350px;

  @media (max-width: 400px) {
    width: 70vh;
    gap: 20px;
  }
}

/*--ROOMのページに関するCSS--*/

.works {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.work {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}

.work img {
  display: block;
  height: 300px;
  width: auto;

  @media (max-width:586px) {
    display: block;
    height: 250px;
    width: auto;
  }
}

.work-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
}

.work-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 14px;
}

.work-release {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 14px;
}

.entrance {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 8px;

  @media (max-width:465px) {
    gap: 4px;
  }
}

.entrance-text {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;

  @media (max-width:465px) {
    font-size: 14px;
  }
}

.entrance-icon {
  display: flex;
  width: 25px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 9999px 9999px 0px 0px;
  border: 1px solid #000;  
    align-items: center;
  align-content: center;
  justify-content: center;

  @media (max-width:465px) {
    width: 15px;
    height: 20px;
  }
}


/*--ROOM1のページに関するCSS--*/
.room1-rooms {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: nowrap;

  @media (max-width:586px) {
    font-size: 14px;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 200px;
  }
}

.room1-rooms .room1 {
  color: #000;
  border-bottom:solid #000 1px; /*borderの指定*/
  padding-bottom:8px;
}

.room1-rooms .room2 {
  color: #747474;
}

.room1-rooms .room3 {
  color: #747474;
}

.room1-rooms .room4 {
  color: #747474;
}

/*--ROOM2のページに関するCSS--*/
.room2-rooms {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;

  @media (max-width:586px) {
    font-size: 14px;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 200px;
  }
}

.room2-rooms .room1 {
  color: #747474;
}

.room2-rooms .room2 {
  color: #000;
  border-bottom:solid #000 1px; /*borderの指定*/
  padding-bottom:8px;
}

.room2-rooms .room3 {
  color: #747474;
}

.room2-rooms .room4 {
  color: #747474;
}


/*--ROOM3のページに関するCSS--*/
.room3-rooms {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;

  @media (max-width:586px) {
    font-size: 14px;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 200px;
  }
}

.room3-rooms .room1 {
  color: #747474;
}

.room3-rooms .room2 {
  color: #747474;
}

.room3-rooms .room3 {
  color: #000;
  border-bottom:solid #000 1px; /*borderの指定*/
  padding-bottom:8px;
}

.room3-rooms .room4 {
  color: #747474;
}




/*--ROOM4のページに関するCSS--*/
.room4-rooms {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;

  @media (max-width:586px) {
    font-size: 14px;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 200px;
  }
}


.room4-rooms .room1 {
  color: #747474;
}

.room4-rooms .room2 {
  color: #747474;
}

.room4-rooms .room3 {
  color: #747474;
}

.room4-rooms .room4 {
  color: #000;
  border-bottom:solid #000 1px; /*borderの指定*/
  padding-bottom:8px;
}


/*--aboutのページに関するcss--*/

.aboutme {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
  padding-block: 56px;

  @media (max-width:580px) {
    flex-wrap: wrap-reverse;
  }
}

.aboutme-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  gap: 24px;

  @media (max-width:579px) {
    justify-content: center;
    align-items: center;    
  }
}

.instagram {
  display: block;
  width: 36px;
  height: 36px;
}

.name {
  font-size: 24px;
  font-weight: 400;
}

.aboutme-image {
  display: block;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
}