@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -390px;
}
.section-qa {
  margin: 60px auto 120px;
}
.section-qa_in {
  background: linear-gradient(-90deg, #ff6ba2 0%, #ff7aa6 60%, #ff8ab5 100%);
  width: 100%;
  height: 90px;
  padding: 10px 0 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-qa_in p {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin: 0 auto 10px 0;
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-family: 'Hiragino Mincho ProN', 'serif';
}
.section-qa_in h3 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 0 0;
  font-family: 'Hiragino Mincho ProN', 'serif';
}
.section-qa_in2 {
  background: linear-gradient(-90deg, #ff6ba2 0%, #ff7aa6 60%, #ff8ab5 100%);
  width: 100%;
  height: 110px;
  padding: 12px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-qa_in2 p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 auto 12px;
  text-align: center;
  font-weight: 400;
  font-family: 'Hiragino Mincho ProN', 'serif';
}
.section-qa_in2 h3 {
  color: #fff;
  font-size: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 0;
  font-family: 'Hiragino Mincho ProN', 'serif';
}
.section-qa_pull {
  margin: 40px auto 60px;
  width: 90%;
}
.qa1 {
  margin: 30px auto 30px;
  background: linear-gradient(-90deg, #ff6ba2 0%, #ff7aa6 60%, #ff8ab5 100%);
  border-radius: 20px;
}
.qa1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
.qa1 summary h4 {
  margin: 0 auto 0 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: left;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.qa1 summary::before,
.qa1 p::before {
  position: absolute;
  left: 20px;
  font-weight: 400;
  font-size: 1.3em;
}
.qa1 summary::before {
  font-family: 'Hiragino Mincho ProN', 'serif';
  font-size: 3.0rem;
  color: #fff;
  content: "Q.";
}
.qa1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .5s;
}
.qa1[open] summary::after {
  transform: rotate(225deg);
}
.qa1 p {
  position: relative;
  display: inline-block;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0 20px 20px;
  padding: 10px 20px 20px 60px;
  color: #333;
  transition: transform .5s, opacity .5s;
  border-radius: 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.qa1[open] p {
  position: relative;
  transform: none;
  opacity: 1;
  background-color: #fff;
}
.qa1 p::after {
  font-family: 'Hiragino Mincho ProN', 'serif';
  font-size: 3.0rem;
  color: #333;
  line-height: 1.2;
  content: "A.";
  position: absolute;
  top: 10px;
  left: 20px;
}

.section-qa_content {
  margin: 40px auto 60px;
}
.section-qa_content ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.section-qa_content ul li {
  list-style-type: none;
}
.section-qa_content ul li img {
  width: 100%;
  margin: 0 auto 40px;
}
.section-qa_content ul li:last-child img {
  margin: 0 auto 0;
}
.section-qa_content p {
  width: 100%;
  margin: 0 auto ;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: left;
  padding: 0 40px 0;
}
#menu, #access {
  padding-top: 100px;
  margin-top: -100px;
}

.section-qa_content2 {
  margin: 40px auto 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.section-qa_content2 h2 {
  background: linear-gradient(90deg, #fd5392 0%, #ff0084 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.section-qa_content2 p {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: 400;
  text-align: left;
}
.section-access {
  color: #484848;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 80px auto 120px;
  padding: 0 80px;
}
.section-access h3 {
  display: none;
}
.section-access_content-wrapper {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.section-access_content-wrapper iframe {
  margin: 0 0 0 0;
  height: 280px;
  width: 100%;
}
.section-address_text {
  text-align: left;
}
.section-address_text h2 {
  font-family: 'Hiragino Mincho ProN', 'serif';
}
.section-address_text span {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.section-button {
  margin: 0 auto 0;
  width: 100%;
  max-width: 520px;
}
.section-button a img {
  display: block;
}
.section-button img {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px 0;
	vertical-align:top;
}



@media(max-width: 780px){
  main {
  left: 0%;
  margin-left: auto;
  }
}