@charset 'utf-8';

li {
  list-style: none;
}

.hall_list_gmap {
  border: 1px solid #777;
  margin-bottom: 120px;
  line-height: 0.7;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}

.h2 {
  text-align: center;
}
.h2 + p {
  text-align: center;
}
#set_staff {
  padding: 0;
}
.staff_summary__wrap {
  padding: 0;
}
section {
  /* padding: 0; */
}
.title_waku {
  width: 360px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: auto;
  padding: 9px;
}
.title_waku h1 {
  font-size: 32px;
  line-height: 1.2;
}
.title_waku p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title_waku {
    width: 100%;
  }
  .title_waku h1 {
    font-size: 24px;
  }
  .title_waku p {
    font-size: 16px;
  }
}
.breadcrumbs {
  position: absolute;
  top: -50px;
  left: 0;
  margin: auto;
  font-size: 15px;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  color: #ff7675;
}
.footer_sitemap_title p {
  text-align: center;
}
/**************************************/
.page_staff_visual {
  background: url("../img/staff/staff_main_bg.jpg") no-repeat center top;
  padding: 60px 0;
  margin: 0 auto 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 960px;
  max-width: 1920px;
  background-position-y: top;
}

@media screen and (max-width: 640px) {
  .page_staff_visual {
    background: url("../img/staff/staff_main_bg_sp.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
/**************************************/
#set_staff .staff_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
#set_staff .staff_box li {
  display: flex;
  flex-wrap: wrap;
  max-width: 468px;
  justify-content: center;
}
#set_staff .staff_box li p {
  text-align: left;
}
#set_staff .staff_box li .staff_omotenashi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 45px 0 0;
}
#set_staff .staff_box li .staff_omotenashi figure {
  width: 170px;
}
@media screen and (max-width: 460px) {
  #set_staff .staff_box li .staff_omotenashi figure {
    width: 46%;
  }
  #set_staff .staff_box li {
    margin-bottom: 60px;
    padding: 0;
  }
  #set_staff .staff_box li .staff_omotenashi {
    margin-top: 10px;
  }
  #set_staff .staff_box li p {
    margin-bottom: 20px;
  }
}
#set_staff .staff_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 60px;
  padding: 0 34px;
  list-style: none;
}

/**************************************/
.staff_summary__wrap {
  margin: 60px 0 0;
  background: floralwhite;
}
@media screen and (min-width: 641px) {
  .staff_summary__wrap {
    padding: 32px;
  }
}
.staff_description {
  border-bottom: dotted 2px antiquewhite;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (min-width: 641px) {
  .staff_description:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.staff_info_box {
  flex-basis: 80%;
}
.staff_info__name {
  font-size: 21px;
  margin-bottom: 8px;
}
.staff_info__name span {
  font-size: 16px;
  margin-left: 6px;
}
.staff_info__description {
  font-size: 15px;
}
.staff-summary__bnr {
  margin-top: 32px;
}
.staff-summary__bnr:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .staff_description {
    position: relative;
    padding: 20px 0;
  }
  .staff_img_box {
    position: absolute;
    top: 7px;
    left: 0;
    width: 48px;
  }
  .staff_info_box {
    flex-basis: 100%;
  }
  .staff_info__name {
    padding-left: 58px;
  }
  .staff_info__description {
    margin-top: 24px;
  }
  .staff-summary__bnr {
    margin-top: 9px;
  }
}
/**************************************/

/**************************************/
