

/*====================OKでたら消す======================*/

.subMenu {
    padding: 15px;
	background-color: #f2ffd8;
    margin: 70px auto 0;
}

.subMenu ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.subMenu li {
    font-weight: bold;
    font-size: 19px;
    margin-right: 40px;
}

.subMenu li a {
    color: #333;
    text-decoration: underline;
}

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

/*====================OKでたら消す======================*/


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

.subMenu2 {
    margin: 70px auto 0;
}

.subMenu2 ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

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

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

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

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

#slide2 {
  margin-bottom: 60px;
  margin-top: 20px;
}


#title p,
#title2 p {
background-color: #8fc717;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  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{
    text-align: left;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    background-color: #F4F3F3;
    width: 20%;
    border-bottom: 1px dotted #888888;
    color: #666;
    font-weight: normal;
    font-weight: bold;
}

#company .box table td,
#company2 .box table td{
    border-bottom: 1px dotted #888888;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    color: #000;
}

#company .box table td:not(.tel_td) a,
#company2 .box table td:not(.tel_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.park,
#access2 .box.park{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;

}

#access .parktitle .obi,
#access2 .parktitle .obi{
   margin-bottom: 0;

}

#access .park_info,
#access2 .park_info{
    width: 60%;
    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);
}

#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: 45%;
    aspect-ratio: 125 / 128;
}

#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:60%;
    height:350px;
}





#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: 20px;
    font-weight: bold;
}



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


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

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


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

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

