@charset "UTF-8";


@media (min-width: 320px) {
  /* タイトル */
article.page_title {
      background: url("../images/staff/head_img.jpg") no-repeat 85% center;;
      background-size: cover;
  }

  /* スタッフの想い*/
.message {
  }
.message dl {
	padding-bottom: 10%;
	position: relative;
  }
.message dl:after {
	content: '';
	display: block;
	width: 100%;
	width: 97.9%;
	widht: -webkit-calc(100% + 20px);/*Chrome19~25対応*/
	width: -moz-calc(100% + 20px);/*Firefox4~15対応*/
	width: calc(100% + 20px);  
	padding-top: 15%;
	background: url("../images/staff/message_img03.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: -10px;
	bottom: 0%;
  }
.message dt {
	font-size: 1.6rem;
	color: #826d45;
	display: table;
	margin: 0 auto 1em;
	border-bottom: solid 1px #826d45;
  }
.message dd {
	font-size: 1.5rem;
	color: #826d45;
  }
.message .message_img {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
  }
.message .message_img .message_img01 {
	width: 40%;
  }
.message .message_img .message_img02 {
	width: 50%;
  }

  /* スタッフ紹介*/
.member > div {
	margin-bottom: 20px;
  }
.member > div.side_last {
	margin-bottom: 0;
  }
.member .member_photo {
	text-align: center;
	margin-bottom: 5px;
  }
.member table thead th {
	font-size: 2rem;
	color: #826d45;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #826d45;
  }
.member table tbody th {
	padding-top: 1em;
	display: block;
  }
.member table tbody th p {
	font-weight: normal;
	color: #826d45;
	background: #e1d4b1;
	text-align: left;
	padding: 0 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
  }
.member table tbody td {
	display: block;
  }

}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
  /* スタッフの想い*/
.message {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
.message dl {
	width: 75%;
	padding: 0 10% 5% 5%;
  }
.message dl:after {
	content: '';
	display: block;
	width: 90%;
	padding-top: 13%;
	background: url("../images/staff/message_img03.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: 5%;;
	bottom: 0%;
  }
.message dt {
	font-size: 2rem;
	margin: 0 0 1em;
  }
.message dd {
	font-size: 1.8rem;
  }
.message .message_img {
	width: 25%;
	display: block;
  }
.message .message_img .message_img01 {
	width: auto;
  }
.message .message_img .message_img02 {
	width: auto;
	margin: -20px 0 0 -40px;
  }

  /* スタッフ紹介*/
.member > div {
	margin-bottom: 50px;
  }
.member > div.side_last {
	margin-bottom: 0;
  }
.member > div.side_left {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
.member > div.side_right {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
  }
.member .member_photo {
	width: 46%;
	margin-bottom: 0;
  }
.member table {
	width: 50%;
  }
.member table thead th {
	font-size: 2.4rem;
  }
.member table tbody th {
	display: table-cell;
	padding-right: 0.5em;
	text-align: left;
	vertical-align: top;
  }
.member table tbody th p {
	text-align: center;
	padding: 0 0.5em;
	white-space: nowrap;
  }
.member table tbody td {
	display: table-cell;
	padding-top: 1em;
  }
.member table tbody th p.member_target {
	display: inline-block;
  }
.member table tbody td.member_target_txt {
	padding-top: 0;
  }
}

@media (min-width: 840px) {
}

@media (min-width: 1200px) {
  /* スタッフの想い*/
.message dl {
	width: 75%;
	padding: 0 10% 5% 6%;
  }
.message dl:after {
	content: '';
	display: block;
	width: 92%;
	padding-top: 13%;
	background: url("../images/staff/message_img03.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: 5%;;
	bottom: 0%;
  }
.message dt {
	font-size: 2rem;
	margin: 0 0 1em;
  }
.message dd {
	font-size: 1.8rem;
  }
.message .message_img {
	width: 25%;
	display: block;
  }
.message .message_img .message_img01 {
	width: auto;
  }
.message .message_img .message_img02 {
	width: auto;
	margin: -20px 0 0 -40px;
  }

  /* スタッフ紹介*/
.member > div {
	margin-bottom: 80px;
  }
.member .member_photo {
	width: 47%;
	max-width: 536px;
  }
.member table thead th {
	font-size: 2.7rem;
  }
.member table tbody th {
	padding-top: 1.5em;
	padding-right: 0.8em;
  }
.member table tbody td {
	padding-top: 1.5em;
  }
.member table tbody th p {
  }
}

@media (min-width: 1500px) {
}

