@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document f_slider
--------------------------------------------------------- */

.title {
	min-height: 92px;
	margin-bottom: 40px;
	padding-top: 21px;
	padding-bottom: 15px;
	border-top: solid 3px rgba(51,51,51,1);
	border-bottom: solid 1px rgba(51,51,51,1);
	font-weight: bold;
	font-size: 25px;
	line-height: 1.3;
	color: rgba(51,51,51,1);
}

.title span {
	display: block;
	font-weight: normal;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 13px;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
.container {
	position: relative;
}

#hedar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	line-height: 35px;
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #000000;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #000000;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	/* width: 120px; */
	border: 1px solid #000000;
	border-radius: 50px;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #000000;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document mnavi
--------------------------------------------------------- */

#undercolumn_aboutus {
}

#undercolumn_aboutus dl {
	margin: 0 15px;
	padding-bottom: 20px;
}

#undercolumn_aboutus dt {
	background: #fef3ef;
	font-size: 18px;
}

#undercolumn_aboutus dd {
	padding: 15px 0;
	text-align: left;
}

#undercolumn_aboutus dd p {
	padding-bottom: 15px;
}

#undercolumn_aboutus dd p.none {
	padding-bottom: 0;
}

#undercolumn_aboutus #maps {
	margin: 0 15px;
}

#undercolumn_aboutus iframe {
	width: 100%;
	height: 360px;
	overflow: hidden;
	border: 0;
}

.leftBox {
	float: left;
	display: inline-block;
	width: 100%;
}
.rightBox {
	float: left;
	display: inline-block;
	width: 100%;
	padding-left: 1.5em;
}

.table {
	display: flex;
}
.table span {
	width: 25%;
}
.table span:last-child {
	width: 50%;
}