@charset "utf-8";

#topimg{
	background-image: url(/company/img/topimg.jpg);
}
#category a{
	text-decoration: none;
}
.bn-inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 180px;
	margin-top: 30px;
	border: 1px solid #999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bn-inner h3{
	width: 100%;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 2rem;
	letter-spacing: 0.25em;
	color: #FFF;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	text-align: center;
	z-index: 2;
}
#bn1:after{
	background: url(/company/img/bg_profile.jpg) center center no-repeat;
}
#bn2:after{
	background: url(/company/img/bg_about.jpg) center center no-repeat;
}
#bn3:after{
	background: url(/company/img/bg_history.jpg) center center no-repeat;
}
#bn4:after{
	background: url(/company/img/bg_access.jpg) center center no-repeat;
}
.bn-inner:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.bn-inner:hover:after{
	opacity: 0.8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
h2{
	margin: 1.75em 0 1.5em;
	padding: 0.75em 0;
	text-align: center;
	background: url(/img/bar.gif) center bottom no-repeat;
}
.creed{
	max-width: 700px;
	margin: 45px auto 0;
	padding: 0;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 1.4rem;
	line-height: 1.6em;
	list-style-type: none;
}
.creed li{
	padding: 0.25em 0 0.25em 1.5em;
	text-indent: -1.5em;
}
@media(max-width: 991.98px){
.creed{
	font-size: 1.3rem;
}
}
@media(max-width: 767.98px){
.creed{
	font-size: 1.2rem;
}
}
@media(max-width: 575.98px){
.creed{
	font-size: 1.1rem;
}
}


/* Tab Menu
************************************/

#tabmenu{
	width: 100%;
	margin-top: 20px;
	padding: 0 7px;
	border-bottom: 1px solid #CCC;
	table-layout: fixed;
	flex-direction: row;
}
#tabmenu div{
	margin: 0 5px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	background-color: #EBEBEB;
}
#tabmenu div a{
	width: 100%;
	padding: 10px 8px 8px;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
#tabmenu div a:hover,
#tabmenu div.current{
	padding: 10px 8px 8px;
	color: #FFF;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(to right, #F7BAE2, #D33D90);
}
@media(max-width: 575.98px){
#tabmenu div{
	font-size: 0.8em;
}
}


/* Profile Page
************************************/

#msg p{
	text-indent: 1em;
}
@media (max-width:767.98px){
#msg{
	margin-top: 30px;
}
}
#c-data{
	width: 100%;
	margin: 30px auto 0;
	border: none;
	font-size: 0.9rem;
}
#c-data th,
#c-data td{
	padding: 0.8em 0.8em 0.5em;
	border-top: none;
	border-bottom: 1px solid #CCC;
}
#client{
	margin: 30px auto 0;
	padding: 40px 20px;
	font-size: 0.9rem;
	border: 1px solid #CCC;
}
#miyama-tp{
	margin-top: 1em;
	text-indent: -1em;
	padding-left: 1em;
	text-align: center;
}
@media(max-width: 767.98px){
#miyama-tp{
	text-align: left;
}
}


/* About Page
************************************/

#members img{
	margin-top: 15px;
}
#members p{
	padding: 0.5rem 0;
	font-size: 0.9rem;
}
#rt-vol{
	padding: 5px;
}
#rt-vol p{
	padding: 15px 0;
}
#fcphoto{
	padding: 5px;
}
#fcphoto div{
	padding: 10px;
}
#fcphoto p{
	padding: 0.3rem 0;
	font-size: 0.9rem;
	text-align: center;
}
#eqp{
	margin: 30px auto 0;
	padding: 40px 20px;
	font-size: 0.9rem;
	border: 1px solid #CCC;
}
#eqp h4{
	margin-top: 1em;
	font-size: 0.9rem;
}
#eqp ul{
	margin: 0.75em 0;
}
#eqp ul li{
	margin: 0.2em 0;
}


/* History Page
************************************/

#h-top{
	margin-top: 50px;
	padding: 10px 50px;
}
@media(max-width: 767.98px){
#h-top{
	padding: 10px;
}
}
#h-top div{
	padding: 5px;
}
#h-top img{
	margin-top: 5px;
}
#era-taisho{
	margin-top: 50px;
}
#era-showa,
#era-heisei,
#era-reiwa{
	margin-top: 40px;
}
.wrap-ee{
	display: flex;
}
.era{
	width: 60px;
	min-height: 100px;
	position: relative;
}
.era h4{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-20px, -50%);
	font-size: 1rem;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#era-taisho .era{
	background-color: #F4EAE4;
}
#era-showa .era{
	background-color: #FAEBEA;
}
#era-heisei .era{
	background-color: #DDF1FC;
}
#era-reiwa .era{
	background-color: #ECF4D9;
}
.event{
	margin-left: 1em;
	flex: 1;
}
.cnlg{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9rem;
}
.cnlg td{
	padding: 0.5em;
	vertical-align: top;
}
.cnlg td.ym{
	width: 11em;
}
@media(max-width: 991.98px){
.cnlg td.ym{
	width: 7em;
}
}


/* Access Page
************************************/

#info{
	margin-top: 60px;
}
#info p{
	padding: 0.5em 0;
}
#time{
	max-width: 420px;
	margin: 15px auto 0;
	padding: 1em 1.5em;
	color: #F29700;
	border: 1px solid #F29700;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#time dl{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
#time dl dt{
	width: 60%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: left;
}
#time dl dd{
	width: 40%;
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
}
#illustmap{
	border: 1px solid #CCC;
}
#gmap{
	height: 0;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 56.25%;
	position: relative;
	border: 1px solid #CCC;
}
#gmap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}