.content .inner{
	max-width: 900px;
	padding-bottom: 100px;
}
.content .inner .innerWrap{
	margin-bottom: 80px;
}
.content .inner .innerWrap:last-child{
	margin-bottom: 0;
}
.content .inner p{
}
.content .inner p a{
	display: inline-block;
	color: #00aa94;
	text-decoration: underline;
}
.content .inner p a:hover{
	text-decoration: none;
}
.content .inner h3{
	margin-bottom: 60px;
}
.access{
	display: flex;
	flex-wrap: wrap;
}
.access .tableWrap{
	box-sizing: border-box;
	width: calc(100% - 500px);
	margin-right: 20px;
}
.access h4{
	margin-bottom: 40px;
}
.access  table{
	width: 100%;
	margin-top: 10px;
}
.access  th,
.access  td{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid 2px #f1f1f1;
	font-size: 1.4rem;
	vertical-align: top;
}
.access  th{
	white-space: nowrap;
	padding-right: 20px;
}


@media screen and (max-width: 750px){
	.content .inner{
		padding-top: 100px;
		padding-bottom: 140px;
	}
	.content .inner .innerWrap{
		margin-bottom: 100px;
	}
	.access  th,
	.access  td{
		font-size: 2.4rem;
	}
	.access{
		display:block;
	}
	.access .tableWrap{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.access .boxR{
		text-align: center;
	}
}


.menuBox{
	margin-top: 40px;
	margin-bottom: 120px;
	background-color: #f1f1f1;
}
.menuBox .inner{
	padding-bottom: 0;
}
.menuBox .inner ul{
	padding-top: 20px;
	padding-bottom: 20px;
	width: calc(100% + 30px);
	display: flex;
	margin-left: -30px;
	flex-wrap: wrap;
	justify-content: center;
}
.menuBox .inner ul li{
	margin-left: 30px;
}
.menuBox .inner ul a{
	padding-left: 20px;
	color: #282828;
	line-height: 1;
	font-size: 1.6rem;
	position: relative;
}
.menuBox .inner ul a .arow{
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 0;
	top: 1px;
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-right: solid 1px #282828;
	border-bottom: solid 1px #282828;
	width: 8px;
	height: 8px;
}
.menuBox .inner ul a:hover .arow{
	top: 3px;
}
.mid03{
	margin-bottom: 60px;
}
.tku01{
	display: flex;
	flex-wrap: nowrap;
}
.tku01 img+img{
	margin-left: 40px;
}
.tkubox p{
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px){
	.menuBox .inner ul {
		margin-left: -30px;
	}
	.menuBox .inner ul li{
		margin-left: 30px;
	}
	.menuBox .inner ul a{
		padding-left: 30px;
		font-size: 2.6rem;
	}
	.menuBox .inner ul a .arow{
		top: 2px;
		width: 14px;
		height: 14px;
	}
	.pageHead h2{
		margin-top: 120px;
	}
	.pageHead{
		margin-top: 0;
	}
	.menuBox{
		margin-top: 60px;
		margin-bottom: 0;
	}
	.content .inner{
		padding-bottom: 0;
		padding-top: 0;
	}
	.innerWrap img{
		max-width: 100%;
	}
	img{
		max-width: 100%;
	}
	.tkubox {
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.tkubox p{
		margin-bottom: 40px;
	}
	.tku01{
		margin-top: 40px;
		margin-bottom: 40px;
		justify-content: center;
	}
	.tku01 img:nth-child(1){
		display: none;
	}
}

.fukuoka .innerWrap{
	display: flex;
}
.fukuoka .innerWrap .imgBox{
	width: calc(100% - 500px);
}
.fukuoka .innerWrap .textBox{
	box-sizing: border-box;
	padding-left: 60px;
	max-width: 500px;
}
@media screen and (max-width: 750px){
	.fukuoka .innerWrap{
		display: block;
	}
	.fukuoka .innerWrap .imgBox{
		margin-top: 60px;
		margin-bottom: 40px;
		width: 100%;
		text-align: center;
	}
	.fukuoka .innerWrap .textBox{
		padding-left: 0;
		max-width: none;
	}
	.fukuoka{
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 750px){


/*======================
display_size_noen
======================*/
.sp_none{
	display: none !important;
}
.pc_none{
	display: block !important;
}

/* ======================
header
====================== */

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}

}

.koshi01,.koshi02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 10px;}
.koshi01 img,.koshi02 img { display: block;width: 100%;}
.koshi01 > div { width: calc(50% - 5px);}
.koshi02 > div { width: calc(50% - 5px);}





