@charset "UTF-8";

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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #333434;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
.min {
	font-family: "Yu Mincho", "YuMincho", serif;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.h2_style {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 22px;
	color: #4d4d4d;
	text-align: center;
}
.h2_style span {
	display: block;
	color: #c02f2f;
	font-size: 16px;
}
.h3_style {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #fff;
	padding: 0 25px;
	position: relative;
}
.h3_style:before {
	content: "";
	width: 6px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -3px;
	background: #a72424;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.h3_style:after {
	content: "";
	width: 1000px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

/* lower */
#lower_img {
	background: rgb(76,76,76);
	background: -moz-linear-gradient(45deg, rgba(76,76,76,1) 1%, rgba(44,44,44,1) 13%, rgba(44,44,44,1) 13%, rgba(43,43,43,1) 32%, rgba(43,43,43,1) 32%, rgba(17,17,17,1) 51%, rgba(61,61,61,1) 83%, rgba(19,19,19,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(76,76,76,1) 1%,rgba(44,44,44,1) 13%,rgba(44,44,44,1) 13%,rgba(43,43,43,1) 32%,rgba(43,43,43,1) 32%,rgba(17,17,17,1) 51%,rgba(61,61,61,1) 83%,rgba(19,19,19,1) 100%);
	background: linear-gradient(45deg, rgba(76,76,76,1) 1%,rgba(44,44,44,1) 13%,rgba(44,44,44,1) 13%,rgba(43,43,43,1) 32%,rgba(43,43,43,1) 32%,rgba(17,17,17,1) 51%,rgba(61,61,61,1) 83%,rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 );
}
#lower_img h2 {
	color: #fff;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	padding: 50px 0;
}
#lower_img h2 span {
	display: block;
	font-size: 18px;
}
#breadcrumb a {
	font-size: 12px;
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}

.sp_mode {
	display:none;
}
.pc_mode {
	display:block;
}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.h2_style {
		font-size: 16px;
	}
	.h2_style span {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.sp_mode {
		display:block;
	}
	.pc_mode {
		display:none;
	}

/* lower */
	#lower_img {
		margin-top: 100px;
	}
	#lower_img h2 {
		font-size: 20px;
		line-height: 120%;
		padding: 30px 0;
	}
	#lower_img h2 span {
		font-size: 18px;
	}

}

@media screen and (max-width: 640px) {

	.h2_style {
		font-size: 14px;
	}
	.h2_style span {
		font-size: 15px;
		margin-bottom: 0;
	}
	.h3_style {
		font-size: 18px;
		padding: 0 15px;
	}
	.h3_style:after {
		width: 53vh;
	}

/* lower */
	#lower_img {
		margin-top: 65px;
	}
	#lower_img h2 {
		padding: 15px 0;
		font-size: 18px;
	}
	#lower_img h2 span {
		font-size: 14px;
	}

}

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

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

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

	header

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

header {
	padding: 20px 0;
}
header h1 {
	display: inline-block;
	font-size: 13px;
}
header .head_contact a {
	display: block;
	width: 185px;
	background: #2f2f2f;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding: 15px 0 15px 15px;
	margin: 10px 0 0 20px;
	position: relative;
}
header .head_logo .head_text {
	margin: 20px 0 0 20px;
}
header .head_logo .sp_logo {
	display: none;
}
header .head_contact img {
	width: 251px;
}
header .head_contact a:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header .head_contact a:hover {
	background-color: #1b1b1b;
}
#nav_pc li {
	float: left;
	position: relative;
}
#nav_pc li:last-child {
	border-right: none;
}
#nav_pc li a {
	display: block;
	width: 200px;
	padding: 18px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 130%;
}
#nav_pc li a:before {
	content: "";
	width: 2px;
	height: 28px;
	background: #2f2f2f;
	position: absolute;
	left: 0;
	top: 20px;
}
#nav_pc li:last-child a:after {
	content: "";
	width: 2px;
	height: 28px;
	background: #2f2f2f;
	position: absolute;
	right: 0;
	top: 20px;
}
#nav_pc li:hover:after {
	content: "";
	width: 120px;
	height: 4px;
	background: #982d2d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
