@charset "UTF-8";


/*----- common -----*/


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
	font-family: 'Code Bold';
	src: url("/wp-content/themes/hananoame/fonts/code_bold-webfont.eot");
	src: url("/wp-content/themes/hananoame/fonts/code_bold-webfont.woff2") format("woff2"),url("/wp-content/themes/hananoame/fonts/code_bold-webfont.woff") format("woff");
}

body {
	font-family: "Yu Gothic", YuGothic;
	font-size: 14px;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

a {
	color: inherit;
}

a:link {
	color: inherit;
}

a:hover {
	opacity: inherit;
}

img {
	vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

.background-hack {
	z-index: -1;
	background-color: #F7F7F7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fixed {
	background-color: rgb(230,230,230);
	border-bottom: 0px none;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 3px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 3px 0px;
}

.pagetop {
	position: fixed;
	background-color: #FFFFFF;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
	z-index: 300;
	overflow: hidden;
}


/*----- header -----*/


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	/*-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;*/
	/*background-color: #FFFFFF;*/
	opacity: 1;
	z-index: 1000;
	transition: .3s;
}

#header {
	top: -80px;
}

#header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	z-index: 4;
}

#header a {
	text-decoration: none;
}

.spnav #header:before {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
}

.spnav #header_new {
	position: fixed;
}

#header_new {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 1000;
	transition: .3s;
}

.pc_menu {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.pc_menu a:hover {
	/*color: #CC0066;*/
	color: #AAAAAA;
}

.pc_logo {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 10px 0;
	float: left;
	z-index: 5;
}

.pc_logo a img {
	z-index: 5;
}

.pc_logo a h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.5em;
	color: #FFFFFF;
	z-index: -1;
}

#navigation {
	position: relative;
	z-index: 5;
	float: left;
}

#navigation_new {
	width: 58%;
	margin-left: 30%;
	margin-right: 2%;
	position: relative;
	z-index: 5;
	float: left;
}

.sns {
	position: relative;
	width: 10%;
	z-index: 5;
	float: left;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

.sns a:hover {
	opacity: 0.6;
}

.sns a img {
	vertical-align: middle;
}

.pc_menu ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

.pc_menu li {
	display: inline-block;
	width: 20%;
	height: 80px;
	text-align: center;
	font-size: 16px;
	float: left;
}

.pc_menu li a {
	display: block;
	line-height: 80px;
}

.pc_menu li a span {
	letter-spacing: 1px;
	margin-left: -3px;
}

#slide-line {
	position: absolute;
	bottom: 0;
	height: 3px;
	/*background-color: #CC0066;*/
	background-color: #AAAAAA;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 5;
}

#slide-line_new {
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: #CCCCCC;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 5;
}

#slide-line_new {
	/*background-color: #CC0066;*/
	background-color: #AAAAAA;
}

.sp_logo {
	display: none;
	width: 240px;
	height: 60px;
	padding: 10px;
}

.sp_logo a {
	position: relative;
	display: block;
	width: :240px;
	height: 60px;
	z-index: 5;
}

.sp_logo a img {
	z-index: 5;
}

.sp_logo a h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.5em;
	color: #FFFFFF;
	z-index: -1;
}

.sp_logo a h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.5em;
	color: #FFFFFF;
	z-index: -1;
}

.sp_humberger {
	display: none;
}

.humberger {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: #CCCCCC;
	transition: all 0.3s;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	cursor: pointer;
	border-radius: 50%;
}

.humberger .icop {
	background: #FFFFFF;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}

.humberger .p1 {
	margin-top: -7px;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.humberger .p2 {
	margin-top: 0px;
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}

.humberger .p3 {
	margin-top: 7px;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.humberger:hover .icop {
	width: 26px;
	margin-left: -13px;
}

.spnav .humberger {
	/*background: 0 0;*/
}

.spnav .humberger .p1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0px;
}

.spnav .humberger .p2 {
	width: 0;
	margin-left: 0;
}

.spnav .humberger .p3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0px;
}

.spnav .sp_menu {
	opacity: 1;
	width: 100%;
	transition: all 0.35s cubic-bezier(.9,.03,.31,.0.67) 0s;
}

.sp_menu {
	display: none;
	position: relative;
	z-index: 1000;
}

.sp_menu {
	position: fixed;
	z-index: 3;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	opacity: 1;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	transition: width 0.2s linear 0s;
	overflow: hidden;
}

.sp_menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 100%;
	height: 100%;
	background: #CCCCCC;
	opacity: 0.95;
}

