


/* ABOUT PAGE */

/* HEAD IMAGE */




#head-pic-frame {
  position: relative;
  text-align: center;
  height: 200px;
  margin-top: 90px;
  
}

.head-pic {
  position: absolute;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 80%;
  left: 0px;
}


.head-word {
  position: absolute;
  color: white;
  line-height: 200px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
}





#about-wrapper {
  text-align: center;
}

.about-container {
  text-align: left;
  width: 100%;
  /* margin-bottom: 100px; */
  /* margin-left: 10%; */
  /* background-color: salmon; */
}

.about-chapter {
  height: 42px;
  width: 90%;
  max-width: 800px;
  font-weight: lighter;
  color: rgb(104, 104, 104);
  border-bottom: solid 1px rgb(200, 200, 200);
  margin: 50px auto 30px auto;
}


.about-content {
  /* position: relative; */
  width: 90%;
  max-width: 800px;
  padding: 25px 0;
  margin: 0 auto ;
  /* background-color: chartreuse; */
}
@media (max-width: 640px) {
  .about-content {
    text-align: center;
    width: 90%;
    max-width: 800px;
    padding: 25px 0;
    margin: 0 auto ;
  }
}
@media (min-width: 640px) {
  .about-content {
    text-align: left;
    width: 90%;
    max-width: 800px;
    padding: 25px 0;
    margin: 0 auto ;
  }
}

.profile-image {
  max-height: 240px;
  max-width: 200px;
  object-fit: cover;
}


@media (max-width: 640px) {
  .profile-image,
  .profile-data,
  .address-data,
  .address-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .profile-image,
  .profile-data,
  .address-data {
    float: left;
    margin: 0 2% 30px 3%;
  }
  
  .address-image {
    float: right;
    margin: 0 2% 30px 0;
  }
}



.profile-data dt,
.address-data dt {
  display: inline-block;
  color: rgb(61, 61, 61);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  padding: 3px 10px;
  /* border-radius: 5px; */
  margin-bottom: 10px;
  background-color: rgb(238, 238, 238);
}


.profile-data dd,
.address-data dd {
  padding-left: 10px;
  font-family: 'Noto Sans JP', 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 28px;
}

.clear {
  clear: left;
}


.address-data {
  margin-bottom: 20px;
}

.address-image {
  height: 210px;
  width: 90%;
  max-width: 280px;
  object-fit: cover;
}


/* .address-data dt {
  display: inline-block;
  color: rgb(61, 61, 61);
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgb(226, 226, 226);
} */

/* .address-data dd {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 28px;
} */

.map {
  height: 300px;
  width: 94%;
  margin: 60px 3% 75px 3%;

}

.address-map {
  left: 50vw;
  width: 100% !important;
  height: 100% !important;
}

