@charset "UTF-8";
.pandani--main {
  line-height: 2;
  font-size: 0.875rem;
}

.fadeIn {
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
p {
  margin-top: 1.5em;
}

strong {
  font-weight: bold;
}

label {
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  max-width: 100%;
  font-size: 1rem;
  padding: 8px;
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 1em auto;
  padding: 0.8em;
  border: none;
  border-radius: 8px;
  background-color: #fd6089;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

select {
  border: 1px solid #ccc;
  padding: 4px;
  font-size: 1rem;
}

.caution {
  color: #ff0000;
}

.pandani--inner {
  width: 85%;
  margin: auto;
}

.pandani--keyvisual {
  width: 100%;
  height: 60vh;
  background-image: url(../images/pandani/pandani-keyvisual-sp.jpg);
  background-size: cover;
  background-position: top left;
}

.pandani--logo {
  background-color: #0d3daf;
  padding: 30px;
}
.pandani--logo h1 {
  text-align: center;
}
.pandani--logo img {
  height: initial;
  width: initial;
  max-width: 80%;
}

.pandani--information {
  padding: 60px 0;
  background-color: #cce0fa;
}

.pandani--information-header-h2 {
  color: #0d3daf;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}

.pandani--information-header-title {
  color: #0d3daf;
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
}

.pandani--inforamtion-text {
  margin-bottom: 60px;
}

.pandani--information-gallery {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pandani--information-gallery-item-image {
  max-width: 100%;
}

.pandani--information-gallery-item-caption {
  color: #1a1a1a;
  text-align: center;
  padding-top: 1em;
  line-height: 1.8;
}

.pandani--video {
  background-image: url(../images/pandani/pandani-pattern.png);
  padding: 60px 0;
}

.pandani--video-wrapper {
  width: 85%;
  margin: auto;
}

.pandani--video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.pandani--video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pandani--spec {
  background-color: #0d3daf;
  padding: 60px 0;
}

.pandani--spec-table {
  display: block;
}
.pandani--spec-table tbody,
.pandani--spec-table tr,
.pandani--spec-table th,
.pandani--spec-table td {
  display: block;
}
.pandani--spec-table tr {
  margin-top: 10px;
}
.pandani--spec-table th,
.pandani--spec-table td {
  padding: 1em 2em;
}
.pandani--spec-table th {
  background-color: #cce0fa;
  color: #0d3daf;
}
.pandani--spec-table td {
  background-color: #fff;
}

.pandani--spec-table-note {
  font-size: 0.75rem;
}

.pandani--form {
  padding: 60px 0;
}

.pandani--form-h2 {
  text-align: center;
  font-weight: normal;
  color: #0d3daf;
  font-size: 1.5em;
}

.pandani--ecbutton {
  display: block;
  background-color: #fd6089;
  max-width: 480px;
  color: #fff;
  font-weight: bold;
  margin-top: 1em;
  padding: 1em 2em;
  text-align: center;
  border-radius: 9999px;
}
.pandani--ecbutton:hover, .pandani--ecbutton:visited {
  color: #fff;
}

/* =============================================== */
/* レスポンシブ　 　　　　　　　　　　　　　　　　 */
/* =============================================== */
@media screen and (min-width: 641px) {
  .pandani--main {
    font-size: 1rem;
  }
  input[type=submit] {
    font-size: 1.25rem;
  }
  .br-sp {
    display: none;
  }
  .pandani--inner {
    max-width: 1000px;
  }
  .pandani--keyvisual {
    background-image: url(../images/pandani/pandani-keyvisual.jpg);
    height: 70vh;
    background-position: top left;
  }
  .pandani--logo {
    padding: 50px 0;
  }
  .pandani--logo h1 {
    float: none;
    text-align: center;
  }
  .pandani--information {
    padding: 100px 0;
  }
  .pandani--information-header-h2 {
    font-size: 1.75rem;
    line-height: 1;
  }
  .pandani--information-header-title {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 70px;
  }
  .pandani--inforamtion-text {
    font-size: 1.125rem;
    margin-bottom: 70px;
  }
  .pandani--information-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 35px;
  }
  .pandani--information-gallery-item {
    width: calc((100% - 70px) / 3);
  }
  .pandani--video {
    padding: 100px 0;
  }
  .pandani--video-wrapper {
    max-width: 800px;
  }
  .goalmoda--spec {
    padding: 100px 0;
  }
  .pandani--spec-table {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
  }
  .pandani--spec-table tbody {
    display: table-row-group;
  }
  .pandani--spec-table tr {
    display: table-row;
  }
  .pandani--spec-table th,
  .pandani--spec-table td {
    display: table-cell;
    padding: 30px;
  }
  .pandani--spec-table th {
    white-space: nowrap;
  }
  .pandani--spec-table-note {
    font-size: 0.875rem;
  }
  .pandani--form {
    padding: 100px 0;
  }
  .pandani--form-wrapper {
    max-width: 650px;
    margin: 0 auto;
  }
  .pandani--form-h2 {
    font-size: 2rem;
  }
}