@charset "utf-8";

/* テスト用 */
.content_area p{
	letter-spacing:1px;
}

body{line-height: 2.2rem;}
.page_title_area{
	text-align: left;
    margin-bottom: 60px;
	background: transparent linear-gradient(90deg, #0C2D4E 0%, #155494 9%, #020910 100%) 0% 0% no-repeat padding-box;
}
.page_title {
	max-width: 1140px;
	padding: 48px 20px 50px;
	margin: auto;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 5.2rem;
	color: #fff;
}

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

h2 {
	position: relative;
	margin: 83px 0 18px;
	padding: 0 0 14px 26px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 4rem;
	border-bottom: 2px solid #C5C7C8;
}
h2::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 6px;
	height: 26px;
	background: #1266BD;
	transform: translateY(-50%);
}
h3{
	margin: 54px 0 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.6rem;
}
h4 {
	position: relative;
	margin: 41px 0 11px;
	padding-left: 23px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.2rem;
}
h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background: #1266BD;
	transform: translateY(-50%);
}
h5 {
	margin: 33px 0 9px;
	font-weight: bold;
	line-height: 2.2rem;
}

p{
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 2.9rem;
}
ul, ol{
	padding-left:18px;
	margin-bottom:20px;
}
ul li{list-style:disc;}
ul li li{list-style:circle;}
ul li li li{list-style:square;}
ol li{list-style:decimal;}
li{margin-bottom:10px;}
table{
	width:100%;
	margin:20px 0;
	border-top:1px solid #ddd;
}
table li{margin-bottom: 5px;}
th, td{
	padding: 15px 14px 14px;
	border-bottom:1px solid #ddd;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
th{
	width: 25%;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
td{position: relative;}
td::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	width: 1px;
	height: calc(100% - 29px);
	background: #ddd;
}
td *:last-child{margin-bottom:0;}
tr:has(td + td):not(:has(th)) td::before{content:none;}
tr:has(td + td):not(:has(th)) td + td::before{content:"";}
.alignleft{margin-right:auto;}
.aligncenter{margin:auto;}
.alignright{margin-left:auto;}

#pankuzu{
	max-width:1140px;
	padding:0 20px;
	margin:auto;
}
#pankuzu ol{
	display:flex;
	justify-content: start;
	padding:0;
	margin: 0 0 12px 0;
	flex-wrap: wrap;
}
#pankuzu li{
	list-style:none;
	margin-right:12px;
	margin-bottom: 0;
	font-size:1.1rem;
}
#pankuzu li:not(:first-child)::before{
	content:'>';
	margin-right:13px;
	color:#333;
}
#pankuzu a{
	color:#333;
}
#pankuzu li:last-child a{
	text-decoration:none;
	pointer-events:none;
}

.page_link{
	padding:0;
	overflow:hidden;
}
.page_link li{
	float:left;
	list-style:none;
	margin: 0 42px 10px 0;
}
.page_link a{
	position:relative;
	padding-left:20px;
	color:#333;
	text-decoration: underline;
	font-size: 1.6rem;
}
.page_link a::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	margin:auto;
}
.page_link a::after{
	top:-2px;
	left:4px;
	width:8px;
	height:8px;
	border-right:2px solid #238CF9;
	border-bottom:2px solid #238CF9;
	transform:rotate(45deg);
}
.link_btn::after {
	top: 2px;
	right: 6px;
}
.column_2, .column_3, .column_4, .gallery{
	display:grid;
	grid-gap:20px;
	margin-bottom:20px;
}
.column_2, .gallery-columns-2{grid-template-columns:repeat(auto-fit, calc((100% - 20px) / 2));}
.column_3, .gallery-columns-3{grid-template-columns:repeat(auto-fit, calc((100% - 40px) / 3));}
.column_4{grid-template-columns:repeat(auto-fit, calc((100% - 60px) / 4));}
.gallery-caption{
	margin:8px 0;
	font-size:1.3rem;
	letter-spacing:0.7px;
	line-height:1.9rem;
}

.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;
}


.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;
}

