/*.subMenu {
    display: none;
}
*/

/*====================追加分======================*/

.subMenu2 {
    margin: 60px auto 0;
}

.subMenu2 ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.subMenu2 li {
    font-weight: bold;
    font-size: 13px;
				width: 48%;
}

.subMenu2 li a {
    color: #333;
    text-decoration: underline;
				background-color: #f2ffd8;
				 padding: 15px;
					display: block;
}

.subMenu2 li a:hover {
color: #b83d3c;
}

/*====================追加分======================*/



#slide,
#slide2{
	margin-top: 30px;
}


#title p,
#title2 p {
background-color: #8fc717;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  letter-spacing: 5px;
  color: #fff;
		text-align: center;
}



.box .obi {
    background-color: #8fc717;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 5px;
    color: #fff;
}


#company .box table,
#company2 .box table{
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 1px dotted #888888;
    border-right: 1px dotted #888888;
    border-top: 1px dotted #888888;
}


#company .box,
#company2 .box{
    margin-bottom: 50px;
}

#company .obi_g,
#company2 .obi_g{
    background-color: #888;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 5px;
    color: #fff;
}



#company .box .tit_kei,
#company2 .box .tit_kei{
    display: block;
    font-size: 18px;
    border-bottom: 2px solid #DA3D3D;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #333;
    color: #DA3D3D;
}





#company .box table th,
#company2 .box table th{
	display: block;
	width:100%;
	box-sizing: border-box;
    text-align: left;
	padding:15px 1em 12px;
    background-color: #F4F3F3;
    border-bottom: 1px dotted #888888;
    color: #666;
    font-weight: normal;
    font-weight: bold;
}


#company .box table td,
#company2 .box table td{
	display: block;
	width:100%;
	box-sizing: border-box;
    border-bottom: 1px dotted #888888;
    padding:15px 1em 12px;
    text-align: left;
    color: #000;
}

#company .box table td a,
#company2 .box table td a{
	text-decoration: underline;
	color:#00f;
}

#access,
#access2{
}



#access .detail,
#access2 .detail{
    margin-top: 20px;
    background-color: #fff8d0;
    padding: 3%;
}

#access .detail .sub_text,
#access2 .detail .sub_text,
#access .park_info .sub_text,
#access2 .park_info .sub_text{
	position: relative;
	padding-left: 1.5em;
    color: #b93d3c;
    display: block;
    padding-bottom: 4px;
    border-bottom: 2px solid #b93d3c;
    font-size: 18px;
    font-weight: bold;
}

#access .detail .sub_text::before,
#access2 .detail .sub_text::before,
#access .park_info .sub_text::before,
#access2 .park_info .sub_text::before{
	content:"";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height:25px;
	left:2px;
}

#access .detail .sub_text::before,
#access2 .detail .sub_text::before{
	background-image: url(/com/images/icon_train.png);
}

#access .detail .text,
#access2 .detail .text{
    margin-top: 15px;
}

#access .detail ul,
#access2 .detail ul{
    padding-top: 10px;
}


#access .detail ul li,
#access2 .detail ul li{
}

#access .box:last-of-type,
#access2 .box:last-of-type{
    margin-top: 30px;
    display: block;
    justify-content: space-between;
	padding-left: 3%;
	padding-right: 3%;
}

#access .park_info,
#access2 .park_info{
    width: 100%;
    margin-right: 30px;
    box-sizing: border-box; 
}

#access .park_info .sub_text::before,
#access2 .park_info .sub_text::before{
	background-image: url(/com/images/icon_car.png);
	top: -2px;
}

#access .park_info .text,
#access2 .park_info .text{
    margin-top: 15px;
}

#access #park_map {
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background-image: url(/com/images/park_map_d.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    aspect-ratio: 125 / 128;
	margin-top: 30px;
}

#access2 #park_map2 {
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background-image: url(/com/images/park_map2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height: 60vw;
	margin-top: 30px;
}





#ceo,
#ceo2{
margin-top: 30px;
}


#ceo .sub_text,
#ceo2 .sub_text{
    color: #8fc717;
    display: block;
    padding-bottom: 4px;
    border-bottom: 2px solid #8fc717;
    font-size: 16px;
    font-weight: bold;
}

#ceo .sub_text br,
#ceo2 .sub_text br{
	display:none;
}


#ceo .text,
#ceo2 .text{
    padding-top: 30px;
    font-size: 14px;
	line-height: 2em;
}





#ceo .name_wrap,
#ceo2 .name_wrap{
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: flex-end;
    align-items: flex-end;
     padding-top: 10px;
     float: right;
     margin-bottom: 40px;
}

#ceo .ph,
#ceo2 .ph{
width: 25%;
}


#ceo .name,
#ceo2 .name{
    width: 70%;
    margin-left: auto;
}


/*#ceo .name {
    padding-top: 30px;
    width: 100%;
    text-align: right;
}*/

#ceo .name .yu_min span,
#ceo2 .name .yu_min span{
	padding-left: 5px;
	font-size: 1.7em;
	line-height: 2;
}

