@charset "utf-8";

.sp_size{display:none !important;}

.h1_wrap{
	width: 100%;
	background-color: #111;
}
.h1_wrap.archive{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page_title{/* h1 */
	max-width:1140px;
	padding:77px 33px;
	margin:0 auto;
	font-size:2.8rem;
	font-weight:bold;
	letter-spacing:2.8px;
	color:#fff;
}
.h1_wrap.archive .page_title{
	font-family: franklin-gothic-atf, sans-serif;
	font-size: 400%;
	font-weight: 600;
    padding: 105px 0 142px;
}
.archive .page_title::after{
	display: block;
    font-family: franklin-gothic-atf, sans-serif;
	font-size: 1.8rem;
    font-weight: 600;
}

.content_area{
	max-width:1140px;
	padding:55px 20px 120px;
	margin:auto;
}
.content_area > *:first-child{margin-top:0;}

.content_area a, .content_area a:visited{
	color:#333;
	text-decoration:underline;
	font-weight: bold;
}
.content_area a:visited{
	color:#7000AF;
}
.content_area a:hover{text-decoration:none;}
.content_area a[target="_blank"]{
	padding-left:20px;
	background:url(/img/common/popup.svg) no-repeat center left;
}
a.non[target="_blank"]{
	padding-right:0;
	background:none;
}
a[href$=".doc"], a[href$=".docx"]{
	padding-right:20px;
	background:url(/img/common/icon_word.svg) no-repeat center right;
}
a[href$=".xls"], a[href$=".xlsx"]{
	padding-right:20px;
	background:url(/img/common/icon_excel.svg) no-repeat center right;
}
a[href$=".pdf"]{
	padding-right:20px;
	background:url(/img/common/icon_pdf.svg) no-repeat center right;
}
a.none[href$=".pdf"]{
	padding-right:0;
	background:none;
}
[href^="tel:"]{
	color:#333 !important;
	pointer-events:none;
}

h2{
	position:relative;
	margin:50px 0 30px;
	font-size:2.4rem;
	font-weight:bold;
	border-top: 2px solid #111;
	padding-top: 22px;
}
h3{
	position:relative;
	margin:50px 0 30px;
	font-size:1.8rem;
	font-weight:bold;
	border-top: 1px solid #CCC;
	padding-top: 24px;
}
h4{
	position:relative;
	margin:50px 0 30px;
	font-size:1.6rem;
	font-weight:bold;
}
h5{
	position:relative;
	margin:50px 0 30px;
	font-weight:bold;
}

img{
	display:block;
	max-width:100%;
	height:auto;
}
p{margin-bottom:20px;}
ul, ol{
	padding-left:20px;
	margin-bottom:20px;
}
.content_areaul li{list-style:disc;}
.content_areaol li{list-style:decimal;}
.content_areaul li:last-child,
.content_areaol li:last-child{
	margin-bottom:0;
}
.content_area li* + dl{margin-top:15px;}
dl{margin-bottom:20px;}
dl dd:not(:last-child){margin-bottom:15px;}

table{
	width:100%;
	margin:20px 0 0;
	border-top:1px solid #ccc;
}
th, td{
	padding:18px 20px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
th{
	width:20%;
	background:#ededed;
	font-weight:bold;
	text-align:left;
}
td *:last-child{margin-bottom:0;}
table img{margin:auto;}

/* カラム型テーブル */
.col_table{table-layout:fixed;}
.col_table thead th{text-align:center;}
.table{overflow-x:auto;}
.table::-webkit-scrollbar{height:5px;}
.table::-webkit-scrollbar-track{
	background:#eee;
	border-radius:5px;
}
.table::-webkit-scrollbar-thumb{
	background:#666;
	border-radius:5px;
}
.table th, .table td{min-width:150px;}

#pankuzu{
	max-width:1140px;
	padding:0 20px;
	margin:auto;
}
#pankuzu ol{
	display:flex;
	padding:0;
}
#pankuzu li{
	list-style:none;
	padding-top:10px;
	margin-right:10px;
	font-size:1.2rem;
}
#pankuzu a{
	margin-right:10px;
	color:#333;
}
#pankuzu li:last-child a{
	text-decoration:none;
	pointer-events:none;
}
#pankuzu a:hover{text-decoration:none;}