.sp_menu_bg {
	top: 80px;
}

.sp_menu_inner {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 100%;
}

.sp_menu ul {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

.sp_menu li {
	display: block;
	width: 100%;
	text-align: center;
}

.sp_menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

.sp_menu li a:hover {
	color: #999999;
	background-color: #FFFFFF;
}

.sp_menu li.sns a:hover {
	background-color: inherit;
	opacity: 0.6;
}

.sp_menu li a span {
	letter-spacing: 1px;
	margin-left: -3px;
}


/*----- bxslider -----*/


.bx-wrapper {
	position: relative;
	margin-bottom: 0px !important;
	padding: 80px 0 0 !important;
	*zoom: 1;
}

.bx-wrapper {
	padding: 0 !important;
}

.bx-wrapper .bx-viewport {
	box-shadow: inherit !important;
	border: 0px none !important;
	left: 0px !important;
	background: inherit !important;
}

.bx-wrapper img {
	width: 100%;
	height: auto;/*auto又は100%に指定・縦横比を維持する*/
	display: block;
}

.bx-wrapper .bx-pager {/*ページャーの表示位置など*/
	position: absolute;
	bottom: -30px;
	width: 100%;
}

ul.bxslider {
	height: 550px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.bxslider li {
	height: 550px;
	overflow: hidden;
	background-repeat : no-repeat;
	background-position: center center;
	background-size: cover;
}

ul.bxslider li a {
	display: block;
	width: 100%;
	height: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFFFFF none repeat scroll 0% 0% !important;
	width: 12px !important;
	height: 12px !important;
	margin: 5px 7px !important;
}

.bx-pager.bx-default-pager a.active {
	background: #97CACA none repeat scroll 0% 0% !important;
}

.bx-wrapper .bx-controls-direction {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 10 !important;
}


/*----- boxer -----*/


#boxer {
	z-index: 1050 !important;
}

.inline_content {
	width: 500px;
	overflow: hidden;
	box-sizing: border-box;
}

.inline_content h3 {
	border-bottom: 1px dotted #333333;
	padding-bottom: 15px;
}

.inline_content h3 span {
	display: block;
	font-family: 'Code Bold';
	letter-spacing: 3px;
}

.inline_content p span {
	display: block;
	font-family: 'Code Bold';
	letter-spacing: 3px;
}

.inline_content p a {
	color: #CC0066;
}

.inline_content p a:hover {
	color: #F5278E;
}

#boxer.mobile {
	background: rgba(0,0,0,0.8) !important;
	padding: 0 !important;
}

#boxer.mobile .inline_content {
	width: 100%;
	padding: 5%;
	background: #FFFFFF !important;
}

#boxer.mobile .boxer-container {
	background: none !important;
}

#boxer.mobile .boxer-content {
	background-color: rgba(0,0,0,0) !important;
}


/*----- section -----*/


div.section {
	width: 100%;
	position: relative;
	padding: 60px 0;
	background-color: #000000;
	color: #ffffff;
}

.section_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

h2.section_title {
	font-size: 24px;
	font-weight: normal !important;
	padding: 0 0 10px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

h2.section_title::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}

h3.section_subtitle {
	font-size: 18px;
	font-weight: normal !important;
	padding: 0 0 10px;
	margin: 0 0 30px;
	color: #FFFFFF;
	text-align: center;
}


/*----- contact -----*/


#contact {
	background-color: #DDDDDD;
}

.contact_box {
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}

div.wpcf7 {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: none !important;
	border-radius: inherit !important;
	text-align: left !important;
}

form.wpcf7-form label {
	font-weight: normal;
}

form.wpcf7-form p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

form.wpcf7-form p:nth-of-type(1) {
	text-align: right !important;
	border-bottom: 0px none;
}

form.wpcf7-form p:nth-last-of-type(2) {
	border-bottom: 0px none;
}

form.wpcf7-form p:nth-last-of-type(1) {
	text-align: center !important;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px none;
}

form.wpcf7-form dl {
	padding: 0;
	margin: 0 0 50px;
}

form.wpcf7-form dt {
	padding: 0;
	margin: 0;
}

form.wpcf7-form dd {
	padding: 0;
	margin: 0;
}

