@charset "utf-8";

/* -----------------------------------------------------------
   staff
   ----------------------------------------------------------- */

#staff .inner {
  width: 1100px;
  margin: 0 auto;
}

#staff li {
  background-color: #fff;
  border-radius: 5px;
}

#staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#staff .staff {
  width: 22%;
  margin: 0 1% 20px;
  padding: 5px 5px 0;
}

#staff .staff_name {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 10px;
  color: #29201c;
  text-align: center;
}

#staff .staff_txt {
  font-size: 15px;
  line-height: 1.4em;
  padding: 0 10px;
  margin-bottom: 10px;
}

#staff .staff_img img {
  border-radius: 5px;
}
#staff .staff_txt2{
	display: block;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
	color: #fc6210;
}
#staff .staff_best_htl{
    padding: 0 4%;
    margin-bottom: 5%;
    font-size: 15px;
}
#staff .staff_best_op{
    padding: 0 4%;
    margin-bottom: 5%;
    font-size: 15px;
}
#staff .best_ttl{
	background-color: #5ec1c9;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
}
#staff .best_hotel{
	display: block;
    line-height: 1.2;
    padding-top: 2%;
	text-indent: -1em;
	padding-left: 1em;
}
#staff .best_hotel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    font-weight: 400;
}
#staff .best_op{
	display: block;
    line-height: 1.2;
    padding-top: 2%;
	text-indent: -1em;
    padding-left: 1em;
}
#staff .best_op:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
}
#staff  .box-btn-pink {
    text-align: center;
}
#staff  .box-btn-pink a {
display: inline-block;
    background: #ff5fc9;
    line-height: 45px;
    font-size: 20px;
    padding: 0px 70px 0px 50px;
    border-radius: 60px;
    color: #ffffff;
    position: relative;
	margin: 15px auto;
}
#staff .box-btn-pink.a-hover a {
  background: #5b966d;
  transition: all .5s ease;
}
#staff .box-btn-pink.a-hover a {
  background: #5b966d;
  transition: all .5s ease;
}
#staff .box-btn-pink a:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8px;
}


/*
#hawaii-senmon .box-content.staff .box-photo {
  width: 980px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content.staff .box-photo .photo {
  width: 25%;
  margin: 0px 2.5%;
}
*/
#hawaii-senmon .box-content.staff .box-btn {
  text-align: center;
}

#hawaii-senmon .box-content.staff .box-btn a {
  display: inline-block;
  background: #b467bf;
  line-height: 60px;
  padding: 0px 50px;
  border-radius: 60px;
  color: #ffffff;
  position: relative;
  margin: 50px auto 100px;
  font-size: 22px;
  font-weight: bold;
}

#hawaii-senmon .box-content.staff .box-btn.a-hover a {
  opacity: 0.8;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1100px) {
  #staff .inner {
    width: 90%;
    margin: 0 auto 5%;
  }

  #staff .staff {
    width: 30%;
  }

  #staff .staff_txt {
    padding: 0 4%;
  }

  #staff .staff_img img {
    margin: 0 auto;
    width: 100%;
  }
	
  #staff .staff_txt2 {
    font-size: 0.5em;
	}
}

@media screen and (max-width: 481px) {
  #hawaii-senmon .box-content.staff {
    padding-top: 5%;
  }

  #hawaii-senmon .box-content.staff .outline {
    width: 100%;
  }

  #hawaii-senmon .box-content.staff .box-btn a {
    padding: 0;
    display: block;
    line-height: 50px;
    width: 80%;
    border-radius: 50px;
    margin: 8% auto;
    font-size: 4.2vw;
    font-weight: bold;
  }

  #hawaii-senmon .box-content.staff .box-btn {
    padding-bottom: 0;
  }

  #staff .staff {
    width: 95%;
  }

  #staff .staff_name {
    padding: 5% 0;
  }

  #staff .staff_txt {
    font-size: 3.5vw;
    line-height: 1.3em;
	margin: 0 3% 3%;
  }
  #staff .staff_txt2 {
	font-size: 1.3em;  
  }
  #staff .staff_best_htl,#staff .staff_best_op {
    font-size: 3.5vw;
  }
  #staff .best_ttl{
	font-size: 3.8vw;	
	}
  #staff .box-btn-pink a {
    line-height: 60px;
    font-size: 3.5vw;
    padding: 0px 70px 0px 50px;
    margin: 5% auto;
}
}