.page_link{
	padding:0;
	overflow:hidden;
}
.page_link li{
	float:left;
	list-style:none;
	margin:0 20px 10px 0;
}
.page_link a{
	position:relative;
	padding-left:20px;
	color:#333;
	font-size:1.4rem;
	text-decoration:none;
}
.page_link a:hover{text-decoration:underline;}
.page_link a::before, .page_link a::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	margin:auto;
}
.page_link a::before{
	top:1px;
	left:0;
	width:16px;
	height:16px;
	background:#000;
}
.page_link a::after{
	top:-2px;
	left:4px;
	width:8px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(45deg);
}

.column_2, .column_3, .column_4{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.column_2 div{
	width:48.181%;
	margin:0 3.636% 20px 0;
}
.column_3 div{
	width:30.909%;
	margin:0 3.636% 20px 0;
}
.column_4 div{
	width:22.272%;
	margin:0 3.636% 20px 0;
}
.column_2 div:nth-child(even),
.column_3 div:nth-child(3n),
.column_4 div:nth-child(4n){
	margin-right:0;
}

.link_btn a{
	display:block;
	max-width:250px;
	padding:23px 0 26px;
	margin:auto;
	background:#000;
	color:#fff !important;
	font-size:1.4rem;
	letter-spacing:2.5px;
	text-align:center;
	text-decoration:none;
	transition:background 0.3s;
}
.link_btn a:hover{background:#666;}

.map, .movie_wrap{
	position:relative;
	width:auto;
	height:0;
	padding-bottom:56.25%;
	margin:0 auto;
	overflow:hidden;
}
.map iframe, .map object, .map embed, .movie_wrap iframe, .movie_wrap object, .movie_wrap embed{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}
#pagenav{margin-top: 50px;}
.wp-pagenavi{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	gap: 0 10px;
}
.wp-pagenavi .current,.wp-pagenavi .page{
	display: inline-block;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
	width: 50px;
	height: 50px;
	border: 1px solid #111;
    text-align: center;
	padding-top: 12px;
}
.wp-pagenavi .current{
	background: #111;
	color: #fff;
}
.wp-pagenavi .page{
	text-decoration: none;
}
.return{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 50px;
}
.return{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.return a{
	color: #111;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 2px solid #111;
}
.return a:hover{
	border-bottom: 2px solid #fff;
}

@media screen and (max-width:1199px){
	.h1_wrap.archive .page_title {
		padding: 55px 33px;
		font-size: 350%;
	}
	.archive .page_title::after {
		font-size: 1.5rem;
	}
.page_title{font-size:2.4rem;}
.content_area{padding-bottom:100px;}

h2{font-size:2rem;}
h3{font-size:1.6rem;}
h4{font-size:1.5rem;}

p{font-size:1.4rem;}
ul, ol{font-size:1.4rem;}

th, td{
	padding:14px 15px;
	font-size:1.4rem;
}
th{width:27%;}

.page_link a{font-size:1.3rem;}

.link_btn a{
	max-width:220px;
	padding:18px 0 20px;
	font-size:1.2rem;
}

}
@media screen and (max-width:950px){
.scroll_table.tab table{min-width:1000px;}
}

@media screen and (max-width:767px){
	.h1_wrap.archive .page_title {
		padding: 46px 51px;
		font-size: 200%;
	}
	.archive .page_title::after {
		font-size: 0.8rem;
	}

.pc_size{display:none !important;}
.sp_size{display:block !important;}

.page_title{
	margin:0 auto;
	font-size:2rem;
	padding: 33px 18px;
}
.content_area{padding: 40px 20px 60px;}

h2{font-size:1.8rem;}
h3{font-size:1.5rem;}
h4{font-size:1.3rem;}

img{margin:auto;}
p,
ul, ol{
	margin-bottom:15px;
	font-size:1.3rem;
}
* + dl{margin-top:10px;}
dl{margin-bottom:15px;}
dl dd:not(:last-child){margin-bottom:10px;}

th{width:100%;}
th, td{
	padding:12px 16px;
	font-size:1.3rem;
}
table:not(.col_table) th, table:not(.col_table) td{
	display:list-item;
	list-style:none;
}

.col_table{table-layout:auto;}

.column_4{grid-template-columns:repeat(auto-fit, 48.181%);}

#pankuzu{display:none;}

.page_link li a{font-size:1.2rem;}

.link_btn a{
	max-width:180px;
	padding:13px 0 15px;
}
.tel{pointer-events:auto;}
.scroll_table.sp table{min-width:800px;}
.wp-pagenavi .current, .wp-pagenavi .page {
    width: 40px;
    height: 40px;
	padding-top: 8px;
}
}

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

.column_2, .column_3, .column_4{grid-template-columns:repeat(auto-fit, 100%);}

}