.submit_btn:hover {
	opacity: 0.6;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap select {
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 5px 0 0;
	background: #FFFFFF;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	font-size: 14px;
	box-sizing: border-box;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
 	height: 80px;
	padding: 10px;
	margin: 5px 0 0;
	background: #FFFFFF;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	font-size: 14px;
	box-sizing: border-box;
}

span.require {
	margin: 0 4px;
	color: #FFFFFF;
}

.policy_check {
	position: relative;
}

.policy_link {
	position: absolute;
	top: 2px;
	left: 40px;
	z-index: 1;
}

.policy_link a {
	text-decoration: underline !important;
}

.submit_button:hover {
	opacity: 0.6;
}

.line_link {
	margin-top: 50px;
	text-align: center;
}

.line_link a:hover {
	opacity: 0.6;
}

.line_link a:hover img {
	transform: scale(1.1);
	transition-duration: 2s;
}


/*----- common -----*/


a {
	text-decoration: none;
}

a.section_top {
	position: absolute;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

br.pc_none {
	display: none;
}

span.pc_none {
	display: none;
}

span.sp_none {
	display: inline;
}

.section:first-of-type {
	padding-top: 140px;
}

.section_description {
	text-align: center;
	margin: 0 auto 50px;
}

.section_description h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.18em;
}

.section_description p {
	line-height: 2;
}

.pc_logo_first {
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;
	width: 120px;
	transition-duration: 2s;
	background-color: #FFFFFF;
}

.pc_logo_first img:hover {
	opacity: 0.6;
}

/*.pc_logo_first.none {
	display: none;
	transition-duration: 2s;
}*/

.pc_logo {
	width: 25%;
	padding: 0;
}

.pc_logo a {
	padding-top: 10px;
	display: block;
}

.pc_logo a img {
	display: inherit;
	width: 100%;
	vertical-align: middle;
}

.pc_logo a img:hover {
	opacity: 0.6;
}

/*.pc_logo.inherit a img {
	display: inherit;
	transition-duration: 2s;
}*/

#navigation {
	width: 58%;
	margin-left: 5%;
	margin-right: 2%;
}

.pc_menu li {
	width: 20%;
}

.pc_menu li.sns {
	line-height: 80px;
}

.pc_menu li.sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

.pc_menu li.sns a img {
	vertical-align: middle;
}

.sp_menu li.telephone a {
	display: inline;
}

.sp_menu li.sns {
	padding: 10px 0;
}

.sp_menu li.sns a {
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
}

.sp_menu li.sns a:nth-of-type(1) {
	width: 10%;
	margin: 0 1% 0 39%;
	text-align: right;
}

.sp_menu li.sns a:nth-of-type(2) {
	width: 10%;
	margin: 0 39% 0 1%;
	text-align: left;
}

.sp_menu li.sns a img {
	vertical-align: middle;
	max-width: 50px;
}

.link_box {
	max-width: 650px;
	margin: 0 auto;
}

footer {
	background-color: #2B2B2B;
	color: #FFFFFF;
}

/*footer * {
	color: #FFFFFF;
}*/

.footer_inner {
	/*width: 90%;*/
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer_logo {
	width: 25%;
	margin: 0 auto;
	padding: 50px 0 30px;
}

.footer_menu_main li {
	display: inline-block;
	width: 16.666%;
	float: left;
	box-sizing: border-box;
}

.footer_menu_main li a {
	display: block;
	text-align: center;
	padding: 20px;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

.footer_menu_main li:hover a {
	color: #999999;
	transition-duration: 0.5s;
}

.footer_menu_main li a span {
	letter-spacing: 1px;
	margin-left: -3px;
}

.footer_menu_main li:hover a span {
	color: #999999;
	transition-duration: 0.5s;
}

.footer_menu_sub {
	/*width: 44%;*/
	margin: 0 auto 20px;
	max-width: 700px;
	text-align: right;
	padding-right: 200px;
}

.footer_menu_sub li {
	display: inline-block;
	padding: 20px 0;
	float: left;
	box-sizing: border-box;
	width: 33.333%;
}

/*.footer_menu_sub li:first-of-type {
	width: 60%;
}

.footer_menu_sub li:nth-child(2) {
	width: 40%;
}*/

.footer_menu_sub li a {
	display: block;
	color: #8F8F8F;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #8F8F8F;
	text-align: center;
}

.footer_menu_sub li:first-of-type a {
	border-left: 1px solid #8F8F8F;
}

.footer_menu_sub li a span:hover {
	color: #999999;
	transition-duration: 0.5s;
}

.footer_sns_sp {
	display: none;
	width: 120px;
	margin: 0 auto;
}

.footer_sns_sp li {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.footer_sns_sp li:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
}

.footer_sns_pc {
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 140px;
}

.footer_sns_pc li {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.footer_sns_pc li:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
}

.copyright {
	text-align: center;
	font-size: 13px;
}

#information {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	opacity: 1;
	z-index: 1000;
	transition: .3s;
	/*-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 2px 0px;*/
}

#information:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	opacity: 1;
	z-index: 4;
}

