@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700;900&display=swap');


.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
	width: 33.33333333%;
	font-size: 20px;
	text-align: center;
  height: 50px;
  margin-bottom: 20px;
	border-right: solid 1px #22074e;
	position: relative;
}

.tab li a {
	display: block;
	width: 100%;
	height: 100%;
}


.tab li a:before {
	content: "";
	position: absolute;
	bottom:0;
	left:50%;
	width: 0;
	height: 1px;
	background: #22074e;
	transition:all 0.5s ease-in-out;
}

.tab li a.cr:before,
.tab li a:hover:before {
	left:1%;
	width: 98%;
}


.tab li a:after {
	content:"";
	position: absolute;
	bottom:2px;
	left:calc(50% - 5px);
	width: 10px;
	height: 8px;
	background: url(../images/outline/tab.png) top center no-repeat;
	opacity: 0;
	transform: translateY(-5px);
	transition:all 0.5s ease-in-out;
}
.tab.udr li a:after {
	content:"";
	position: absolute;
	bottom:7px;
	left:calc(50% - 5px);
	width: 10px;
	height: 8px;
	background: url(../images/outline/tab_u.png) top center no-repeat;
	opacity: 0;
	transform: translateY(5px);
	transition:all 0.5s ease-in-out;
}
/*.tab li a.cr:after,*/
.tab li a:hover:after {
	opacity: 1;
	transform: none;
}
.tab li a.cr {
	pointer-events: none;
}

.tab li:first-child,
.tab li:nth-child(4) {
  border-left: 1px solid #22074e;
}
.tab li:last-child {
  border-right: 1px solid #22074e;
}


.tab_content {
	display: none;
}


h3 {
	color: #373867;
	font-size: 100px;
}
h3 span.ss {
	display: block;
	font-size: 34px;
}
h3 .tsume {
	letter-spacing: -0.5em;
}
h3.p2 {
	font-size: 50px;
}


table.outline {
	width: 100%;
	border-collapse:collapse;
}
table.outline {
	position: relative;
	
}
table.outline.first::before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 1px;
	border-bottom: dotted 1px #000;
}
table.outline::after {
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 1px;
	border-bottom: dotted 1px #000;
}


table.outline tr td {
	font-size: 16px;
	/*border-bottom: dotted 1px #000;*/
	vertical-align: top;
}
table.outline tr td:first-child {
	/* white-space: nowrap; */
	padding: 10px 15px;
	position: relative;
	width: 18%;
}
table.outline tr td:first-child:before {
	content: "";
	position: absolute;
	top:5px;
	left:0;
	width: 100%;
	height: calc(100% - 10px);
	background: #d8d8d8;
	z-index: -1;
}
table.outline tr:nth-child(2n) td:first-child:before {
	background: #c0c0c0;
}
table.outline tr td:last-child {
	padding: 10px 0 10px 15px;
	width: 82%;
}

.map {
	height: 600px;
}


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

}


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

	.tab li {
		font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
  }

  .tab li a:before {
    display: none;
  }

  .tab li a.cr:before {
    display: inherit;
  }


  .tab li a:after {
  display: none;
  }
  .tab li a.cr:after{
    display: inherit;
  }


	h3 {
		font-size: 17vw;
		line-height: 1.3;
	}
	h3 span.ss {
		font-size: 6.5vw;
	}
	h3 .tsume {
		letter-spacing: -0.5em;
	}
	
	h3.p2 {
		font-size: 8vw;
	}
	
	.sign {
		width: 60%;
		margin: 0 auto;
	}
	
	table.outline tr td {
		font-size: 14px;
		display: block;
	}
	table.outline tr td:first-child {
		padding: 10px 10px;
		width: 100%;
		border-bottom: none;
	}
	table.outline tr td:first-child:before {
		content: "";
		position: absolute;
		top:5px;
		left:0;
		width: 100%;
		height: calc(100% - 10px);
		background: #d8d8d8;
		z-index: -1;
	}
	table.outline tr:nth-child(2n) td:first-child:before {
		background: #c0c0c0;
	}
	table.outline tr td:last-child {
		padding: 0 0 10px 0;
		width: 100%;
	}
	
	.map {
		height: 300px;
	}

}


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

	
}
.no {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 30px 30px;
}



		@media screen and (max-width: 1100px) {
			.vpc1100 {
				display: none;
			}
		}


.bold {
	font-weight: 900;
	font-family: 'Noto Serif JP', serif;
}


table.outline:nth-child(2n) tr td:first-child:before {
	background: #c0c0c0;
}
table.outline tr td span.ex {
	margin-top: 8px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	table.outline:nth-child(2n) tr td:first-child:before {
		background: #d8d8d8;
	}
	.kousin_txt {
		font-size: 12px;
		text-align: center;
	}
}

