@charset "utf-8";
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #000000;
}

.sf {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.inner {
	position: relative;
	width: 1000px;
	margin: auto;
}

.clear:after,
.inner:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


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

header {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header_border{
	border-bottom-color: #968939;
	transition: 0.3s all;
}

header .inner {
	display: table;
}

.logo {
	width: 288px;
	display: table-cell;
	vertical-align: middle;
}

.logo a {
	display: block;
}

.logo_pc {
	display: block;
}

.logo_sp {
	display: none;
}

nav {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}

.nav_inner {
	width: 100%;
	display: table;
}

.nav_list {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 25px;
}

.nav_list li {
	display: inline-block;
	position: relative;
}

.nav_list li a {
	display: block;
	color: #3b3b3b;
	font-size: 1.6rem;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 0 18px 0 18px;
	padding: 5px 18px 0 18px\0;
	background: url(../img/bg_nav.png) no-repeat right center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.nav_list li:last-of-type a {
	background-image: none;
}

.nav_list li a:hover {
	border-bottom-color: #968939;
}
.d_list{
	width: 180%;
	display: none;
	position: absolute;
	left: -40%;
	top: 100%;
}
.d_list li{
	width: 100%;
	display: block;
	border: 1px solid #968939;
	border-bottom: none;
}
.d_list li:last-of-type{
	border-bottom: 1px solid #968939;
}
.d_list li a{
	width: 100%;
	display: block;
	color: #3b3b3b;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	border-bottom: none;
	padding: 5px;
	padding: 10px 5px 5px 5px\0;
	background: #FFFFFF;
	text-align: center;
}
.d_list li a:hover{
	background: #968939;
	color: #FFFFFF;
}
.nav_block {
	width: 110px;
	display: table-cell;
	vertical-align: middle;
}

.nav_block a {
	display: block;
	height: 105px;
	line-height: 105px;
	line-height: 110px\0;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	background: #968939;
}

.nav_contact {
	width: 111px;
	border-left: 1px solid #FFFFFF;
}

.nav_contact a {
	background: #3b3b3b;
}

.d-menu {
	display: none;
}


/* -------------------- sub_mv -------------------- */

.sub_mv {
	width: 100%;
	padding: 135px 0;
}

.sub_mv_tit {
	text-align: center;
	color: #3b3b3b;
	font-size: 5.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.69), -1px -1px 6px rgba(255, 255, 255, 0.69);
}





/* -------------------- content -------------------- */

.content {
	width: 100%;
	padding-bottom: 120px;
}
/*-------------------- breadcrumbs --------------------*/

.breadcrumbs {
	padding: 3px 0;
	background: #968939;
	margin-bottom: 80px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 1.4rem;
}

.breadcrumbs li:first-of-type {
	background: url(../img/ico_home.png) no-repeat left center;
	padding-left: 25px;
}

.breadcrumbs li a {
	display: inline-block;
	line-height: 1;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.breadcrumbs li a:hover {
	border-bottom: none;
}

.breadcrumbs_arrow {
	color: #FFFFFF;
	margin: 0 3px 0 6px;
}
.subpage_tit {
	text-align: center;
	position: relative;
	margin-bottom: 45px;
}

.subpage_tit:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: url(../img/title_line.png) repeat-x left top;
	left: 0;
	bottom: 1px;
}

.subpage_tit span {
	display: inline-block;
	color: #3b3b3b;
	font-size: 3rem;
	font-weight: bold;
	border-bottom: 3px solid #968939;
}


/* -------------------- footer -------------------- */

footer {
	width: 100%;
	background: #f4f4f4;
	padding-top: 60px;
	font-size: 1.4rem;
	color: #000000;
	position: relative;
}

.foot_content {
	width: 100%;
}

.foot_left {
	width: 50%;
	float: left;
}

.foot_logo {
	display: block;
	width: 288px;
}

.foot_logo a {
	display: block;
}

.company_addr {
	margin: 10px auto 10px auto;
}

.company_tel {
	font-weight: bold;
	margin-top: 5px;
}

.company_tel a {
	color: #000000;
	margin-right: 20px;
	font-size: 1.8rem;
}

.company_tel span {
	font-size: 1.8rem;
}

.company_tel_i {
	font-style: normal;
	letter-spacing: -8px;
}

.foot_right {
	width: 50%;
	float: left;
	padding: 25px 0 25px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: 1px solid #d2d2d2;
}

.foot_right table {
	border-collapse: collapse;
	border-spacing: 0;
}

.foot_right table th {
	width: 90px;
	text-align: left;
	font-weight: bold;
	color: #968939;
	padding: 5px 0;
	vertical-align: top;
}

.foot_right table td {
	padding: 5px 0 5px 30px;
	vertical-align: top;
}

.foot_company {
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.group_tit {
	font-size: 2.2rem;
	font-weight: bold;
	color: #968939;
	position: relative;
	padding-bottom: 5px;
}

.group_tit:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #968939;
	position: absolute;
	left: 0;
	bottom: 0;
}

.group_list {
	width: 100%;
	margin-top: 15px;
}

.group_list li {
	width: 30%;
	float: left;
}

.group_list li:nth-of-type(2) {
	width: 23%;
}

.group_list li:nth-of-type(3) {
	width: 28%;
}

.group_list li:last-of-type {
	width: 19%;
}

.group_subtit,.group_subtit a {
	font-weight: bold;
	color: #968939;
}
.group_subtit a:hover{
	text-decoration: underline;
}

.group_link {
	margin-top: 10px;
}

.group_link a {
	padding-left: 15px;
	padding-top: 5px\0;
	background: url(../img/arrow_treatment.png) no-repeat left center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #000000;
	text-decoration: none;
}

.group_link a:hover {
	text-decoration: underline;
}

.foot_link {
	padding: 25px 0 50px 0;
}

.foot_link a {
	color: #000000;
	display: inline-block;
	border-right: 1px solid #d2d2d2;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	/*padding-top: 5px\0;
	padding-left: 18px;
	background: url(../img/arrow_foot.png) no-repeat left center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;*/
}
.foot_link a:last-of-type{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.foot_link a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 1.2rem;
	color: #FFFFFF;
	background: #3f3f3f;
	padding: 10px 0;
	text-align: center;
}

.pagetop {
	width: 110px;
	height: 44px;
	display: block;
	background: #3f3f3f;
	position: absolute;
	top: -44px;
	z-index: 9;
	right: 160px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.pagetop img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pagetop img.pagetop_sp {
	display: none;
}

@media only screen and (max-width:1200px) {
	.nav_list li a:hover {
		border-bottom-color: #FFFFFF;
	}
	.d_list li a:hover{
		background: #FFFFFF;
		color: #3B3B3B;
		border-bottom-color: #968939;
	}
	.breadcrumbs li a:hover {
		border-bottom: 1px solid #FFFFFF;
	}
	.group_link a:hover {
		text-decoration: none;
	}
	.foot_link a:hover {
		text-decoration: none;
	}
	.pagetop {
		right: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.logo_pc {
		display: none;
	}
	.logo_sp {
		display: block;
	}
}

@media only screen and (max-width:1023px) {
	.fade {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.inner {
		width: 95%;
		max-width: 1000px;
	}
	/* -------------------- header -------------------- */
	header .inner {
		width: 100%;
	}
	.logo {
		width: 220px;
		padding-left: 2.5%;
	}
	.nav_list {
		padding-right: 10px;
	}
	.nav_list li a {
		font-size: 1.5rem;
		padding: 0 10px;
		padding: 5px 10px 0 10px\0;
	}
	.nav_list li:first-of-type a {
		padding-left: 0;
	}
	.nav_list li:last-of-type a {
		padding-right: 0;
	}
	.d_list li a{
		font-size: 1.4rem;
	}
	.nav_block {
		width: 90px;
	}
	.nav_block a {
		height: 90px;
		line-height: 90px;
		line-height: 95px\0;
		font-size: 1.6rem;
	}
	.nav_contact {
		width: 91px;
	}
	/* -------------------- sub_mv -------------------- */
	.sub_mv {
		padding: 110px 0;
	}
	.sub_mv_tit {
		font-size: 5rem;
	}
	/* -------------------- footer -------------------- */
	.foot_logo {
		width: 220px;
	}
	.foot_logo a {
		display: block;
	}
	.company_tel {
		font-weight: bold;
		margin-top: 5px;
	}
	.company_tel a {
		color: #000000;
		margin-right: 20px;
		font-size: 1.8rem;
	}
	.company_tel span {
		font-size: 1.8rem;
	}
	.company_tel_i {
		font-style: normal;
		letter-spacing: -8px;
	}
	.foot_right {
		width: 50%;
		float: left;
		padding: 25px 0 25px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-top: 1px solid #d2d2d2;
	}
	.foot_right table td {
		padding: 5px 0 5px 20px;
	}
	.foot_company {
		width: 100%;
		padding: 25px 0;
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
	}
	.group_tit {
		font-size: 2.2rem;
		font-weight: bold;
		color: #968939;
		position: relative;
		padding-bottom: 5px;
	}
	.group_tit:after {
		content: "";
		width: 30px;
		height: 2px;
		background: #968939;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.group_list {
		width: 100%;
		margin-top: 0;
	}
	.group_list li {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.group_list li:nth-of-type(2) {
		width: 100%;
	}
	.group_list li:nth-of-type(3) {
		width: 100%;
	}
	.group_list li:last-of-type {
		width: 100%;
	}
	.pagetop {
		right: 2.5%;
	}
}

@media only screen and (max-width:767px) {
	/* -------------------- header -------------------- */
	header {
		padding: 20px 0;
	}
	header .inner {
		width: 95%;
		display: block;
	}
	.logo {
		display: block;
		padding: 0;
	}
	nav {
		width: 100%;
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #968939;
		z-index: 10;
	}
	.nav_inner {
		width: 100%;
		display: block;
	}
	.nav_list {
		width: 100%;
		display: block;
		text-align: left;
		padding-right: 0;
	}
	.nav_list li {
		width: 100%;
		padding: 0;
		display: block;
		background: none;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav_list li a {
		display: block;
		color: #FFFFFF;
		padding: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border: none;
	}
	.nav_list li:first-of-type a,
	.nav_list li:last-of-type a {
		padding: 15px;
	}
	.nav_list li a:hover {
		color: #FFFFFF;
	}
	.d_list{
		width: 100%;
		display: block;
		position: static;
		left: auto;
		top: auto;
		border-bottom: none;
	}
	.d_list li{
		width: 100%;
		display: block;
		border: none;
		padding-left: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-top: 1px solid #FFFFFF;
	}
	.d_list li a{
		color: #FFFFFF;
		font-weight: bold;
		border: none;
		padding: 15px;
		background: #968939;
		text-align: left;
	}
	.d_list li a:hover{
		background: #968939;
		color: #FFFFFF;
		border-bottom-color: transparent;
	}
	.nav_block {
		width: 100%;
		display: block;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav_block a {
		display: block;
		height: auto;
		line-height: normal;
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
		background: #968939;
		padding: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.nav_contact {
		width: 100%;
		border-left: none;
	}
	.nav_contact a {
		background: transparent;
	}
	.d-menu {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		cursor: pointer;
		border: 2px solid #968939;
	}
	.panel-btn {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: #FFFFFF;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -1px 0 0 -15px;
		background: #968939;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		background: #968939;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -10px;
	}
	.panel-btn-icon:after {
		margin-top: 8px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/* -------------------- sub_mv -------------------- */
	.sub_mv {
		padding: 90px 0;
	}
	.sub_mv_tit {
		font-size: 4.2rem;
	}
	/* -------------------- content -------------------- */
	.content {
		padding-bottom: 80px;
	}
	/*-------------------- breadcrumbs --------------------*/
	.breadcrumbs{
		margin-bottom: 50px;
	}
	.subpage_tit{
		margin-bottom: 30px;
	}
	.subpage_tit span {
		font-size: 2.4rem;
	}
	/* -------------------- footer -------------------- */
	.foot_left {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.foot_right {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------- header -------------------- */
	.d-menu {
		width: 40px;
		height: 40px;
	}
	.panel-btn {
		width: 40px;
		height: 40px;
	}
	.panel-btn-icon {
		width: 24px;
		margin: -1px 0 0 -12px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 24px;
	}
	.panel-btn-icon:before {
		margin-top: -8px;
	}
	.panel-btn-icon:after {
		margin-top: 6px;
	}
	/* -------------------- sub_mv -------------------- */
	.sub_mv_tit {
		font-size: 4rem;
		letter-spacing: 0;
	}
	/* -------------------- content -------------------- */
	/*-------------------- breadcrumbs --------------------*/
	.breadcrumbs li {
		font-size: 1.2rem;
	}
	.breadcrumbs li:first-of-type{
		background-size: 16px;
		padding-left: 20px;
	}
	.subpage_tit span {
		font-size: 2.2rem;
	}
	/* -------------------- footer -------------------- */
	footer {
		padding-top: 50px;
		font-size: 1.3rem;
	}
	.company_tel a,
	.company_tel span {
		font-size: 1.6rem;
	}
	.foot_left {
		margin-bottom: 15px;
	}
	.foot_right {
		padding: 15px 0;
	}
	.company_detail {
		margin: 20px auto;
		padding: 15px 0;
	}
	.company_detail table td {
		padding-left: 10px;
	}
	.foot_company {
		padding: 20px 0;
	}
	.group_tit {
		font-size: 2rem;
	}
	.group_list li {
		width: 100%;
		float: none;
	}
	.group_list li:nth-of-type(2),
	.group_list li:nth-of-type(3),
	.group_list li:last-of-type {
		width: 100%;
	}
	.foot_link {
		padding: 20px 0 50px 0;
	}
	.pagetop {
		width: 40px;
		height: 30px;
		top: -30px;
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
	.pagetop img.pagetop_sp {
		display: block;
	}
	.pagetop img.pagetop_pc {
		display: none;
	}
}