#nav_pc li a span {
	display: block;
	font-size: 10px;
	color: #c02f2f;
}
#nav_sp{
	display: none;
}

@media screen and (max-width: 840px) {

	header {
		width: 100%;
		height: 63px;
		position: fixed;
		z-index: 999;
		background: #fff;
	}
	header .head_contact {
		display: none;
	}
	#sp_menu_block {
		position: relative;
		z-index: 99999;
	}
	#sp_menu {
		display: block !important;
	}
	#pc_menu {
		display: none;
	}
	#sp_menu ul {
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	#sp_menu ul li {
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-top: 1px solid #333;
	}
	#sp_menu ul li:nth-child(even) {
		border-right: 1px solid #333;
	}
	#sp_menu ul li:nth-child(6),
	#sp_menu ul li:nth-child(7) {
		border-bottom: 1px solid #333;
	}
	#sp_menu ul li:first-child {
		width: 100%;
		border-top: none;
	}
	#sp_menu ul li a {
		display: block;
		width: initial;
		font-size: 12px;
		text-decoration: none;
		margin: 0;
		color: #fff;
		padding: 12px 0;
		position: relative;
	}
	#sp_menu ul li a span {
		display: block;
		color: #a78930;
	}
	#sp_menu ul li .select {
		background: #232323;
	}
	#sp_menu ul li:nth-child(4),
	#sp_menu ul li:nth-child(5) {
		border-bottom: 1px solid #333;
	}
	#sp_menu ul li a:before {
		content: "";
		width: 5px;
		height: 5px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		right: 16%;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	#sp_menu ul li:first-child a:before {
		right: 8%;
	}
	#sp_contact_area a {
		display: block;
		width: 210px;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		background: #671110;
		border-bottom: 4px solid #420f0e;
		color: #fff;
		margin: 20px auto 0;
		padding: 15px 0;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	#sp_contact_area a:after {
		content: "";
		width: 5px;
		height: 5px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	
	#sp_contact_area .sp_tel {
		display: block;
		width: 210px;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		padding: 0;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		background:none;
		border-bottom:none;
	}
	
	#sp_contact_area .sp_tel:after {
		display:none;
	}
	
	#sp_contact_area .contact_area {
		text-align: center;
		color: #fff;
		margin-top: 15px;
	}
	.menu-btn {
		position: absolute;
		top: -48px;
		right: 20px;
		z-index: 999;
		display: inline;
		font-size: 32px;
	}
	.menu-btn a {
		display: inline-block;
		text-decoration: none;
		margin-top: 0px;
	}
	.btn-open {
		display: block;
		width: 38px;
		height: 30px;
		position: relative;
	}
	.btn-open span {
		display: block;
		width: 37px;
		height: 3px;
		background: #333434;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
	}
	.btn-open span:first-child {
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn-open span:nth-child(2) {
		position: absolute;
		top: 12px;
		right: 0;
	}
	.btn-open span:last-child {
		position: absolute;
		top: 24px;
		right: 0;
	}
	.btn-open:after {
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.btn-close:after {
		content: '×';
		font-size: 47px;
		display: block;
		position: fixed;
		top: 35px;
		right: 15px;
		color: #333434;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.overlay {
		position: fixed;
		top: 103px;
		left: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: auto;
		background: #171717fc;
		padding-bottom: 20px;
		-webkit-box-shadow: 0 9px 12px -9px #222;
		-moz-box-shadow: 0 9px 12px -9px #222;
		-ms-box-shadow: 0 9px 12px -9px #222;
		-o-box-shadow: 0 9px 12px -9px #222;
		box-shadow: 0 9px 12px -9px #222;
	}
	.overlay h1 {
		width: 210px;
		margin: 18px 0 0 8px;
		padding-bottom: 2px;
	}
	.overlay li.select {
		border-top: none;
	}
	.overlay li.select:before {
		content: none;
		width: 0;
		height: 0;
		position: static;
	}
	.overlay li.select a {
		color: #ae79b2 !important;
	}

	#nav_pc{
		display:none;
	}

}

