p {
  margin-bottom: 1em;
  text-align: left;
}

.photo {
  margin: 0 auto 1em;
  width: 90%;
  text-align: center;
}

.photo img {
  margin-bottom: 1em;
}

.photo img.margin01 {
  margin-bottom: 30px !important;
}

.photo p {
  text-align: center;
}

.marginBig {
  margin-bottom: 4em !important;
}

.marginMidle {
  margin-bottom: 2em;
}

.margin_mainas {
  margin-bottom: -10px !important;
}

.margin_mainas2 {
  margin-bottom: 0px !important;
}

.margin_mainas3 {
  margin-bottom: 1.2em !important;
}

.red {
  color: #ee220c;
  font-weight: bold;
  font-size: 1.1em;
}

p.pink {
  color: #ff42a1;
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 150%;
}

.subtitle {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 150%;
  text-align: left;
}

ul {
  list-style-type: none;
  margin: 0 1em 1.5em 2.5em;
}

ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: .5em;
  text-align: left;
}

ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

a.btn {
  margin: 1em 1em 2em;
  display: block;
}

a:hover {
  opacity: .7;
}

.chui {
  background-color: #000;
  color: yellow;
  font-weight: bold;
  font-size: 1.3em;
  padding: .5em 0;
  margin-bottom: 1em;
}

.yoroshiku {
  width: 20%;
  margin: 0 auto -1em;
}

.strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 1.5em;
}

iframe.youtube {
  height: 200px;
}

video {
  width: 340px;
  height: 250px;
}

.centerSp {
  text-align: center !important;
}

p.telInfo {
  line-height: 180%;
  font-size: 1.2em;
}

p.telInfo span.border {
  border-bottom: 1px solid #000;
}

p.telInfo a.tel {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid red;
}

@media only screen and (min-width: 580px) {
  h1 {
    max-width: 800px;
    margin: 0 auto;
  }
  p {
    font-size: 1.25em;
    margin-bottom: 3em;
  }
  .photo {
    width: 60%;
    margin-bottom: 3em;
  }
  .title {
    font-size: 1.5em;
    margin-bottom: 2em;
    line-height: 150%;
  }
  .subtitle {
    font-size: 1.3em;
  }
  ul {
    font-size: 1.2em;
  }
  a.btn {
    width: 500px;
    margin: 0 auto 2em;
  }
  .chui {
    font-size: 2em;
  }
  .yoroshiku {
    width: 100px;
  }
  video {
    width: 680px;
    height: 500px;
  }
  iframe.youtube {
    width: 650px;
    height: 350px;
  }
}