.information_menu {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.shopdata {
	position: relative;
	display: inline-block;
	width: 45%;
	line-height: 60px;
	float: left;
	z-index: 5;
	font-size: 14px;
	text-align: center;
}

.shoptel {
	position: relative;
	display: inline-block;
	width: 30%;
	line-height: 60px;
	float: left;
	z-index: 5;
	font-size: 24px;
	text-align: center;
}

.shoptel span {
	display: inline-block;
	width: 30px;
	height: 80px;
	padding: 0 5px 0 0;
}

.shoptel span img {
	vertical-align: middle;
	margin-top: -5px;
}

.shoprecruit {
	position: relative;
	display: inline-block;
	width: 25%;
	line-height: 60px;
	float: left;
	z-index: 5;
	text-align: center;
}

.shoprecruit a {
	padding: 10px 50px;
	background-color: #CC0066;
	border-radius: 5px;
	color: #FFFFFF;
}

.shoprecruit a:hover {
	background-color: #F5278E;
	transition-duration: 0.5s;
}


/*----- top -----*/


#staff_slider {
	background-color: #000000;
	background-color: #222222;
}

#staff_slider ul.slider {
	margin-bottom: 50px;
}

#staff_slider ul.slider li {
	margin: 0 1px;
	text-align: center;
	/*background-color: #CCCCCC;*/
	background-color: #999999;
}

#staff_slider ul.slider li:hover {
	background-color: #AAAAAA;
	transition-duration: 0.5s;
}

#staff_slider ul.slider li h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0 0;
}

#staff_slider ul.slider li p {
	font-size: 12px;
	margin: 0 0 17px;
}

#faq_slider {
	background-color: #666666;
}

#faq_slider ul.slider {
	margin-bottom: 50px;
}

#faq_slider ul.slider li {
	margin: 0 1px;
	/*text-align: center;*/
	font-size: 14px;
	background-color: inherit;
}

#faq_slider ul.slider li:hover {
	opacity: 0.6;
}

#faq_slider ul.slider li p {
	padding: 0 15px 0 5px;
}

#faq_slider ul.slider li p span {
	font-family: 'Code Bold';
	letter-spacing: 5px;
	margin-right: 3px;
}

.faq_img {
	width: 100%;
	overflow: hidden;
}

#slider-arrow01 {
	width: 350px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

#slider-arrow01 * {
	color: #000000;
}

#slider-arrow01 .slick-prev {
	width: 24px;
	top: 24px;
	left: 0;
	z-index: 1;
	background: url(/wp-content/themes/hananoame/images/icn_prev.svg)no-repeat top 50% left;
}

#slider-arrow01 .slick-next {
	width: 24px;
	top: 24px;
	right: 0;
	z-index: 99;
	background: url(/wp-content/themes/hananoame/images/icn_next.svg)no-repeat top 50% left;
}

#slider-arrow02 {
	width: 350px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	font-family: 'Code Bold';
	letter-spacing: 5px;
}

#slider-arrow02 * {
	color: #000000;
}

#slider-arrow02 .slick-prev {
	width: 24px;
	top: 24px;
	left: 0;
	z-index: 1;
	background: url(/wp-content/themes/hananoame/images/icn_prev.svg)no-repeat top 50% left;
}

#slider-arrow02 .slick-next {
	width: 24px;
	top: 24px;
	right: 0;
	z-index: 99;
	background: url(/wp-content/themes/hananoame/images/icn_next.svg)no-repeat top 50% left;
}

.button {
	display: block;
	width: 230px;
	height: 38px;
	padding: 5px 0 5px 5px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	color: #FFFFFF !important;
	line-height: 38px;
}

.button:hover {
	border: 1px solid #CCCCCC;
	/*color: #000000 !important;*/
	transition-duration: 0.5s;
	background-color: #CCCCCC;
}

#staff_daily {
	background-color: #151515;
	background-color: #000000;
}

table.attmgr_guide_weekly td.current {
	background-color: #999999 !important;
}

ul.staff_block li {
	width: 14.4% !important;
	margin: 1% !important;
	padding: inherit !important;
	background-color: #999999;
}

ul.staff_block li:hover {
	background-color: #AAAAAA;
	transition-duration: 0.5s;
}

ul.staff_block li div.thumb {
	overflow: hidden;
}

ul.staff_block li img {
	vertical-align: top;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

ul.staff_block li img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

ul.staff_block li .post-info {
	padding: 10px 0;
	font-size: 0.9em !important;
}

ul.staff_block li .clear {
	display: none !important;
}

#news {
	background-color: #222222;
	background-color: #151515;
}

.news_box {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

div[class*="newsitem_"] {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 15px;
}

div[class*="newsitem_"]:last-of-type {
	border-bottom: 0px none;
}

div[class*="newsitem_"] a {
	color: #CC0066;
}

div[class*="newsitem_"] a:hover {
	color: #F5278E;
}

div[class*="newsitem_"] dt {
	float: left
}

div[class*="newsitem_"] dd {
	margin-left: 90px;
}

#about {
	background-color: #151515;
}

.about_box {
	margin-bottom: 100px;
}

.about_box:last-of-type {
	margin-bottom: 0px;
}

.about_box .about_box_img {
	width: 60%;
	float: right;
	box-sizing: border-box;
}

.about_box_txt {
	width: 40%;
	padding: 0 5% 0 0;
	float: left;
	box-sizing: border-box;
}

.about_txt {
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
}

.about_txt a {
	margin-top: 55px;
}

.about_box:nth-child(even) .about_box_img {
	float: left !important;
}

.about_box:nth-child(even) .about_box_txt {
	padding: 0 0 0 5%;
	float: right !important;
}

#course {
	background-color: #000000;
}

.course_item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.course_item:nth-child(odd) {
	background-color: #333333;
}

.course_img {
	display: inline-block;
	width: 50%;
	padding: 50px;
	margin: 0;
	float: left;
	box-sizing: border-box;
}

.course_item:nth-child(even) .course_img {
	float: right !important;
}

.course_img img {
	width: 100%;
	height: auto;
}

.course_description {
	display: inline-block;
	width: 50%;
	padding: 50px;
	padding-left: 0;
	margin: 0;
	float: right;
	box-sizing: border-box;
}

.course_item:nth-child(even) .course_description {
	float: left;
	padding-left: 50px;
	padding-right: 0;
}

#area {
	background-color: #666666;
}

.area_box {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.area_left {
	display: inline-block;
	width: 60%;
	float: left;
}

.area_right {
	display: inline-block;
	width: 40%;
	padding: 0 0 0 5%;
	float: left;
	box-sizing: border-box;
}

.area_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.area_box dt {
	display: block;
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	box-sizing: border-box;
}

.area_box dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#system {
	background-color: #000000;
	background-repeat: no-repeat;
	/*background-position: center center;*/
	background-size: cover;
}

.system_box {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.system_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.system_box dt {
	display: block;
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	box-sizing: border-box;
}

.system_box dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#topics {
	background-color: #666666;
}

.topics_left {
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.topics_left a {
	font-size: 20px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 2.5% 2.5% 2.5% 5%;
	border: 1px solid #FFFFFF;
	line-height: 80px;
	color: #FFFFFF;
}

.topics_left span.telephone {
	font-size: 20px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 2.5% 2.5% 2.5% 5%;
	border: 1px solid #FFFFFF;
	line-height: 80px;
	color: #FFFFFF;
}

.topics_left span.telephone a {
	font-size: inherit;
	height: inherit;
	display: inline;
	margin: 0;
	border: 0px none;
	line-height: inherit;
	color: #FFFFFF;
}

.topics_right {
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.topics_right a {
	font-size: 20px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 2.5% 5% 2.5% 2.5%;
	border: 1px solid #FFFFFF;
	line-height: 80px;
	color: #FFFFFF;
	background: url(/wp-content/themes/hananoame/images/icn_down.svg)no-repeat top 50% right 20px/12px 12px;
}

.topics_right a:hover {
	border: 1px solid #CCCCCC;
	color: #000000;
	background: url(/wp-content/themes/hananoame/images/icn_down_bk.svg)no-repeat top 52% right 20px/12px 12px;
	background-color: #CCCCCC;
	transition-duration: 0.5s;
}

.topics_item {
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.topics_item a {
	font-size: 20px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 2.5% 2.5% 2.5% 5%;
	border: 1px solid #FFFFFF;
	line-height: 80px;
	color: #FFFFFF;
	background: url(/wp-content/themes/hananoame/images/icn_down.svg)no-repeat top 52% right 20px/12px 12px;
}

.topics_item a:hover {
	border: 1px solid #CCCCCC;
	color: #000000;
	background: url(/wp-content/themes/hananoame/images/icn_down_bk.svg)no-repeat top 52% right 20px/12px 12px;
	background-color: #CCCCCC;
	transition-duration: 0.5s;
}

.topics_item span.telephone {
	font-size: 20px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 2.5% 2.5% 2.5% 5%;
	border: 1px solid #FFFFFF;
	line-height: 80px;
	color: #FFFFFF;
}

.topics_item span.telephone a {
	font-size: inherit;
	height: inherit;
	display: inline;
	margin: 0;
	border: 0px none;
	line-height: inherit;
	color: #FFFFFF;
}

.topics_item:nth-child(even) a {
	margin: 2.5% 5% 2.5% 2.5%;
}

#instafeed {
	background-color: #999999;
}


/*----- page -----*/


#index {
	padding: 100px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*----- system -----*/


#flow {
	background-color: #666666;
}

.flow_box {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.flow_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.flow_box dt {
	display: block;
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	box-sizing: border-box;
}

.flow_box dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.credit {
	display: inline-block;
	float: right;
	max-width: 500px;
}

.credit a {
	display: block;
}

.firsttime_item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.firsttime_item:nth-child(odd) {
	background-color: #333333;
}

.firsttime_img {
	display: inline-block;
	width: 50%;
	padding: 50px;
	margin: 0;
	float: left;
	box-sizing: border-box;
}

.firsttime_item:nth-child(even) .firsttime_img {
	float: right !important;
}

.firsttime_img img {
	width: 100%;
	height: auto;
}

.firsttime_description {
	display: inline-block;
	width: 50%;
	padding: 50px;
	padding-left: 0;
	margin: 0;
	float: right;
	box-sizing: border-box;
}

.firsttime_item:nth-child(even) .firsttime_description {
	float: left;
	padding-left: 50px;
	padding-right: 0;
}

#caution {
	background-color: #666666;
}

.caution_box {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}


/*----- staff -----*/


#staff_list {
	background-color: #333333;
}


.staff_box {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.staff_item {
	display: inline-block;
	width: 31.333%;
	padding: 0;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	background-color: #FFFFFF;
	text-align: center;
}

.staff_img {
	width: 100%;
	overflow: hidden;
}

.staff_img img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.staff_item:hover .staff_img img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

body#staff .table {
	display: table;
	width: 100%;
	margin-bottom: 0;
	color: #000000;
}

body#staff .table .table_tr {
	display: table-row;
}

body#staff .table .table_th,
body#staff .table .table_td {
	display: table-cell;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 1.6em;
	line-height: 2;
	vertical-align:  top;
}

body#staff .table .table_th {
	background: #FFFFFF;
	white-space: nowrap;
	width: 33%;
	text-align: center;
}

body#staff .table .table_td {
	background: #FFFFFF;
}

body#staff .table .table_td h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

body#staff .table .table_th:last-child,
body#staff .table .table_td:last-child {
	border-right: none;
}

.staff_item:hover .table_th,
.staff_item:hover .table_td {
	background: #F5F5F5 !important;
}

h4.staff_name {
	font-size: 16px;
	font-weight: normal !important;
	text-align: center;
}

table.attmgr_weekly_all .date {
	font-weight: normal;
}

table.attmgr_weekly_all .dow {
	font-weight: normal;
}

table.attmgr_weekly_all td.portrait img {
	width: 90% !important;
	margin: 5% 5% 0 !important;
}

td.portrait a {
	font-size: 0.8em;
	display: block;
}

#calendar {
	background-color: #999999;
}

.list_pagenavi {
	display: none !important;
}

table.attmgr_weekly_all td.not_working {
	background-color: inherit !important;
}


/*----- area -----*/




/*----- faq -----*/


#faq {
	background-color: #333333;
}

#faq h3.category_title {
	color: #FFFFFF;
}

.faq_box {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.faq_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	border-bottom: 1px solid #595959;
	box-sizing: border-box;
}

.faq_box dt {
	/*padding-top: 6px;*/
	padding-bottom: 6px;
	margin-bottom: 16px;
	background: url(/wp-content/themes/hananoame/images/icn_q.svg)no-repeat top left/36px 36px;
	line-height: 36px;
	min-height: 36px;
	padding-left: 60px;
	font-size: 16px;
}

.faq_box dt span {
	display: block;
	background: url(/wp-content/themes/hananoame/images/icn_down.svg) no-repeat top 12px right 10px/12px 12px;
	cursor: pointer;
	padding-right: 30px;
}

.faq_box dt.active span {
	background: url(/wp-content/themes/hananoame/images/icn_up.svg) no-repeat top 12px right 10px/12px 12px;
}

.faq_box dd {
	background: url(/wp-content/themes/hananoame/images/icn_a.svg)no-repeat top left/36px 36px;
	line-height: 1.5;
	display: none;
	padding-bottom: 25px;
	padding-left: 60px;
	font-size: 14px;
}

.faq_box dd span {
	display: inline-block;
	margin-top: 8px;
	color: #999999;
}

h3.category_title {
	font-size: 20px;
	font-weight: normal !important;
	padding: 0 0 10px;
	margin: 100px 0 50px;
	position: relative;
	color: #444444;
	text-align: center;
}

h3.category_title::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #CCCCCC;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}


/*----- reservation -----*/


#contact {
	background-color: #666666;
}

body#reservation .link_box span {
	display: block;
	width: 50%;
	padding: 2% 0;
	margin: 0 auto;
	/*background: url(/wp-content/themes/hananoame/images/icn_down.png)no-repeat top 50% right 20px;*/
	border: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
}

body#reservation .link_box span.telephone {
	background: none;
}

body#reservation .link_box span.telephone a {
	background: none;
}


/*----- recruit -----*/


#merit {
	background-color: #151515;
}

.merit_box {
	margin-bottom: 100px;
}

.merit_box:last-of-type {
	margin-bottom: 0px;
}

.merit_box .merit_box_img {
	width: 60%;
	float: right;
	box-sizing: border-box;
}

.merit_box_txt {
	width: 40%;
	padding: 0 5% 0 0;
	float: left;
	box-sizing: border-box;
}

.merit_txt {
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
}

.merit_txt a {
	margin-top: 55px;
}

.merit_box:nth-child(even) .merit_box_img {
	float: left !important;
}

.merit_box:nth-child(even) .merit_box_txt {
	padding: 0 0 0 5%;
	float: right !important;
}

#summary {
	background-color: #333333;
}

.summary_title {
	margin-top: 50px;
}

.table_recruit {
	display: table;
	width: 100%;
	color: #FFFFFF;
}

.table_recruit .table_tr {
	display: table-row;
}

.table_recruit .table_th,
.table_recruit .table_td {
	display: table-cell;
	border-bottom: 1px solid #595959;
	border-right: 1px solid #595959;
	padding: 1.6em;
	line-height: 2;
	vertical-align:  top;
}

.table_recruit .table_th {
	background: #3c3c3c;
	white-space: nowrap;
	width: 20%;
	text-align: center;
}

.table_recruit .table_td {
	background: #292929;
}

.table_recruit .table_td.price {
	width: 12%;
}

.table_recruit .table_td.subtitle {
	width: 12%;
}

.table_recruit .table_th:last-child,
.table_recruit .table_td:last-child {
	border-right: none;
}


/*----- privacy -----*/


#policy {
	background-color: #333333;
}

.policy_box {
	max-width: 650px;
	margin: 0 auto;
}

.policy_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.policy_box dt {
	display: block;
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	box-sizing: border-box;
}

.policy_box dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


/*----- company -----*/


#company {
	background-color: #333333;
}

.company_box {
	max-width: 650px;
	margin: 0 auto;
}

.company_box dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.company_box dt {
	display: block;
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	box-sizing: border-box;
}

.company_box dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


/*----- single.staff -----*/


#staff {
	background-color: #333333;
}

.gallery-box {
	width: 100%;
}

#gallery {
	width: 100% !important;
	/*margin-bottom: 10px !important;
	margin-right: 5% !important;
	float: left !important;*/
}

#thumbs {
	width: 100% !important;
	margin-bottom: 30px !important;
}

#slideshow span {
	width: 100% !important;
	height: 100% !important;
}

#slideshow a {
	width: 100% !important;
	height: 100% !important;
}

#slideshow img {
	width: 100% !important;
	height: auto !important;
}

#controls a {
	width: 40px !important;
	height: 40px !important;
}

#controls img {
	width: 40px !important;
	height: 40px !important;
}

#thumbs ul.thumbs li {
	width: 32.333% !important;
	margin: 1% 1% 1% 0 !important;
}

