@charset "UTF-8";
*:focus {
  outline: none;
}

/* -----------------------------
  content
------------------------------*/
#content {
  background-color: #fff;
  width: 100%;
  min-width: auto;
}
#content .sp {
  display: none;
}
#content .pc {
  display: block;
}
#content a {
  text-decoration: underline;
}
#content a:hover {
  opacity: 0.8;
}
#content .topicPath {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #content {
    overflow-x: hidden;
  }
  #content .sp {
    display: block;
  }
  #content .pc {
    display: none;
  }
  #content img {
    max-width: 100%;
  }
}

.section_inner {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section_inner {
    width: 100%;
  }
}
.note {
  font-size: 13px;
  text-align: center;
  color: #705d4f;
}
@media screen and (max-width: 640px) {
  .note {
    text-align: left;
  }
}

/* ------------------ note_list */
.note_list{
  max-width: 720px;
  margin: 0 auto;
}
.note_list ul{
  padding: 20px 44px 36px 54px;
  background-color: #f2e7e7;
}
.note_list ul li span{
  font-weight: bold;
}
.note_list ul li{
  margin-bottom: 5px;
  list-style-type: none;
  color: #777777;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.note_list{
  width: 100%;
}
.note_list ul{
  padding: 0px 20px 23px 20px;
}
.note_list ul li{
  text-align: justify;
  font-size: 10px;
}
}

/* -----------------------------
  mainVisual
------------------------------*/
#content #mainVisual {
  margin: 0 auto;
  background-color: #d61c9f;
}
#content #mainVisual h1 {
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
#content #mainVisual h1 img {
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  #content #mainVisual {
    margin-bottom: 0;
    height: auto;
    background: none;
  }
  #content #mainVisual h1 {
    width: 100%;
    padding: 0;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  #content #mainVisual h1 img {
    width: 100%;
    height: auto;
  }
}

/* -----------------------------
  section
------------------------------*/
section img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* ------------------ #call */
section#call {
  margin: 30px 20px 0 ;
}

/* ------------------ #voice */
section#voice {
  padding: 50px 20px 30px;
  background-color: #ffe0f4;
}
section#voice img + img {
  padding-top: 20px;
}

/* ------------------ #movie */

  section#movie {
    margin: 60px auto 60px;
    padding: 0;
    width: 590px;
  }
  section#movie ul li {
    margin: 50px 0 20px;
    padding-top: 0;
  }
  section#movie ul li iframe {
    position: relative;
    width: 591px;
    height: 335px;
  }


@media screen and (max-width: 640px) {

  section#movie {
    width: auto;
    margin: 30px 20px;
  }

  section#movie ul {
    margin: 0 auto  ;
  }
  section#movie ul li {
    margin-top: 30px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  section#movie ul li:last-child {
    margin-bottom: 0;
  }

  section#movie ul li iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

}

/* -----------------------------
  btnArea
------------------------------*/
.btnArea {
  padding: 30px 30px 40px;
  background-color: #fff;
}
.btnArea ul {
  max-width: 720px;
  margin: 0 auto ;
}
.btnArea ul li a {
  display: block;
  text-align: center;
}
.btnArea ul li + li {
margin-top: 24px;
}
