@charset "utf-8";
#strengths .strengths_area li {
	margin-bottom: 8rem;
}
#strengths .strengths_area li:last-child {
	margin-bottom: 0;
}
#strengths .strengths_wrap .image_wrap {
    width: 55%;
}
#strengths .strengths_wrap .image_wrap img {
    width: 100%;
    height: auto;
}
#strengths .strengths_wrap .text_wrap { 
	position: relative;
	width: 45%;
    padding: 80px 100px 60px 60px;
	background: #fff;
	box-sizing: border-box;
}
#strengths .strengths_wrap .text_wrap:before {
    position: absolute;
    content: '';
    display: block;
    bottom: -30px;
    right: -30px;
    width: calc(100% + 40px);
    height: 100%;
    background: rgba(165, 219, 143, 0.5);
    z-index: -10;
}
#strengths .strengths_wrap .text_wrap:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -40px;
	width: 40px;
	height: 100%;
	background: #fff;
}
#strengths .strengths_wrap .text_wrap h2 {
	font-size: 2.25rem;
}
#strengths .strengths_wrap .text_wrap h2 .green {
	color: #299d63;
}
#strengths .strengths_wrap .text_wrap .heading_sub {
	color: #a5db8f;
    font-family: 'Tenor Sans';
    font-size: 1.2rem;
    position: absolute;
    top: 0px;
    left: -40px;
    background: linear-gradient(150deg, rgba(106, 190, 69, 1) 11%, rgba(25, 161, 102, 1) 54%);
    padding: 5px 30px;
	line-height: 1;
	display: flex;
	align-items: center;
    z-index: 10;
}
#strengths .strengths_wrap .text_wrap .heading_sub .num {
    font-size: 2rem;
    display: block;
    margin-left: 10px;
    letter-spacing: 0.2rem;
}

