@charset "UTF-8";
/* CSS Document */
.top-wrapper {
  width: 100%;
  border-top: 1px solid #E8E7E7;
  background: #fff7f7;
}
.main_wrap {
  padding: 300px 0 150px 0;
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
  line-height: 2.4rem;
}
.main_content {
  min-height: 500px;
}
h2.title2 {
  font-family: "Vollkorn", serif;
  font-size: 6.0rem;
  font-weight: 500;
  color: #33334D;
  margin: 0px 0px 200px 0px;
  position: relative;
  display: inline-block;
}
h2.title2::before {
  background: #FF7BAC;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100px;
  height: 2px;
}
h3.title3 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #33334D;
  border-bottom: 1px dotted #33334D;
  line-height: 150%;
  padding: 3px 25px;
  margin: 0px 0px 30px 0px;
  position: relative;
}
h3.title3:before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto 0px;
  content: "";
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 100vh;
  background-color: #FF7BAC;
}
.br {
  display: none;
}
.txt01 {
  line-height: 2.8rem;
  margin: 0px 0px 100px 0px;
  overflow-wrap: anywhere;
}
.list01 li {
  position: relative;
  padding: 0px 0px 5px 15px;
}
.list01 li:last-child {
  position: relative;
  padding: 0px 0px 0px 15px;
}
.list01 li:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #FF7BAC;
  border-right: solid 2px #FF7BAC;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0px 0px 0px 0px;
  transform: rotate(45deg);
}
.list02 {
  padding: 0px 0px 5px 0px;
  line-height: 2.0rem;
}
.list02 li {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 20px;
  list-style: decimal;
}
.table01 {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0px 30px 0px;
  word-break: keep-all;
  line-height: 160%;
}
.table01 tr.bg {
  background-color: rgb(147 147 161 / 15%);
}
.table01 th {
  border: 1px solid #FFF;
  padding: 12px 8px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  background-color: #47475f;
}
.table01 td {
  border: 1px solid #9393a1;
  padding: 8px 8px;
}
/*message*/
.message_txt {
  margin: 0px 0px 15px 0px;
  line-height: 2.5rem;
}
.greeting_box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0px 0px 0px 0px;
}
.greeting_photo {
  max-width: 230px;
  width: 90%;
  margin: 0px 0px 0px 50px;
}
.greeting_photo img {
  width: 100%;
}
.greeting_txt p span {
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
}
/*Access*/
.access-btn a {
  font-size: 2.0rem;
  display: block;
  max-width: 75%;
  box-shadow: 0px 5px 0px 0 #6464be4f;
  padding: 25px 0px;
  border-radius: 100vh;
  text-decoration: none;
  text-align: center;
  margin: 70px auto;
  color: #FFF;
  font-weight: 600;
  background-image: linear-gradient(90deg, #33334d, #6e6e9c);
  position: relative;
}
.map_img {
  width: 100%
}
.map_img img {
  width: 100%
}
.map_img75 {
  width: 75%;
  margin: 0px auto;
}
.map_img75 img {
  width: 100%
}
.access-btn a:hover {
  animation-name: fadein;
  animation-duration: 1s;
  opacity: 0.5;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1080px) {
  .main_wrap {
    padding: 250px 0 150px 0;
  }
  .map_img75 {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  .main_wrap {
    padding: 200px 0 150px 0;
  }
  h2.title2 {
    font-size: 7.2vw;
    margin: 0px 0px 80px 0px;
  }
  h2.title2::before {
    bottom: -40px;
  }
  h3.title3 {
    font-size: 3.5vw;
  }
  .access-btn a {
    max-width: 100%;
  }
}
/*　↓↓↓↓↓　650px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:650px) {
  .main_wrap {
    top: 40%;
  }
  /*message*/
  .greeting_box {
    display: block;
    text-align: center;
  }
  .greeting_photo {
    margin: 0px auto 30px auto;
  }
  .greeting_txt p {
    justify-content: center;
  }
  h2.title2::before {
    bottom: -20px;
  }
  .txt01 {
    line-height: 2.4rem;
    margin: 0px 0px 80px 0px;
  }
  .access-btn a {
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
@media screen and (max-width:480px) {
  .main_wrap {
    padding: 150px 0 150px 0;
  }
  .br {
    display: block;
  }
  .title4 {
    font-size: 1.5rem;
  }
  .message_txt {
    line-height: 2.3rem;
  }
}