@media screen and (max-width: 640px) {

	header {
		height: auto;
		padding: 10px 0;
		box-sizing: border-box;
	}
	header .head_logo .head_text {
		display: none;
	}
	header .head_logo .pctab_logo {
		display: none;
	}
	header .head_logo .sp_logo {
		display: block;
	}
	.menu-btn {
		top: -38px;
		right: 15px;
	}
	.overlay {
		top: 65px;
	}
	.btn-close:after {
		top: 19px;
		right: 10px;
	}
	#sp_menu ul li a span {
		font-size: 10px;
	}

}

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

	contact_block

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

#contact_block {
	color: #fff;
	padding: 65px 0 75px;
	background: url(../img/common/btm_contact_bg.jpg) no-repeat;
	background-position: center bottom;
}
#contact_block h2 {
	color: #fff;
	font-size: 36px;
}
#contact_block .intro_text {
	text-align: center;
	margin: 35px 0;
}
#contact_block .contact_box {
	width: 580px;
	margin: 0 auto;
}
#contact_block .contact_box h3 {
	font-size: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	text-align: center;
}
#contact_block .contact_box div {
	width: 235px;
}
#contact_block .contact_box div img {
	display: block;
	margin: 30px auto 0;
}
#contact_block .contact_btn {
	display: block;
	width: 185px;
	padding: 15px 0 15px 25px;
	margin: 15px auto 0;
	background: #2f2f2f;
	color: #fff;
	border: 1px solid #fff;
	position: relative;
}
#contact_block .contact_btn:hover {
	background-color: #1b1b1b;
}
#contact_block .contact_btn:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

@media screen and (max-width: 640px) {

	#contact_block {
		padding: 40px 0 0;
		background-position: left bottom;
	}
	#contact_block .contact_box {
		width: 100%;
	}
	#contact_block .contact_box div {
		float: none !important;
		width: 90%;
		margin: 0 auto 40px;
	}
	#contact_block .contact_box div img {
		margin-top: 15px;
	}

}

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

	pagetop

-----------------------------------*/
#pagetop {
	width: 65px;
	height: 65px;
	background: #fff;
	position: fixed;
	right: 25px;
	bottom: 50px;
	cursor: pointer;
	z-index: 999;
	box-sizing: border-box;
	padding: 12px 0 0 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {

	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/common/sp/pagetop.png) #151515;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}

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

	footer

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

footer {
	background: #2f2f2f;
	padding-bottom: 10px;
}
footer nav {
	margin-top: 50px;
}
footer nav ul {
	width: 590px !important;
}
footer nav li {
	float: left;
}
footer nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	padding: 0 13px;
	border-right: 1px solid #332e1f;
}
footer nav li:last-child a {
	border-right: none;
}
footer nav li a:before {
	margin-right: 5px;
	vertical-align: 1px;
	content: url("../img/common/nav_arrow.png");
}
footer nav li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
footer .logo_area {
	width: 410px;
	margin-top: 30px;
	float: left;
}
footer .logo_area p {
	font-size: 11px;
	color: #fff;
	line-height: 140%;
	margin-top: 15px;
}
footer .logo_area h1 {
	width: 335px;
	margin-left: 20px;
}
footer #footer_copy {
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 840px) {

	footer nav {
		width: 40%;
	}
	footer nav ul {
		width: 100% !important;
	}

}

@media screen and (max-width: 640px) {

	footer .left,
	footer .right {
		float: none !important;
	}
	footer p {
		text-align: center;
	}
	footer nav {
		width: 100%;
		margin-top: 25px;
		padding: 0;
	}
	footer .logo_area {
		width: 100%;
		margin-top: 0;
		padding-top: 25px;
		float: none;
	}
	footer .logo_area h1 {
		margin: 0 auto;
		width: 200px;
	}
	footer .logo_area p {
		text-align: center;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		border-bottom: 1px dotted #444;
	}
	footer nav li:nth-child(1),
	footer nav li:nth-child(2) {
		border-top: 1px dotted #444;
	}
	footer nav li:nth-child(even) {
		border-left: 1px dotted #444;
	}
	footer nav li a {
		display: block;
		border: none;
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}
	footer nav li a:hover {
		text-decoration: none;
	}
	footer #footer_copy {
		margin-top: 5px;
	}
	footer #footer_copy small {
		font-size: 10px;
	}
}