@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          title Font Style
===================================*/

.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/til-site.png);
	background-position:50% 10%;
	background-repeat:no-repeat;
	background-size:100% auto;
	box-shadow: 1px 6px 11px;

}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}

.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
	text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

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

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:120px;
    position: relative;
	width:1100px;
	margin-bottom:80px;
}
.sectionLv01 h3{
	color:black;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:9%;
	color:#088424;
}
.sectionLv01 p{
	text-align:left;
}
/*==================================
          sitemap　start
===================================*/

.sectionLv01 {
  background: #f7f9fb;
  padding: 40px 20px;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
  border: 1px solid #ffff;
  border-radius: 20px;
}


.sitemap-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sitemap-list li {
  margin-bottom: 20px;
}

.sitemap-list a,
.header {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #088424;
  transition: background 0.3s, color 0.3s;
}

.sitemap-list a:hover {
  background: #088424;
  color: #fff;
}

.sitemap-list a:hover .icon {
  filter: brightness(0) invert(1);
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  transition: filter 0.3s;
}

/* サブリスト（施設案内） */
.sub-list {
  list-style: none;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 3px solid #cceaf3;
}

.sub-list li {
  margin: 8px 0;
}

.sub-list li a {
  background: #f7fbfd;
  font-size: 0.95em;
}

.sub-list li a:hover {
  background: #d6f0f8;
  color: #007B8F;
}

.no-link .header {
  cursor: default;
  background: #e0f2f7;
  font-weight: bold;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .sitemap-title {
    font-size: 1.6em;
  }

  .sitemap-list a,
  .header {
    font-size: 0.95em;
    padding: 10px 15px;
  }

  .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

/*==================================
		  Font Style End
===================================*/
/*==================================
          Title-font
===================================*/

.t-title{
	background:#0066FF;
	font-size: 1.5em;/* �t�H���g�T�C�Y */
	font-weight: bold;/* �t�H���g���� */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* �� */
	padding:8px 180px;
	/*mask-image: radial-gradient(circle at 79% 1025%, transparent 87% 68%, black 88%);*/
	box-shadow: 1px 6px 11px;
	

}
.font-big{	
	font-size:50px;
	color:#FFFFFF;
	letter-spacing:20px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* ������ */
	font-weight: bolder;                /* �O���̗]���w�� */
	font-size:22px;
}
