/*
staff
*/
.this_staff_list{
padding:0 20px;
}
.this_staff_list .staff{margin-bottom: 40px;}
.this_staff_list .staff figure{
    width: 150px;
    margin: 0 auto;
}
.this_staff_list .staff figure img{
border-radius:50%;
}
.staff h3{
    border-top: 2px solid #ffb310;
    border-bottom: 2px solid #ffb310;
    font-size: 120%;
    font-weight: bold;
    color: #289626;
    padding: 8px 0;
    line-height: 1.2;
    margin: 1rem 0;
}
dl.modal-list{}
dl.modal-list dt{font-weight:bold;}
dl.modal-list dd{margin-left:20px;}
.modal-message{
    line-height: 1.3;
    font-size: 16px;
    background: #fff7e4;
    margin-top: 10px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
/*
menu_list
*/
a.kuwasku {
    background: #ffd911;
    padding: 0.5em;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 0 2px 0 #e1c28a;
    position: relative;
}
a.kuwasku:after {
    content: "➡";
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    right: 15px;
    top: 53%;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.this_menulist{
padding: 0 0 0 15px;
}
.this_menulist ul{
    margin-bottom: 0.5em;
    margin-left: 0;
}
.this_menulist li{
list-style:none;
}
.this_menulist a{
text-decoration:underline;
}
.this_menu_summary{
padding:20px 0;
}
.this_menu_summary div{
border: 6px solid #ffe9bb;
    padding: 5px 15px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.this_menu_summary div figure{
text-align: center;
}
.this_menu_summary div figure img{
max-width:300px;}

.this_menu_summary h3{
border-bottom: 2px solid #ffb310;
    font-size: 120%;
    font-weight: bold;
    color: #289626;
    padding: 0 0 8px 0;
    line-height: 1.2;
    margin: 1rem 0;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_u:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}