/* Scss Document */
/* Scss Document */
/*$c_base: #FFF33F;*/
/*$c_white: #FFF;*/
/*$c_main_30: rgba(0,169,95,.3);*/
#greeting .greeting_text {
  margin-bottom: 2em;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
#greeting .greeting_text_sign {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}
#greeting .greeting_text_sign_name {
  margin-left: 1em;
  font-size: 2.3rem;
}

#profile .profile_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#profile .profile_img img {
  width: 565px;
}
#profile .table_basic th {
  padding-left: 30px;
}
#profile .table_basic td .list_point li {
  padding-left: 1em;
  text-indent: -1em;
}
#profile .table_basic td .profile_list li {
  display: inline-block;
  min-width: calc(98%/3);
}

#access .map {
  width: 100% !important;
}
#access h3 {
  margin: 30px 0 20px;
  color: #D83921;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}
#access p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #greeting .greeting_text {
    /*margin-bottom: 2em;*/
    font-size: 3.6666666667vw;
    /*font-weight: bold;
    letter-spacing: .1em;*/
    line-height: 1.8;
    /*text-align: center;*/
  }
  #greeting .greeting_text_sign {
    /*margin-bottom: 0;*/
    font-size: 3.6666666667vw;
    /*font-weight: bold;*/
    letter-spacing: 0.1em;
    line-height: 1.8;
    /*text-align: center;		*/
  }
  #greeting .greeting_text_sign_name {
    margin-left: 0.5em;
    font-size: 6.6666666667vw;
  }

  #profile .profile_img {
    /*@include css3(display, flex);
    justify-content: space-between;*/
    margin-bottom: 5vw;
  }
  #profile .profile_img img {
    width: 46.3333333333vw;
  }
  #profile .table_basic th, #profile .table_basic td {
    font-size: 3.3333333333vw;
  }
  #profile .table_basic th {
    width: 20vw;
    padding-left: 0;
  }
  #profile .table_basic td .list_point li {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  #profile .table_basic td .profile_list li {
    /*display: inline-block;*/
    min-width: 100%;
  }

  #access .map {
    height: 100vw;
    padding: 0 3.3333333333vw;
  }
  #access h3 {
    margin: 5vw 0;
    font-size: 2.6666666667vw;
  }
  #access p {
    font-size: 3.6666666667vw;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
  }
}