@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/

html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #141414;
	font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	min-width: 1120px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

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

@media only screen and (max-width: 736px) {
	body {
		height: 100%;
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: #3c3c3c;
}

a.a_gaibu:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_gaibu.png) no-repeat center center;
}
.linkbox {
	cursor: pointer;
}


@media only screen and (max-width: 736px) {
	a.a_gaibu:after {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: 0 0 0 .5em;
		background: url(../img/common/icon_gaibu_sp.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 100px;
	z-index: 2;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 100px;
	z-index: 2;
}
@media only screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r {
		float: none;
		display: block;
		width: auto !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


/*color
----------------------------------------*/

.color_red { color: #f11717;}
.color_blue { color: #0a69bb; }
.color_geen { color: #50dd12; }
.color_orange { color: #ec6e00; }
.color_gray { color: #999999; }
.color_black { color: #000000; }


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
	border-top: solid 1px #cccccc;
    height: 1px;
    color: transparent;
    margin: 28px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}

/* font
----------------------------------------*/
.en {
	font-family: 'Montserrat', sans-serif;
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1100;
	padding: 14px 0 17px;
	color: #fff;
}
body::before {
	content: "";
	z-index: 1100;
	height: 125px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/bg_gnav.png);
	mix-blend-mode: multiply;
}
.header a {
	text-decoration: none;
	color: #fff;
}
.header_logo {
	width: 194px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.468rem;
	line-height: 1.25;
	letter-spacing: 1.2px;
	z-index: 10;
}
.header_logo a {
	display: block;
}
.header_logo br + img {
	margin-top: 13px;
}
.header_nav {
	width: 792px;
	position: absolute;
	top: 47px;
	left: 50%;
	margin: 0 0 0 -395px;
	font-size: 1.434rem;
}
.header_nav > ul > li {
	display: block;
	letter-spacing: -.6px;
	float: left;
}
.header_nav > ul > li + li {
	margin-left: 53px;
}
.header_nav > ul > li.about {
	margin-left: 0;
}
.header_nav > ul > li.about + li {
	margin-right: 287px;
}
.header_nav > ul > li > a {
	display: block;
}
.header_nav > ul > li > a:hover::before,
.header_nav > ul > li.current > a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	background: #a57209;
	top: -14px;
	left: 50%;
	margin: 0 0 0 -1px;
}
.header_menu {
	display: none;
}
@media only screen and (max-width: 736px) {	
	.header {
		padding: 10.5px 0 15px 22px;
	}
	.header.open {
		background: url(../img/common/bg_header_open-sp.png);
	}
	body::before {
		height: 59.5px;
		background: url(../img/common/bg_gnav-sp.png);
	}
	.header_logo {
		width: 175.5px;
		margin: 0;
		text-align: left;
		font-size: .734rem;
		line-height: 1.25;
		letter-spacing: .5px;
	}
	.header_logo img {
		width: 55.5px;
	}
	.header_logo br + img {
		width: 107.5px;
		position: absolute;
		right: 0;
		top: 6px;
		margin-top: 0;
	}
	.header_nav {
    	display: none;
		background: url(../img/common/bg_gnav_open-sp.png);
		width: auto;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		font-size: 1.5rem;
		overflow: auto;
	}
	.header_nav > ul {
    	margin: 14px 4.687% 0;
    	font-weight: bold;
	}
	.header_nav > ul > li {
		letter-spacing: -.6px;
		float: none;
	}
	.header_nav > ul > li + li {
		margin-left: 0;
		border-top: solid 1px #fff;
	}
	.header_nav > ul > li.about + li {
		margin-right: 0;
	}
	.header_nav > ul > li a {
    	padding: 17px 3.626% 10px;
	}
	.header_nav > ul > li > a:hover::before,
	.header_nav > ul > li.current > a::before {
    	display: none;
	}
	.header_menu {
		display: block;
		width: 40px;
		height: 40px;
		border: solid 1px #fff;
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: .9rem;
		text-align: center;
	}
	.header_menu:before,
	.header_menu:after {
		background: #fff;
		content: "";
		display: block;
		left: 6.5px;
		padding-top: 2px;
		position: absolute;
		right: 6.5px;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		top: 5.5px;
	}
	.header_menu:after {
		top: auto;
		bottom: 19px;
	}
	.header_menu span {
		background: #fff;
		display: block;
		left: 6.5px;
		margin-top: 11.5px;
		padding-top: 2px;
		position: absolute;
		right: 6.5px;
		top: 0;
	}
	.header_menu span:after {
    	content: "MENU";
    	font-weight: 500;
    	display: block;
    	position: absolute;
    	left: -6.5px;
    	right: -6.5px;
    	text-align: center;
    	top: 11px;
		font-size: .9rem;
		color: #fff;
	}
	.header_menu.open:before,
	.header_menu.open:after {
		width: 21px;
	}
	.header_menu.open:before {
		left: 9px;
		top: 12px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}
	.header_menu.open:after {
		bottom: 24px;
		left: 9px;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
	}
	.header_menu.open span {
    	background: none;
	}
	.header_menu.open span:after {
    	content: "CLOSE";
	}
}

/*topic_path パンくず
----------------------------------------*/
.topic_path {
	width: 1000px;
	margin: 12px auto;
	text-align: right;
	font-size: 1.1rem;
}
.topic_path li {
	display: inline-block;
}
.topic_path li + li::before {
	content: "\025b6";
	font-size: .7rem;
	color: #ccc;
	margin: 0 12px 0 9px;
	vertical-align: 2px;
}
.topic_path li a {
	text-decoration: underline;
	color: #a4730c;
}
@media only screen and (max-width: 736px) {
	.topic_path {
		width: auto;
		margin: 5px 4.687%;
		text-align: left;
		display: none;
	}
	.topic_path li + li::before {
		margin: 0 7px;
	}
}

/*.container 共通
----------------------------------------*/
.container {
	width: 962px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.container {
		width: auto;
		padding: 0 2.5%;
	}
}


/*pagetop
----------------------------------------*/
.btn_pagetop {
	position: absolute;
	right: 20px;
	width: 79px;
	margin-top: -60px;
	z-index: 3000;
}
.btn_pagetop img {
	display: block;
}
@media only screen and (max-width: 736px) {
	.btn_pagetop {
		width: 59px;
		margin-top: -19px;
		right: 4.687%;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #000;
	color: #fff;
}
.footer .footer_bnr {
	background: url(../img/common/bg_02.png);
	padding: 63px 0 67px;
}
.footer .footer_bnr ul {
	width: 1000px;
	margin: 0 auto;
}
.footer .footer_bnr ul li {
	float: left;
	margin-left: 13px;
}
.footer .footer_bnr ul li:nth-child(4n+1) {
	margin-left: 0;
}
.footer .footer_bnr ul li img {
	vertical-align: bottom;
}
.footer .footer_nav {
	width: 1000px;
	margin: 0 auto;
	padding: 24px 0 23px;
}
.footer .footer_nav ul {
	letter-spacing: -0.4em;
}
.footer .footer_nav li {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: .6px;
}
.footer .footer_nav li + li {
	margin-left: 27px;
}
.footer .footer_nav li a {
	color: inherit;
}
.footer .footer_nav li a::before {
	content: "> ";
}
.footer_copyright {
	position: absolute;
	bottom: 22px;
	left: 50%;
	letter-spacing: -.4px;
	margin: 0 0 0 391px;
}
.footer_copyright small {
	font-size: 1.2rem;
}
@media only screen and (max-width: 736px) {
	.footer .footer_bnr {
		padding: 9px 3.125% 3.5px;
		position: absolute;
		bottom: 100%;
	}
	.footer .footer_bnr ul {
		width: auto;
		margin: 0 auto;
	}
	.footer .footer_bnr ul li {
		width: 48.671%;
		margin-bottom: 6px;
		margin-left: 0;
	}
	.footer .footer_bnr ul li:nth-child(2n) {
    	float: right;
	}
	.footer .footer_nav {
		width: auto;
		margin: 0 4.687%;
		padding: 15px 0 13px;
	}
	.footer .footer_nav li,
	.footer .footer_nav li + li {
		font-size: 1.3rem;
		letter-spacing: .4px;
		margin: 0 27px 0 0;
	}
	.footer .footer_nav li:last-child {
		margin: 0;
	}
	.footer_copyright {
		position: relative;
		bottom: auto;
		left: auto;
		letter-spacing: -.2px;
		margin: 0;
		padding: 0 4.687% 14px;
	}
}