@charset "utf-8";

/*==========================================================
	ページ 全体
==========================================================*/
body {
}

#body {
}

/*==========================================================
	見出し
==========================================================*/
section.top_box {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.top_box .innerbox .top_title{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	margin: auto;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-family: "Sawarabi Mincho";
}

/*==========================================================
	スタッフ紹介
==========================================================*/
section.staff {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
}
section.staff .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}

section.staff .staff_list {
	width: 100%;
	text-align: center;
}

section.staff .staff_list li{
	display: inline-block;
	width: 25%;
	max-width: 215px;
	margin: 0 20px;
	padding: 0 0 40px 0;
}
section.staff .staff_list .w50{
	width: 50%;
}
section.staff .staff_list .w25{
	width: 25%;
}

section.staff .staff_list li.title{
	font-size: 16px;
	color: #FC9B4D;
	width: 100%;
	margin: 0 0;
	max-width: unset;
	padding: 20px 0 40px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
section.staff .staff_list li a {
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
section.staff .staff_list li a span {
	display: block;
	color: #FFFFFF;
}

section.staff .staff_list .title .text{
	display: inline-block;
	max-width: 215px;
	margin: 0 20px;
}
/*
*/
.staff_list li img.img-sizing {
	opacity: 0;
}

/*==========================================================
	hover-flip
==========================================================*/
section.staff .staff_list .flip-container {
	perspective: 1000px;
}
.flip-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
section.staff .staff_list .flipper {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
}
section.staff .staff_list a:hover .flipper {
	transform: rotateY(180deg);
}
.flipper .front,
.flipper .back {
	width: 100%;
	height: 100%;
	/* -webkit-backface-visibility: hidden; */
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.flipper .front {
	z-index: 2;
	transform: rotateY(0deg);
	background-size: cover;
}

.flipper .back {
	background-color: #FC9B4D;

	transform: rotateY(180deg);
}
.flipper .insider {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flipper .insider .head {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: left;
    padding: 15px 20px 0 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flipper .insider .head small {
    display: block;
    font-size: 85.71%;
    color: #ffffff;
}
.flipper .insider .head strong {
    display: inline-block;
    text-align: left;
    min-width: 50%;
    font-size: 128.57%;
    color: #ffffff;
}
.flipper .insider span.table {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.flipper .insider span.table span.name {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.flipper .insider .name strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 0;
    letter-spacing: 2px;
}
.flipper .insider .name small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 100%;
    padding: 6px 0;
    letter-spacing: 1px;
}


/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){


	/*==========================================================
		見出し
	==========================================================*/
section.top_box {
	width: 100%;
		height: 60px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
	section.top_box .innerbox .top_title{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	margin: auto;
	color: #FFFFFF;
		font-size: 24px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
}

/*==========================================================
	スタッフ紹介
==========================================================*/
section.staff {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
}
section.staff .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}

section.staff .staff_list {
	width: 100%;
	text-align: center;
}

section.staff .staff_list li{
	display: inline-block;
		width: 50%;
	max-width: 215px;
	margin: 0 0px;
		padding: 10px 5px;
}
section.staff .staff_list .w50{
	width: 50%;
}
section.staff .staff_list .w25{
		width: 50%;
}

section.staff .staff_list li.title{
	font-size: 16px;
	color: #FC9B4D;
	width: 100%;
	margin: 0 0;
	max-width: unset;
	padding: 20px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
section.staff .staff_list li a {
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
section.staff .staff_list li a span {
	display: block;
	color: #FFFFFF;
}

section.staff .staff_list .title .text{
	display: inline-block;
		max-width: 50%;
	margin: 0 0px;
}
.staff_list li img.img-sizing {
	opacity: 1;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

/*==========================================================
	hover-flip
==========================================================*/
section.staff .staff_list .flip-container {
	perspective: 1000px;
    position: relative;
    /* 
     */
}

.flip-container {
		position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
section.staff .staff_list .flipper {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
}
section.staff .staff_list a:hover .flipper {
	transform: rotateY(0deg);
}
.staff_list li .flipper .front,
.staff_list li .flipper .back {
    transform: none;
    position: relative;
}
.flipper .front {
	z-index: 2;
	/* -webkit-transform: rotateY(0deg); */
	transform: rotateY(0deg);
	background-size: cover;
}
.flipper .back {
	background-color: #FC9B4D;

	transform: rotateY(180deg);
}
	.flipper .insider {
		padding: 10px 15px;
	}

.flipper .insider .head {
    position: relative;
    padding: 0;
    display: block;
}
.flipper .insider .head small {
    font-size: 64.29%;
    font-size: 75%;
}
.flipper .insider .head strong {
    display: block;
    font-size: 64.29%;
    font-size: 75%;
}
.flipper .insider span.table {
    display: block;
    text-align: left;
}
.flipper .insider span.table span.name {
    display: block;
    text-align: left;
}
.flipper .insider .name strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 0;
    letter-spacing: 2px;
}
.flipper .insider .name small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 100%;
    padding: 6px 0;
    letter-spacing: 1px;
}




/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

