@charset "UTF-8";
body {
  background-color: #F3B0CD;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.pc {
  display: none;
}

.sp {
  display: inline;
}

/* ボタンのスタイル ----------------------------------------------- */
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4007f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #be0068;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bike {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bike .bike-pic {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 1000;
}

.bike .bike-pic img {
  width: 120px;
  height: auto;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.a_home {
  text-decoration: none;
  color: #e4007f;
}

.a_home:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #F3B0CD;
  border-radius: 3px;
}

.header-top {
  height: 3%;
  min-height: 40px;
  background: #F3B0CD;
  color: #e4007f;
  padding-top: 10px;
}

.footer {
  background: #e4007f;
  height: 60px;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}

span.b {
  font-size: larger;
  font-weight: bold;
}

.top {
  background: #e4007f;
  padding-top: 1.5rem;
}

.box {
  background: white;
  border-radius: 15px;
  padding: 20px;
}

.margin1 {
  margin: 1.5rem 0;
}

.margin2 {
  margin-bottom: 40px;
}

.catch {
  margin-top: 1.5rem;
}

.manifest h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e4007f;
  margin-bottom: 1rem;
}

.manifest .dog {
  width: 40%;
  height: auto;
  max-width: 180px;
  margin: 0.5rem 0 0 0.5rem;
  border-radius: 15px;
}

.profile {
  background-color: #e4007f;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  padding: 1rem;
}

.box2 {
  background-color: #e4007f;
  padding: 1rem;
  color: white;
}

.box2 h3 {
  font-size: 1.15rem;
}

.myprofile .box3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#ef7db6), to(#e4007f));
  background: linear-gradient(0deg, #ef7db6, #e4007f);
  padding: 2rem  1rem;
}

.myprofile .box3 img {
  border-radius: 15px;
}

.myprofile .title {
  font-size: 1.2rem;
  color: white;
}

.line {
  background-image: url(../img/line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 8px;
}

.balloon-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 90%;
  background: white;
  border-radius: 15px;
}

.balloon-btm:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid white;
}

.balloon-top-s {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: white;
  border-radius: 15px;
}

.balloon-top-s:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 600px;
  background: white;
  border-radius: 15px;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-r_btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: white;
  border-radius: 15px;
}

.balloon-r_btm:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid white;
}

.balloon-l_top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 500px;
  background: white;
  border-radius: 15px;
}

.balloon-l_top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 18%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-btm p, .balloon-top-s p, .balloon-top p, .balloon-r_btm p, .balloon-l_top p {
  margin: 0;
  padding: 1rem;
}

.balloon-btm p span, .balloon-top-s p span, .balloon-top p span, .balloon-r_btm p span, .balloon-l_top p span {
  color: #e4007f;
  font-weight: bold;
}

.box_mp {
  width: 90%;
  color: #e4007f;
  padding: 1.8rem;
  margin: 1.5rem 0 2.5rem 0;
  background: white;
  border-radius: 15px;
  border: #e4007f solid 2px;
  font-size: 1.2rem;
}

.img_mp1 {
  width: 70%;
  height: auto;
}

.img_mp2 {
  width: 70%;
  height: auto;
}

.img_mp3 {
  width: 70%;
  max-width: 260px;
  height: auto;
}

.img_mp4 {
  width: 70%;
  max-width: 410px;
  height: auto;
}

.img_mp5 {
  width: 40%;
  height: auto;
}

.tel {
  background: #e4007f;
  color: white;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.a_number {
  color: white;
  text-decoration: none;
}

.a_number:hover {
  color: #F3B0CD;
}

.sns {
  background: white;
  padding: 3rem 2rem;
}

.signature {
  width: 60%;
  max-width: 250px;
  height: auto;
}

.icon_home {
  display: inline-block;
  padding-right: 0.2rem;
}

.icon-sns {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 60px;
}

@media (min-width: 576px) {
  .manifest .dog {
    width: 120px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .catch {
    margin-top: 0;
  }
  .profile {
    font-size: 1.4rem;
  }
  .manifest .dog {
    width: 140px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
  .balloon-btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 90%;
    background: white;
    border-radius: 15px;
  }
  .balloon-btm:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid white;
  }
  .balloon-top-s {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 480px;
    background: white;
    border-radius: 15px;
  }
  .balloon-top-s:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 90%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
  }
  .balloon-r_btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    width: 460px;
    background: white;
    border-radius: 15px;
  }
  .balloon-r_btm:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 475px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid white;
  }
  .balloon-l_top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 50%;
    background: white;
    border-radius: 15px;
    max-height: 200px;
  }
  .balloon-l_top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid white;
  }
  .box_mp {
    width: 70%;
    max-width: 600px;
  }
  .img_mp_icon {
    width: 180px;
    height: auto;
  }
  .img_mp1 {
    width: 25%;
    height: auto;
  }
  .img_mp2 {
    width: 30%;
    height: auto;
  }
  .img_mp3 {
    width: 100%;
    height: auto;
  }
  .img_mp4 {
    width: 30%;
    height: auto;
  }
  .img_mp5 {
    width: 30%;
    height: auto;
    height: auto;
  }
  .signature {
    width: 30%;
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .manifest .dog {
    width: 180px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
  .manifest h2 {
    font-size: 1.4rem;
  }
  .box_mp {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */