﻿@charset "UTF-8";
/* =================================
Common Reset CSS
================================= */
html { box-sizing: border-box; }

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after { box-sizing: inherit; }

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #231815;
}

a:hover {
	text-decoration: underline;
	color: #999;
	opacity: .85;
}

a.icon-link,
a.button-link,
a.logo-link {
	text-decoration: none;
	color: #231815;
}

a.icon-link:hover,
a.button-link:hover,
a.logo-link:hover { opacity: .85; }

h1, h2, h3, h4, h5, h6, strong {
	cursor: default;
}

img {
	max-width: 100%;
	height: auto!important;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #231815;
}

html,
body,
#container {
	height: 100%;
	position: relative;
}
/**
 * COMMON
 */
.enThin { font-family: 'Heebo', sans-serif; font-weight: 100; }

.enLight { font-family: 'Heebo', sans-serif; font-weight: 300; }

.enRegular { font-family: 'Heebo', sans-serif; font-weight: 400; }

.enMedium { font-family: 'Heebo', sans-serif; font-weight: 500; }

.enBold { font-family: 'Heebo', sans-serif; font-weight: 700; }

.enExtraBold { font-family: 'Heebo', sans-serif; font-weight: 800; }

.enBlack { font-family: 'Heebo', sans-serif; font-weight: 900; }

.container {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.imgFree img {
	max-width:100%!important;
	width:auto;
	height:auto!important;
}

.float-left { float: left; }

.float-right { float: right; }

.header-title {
	font-family: 'Heebo', sans-serif; font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

a .thumbnail {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

a .thumbnail img {
	margin: 0;
	padding: 0;
	transition: all 1.6s ease 0s;
	transform: scale(1);
	width: 100%;
	height: auto;
}

a:hover .thumbnail img { transform: scale(1.1); }

a .opacity img {
	transition: all 0.5s ease 0s;
	opacity: 1;
}

a:hover .opacity img { opacity: .85; }

.fixed-menu {
	position: fixed;
	top: 0;
	padding-top: 20px!important;
}

.title-page {
	font-size: 18px;
	color: #999999;
	padding-top: 90px;
	margin: 0 0 68px;
	font-family: 'Heebo', sans-serif; font-weight: 500;
}

.color-danger { color: #FF0000; }

.form-group { margin-bottom: 40px; }

.form-group label {
	margin-bottom: 8px;
	display: inline-block;
}

.form-control {
	display: block;
	border: 1px solid #808080;
	background-color: #E8E8E8;
	padding: 12px 14px 9px;
	font-size: 15px;
	width: 100%;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #A1A1A1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #A1A1A1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #A1A1A1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #A1A1A1;
}

.btn,
a.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	border: 2px solid #231815;
	min-width: 300px;
	color: #231815;
	font-size: 18px;
	padding: 20px 10px 22px;
}

a.btn:hover { text-decoration: none; }

.btn-success {
	color: #fff;
	background-color: #878787;
	border-color: #878787;
}

.strong { font-weight: 700; }

.menu-sub-page {
	list-style: none;
	margin-bottom: 76px;
}

.menu-sub-page li {
	float: left;
	margin-left: 45px;
}

.menu-sub-page li:first-child { margin-left: 0; }

.menu-sub-page li a {
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
}

.menu-sub-page li a:hover,
.menu-sub-page li a.active {
	border-color: #231815;
	color: #231815;
	text-decoration: none;
	font-weight: bold;
}

.list-staff,
.list-2-items,
.list-3-items,
.list-4-items,
.list-5-items { list-style: none; }

.list-staff li,
.list-2-items li,
.list-3-items li,
.list-4-items li ,
.list-5-items li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 25px;
}

.list-2-items li { width: 50%; }

.list-3-items li { width: 33.33%; }

.list-5-items li { width: 20%; }

.list-staff li a,
.list-2-items li a,
.list-3-items li a,
.list-4-items li a,
.list-5-items li a { display: block; }

.list-staff li:nth-child(4n+1),
.list-4-items li:nth-child(4n+1) { clear: left; }

.list-2-items li:nth-child(2n+1) { clear: left; }

.list-3-items li:nth-child(3n+1) { clear: left; }

.list-5-items li:nth-child(5n+1) { clear: left; }

.list-staff li a img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	opacity: 1;
	margin-bottom: 5px;
}

.list-staff li a:hover img { opacity: .85; }

.list-3-items .title-item,
.list-4-items .title-item,
.list-5-items .title-item { margin-top: 10px; text-align: left; }

#date-picker {
	font-size: 13px;
	width: 436px;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin-bottom: 37px;
}

.ui-datepicker-prev {
	content: url("../img/icon_prev.png");
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-datepicker-next {
	content: url("../img/icon_next.png");
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-datepicker-calendar {
	width: 100%;
	/*margin: 0 -20px;*/
}

.ui-datepicker-calendar td {
	padding: 6px 0;
}

.group-list h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 50px;
}

.list-top li { position: relative; }

.list-top li::before {
	position: absolute;
	left: 3px;
	top: -20px;
	z-index: 15;
}

.list-top li:nth-child(1)::before { content: url("../img/icon_top_1.png"); }

.list-top li:nth-child(2)::before { content: url("../img/icon_top_2.png"); }

.list-top li:nth-child(3)::before { content: url("../img/icon_top_3.png"); }

.list-top li:nth-child(4)::before { content: url("../img/icon_top_4.png"); }

.list-top li:nth-child(5)::before { content: url("../img/icon_top_5.png"); }

.box-group-content {
	background-color: #E5E6E6;
	padding: 66px 49px 74px 47px;
	margin-bottom: 67px;
}

.box-group-content h2 {
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 46px;
}

.list-tags {
	list-style: none;
	margin-bottom: 37px;
}

.list-tags li { display: inline-block; }

.list-tags li a {
	display: block;
	font-size: 13px;
	color: #808080;
	padding: 4px 15px 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	border: 1px solid #808080;
}

.list-tags-bg li a {
	border: 1px solid #eee;
	background-color: #eee;
	color: #666;
}

.list-tags li a:hover { text-decoration: none; }

.list-tags li:first-child a { margin-left: 0; }

/**
 * PAGINATION
 */

.pagination {
	margin-top: 51px;
	margin-bottom: 72px;
}

.pagination a {
	font-size: 13px;
	color: #231815;
	line-height: 1;
}
.pagination span {
	font-size: 13px;
	color: #231815;
	line-height: 1;
	font-weight:bold;
}

.pagination li::before {
	content: '｜';
	font-size: 13px;
	color: #231815;
	line-height: 1;
}

.pagination li:first-child::before { display: none; }

/**
 * BREADCRUMB
 */

#breadcrumb-top {
	z-index: 10;
	padding: 20px 20px 20px 250px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#breadcrumb-top li {
	font-size: 11px;
	color: #aaa;
	line-height: 1;
}

#breadcrumb-top li::before {
	content: '>';
	font-size: 11px;
	color: #aaa;
	margin: 0 8px;
}

#breadcrumb-top li:first-child::before { display: none; }

#breadcrumb-top li a { color: #aaa; }

.text-top {
	color: #eee;
	font-size: 12px;
	text-shadow: 1px 1px 1px #333;
}

#breadcrumb-top .head-sns {
	margin-left: 15px;
}
#breadcrumb-top .head-sns .icon-link{
	margin-left: 10px;
}
.top-page {
	font-size: 11px;
	color: #999;
	text-shadow: none;
}

/**
 * HEADER
 */

#header {
	width: 250px;
	/*height: 100%;*/
	position: absolute;
	background-color: rgba(255, 255, 255, .9);
	/*overflow-y: auto;*/
	/*overflow-x: inherit;*/
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#top #header { top: 0; }

#header ul {
	list-style: none;
}

#navigation-menu {
	width: 250px;
}

#logo {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin:0;
	padding-top: 70px;
	padding-bottom: 50px;
}

#navigation-menu .nav {
	font-family: 'Heebo', sans-serif; font-weight: 300;
	font-size: 12px;
	line-height: 1;
}
#navfix {
	width: 250px;
}

/*#navigation-menu .nav .en { font-family: HeeboLight; }*/

.nav a {
	display: block;
	color: #231815;
	padding: 9px 25px;
}

.nav li:hover > a {
	color: #fff;
	text-decoration: none;
	background-color: rgba(102, 102, 102, .4);
}

#header .nav li:hover > a .ja { display: inline-block; }

#header .nav li:hover > a .en { display: none; }

.parent-menu { position: relative; }

.parent-menu:hover .child-menu { display: block; }

.child-menu {
	display: none;
	position: absolute;
	top: 0;
	width: 250px;
	left: 250px;
	background-color: rgba(102, 102, 102, .4);
}

.child-menu a {
	color: #fff;
	padding: 9px 15px;
}

.child-menu li:hover > a { background-color: #888; }

.contact-link { margin-top: 10px; }

.group-button {
	margin: 20px 25px 60px;
}

.group-button li { margin-bottom: 20px; }
.group-button li.telphone {
	background: url("../img/icon_number_phone.png") no-repeat left top;
	line-height: 28px;
	text-align: left;
	padding-left:40px;
	font-size:16px;
	font-weight:bold;
}

.group-inline-block {
	font-size: 0;
	line-height: 0;
}

.group-inline-block > * {
	display: inline-block;
}

.footer-sidebar {
	position: fixed;
	box-sizing: border-box;
	left: 0;
	bottom: 10px;
	padding: 0 25px;
}

.group-icon-social { margin-bottom: 15px; }

.group-icon-social li { margin-left: 14px; }

.group-icon-social li:first-child { margin-left: 0; }

#copyright small,
.copyright small {
	font-family: 'Heebo', sans-serif; font-weight: 300;
	font-size: 11px;
	color: #999;
}

/**
 * Main
 */
#main {
	padding-left: 250px;
	position: relative;
	background-color: #fff;
	min-height: 100%;
	padding-bottom: 115px;
}

#main-container {
	/*margin-left: 40px;*/
	max-width: 900px;
	margin:0 auto;
}

/**
 * FOOTER
 */

#footer {background-color: #eee;
	padding: 14px 40px 17px;
	position: absolute;
	clear: both;
	bottom: 0;
	left: 250px;
	right: 0;
	/* width: 100%; */
	box-sizing: border-box;
}

#footer ul {
	list-style: none;
	margin-left: 14px;
}

#footer ul li { margin-left: 12px; }

#footer ul li:first-child { margin-left: 0; }

#footer ul a {
	font-size: 11px;
	line-height: 23px;
	color: #999;
}

#footer ul a:hover { color: #ccc; }

.button {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	font-family: 'Heebo', sans-serif; font-weight: 300;
	min-width: 90px;
	height: 23px;
	padding: 7px 10px;
	background-color: #fff;
	color: #999;
}

#top-page {
	position: fixed;
	right: 15px;
	bottom: 54px;
	opacity: 0;
	transition: bottom ease-in-out 2.5s, opacity ease-in-out 1.5s;
	/*display: none;*/
	z-index: 2;
}

#footer .footer-sidebar,
#smart-menu,
#header .ja,
.sp-block { display: none; }
.sp-none { display: block; }

@media screen and (max-width: 768px) {
	/**
	 * COMMON
	 */
	html,
	body,
	#container {
		overflow-x: hidden;
		height: auto;
	}

	body {
		font-size: 12px;
		line-height: 1.2;
	}
	.fixed-menu {
		padding-top: 0!important;
	}
	.sp-none { display: none; }
	.sp-block { display: block; }

	#logo {
		padding-top: 0;
		padding-bottom: 0;
	}

	#navigation-menu .nav,
	#navigation-menu .group-button,
	#header .footer-sidebar,
	#breadcrumb-top,
	#navigation-footer { display: none; }
	#header {
		position: fixed;
		right: 0;
		top: 0;
		bottom: auto;
		width: auto;
		height: 58px;
		z-index: 100;
	}
	#navfix {
		width: 100%;
	}

	.btn, a.btn {
		border: 1px solid #231815;
		min-width: 200px;
		font-size: 16px;
		padding: 15px 10px 16px;
	}

	.form-control {
		padding: 6px 14px 6px;
		font-size: 13px;
		line-height: 1.2;
	}

	/**
	 * HEADER
	 */

	#navigation-menu {
		margin-top: 0;
		padding-top: 0;
		width: 100%;
	}

	#logo { margin-top: 5px; }
	#logo img{ max-height: 50px;}
	/* [btnMenu] ----------*/
	#smart-menu,
	#smart-menu #icon-menu,
	#smart-menu #icon-menu span,
	#smart-menu #icon-menu::before,
	#smart-menu #icon-menu::after {
		display: inline-block;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#smart-menu {
		position: absolute;
		top: 13px;
		left: 15px;
		width: 26px;
		height: 30px;
		font-size: 9px;
		cursor: pointer;
	}

	#smart-menu #icon-menu {
		position: relative;
		width: 26px;
		height: 18px;
	}

	#smart-menu #icon-menu span,
	#smart-menu #icon-menu::before,
	#smart-menu #icon-menu::after {
		display: block;
		position: absolute;
		right: 0;
		width: 26px;
		height: 2px;
		overflow: hidden;
		font-size: 0;
		background-color: #000;
	}
	#smart-menu #icon-menu::before,
	#smart-menu #icon-menu::after {
		content: "";
	}
	#smart-menu #icon-menu::before {
		top: 0;
	}
	#smart-menu #icon-menu span {
		overflow: hidden;
		text-indent: -9999px;
		top: 50%;
		margin-top: -1px;
	}
	#smart-menu #icon-menu::after {
		bottom: 0;
	}
	#smart-menu.active #icon-menu::before {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	#smart-menu.active #icon-menu span {
		opacity: 0;
	}
	#smart-menu.active #icon-menu::after {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	#navigation-menu .nav {
		background-color: rgba(255, 255, 255, .9);
		position: absolute;
		top: 58px;
		left: 0;
		right: 0;
		margin: 0;
		/*max-height: 100%;*/
		overflow: auto;
	}

	.parent-menu:hover .child-menu { display: none; }

	/**
	 * MAIN
	 */

	#main {
		padding: 0;
		position: relative;
		background-color: #fff;
		min-height: 100%;
		border-top: none;
	}

	#top #main-container {
		margin: 0;
		padding: 0 15px 20px;
	}

	#main-container {
		margin: 0;
		padding: 58px 15px 20px;
	}

	.title-page {
		font-size: 18px;
		color: #231815;
		padding-top: 10px;
		margin: 0 0 30px;
		font-weight: bold;
		text-align: center;
	}

	.pagination {
		margin-top: 20px;
		margin-bottom: 32px;
	}

	.pagination a { color: #808080; }

	.list-staff li {
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 3px;
		font-size: 11px;
		line-height: 1.4;
	}

	.list-staff li:nth-child(4n+1) { clear: none; }

	.list-staff li:nth-child(3n+1) { clear: left; }

	.list-top { margin: 0 25px; }

	.list-top li {
		float: none;
		width: auto;
		clear: none;
	}

	.list-top li::before {
		position: absolute;
		left: -5px;
		top: -15px;
		width: 35px;
		height: 30px;
		z-index: 15;
		display: block;
		color: #fff;
		line-height: 2.2;
		text-align: center;
	}
	.list-top li:nth-child(1)::before { content: url("../img/icon_top_1.png"); }

	.list-top li:nth-child(2)::before { content: url("../img/icon_top_2.png"); }

	.list-top li:nth-child(3)::before { content: url("../img/icon_top_3.png"); }

	.list-top li:nth-child(4)::before { content: url("../img/icon_top_4.png"); }

	.list-top li:nth-child(5)::before { content: url("../img/icon_top_5.png"); }

	.list-top-hair { position: relative; }

	.list-top-hair .prev,
	.list-top-hair .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.list-top-hair .prev { left: 0; }

	.list-top-hair .next { right: 0; }
	/**
	 * FOOTER
	 */
	#footer {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		padding: 14px 15px 17px;
		background-color: #fff;
	}

	#footer .footer-sidebar {
		display: block;
		position: relative;
		width: auto;
		box-sizing: border-box;
		left: auto;
		bottom: auto;
		padding: 0 0 38px 0;
		text-align: center;
	}

	#footer .group-icon-social {
		margin: 0 auto 12px;
		max-width: 230px;
		width: 100%;
	height:46px;
	}

	#footer .group-icon-social:after {
		content: '';
		display: table;
		clear: both;
	}

	#footer .group-icon-social li {
		float: left;
		text-align: center;
		/*width: 33.33%;*/
		margin: 0;
		padding: 0 2px;
	}

	#footer .group-icon-social li img {
		width: auto;
		height: 100%;
	}

	#footer .group-icon-social li a {
		font-size: 0;
		line-height: 0;
	}

	/*	add new */
	/*.nav li span {
		cursor: pointer;
	}

	.nav li:first-child span {
		margin-top: 20px;
	}

	.nav li.active span {
		font-size: 0;
		padding: 0;
	}

	.nav li.active span a {
		font-size: 12px;
		display: block !important;
		padding: 0;
		text-decoration: none;
		padding: 9px 25px;
	}

	.nav span {
		display: block;
		color: #231815;
		padding: 9px 25px;
	}

	.nav .contact-link a {
		padding: 0;
		text-decoration: none;
	}

	.child-menu {
		position: relative;
		top: 0;
		width: auto;
		left: auto;
		background-color: transparent;
	}

	.child-menu a {
		color: #231815;
		padding: 9px 25px;
	}*/

	/*#header .nav-sp .ja { display: block; }*/

	#header .nav li:hover > a .en,
	#header .nav li:hover > a .ja,
	#header .en,
	#header .ja {
		display: block;
	}

	#header .en {
		margin-bottom: 10px;
	}

	.nav li > a {
		border-bottom: 1px solid rgba(102, 102, 102, .4);
	}

	.nav li:hover > a {
		color: #231815;
		text-decoration: none;
		background-color: transparent;
	}

	.parent-menu .child-menu {
		display: none;
	}

	.child-menu {
		position: static;
		width: 100%;
		background-color: transparent;
	}

	.child-menu a {
		color: #231815;
		padding: 16px 45px;
	}

	.contact-link {
		margin-top: 0;
		margin-bottom: 50px;
		padding: 10px 0;
	}

	.nav .contact-link a { border-bottom: 0; }

	/*---------------------------------*/

	.contact-xs {
		background: #E88BBA;
		display: table !important;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		margin-left:-15px;
	height:35px;
	}

	.contact-xs a {
		display: table-cell;
		text-align: center;
	 padding: 10px 0;
		font-size: 12px !important;
		color: #fff;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	}
	
	.contact-xs a span{
		position:relative;
		top:1px;

	}
	
	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}

	.glyphicon-phone:before {
		/*content: "\e145";*/
	content: "";
		position: absolute;
		vertical-align: middle;
		width: 1px;
		height: 35px;
		background-color: #fff;
		right: 0;
		top: 30px;
	}

	.w50 {
			width: 50%;
	}

	/*.hidden-lg {
			display: block !important;
	}*/

	.bd-right {
			border-right: 1px solid #fff;
	}
	
	.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-mobile-phone:before, {
		content:none !important;
}
}