#thumbs ul.thumbs li:nth-last-of-type(1) {
	margin-right: 0% !important;
}

#thumbs ul.thumbs li a.thumb {
	padding: 3px !important;
}

#thumbs ul.thumbs li a.thumb img {
	width: 100% !important;
	height: auto !important;
}

div.item_description {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
}

div.item_description p {
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
}

div.slideshow-container {
	overflow: hidden;
	/*height: 375px !important;*/
}

div.slideshow a.advance-link {
	width: 100% !important;
}

div.slideshow img {
	width: 100% !important;
	vertical-align: bottom !important;
	border: 0px none !important;
	position: absolute;
	top: 0;
	left: 0;
}

div.loader {
	width: 100% !important;
}

div.controls {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 40px !important;
	margin-top: 0px !important;
}

div.controls a {
	padding: 0 5px !important;
}

div.ss-controls {
	display: none;
}

div.nav-controls {
	float: none !important;
}

div.nav-controls a.prev {
	float: left;
	width: 40px;
	height: 40px;
}

div.nav-controls a.prev img {
	background: none !important
}

div.nav-controls a.next {
	float: right;
	width: 40px;
	height: 40px;
}

div.nav-controls a.next img {
	background: none !important
}

div.navigation div.top {
	display: none;
}

div.navigation div.bottom {
	display: none;
}

#slideshow img {
	width: 98.4% !important;
	margin-left: 0.8% !important;
}

#thumbs ul.thumbs li {
	width: 32.666% !important;
	margin: 1% 1% 0 0 !important;
}

#thumbs ul.thumbs li:nth-child(3n) {
	margin: 1% 0 0 0 !important;
}

#thumbs ul.thumbs li a.thumb {
	padding: 2% !important;
}

ul.thumbs li {
	opacity: 0.67 !important;
}

ul.thumbs li.selected {
	opacity: 1 !important;
}

ul.thumbs li.selected a.thumb {
	/*background: #ECE463 !important;*/
	background: none !important;
}

a.thumb {
	border: 0px none !important;
}

table.attmgr_weekly td.not_working {
	background-color: inherit !important;
}

#staff_slider .slick-slide img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

#staff_slider .slick-slide:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}


/*body#faq .link_box,*/
body#recruit .link_box,
body#staffs .link_box {
	max-width: 800px;
}

.link_box a {
	display: block;
	width: 49%;
	padding: 2% 0;
	margin: 0 0 2% 2%;
	background: url(/wp-content/themes/hananoame/images/icn_down.svg)no-repeat top 50% right 20px/12px 12px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.link_box a:hover {
	background: url(/wp-content/themes/hananoame/images/icn_down_bk.svg)no-repeat top 50% right 20px/12px 12px;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color: #CCCCCC;
	transition-duration: 0.5s;
}

body#faq .link_box a,
body#system .link_box a,
body#staff .link_box a {
	width: 49%;
}

/*body#faq .link_box a,*/
body#recruit .link_box a,
body#staffs .link_box a {
	width: 32%;
	margin: 0 0 2% 2%;
}

body#faq .link_box a:nth-of-type(2n+1),
body#system .link_box a:nth-of-type(2n+1),
body#staff .link_box a:nth-of-type(2n+1) {
	margin-left: 0;
}

/*body#faq .link_box a:nth-of-type(3n+1),*/
body#recruit .link_box a:nth-of-type(3n+1),
body#staffs .link_box a:nth-of-type(3n+1) {
	margin-left: 0;
}

.staff_box {
	margin-bottom: 100px;
}

.staff_box_img {
	max-width: 50%;
	float: left;
}

.staff_box_txt {
	float: right;
	max-width: 48%;
	padding-left: 2%;
	box-sizing: border-box;
}

body#staffs .table {
	display: table;
	width: 100%;
	color: #000000;
}

body#staffs .table .table_tr {
	display: table-row;
}

body#staffs .table .table_th,
body#staffs .table .table_td {
	display: table-cell;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 1.6em;
	line-height: 2;
	vertical-align:  top;
}

body#staffs .table .table_th {
	background: #FFFFFF;
	white-space: nowrap;
	width: 33%;
	text-align: center;
}

body#staffs .table .table_td {
	background: #FFFFFF;
}

body#staffs .table .table_td h2 {
	font-size: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

body#staffs .table .table_th:last-child,
body#staffs .table .table_td:last-child {
	border-right: none;
}


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

	20180923追記

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


.alert {
	text-shadow: none !important;
	border: 0px none !important;
}
