@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : gokinjo.css
 author     : Ability Consultant
 style info : Go-KINJOのご案内
=================================================================== */
@font-face {
	font-family: "YuGothicBold";
	src: local("Yu Gothic Medium");
}

/* -----------------------------------------------------------
	bg1
----------------------------------------------------------- */
.con_gui_int,
.pnav,
.con_gui {
	background: url(../images/common/bg1.png) repeat;
}

/* -----------------------------------------------------------
	.pnav
----------------------------------------------------------- */
.pnav {
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: -.5em;
}

.pnav > * {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	background: #fff;
}

.pnav a {
	display: block;
	position: relative;
}

.pnav a:before, .pnav a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.pnav a p {
	display: block;
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
}

.pnav a p em {
	font-size: 131%;
	font-weight: bold;
	letter-spacing: .05em;
}

.pnav a p span {
	display: block;
	font-size: 108%;
	line-height: 1.4;
	margin-top: .7em;
}

.pnav a p span i {
	font-size: 108%;
	font-weight: bold;
}

.pnav a:after {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: bottom 300ms ease-in;
	-moz-transition: bottom 300ms ease-in;
	-o-transition: bottom 300ms ease-in;
	transition: bottom 300ms ease-in;
}

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

.pnav a:hover:after {
	bottom: 6px;
}

/* -----------------------------------------------------------
	.con_gui
----------------------------------------------------------- */
.con_gui {
	padding: 0 25px 40px;
}

.con_gui > li {
	background: #ebede5;
	padding-bottom: 30px;
}

.con_gui > li:nth-child(n+2) {
	margin-top: 28px;
}

.con_gui > li .box_gui {
	letter-spacing: -.5em;
}

.con_gui > li .box_gui > * {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.con_gui > li .box_gui .wrp_txt {
	width: 440px;
	margin-right: 55px;
}

.con_gui > li .box_gui .wrp_txt .st {
	margin-top: 25px;
}

.con_gui > li .box_gui .wrp_txt .st span {
	display: block;
	line-height: 1;
	color: #658538;
	font-size: 131%;
	padding-left: 1em;
	letter-spacing: .1em;
	font-weight: bold;
}

.con_gui > li .box_gui .wrp_txt .st em {
	display: block;
	background: #658538;
	color: #fff;
	width: 440px;
	padding: 1em 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 139%;
	letter-spacing: .2em;
	line-height: 1.3;
}

.con_gui > li .box_gui .wrp_txt .txt {
	font-size: 124%;
	margin-top: 30px;
	margin-left: 30px;
	line-height: 1.6;
}

.con_gui > li .box_gui .wrp_img {
	width: 405px;
}

.con_gui > li table {
	margin-left: 35px;
	margin-right: 30px;
	border-top: dotted 1px #8d8d8d;
	font-size: 108%;
}

.con_gui > li table tr {
	border-bottom: dotted 1px #8d8d8d;
}

.con_gui > li table tr th,
.con_gui > li table tr td {
	padding: 10px 0;
}

.con_gui > li table tr th {
	padding-left: 15px;
}

.con_gui > li table tr td {
	min-width: 240px;
	line-height: 1.5;
}

.con_gui > li table tr td + th {
	border-left: dotted 1px #8d8d8d;
}

.con_gui > li > table {
	margin-top: 30px;
	width: 835px;
}

.con_gui > li > table tr th {
	width: 150px;
}

.con_gui .gre .st span {
	color: #658538;
}

.con_gui .gre .st em {
	background: #658538;
}

.con_gui #lnk_gui2 .st span {
	color: #ad3736;
}

.con_gui #lnk_gui2 .st em {
	background: #ad3736;
}

.con_gui #lnk_gui3 .st span {
	color: #b9ac1d;
}

.con_gui #lnk_gui3 .st em {
	background: #b9ac1d;
}

.con_gui #lnk_gui4 .st span {
	color: #4797b4;
}

.con_gui #lnk_gui4 .st em {
	background: #4797b4;
}

.con_gui #lnk_gui5 .st span {
	color: #7c6896;
}

.con_gui #lnk_gui5 .st em {
	background: #7c6896;
}

/* -----------------------------------------------------------
	.con_cafe
----------------------------------------------------------- */
.con_cafe .btn {
	margin-top: -20px;
	text-align: center;
}

.con_cafe .btn a {
	display: inline-block;
	width: 230px;
	padding: 15px 10px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
	-moz-transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
	-o-transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
	transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 124%;
	position: relative;
}

.con_cafe .btn a:after {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-transition: border-color 500ms ease;
	-moz-transition: border-color 500ms ease;
	-o-transition: border-color 500ms ease;
	transition: border-color 500ms ease;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	-webkit-transition: right 500ms ease;
	-moz-transition: right 500ms ease;
	-o-transition: right 500ms ease;
	transition: right 500ms ease;
	top: 50%;
	margin-top: -3px;
}

.con_cafe .btn a:hover:after {
	right: 5px;
}

.con_cafe .btn a {
	background: #fff;
	border: solid 1px #000;
}

.con_cafe .btn a:after {
	border-left: solid 2px #000;
	border-top: solid 2px #000;
}

.con_cafe .btn a:hover {
	color: #fff !important;
	background: #595959;
	border-color: #595959;
}

.con_cafe .btn a:hover:after {
	border-color: #fff;
}

/*# sourceMappingURL=../maps/gokinjo.css.map */
