@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", "Font Awesome 5 Free", "Font Awesome 5 Brands";
  background: url(./images/bgimg.png) repeat;
  overflow-x: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd896;
  color: #fff;
  z-index: 9999;
  opacity: 1;
  transition-delay: 0.5s;
  transition: opacity 1.5s;
}

#loading p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title {
  color: #ffd896;
  text-decoration: none;
}

.container {
  background-color: #fff;
  max-width: 393px;
  margin: 0 auto;
  height: auto;
  min-height: 100vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 450px) {
  .container {
    box-shadow: none;
    max-width: 100%;
  }
}
header {
  width: 100%;
  height: 88px;
  background: #fff;
  color: #ffd896;
  vertical-align: middle;
  text-align: center;
  padding: 24px 0 24px 0;
}

h1 {
  font-family: "Cherry Bomb One", cursive;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.logo {
  font-family: "Cherry Bomb One", cursive;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 1.95px;
  margin-top: 8px;
}

main {
  width: 100%;
}

.select {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center;
}
.select_wrapper {
  width: 326px;
  margin: 0 auto 32px auto;
}
.select_area {
  display: none;
  width: 256px;
  padding: 32px;
  border-radius: 8px;
  border: 3px solid #ffd896;
  margin: 0 auto;
}
.select_area.is-active {
  display: block; /*表示*/
}
.select_container {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.select_title {
  margin-right: 16px;
  color: #968269;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
}
.select select {
  width: 140px;
  height: 32px;
  border: 1px solid #acacac;
  border-radius: 5px;
}
.select input {
  width: 100px;
  height: 32px;
  border: 1px solid #acacac;
  border-radius: 5px;
  margin-right: 10px;
}
.select button {
  width: 160px;
  height: 56px;
  margin-top: 16px;
  background-color: #ffd896;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: var(--gray-0, #fff);
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.24px;
}

.image {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image img {
  width: 326px;
}

footer {
  background-color: #ffd896;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 124px;
  line-height: 24px;
}
footer a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 450px) {
  footer {
    width: 100%;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time05 {
  animation-delay: 0.5s;
}

.opacity0 {
  animation-name: opacity0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes opacity0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.temperature {
  width: 176px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 3px;
}
.temperature_max {
  color: #ea5432;
}
.temperature_min {
  color: #58a4cf;
}

.today {
  color: #968269;
  text-align: center;
  font-family: Cherry Bomb One;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  letter-spacing: 3px;
}

.weekday {
  font-size: 24px;
  margin-left: -10px;
}

.clothes {
  display: none;
  margin-bottom: 80px;
}
.clothes_table {
  margin: 0 auto;
  width: 360px;
  border: 4px solid #ffd896;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 20px;
}
.clothes_table th {
  padding: 24px 0;
  width: 88px;
  color: #6b6b6b;
  text-align: center;
  background-color: #f5e8e0;
  border-bottom: 2px solid #ffd896;
  /* CherryBomsOne */
  font-family: Cherry Bomb One;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  letter-spacing: 3px;
}
.clothes_table td {
  padding: 24px 16px;
  border-bottom: 2px solid #ffd896;
}
.clothes_table td img {
  width: 72px;
  cursor: pointer;
}

.bora1 {
  border-radius: 15px 0 0 0;
}

.bora4 {
  border-radius: 0 0 0 15px;
}

.display_block {
  display: block;
}

#indoor,
#outdoor,
#sleeping {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px 24px 24px 24px;
  border-radius: 16px;
  z-index: 1000;
  width: 80%;
  max-width: 360px;
  text-align: justify;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transform: translate(-50%, -50%) translateY(50px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.modal img {
  margin: 0 auto 0px auto;
  width: 150px !important;
}
.modal_img {
  width: 150px;
}
.modal-close {
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px !important;
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #ffd896;
  color: #fff;
  font-weight: 800;
  border: none;
  margin-top: 0px !important;
}
.modal-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) translateY(0);
  padding: 24px 24px 24px 24px;
  border: 2px solid #ffd896;
  color: #968269;
  text-align: justify;
}
.modal-active div {
  overflow: scroll;
  max-height: 197px;
}

.howto_modal-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) translateY(0);
  padding: 24px;
  border: 2px solid #ffd896;
  color: #968269;
  text-align: justify;
}
.howto_modal-active h3 {
  margin-bottom: 24px;
}
.howto_modal-active h4 {
  margin-bottom: 8px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.tab li a {
  display: block;
  background-color: #dcdcdc;
  color: #6b6b6b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
  width: 116px;
  border-radius: 16px 16px 0px 0px;
  text-decoration: none;
  padding: 8px 0;
}
.tab li.active a {
  background-color: #ffd896;
  color: #968269;
}

h3 {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  color: #968269;
  margin-bottom: 8px;
  font-size: 16px;
  text-align: left;
}

.card-link {
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-link a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 16px;
}

.card-content h3 {
  margin: 0 0 8px;
  font-size: 1.2em;
}

.card-content p {
  margin: 0;
  font-size: 0.95em;
  color: #555;
  margin-bottom: 0px !important;
}

.howto {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #ffd896;
  color: #fff;
  font-weight: 800;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.top-image {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}
.top-image img {
  width: 285px;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.top-text {
  margin-bottom: -50px;
}

.author {
  font-size: 12px;
  color: #fff;
}
.author a {
  color: #fff;
  text-decoration: none;
}

div.accordion {
  display: block;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  position: relative;
  height: 53px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
  padding-right: 36px;
}

.accordion.active {
  margin-bottom: 0;
}

div.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.panel p {
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
}

.acco {
  position: relative;
}

div.accordion:after {
  content: "\f0d7";
  font-size: 1rem;
  color: #968269;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-46%);
  font-weight: 900;
}

div.accordion.active:after {
  content: "\f0d8";
  color: #968269;
}

ul {
  padding: 0 20px;
}

li {
  list-style: disc;
  color: #968269;
}

.about_container {
  text-align: justify;
  padding: 24px;
}
.about_container h1 {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  color: #968269;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 40px;
  line-height: 32px;
}
.about_container h2 {
  font-size: 20px;
  color: #968269;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 40px;
  line-height: 28px;
}
.about_container a {
  color: #968269;
}
.about_container p {
  color: #968269;
  margin-bottom: 24px;
  line-height: 28px;
}/*# sourceMappingURL=style.css.map */