.page-img {
	display: flex;
	background-image: url("../img/footba.png");
	align-items: stretch;
	padding-top: 100px;
	height: 460px;
}


.page-img01 {
	order: 2;
	width: 20%;
	box-sizing: border-box;
	padding: 5%;
	display: flex;
	align-items: center;
}
.page-img02 {
	order: 1;
	width: 80%;
	background-size: cover;
	
}
.page-img_01 {
	background-image: url("../img/01.jpg");
}
.page-img_02 {
	background-image: url("../img/03.jpg");
}
.page-img_03 {
	background-image: url("../img/nokotsu-page.jpg");
}


.title03 {
	text-align: center;
}

.title03 h2 {
	font-size: 220%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}
.title03 h2::before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 1px;
	width: 40px;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}

.title03 h6 {
	font-size: 90%;
	line-height: 1.4;
	font-family: "Times New Roman", Times, "serif";
}

.sub-title {
	font-size: 190%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	margin-bottom: 60px;
}
.sub-title::before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 1px;
	width: 40px;
	bottom: -20px;
}

.hajimari {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.hajimari01 {
	width: 60%;
}
.hajimari02 {
	width: 35%;
}
.hajimari02 img {
	margin-bottom: 30px;
}
.hajimari02 img:last-child {
	margin-bottom: 0px;
}

.keidai {
	margin-top: 100px;
}

.keidai ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.keidai ul li {
	width: 46%;
	margin-bottom: 30px;
}
.keidai h4 {
	background-color: #000;
	color: #fff;
	font-size: 140%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 15px 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: inline-block;
	margin-top: -50px;
	margin-bottom: 20px;
}

.access-box {
	padding-top: 70px;
}
.gaiyo {
	margin-top: 100px;
}
.table {
	max-width: 800px;
	margin: 0 auto;
}
.table table {
	width: 100%;
	border-top: 1px solid #000;
}
.table table td {
	font-size: 120%;
	line-height:1.6;
	letter-spacing: 0.08em;
	font-weight:500;
	padding: 20px;
	border-bottom: 1px solid #000;
}

.td01 {
	background-image: url("../img/footba.png");
}

.gyouji {
	margin-top: 100px;
}

.noko-b {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.noko-b01 {
	width: 60%;
}
.noko-b02 {
	width: 35%;
}
.noko-b03 {
	width: 35%;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 5% 10%;
}
.noko-b04 {
	width: 60%;
}

.noko-syo table .td01 {
	width: 200px;
}
.noko-syo {
	margin-bottom: 20px;
}

.sonta {
	margin-top: 30px;
}
.sonta h4 {
	font-size: 120%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.sonta p {
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-left: 8px;
	margin-top: 10px;
}


@media screen and ( max-width:800px )
{
.page-img {
    display: inherit;
    padding-top: 0px;
    height: auto;
}
.page-img01 {
    width: 100%;
    display: inherit;
}
.page-img02 {
    width: 100%;
   height: 200px;
}
.title03 h2 {
    font-size: 200%;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    display: inline-block;
}
.hajimari {
    display: inherit;
}
.hajimari01 {
    width: 100%;
	margin-bottom: 40px;
}
.hajimari02 {
    width: 100%;
}
.keidai ul {
    display: inherit;
}
.keidai ul li {
    width: 100%;
}

.table table td {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.table table .td01 {
		font-weight: bold;
	border-bottom: 1px dotted #000;
}
.noko-b {
    display: inherit;
}
.noko-b01 {
    width: 100%;
	margin-bottom: 40px;
}
.noko-b02 {
    width: 100%;
	
}
.noko-b03 {
    width: 100%;
	margin-bottom: 40px;
}
.noko-b04 {
    width: 100%;
	
}
.noko-syo table .td01 {
    width: 100%;
}
	
}