.localnav{
	background:#E8EBEC;
}
.localnav_in {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	padding: 35px 20px 50px;
	margin: auto;
}
.ln_head_area{margin-right: 30px;}
.ln_head{
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 3.5rem;
	border-bottom: none;
}
.ln_head::before{
	display: none;
}
.ln_btn .link_btn {
	display: inline;
	color: #333 !important;
	font-size: 1.3rem;
	text-decoration: underline;
	border-bottom: none;
	padding: 0;
	letter-spacing: 0.1em;
}
.ln_btn .link_btn:hover {
	text-decoration: none;
}
.ln_btn .link_btn::after,.ln_btn .link_btn::before {
	display: none;
}
.ln_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	max-width: 826px;
	width: 100%;
	align-items: stretch;
	padding: 0;
	margin: 5px 0 0;
}
.ln_item {
	list-style: none;
	margin: 0;
}
.ln_link {
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 60px;
	padding: 7px 40px 5px 20px;
	border-radius: 4px;
	border: 2px solid #fff;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.2rem;
	text-decoration: none;
	background: #fff url(/img/common/arrow_r_blue.svg) no-repeat center right 16px / 7px;
	transition: border-color 0.3s;
}
.ln_link:hover,.ln_item.on .ln_link{border-color: #238CF9;}
/* 下層リンクボタン */	/* 404 */
.guide_btn{
	width: 268px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 20px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.1rem;
	font-weight: 500;
	text-decoration: none;
	background: #fff url(/img/common/arrow_r_blue.svg) no-repeat center right 20px / 7px;
	transition: border-color 0.3s,color 0.3s;
}
.guide_btn:hover{
	border-color: #238CF9;
	color: #238CF9;
}

/* 404 */
.error #pankuzu a,.error #pankuzu li:not(:first-child)::before,.error .page_title{color: #333333;}
.error .page_title{padding:60px 20px 0;}
.error  .content_area{padding-top: 40px;}

/* 問い合わせ */
.contct_no {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}


@media (hover:hover){

#pankuzu a:hover{text-decoration:none;}
.page_link a:hover{text-decoration:underline;}
.link_btn a:hover{background:#666;}

}


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

.page_title{font-size:3rem;}
.content_area{padding-bottom:100px;}
.page_title_area {margin-bottom: 40px;}
h2 {
	font-size: 2.5rem;
	margin: 76px 0 18px;
	padding: 0 0 14px 22px;
}
h3{
	font-size:2.2rem;
	margin: 43px 0 17px;
}
h4{
	font-size:1.8rem;
	margin: 40px 0 10px;
}
h5{font-size:1.5rem;}

p{font-size:1.5rem;}
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;
}
.localnav_in {
	display: block;
}
.ln_head_area {
	margin-right: 0;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 10px;
}
.ln_head {
	font-size: 2.2rem;
	line-height: 3.2rem;
}
.ln_btn {
	margin-bottom: 2px;
}
.ln_list {
	max-width: none;
}
.ln_link {
	padding: 7px 32px 5px 12px;
	font-size: 1.4rem;
	line-height: 2rem;
	background: #fff url(/img/common/arrow_r_blue.svg) no-repeat center right 19px / 7px;
}
#pankuzu ol{
	margin: 0 50px 12px 0;
}
.contact .content_area{
	padding: 0 20px 100px;
}
}

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

.page_title{
	margin: auto;
	font-size: 2.8rem;
	padding: 53px 20px 50px;
}
.content_area{
	padding: 0 20px 80px;
}

h2{
	font-size:2.4rem;
	margin: 59px 0 18px;
}
h3{font-size:2.2rem;}
h4{
	font-size:1.6rem;
	margin: 36px 0 10px;
}

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

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

.col_table{table-layout:auto;}

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

/* #pankuzu{display:none;} */
.page_link {
	margin-top: 34px;
	margin-bottom: 22px;
	display: grid;
}
.page_link li a{font-size:1.4rem;}

.link_btn a{
	max-width:180px;
	padding:13px 0 15px;
}

.tel{pointer-events:auto;}
.scroll_table.sp table{
	min-width:800px;
	table-layout: fixed;
}
.localnav_in {
	padding: 35px 20px 41px;
}
.ln_head_area {
	margin-bottom: 10px;
}
.ln_head {
	font-size: 2rem;
	line-height: 2.9rem;
}
.ln_btn {
	margin-bottom: 2px;
}
.ln_list {
    grid-template-columns: 1fr;
	grid-gap: 6px;
}
.ln_link {
	font-size: 1.3rem;
	line-height: 1.9rem;
}
.ln_item{
	margin-bottom: 0 !important;
}
}

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

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

}