/*========== sitemap ==========*/
#sitemap .regular .inner {
    width: 1000px;
}
#sitemap dl {
    border: solid 3px rgba(17, 58, 83, 0.2);
    margin-bottom: 30px;
}
#sitemap dl dt a {
    text-decoration: none;
    color: #157bbd;
    font-weight: 600;
    display: block;
    padding: 15px 25px;
    background: #f6f9fb;
    font-size: 1.1rem;
	position: relative;
}
#sitemap dl dt a:after {
	position: absolute;
	content: '';
	display: block;
	right: 25px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 3px rgba(17, 58, 83, 0.2);
    border-right: solid 3px rgba(17, 58, 83, 0.2);
    transform: translateY(-50%) rotate(45deg);
}
#sitemap dl dd {
	border-top: dotted 1px #113A6B;
	padding: 20px;
}
#sitemap dl dd ul {
    display: flex;
    gap: 20px;
    background: #fff;
}
#sitemap dl dd ul li {
    width: calc((100% - 40px) / 3);
}
#sitemap dl dd ul li a {
    display: block;
    text-decoration: none;
    color: #113A6B;
    padding: 0 10px 10px;
	border-bottom: solid 1px rgba(17, 58, 83, 0.2);
    position: relative;
}
#sitemap dl dd ul li a:after {
	position: absolute;
	content: '';
	display: block;
	right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: solid 2px rgba(17, 58, 83, 0.2);
    border-right: solid 2px rgba(17, 58, 83, 0.2);
    transform: translateY(-65%) rotate(45deg);
}
/*========== login ==========*/
.login_inner {
    width: 700px;
    margin: 0 auto;
    background: #f3f6f8;
    padding: 30px;
}
.login_inner input {
    width: 100%;
    line-height: 2;
}
.login_area .btn a {
    background: #1b88cd url("../images/icon/icon_arrow_w.svg") no-repeat right 10px center / 15px auto;
    color: #fff;
	font-size: 1rem;
}
.btn_area {
    width: 1000px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
}
.btn_area li {
    width: calc((100% - 60px) / 3);
}
.btn_area li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #113a53 url("../images/icon/icon_member.svg") no-repeat left 20px center;
	background-size: 35px auto;
    padding: 20px 0 20px 20px;
    border-radius: 10px;
    text-align: center;
	font-weight: 600;
    box-sizing: border-box;
}
.btn_area li.museum a {
    background: #2988c5 url("../images/icon/icon_museum.svg") no-repeat left 20px center;
	background-size: 35px auto;
}
.btn_area li.ticket a {
	color: #fff;
    background: #29b3c5 url("../images/icon/icon_ticket_g.svg") no-repeat left 20px center;
	background-size: 35px auto;
}
/*
==========================
SP
==========================
*/
@media  print, screen and (max-width: 767px) {
	#strengths .strengths_area li {
		margin-bottom: 5rem;
	}
	#strengths .strengths_wrap .image_wrap,
	#strengths .strengths_wrap .text_wrap {
	    width: 100%;
	}
	#strengths .strengths_wrap .text_wrap {
	    padding: 25px 20px 20px;
	}
	#strengths .strengths_wrap .text_wrap:before,
	#strengths .strengths_wrap .text_wrap:after {
	    display: none;
	}
	#strengths .strengths_wrap .text_wrap .heading_sub {
	    font-size: 0.9rem;
	    top: -25px;
	    left: 0;
	}
	#strengths .strengths_wrap .text_wrap .heading_sub .num {
	    font-size: 1.5rem;
	}
	#strengths .strengths_wrap .text_wrap h2 {
	    font-size: 1.3rem;
	    text-align: center;
	}
	
	/*========== sitemap ==========*/
	#sitemap .regular .inner {
	    width: 90%;
	}
	#sitemap dl {
	    border-width: 2px;
	    margin-bottom: 15px;
	}
	#sitemap dl dt a {
	    padding: 8px 15px;
	    font-size: 1rem;
	}
	#sitemap dl dt a:after {
	    right: 15px;
	    width: 10px;
	    height: 10px;
	    border-width: 2px;
	}
	#sitemap dl dd {
	    padding: 10px;
	}
	#sitemap dl dd ul {
	    flex-direction: column;
	    gap: 10px;
	}
	#sitemap dl dd ul li {
	    width: 100%;
	}
	#sitemap dl dd ul li a {
	    padding: 0 0 10px 5px;
	}
	#sitemap dl dd ul li a::after {
	    right: 5px;
	}
	.login_inner {
	    width: 100%;
	    padding: 20px;
	}
	.btn_area {
	    width: 100%;
	    flex-wrap: wrap;
	    gap: 10px;
	}
	.btn_area li {
	    width: 100%;
	}
}
/*========== search_method ==========*/
.search_method li {
    margin-bottom: 30px;
}
.search_method li:last-child {
    margin-bottom: 0;
}
.search_method li h4 {
	position: relative;
    padding-left: 60px;
    font-size: 1.3rem;
    font-weight: 600;
}
.search_method li h4:before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: solid 2px red;
	color: red;
	font-size: 1.2rem;
	border-radius: 50%;
}
.search_method li:first-child h4 {
	background: url("../images/icon/cate_search_h4.svg") no-repeat left 35px center;
	background-size: 20px auto;
}.search_method li:first-child h4:before {
	content: '1';
}
.search_method li:nth-child(2) h4 {
	background: url("../images/icon/cate_faci_h4.svg") no-repeat left 35px center;
	background-size: auto 20px;
}.search_method li:nth-child(2) h4:before {
	content: '2';
}
.search_method li:nth-child(3) h4 {
	background: url("../images/icon/cate_item_h4.svg") no-repeat left 35px center;
	background-size: 20px auto;
}.search_method li:nth-child(3) h4:before {
	content: '3';
}
.text_wrap .search_method img {
	width: 100%;
	height: auto;
}
img.line_border {
    border: solid 3px #ddd;
    border-radius: 10px;
    padding: 3px;
    box-sizing: border-box;
}
@media  print, screen and (max-width: 767px) {
	.search_method li h4 {
	    font-size: 1rem;
	    margin-bottom: 10px;
		padding-left: 27px;
	}
	.search_method li h4:before {
		display: none;
	}
	.search_method li:first-child h4,
	.search_method li:nth-child(2) h4,
	.search_method li:nth-child(3) h4{
	    background-position: left 0 center;
	}
}
.area01 .address {
	margin-bottom: 0;
}
.area01 .tel_wrap a {
    text-decoration: none;
    color: #2988c5;
    font-size: 2.2rem;
    font-family: 'Outfit';
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding-left: 55px;
    background: url(../images/icon/icon_tel_bl.svg) no-repeat left center / auto 100%;
}
.area01 .tel_wrap p {
    padding-left: 55px;
    margin-bottom: 0;
    color: #2988c5;
}
.btn.contact {
    width: 350px;
    margin: 0 auto 30px;
}
.btn.contact a {
    font-size: 1.2rem;
    border-radius: 50px;
    background: url(../images/icon/icon_arrow.svg) no-repeat right 15px center, url("../images/icon/icon_mail_bl.svg") no-repeat left 15px center;
	background-color: #fff;
}
@media  print, screen and (max-width: 767px) {
	.area01 .address {
	    margin-bottom: 15px;
	}
	.btn.contact {
	    margin-bottom: 15px;
	    width: 100%;
	}
	.btn.contact a {
		background-position: right 15px center,left 11px center;
	}
}