@charset "utf-8";
/* CSS Document */
/*共通*/
.access_h1{
	background-image: none;
	border: none;
	background-color: #116666;
	color: white;
	margin: 10px 0 20px 0;
	font-size: 24px;
	height: 44px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.access_h2{
	background-image: none;
	text-align: left;
	font-size: 21px;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 10px;
	background-color: #1a9999;
}
.access_img{
	text-align: center;
	width: 1000px !important;
	margin: 0 auto;
}
.access_img img{
	width: 100% !important;
}
.orica_link{
	width: 1000px;
	margin: 0 auto;
}
.orica_link a{
	color:  #c1272d;
	font-size: 26px;
	line-height: 52px;
	text-decoration: none;
}
.orica_service{
	background-color: #c1272d;
	color: white;
}
.access_attention{
	font-size: 16px;
	width: 1000px;
	margin: 0 auto;
}
.access_attention li:before{
	content: "※";
	position: absolute;
	left: -1em;
}
.access_attention li{
	position: relative;
	margin: 1em;
}
.access_box{
	font-size: 18px;
	width: 1000px;
	margin: 20px auto 0;
}

/*ページ内ジャンプずれ対策*/
#car{
	margin-bottom: 50px;
}
#jr{
	margin-bottom: 50px;
}
#bus{
	margin-bottom: 50px;
}
#link_ship{
	margin-bottom: 50px;
}
#plane{
	margin-bottom: 50px;
}

/*GoogleMap*/
#googlemap_area{
	width: 100%;
	height: 500px;
	margin: 0 0 20px;
}
#accessimage{
	text-align: center;
	width: 1000px !important;
	margin: 0 auto;
}

/*ページ内リンクボタン*/
.access_menu{
	display: flex;
	width: 100%;
	height: 75px;
	justify-content: center;
	margin: 50px 0;
}
.access_menu li:hover{
	opacity: 0.6;
}
.access_menu_btn{
	width: 230px;
	height: 100%;
	background-color: #f7f72a;
	border-radius: 10px;
	font-size: 27px;
	font-weight: bold;
	margin: 0 5px;
}
.access_menu_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	whidth: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}
.access_menu_btn img{
	margin: 0 5px 0 0;
}
.access_menu_btn_bus{
	font-size: 21px;
	line-height: 21px;
}
.access_menu_btn_ship{
	font-size: 21px;
	line-height: 21px;
}
/*車で行く*/
.access_car_table{
	width: 1000px;
	margin: 20px auto 0;
}
.access_car_table_title{
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
}
.access_car_table_detail{
	font-size: 36px;
	line-height: 42px;
}
.access_car_table_attention{
	font-size: 21px;
	line-height: 21px;
}
.access_accbox input {
		display: none;
	}
.news-body-txt {
    font-size: 16px;
    line-height: 1.8;
    word-break: normal;
}
*:not(font) {
    color: #3b4d54;
}
/*JRで行く*/
#timetable_jr{
	width: 1000px;
	margin: 0 auto;
}
.access_jr_time_table{
	font-size: 36px;
	font-weight: bold;
}
/*臨時注意書き対応*/
.notes {
	color:red;
	font-weight:600;
	background: linear-gradient(transparent 50%, yellow 50%);
}

.txt_line {
  display: inline-block;
  font-size:1rem;
  position: relative;/*相対位置*/
  line-height: 2.8rem;/*行高*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  margin: 4px 0;
}
.txt_line font{
  background-color: yellow;    
}
.pc_only{
	display:block;
}
/*スマホ対応*/
@media screen and (max-width : 767px ){
	#new_wrapper{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.contents{
		width: 100%;
		padding: 0;
	}
	#TopicPath{
		display: none;
	}
	/*GoogleMap*/
	#googlemap_area{
		width: 100%;
		height: 350px;
		margin: 0 0 20px;
	}
	#newstopics{
		margin: 0 10px 20px !important;
	}
	#accessimage{
		padding: 0 10px 20px;
		width: 100% !important;
	}
	.access_menu{display: none;}
	.access_attention{
		font-size: 8px;
		line-height: 9px;
	}
	.access_img{
		width: 100% !important;
		margin: 0 auto;
	}
	.access_box {
		font-size: 8px;
		width: 100%;
		margin: 10px auto 0;
	}
	.orica_link{
		width: 100%;
	}
	.orica_link a{
		font-size: 8px;
		line-height: 9px;
	}
	.access_car_table{
		width: 100%;
	}
	.access_car_table_title{
		font-size: 10px;
		line-height: 12px;
	}
	.access_car_table_detail{
		font-size: 10px;
		line-height: 12px;
	}
	.access_car_table_attention{
		font-size: 6px;
		line-height: 8px;
	}
        
        .news-body-txt {
            padding:0 8px;
            font-size: 1.1rem;
            line-height: 1.3;
        }


	.access_attention{
		width: 100%;
		font-size: 7px;
		line-height: 11px;
	}
	.timetable_jr{
		width: 100%;
	}
	.access_jr_time_table{
		font-size: 12px;
	}
	.timetable_jr img{
		width: 100%;
	}

	/*ページ内ジャンプずれ対策打消し*/
	#car{
		margin-bottom: 0;
	}
	#jr{
		margin-bottom: 0;
	}
	#bus{
		margin-bottom: 0;
	}
	#link_ship{
		margin-bottom: 0;
	}
	#plane{
		margin-bottom: 0;
	}
	.pc_only{
		display:none;
	}

}