@charset "utf-8";

.title {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  color: #535353;
  text-shadow: 1px 1px 10px #383838;
}

.title h1 {
font-family: "M PLUS 1p", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.plofile {
  /* display: flex;
  justify-content: space-between; */
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  /* align-items: flex-start; */
}

.plofile h2 {
text-align: center;
margin-bottom: 10px;
}


.plofile h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


.myphoto img {
  width:100px;
  margin-right: 60px;
}

.plofile-text {
  display: flex;
  /* max-width: 500px;
  margin-right: 40px; */
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .plofile-text {
  margin-left: 40px;
  margin-right: 0;
}

.plofile-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.plofile-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.plofile-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.plofile-text dl {
  margin-top: 20px;
  line-height: 1.5;
}
.plofile-text dt {
  font-weight: bolder;
}

.plofile-text table {
  margin-top: 40px;
  margin-left: 50px;
  line-height: 1.5;
}

.plofile-text tr {
  padding-left: 100px;
}
.plofile-text th {
  font-weight: bolder;
  text-align: left
}

.plofile img {
  margin-bottom: 10px;
}

.keireki {
  /* display: block;
  width: 800px; */
  margin-top: 50px;
}

.keireki table {
  padding: 5px;
}

.keireki table td {
  padding: 5px;
  line-height: 1.4;
}


.like {
  margin-left: 50px;
}

.movie {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.footer {
  margin-top: 100px;
}
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.footer {

  margin-top: 70px;
}
@media (max-width: 800px) {
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

  .plofile {
    display: block;
    /* flex-direction: column-reverse; */
    width: 500px;
    margin-top: 45px;
  }

  .plofile-text {
    display: block;
    margin-right: 0;
  /* flex-direction: column-reverse; */
  }

  .reverse .plofile-text {
    margin-left: 0;
  }

  .plofile img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .movie {
    width: 500px;
    padding: 30px 25px;
  }

  .movie iframe {
    height: 240px;
  }
}