@charset "utf-8";

/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Menu Main SP
 * 		2.1 - Button To Open Menu SmartPhone 
  *       2.1.1 - Button To Open Menu SmartPhone  768px;
 * 3.0 - Slider
 *    3.0.1 - Slider 768px;
 * 		3.1 - Text In Slider
 *      3.1.1 - Text In Slider 980px
 *      3.1.2 - Text In Slider 768px
 *      3.1.3 - Text In Slider 640
 *      3.1.4 - Text In Slider Button Contact
 *      3.1.5 - Text In Slider Button Contact 480px
 * 4.0 - Logo
 *		 4.0.1 - Logo 768px
 * 5.0 - Menu Main PC
 * 		5.0.1 - Menu Main PC In 768px 
 * 6.0 - Footer Have Logo And Scrolltop
 * 		6.0.1 - Footer Have Logo And Scrolltop 768px
 * 7.0 - Info Footer
  * 	7.0.1 - Info Footer 768px
 * 8.0 - Title-Big-Style1
 *   8.0.1 - Title-Big-Style1 480px
   * 	8.1 - Title-Big-Style2
   *   8.1.1 - Title-Big-Style2 480px
   * 8.3 - Title-Style4
 * 9.0 - Layout For Child Page
 * 10.0 - Content
 * 11.0 - News 768px
 *     11.0.1 - News 768px
 * 12.0 - Map
 *     12.0.1 - Map 768px	
 * 13.0 - Table Style1
  *		 13.1 - Table Style2
  *		 13.2 - Table Style3
  * 14.0 - List Style 1 
  * 	14.1 - List Style 2
  *		14.2 - List Style 3 
  * 15.0 - Gallery Image Style2
  * 	15.0.1 - Gallery Image Style2 768px
 */
 
/**
  * 1.0 - General
 */
body {
	width: 100%;
	margin: 0;
	padding:0;
	float: left;
	font-size: 62.5%;
	color: #333;
	font-family: 'Meiryo', sans-serif;
	font-family: 'Noto Serif JP', serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}



#wrap-container{
	width: 100%;
	height:auto;
	float: left;
}

#bg-header, #bg-content, #bg-footer {
	width: 100%;
	height:auto;
	float: left;
}

#bg-footer{
margin-top:50px;	
}

#header, #content, #footer {
	width: 100%;
	height:auto;
	float: left;
}
#content { 
    min-height: calc(100vh - 22vh - 295px); 
}
.rows {
	width: 100%;
	height:auto;
	float: left;
}
.rows-mini {
	width: 100%;
	height:auto;
	max-width: 980px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.rows2 {
	width: 100%;
	float: left;
	position: relative;
}

/**
  * 2.0 - Menu Main SP
 */
#box-mn-sp {
	width: 70%;
	float: right;
	display: none;
	right: 0;
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	background: #eee;
	padding-top: 4px;
	top: 0;
	box-sizing: border-box;
	z-index:10000000;
}

.menu-sp ul li{
width:100%;
height:auto;
padding:15px 10px;
border-bottom: 1px solid #000;
box-sizing:border-box;
padding-left:15px;
}

.menu-sp ul li a{
display:block;
text-decoration:none;
color:#000;	
font-weight: bold;
font-size:1.5em;
}
.menu-sp ul li a.active {
    color: #fff!important;
    color: #5598d2!important;
    background: unset;
}

.close-menu-sp{
width:100%;
height:auto;
padding:10px 5px;
border-bottom: 1px solid #000;
box-sizing:border-box;
overflow:hidden;
cursor:pointer;
}

.close-menu-sp a{
text-decoration:none;
color:#000;	
font-size:1.7em;
/*font-family: 'Roboto', sans-serif;*/
}


.emergency-r1{
	color: #000000;
	font-size:1.5em;
	margin-bottom: 10px;
}
.emergency-info {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}

.ico-sp {
	float: right;
	margin-top:-5px;
}

  /*btn menu sp, hide in screen 768px */
  
 /**
  * 2.1 - Button To Open Menu SmartPhone 
 */ 
  .btn-mn {
	display: none!important;
	z-index:1000;

  }
  
  
  
 /**
  * 3.0 - Slider
 */ 
 .bg-slide {
	width: 100%;
	float: left;
	height: auto;
	max-height:550px;
	position: relative;
	overflow: hidden;
} 

.box-slide {
	width: 100%;
	float: left;
	position: absolute;
	z-index:999;
}

.bxslider img {
	min-width: inherit!important;
	width: 100%;
}


.bbbg-menu {
	width: 100%;
	float: left;
	position: relative;
}
  
  
.bg-menu {
    width: 100%;
    float: left;
    position: absolute;
    padding: 5px 0px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 5px 20px #00000030;
}

/**
  * 3.1 - Text In Slider
 */ 
.bg-txt-slide {
	width: 100%;
	float: left;
}

.txt-slide1 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 4.5em;
	color: #00000;
	padding-top: 250px;
	    letter-spacing: 5px;
	box-sizing: border-box;
	text-align: center;
	font-weight:bold;
	line-height:140%;
}
.txt-slide2 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 2em;
	color: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	margin-top:10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	line-height:140%;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
    
/*	color: #333;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;*/
}
.txt-slide3 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
/*	height: 50px;*/
	line-height: 50px;
	font-size: 1.8em;
	color: #6DDBE8;
	border: 1px solid #6DDBE8;
	box-sizing: border-box;
	background:#fff;
/*	margin-top:150px;*/
	    text-align: center;
}

.txt-slide4 {
	margin-top:150px;
}

.txt-slide3-anchor-sp{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 1.5em;
border: solid 1px #8BE3ED;
	color: #8BE3ED;
	box-sizing: border-box;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}

.bg-txt-slide a {
	text-decoration: none;
}

/**
 *      3.1.4 - Text In Slider Button Contact
 */ 
 
.bg-txt-slide-anchor-sp{
display:none;	 
}



/**
  * 4.0 - Logo
 */ 
.logo-menu {
	width: 100%;
	/*max-width: 1140px;*/
	max-width: 1320px;
	margin: 0 auto;
	box-sizing:border-box;
}

.logo {
	/*width: 35%;*/
	width: 20%;
	float: left;
	box-sizing:border-box;
	padding-left:10px;
}

.logo h1 {
    color: #000;
/*   font-size: 9px;*/
   text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279416px 0px;
}


.logo img {
/*width:100%;*/
width: 70%;
margin: 5px 0;
height:auto;
max-height: 70px;
object-fit: contain;
/*    background: rgba(255, 255, 255, 0.5);*/
}


/**
  * 5.0 - Menu Main PC
 */ 

.menu {
	/*width: 65%;*/
	width: 78%;
	float: left;
	box-sizing:border-box;
	/*padding-left:20%;*/
	/*padding-left:15%;*/
	padding-top: 10px;
	padding-left: 0;
	text-align: right;
}

a.menu-item {
	display:inline-block;
	/*float: left;*/
	margin-right: 30px;
 /*   text-shadow: 1px 1px 1px #666;
        text-shadow: 1px 1px 1px #ffffff;*/
    font-weight: bold;
/*     color: #333; */
    margin-right: 20px;
	font-size: 1.4em;
	color: #000;
	text-decoration: none;
	min-height:15px;
    margin-top:5px;
    padding: 8px 10px;
/*      background: #fff; */
    float: unset;
}

a.menu-item-mgr-0 {
	margin-right: 0% !important;
}

a.menu-item:hover {
/*    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff;*/
    color: #5598d2;
/*     background: #5598d2; */
/*        text-shadow: 1px 1px 1px #fff;*/
}

a.active {
	   /* color: #00BF69!important;*/
	color:#5598d2!important;
/*    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff;*/
/*    font-weight: bold;*/
/*     background: #5598d2; */
    border: none;
/*        text-shadow: 1px 1px 1px #fff;*/
}

 
 /**
  * 6.0 - Footer Have Logo And Scrolltop
 */ 
.footer-part1{
	 background: #5598d2;
	padding:20px 0 20px 0;
	overflow:hidden;
} 

.logo-footer{
	width:50%;
	float:right;	
}

.scroll-top{
	width:50%;
	float:right;
	text-align:right;
	padding-top: 20px;	
}

.scroll-top a img {
    filter: invert(1);
}
 
 /**
  * 7.0 - Info Footer
 */ 
 .footer-part2{
	 width:100%;
	 height:auto;
	 background-color:#00CC73;
	 background: #5598d2;
	 padding:20px 0px;
	 overflow:hidden;
	 	}

.footer-info{
	width:50%;
	height:auto;	
	float:left;
}

.footer-info ul li{
	color:#fff;
	line-height:160%;
	font-size:1.3em;
	margin-bottom:10px;
}

.footer-link-copyright{
	width:50%;
	height:auto;
	float:left;	
}

.number-tel, .number-mail{
	color:#fff;
	text-decoration:none;
}

.number-tel:hover, .number-mail:hover{
	text-decoration:underline;
}

.fa{
    color: #D1EBFF;
    color: #fff;	
}


.link-icon{
text-align:right;	
}

.link-icon a{
margin-left:5px;
}

.copyright{
text-align:right;	
color:#fff;
font-size:1.1em;
line-height:180%;
padding-top:40px;
}


 /**
  * 8.0 - Title-Big-Style1
 */ 
 
.title-style1{
  	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
	margin-bottom:20px;
}

.wrap-title-style1{
width:100%;
height:auto;
max-width:800px;
margin:0 auto;	
text-align:center;
}

.wrap-title-style1 .big-title{
text-align:center;
display:inline-block;	
font-size:4.0em;
line-height:120%;
border-bottom:solid 1px #888888;
padding-bottom:20px;
}

.wrap-title-style1 .small-title{
text-align:center;	
display:inline-block;	
color:#333333;
font-size:1.4em;
background-color:#FFF;
padding:3px 10px;
box-sizing:border-box;
position:relative;
top:-12px;
}


/**
  * 8.1 - Title-Big-Style2
 */ 
.title-style2{
width:100%;
height:auto;
float:left;	
}

.big-title-style2{
width:100%;
max-width:600px;
text-align:center;
height:auto;
margin:0 auto;	
margin-top:40px;
margin-bottom:30px;
}

.big-title-style2 h2{
	font-size:4.0em;
	color:#333333;
	line-height:120%;
}

.small-title-style2{
	color:#333333;
	font-size:1.4em;
	line-height:140%;
	display:inline-block;
	margin-top:-20px;
}


/**
  * 8.2 - Title-Style3
 */
.title-style3{
width:100%;
height:auto;
float: left;
border-bottom:solid 2px #5598d2;
/*padding-bottom:3px;*/
margin-bottom:15px;
}

.title-style3 h3, .title-style3 h2{
font-size:2.4em;
color:#333333;
line-height:140%;
font-weight:bold;
	padding-bottom:  10px;
}


.title-child1{
width:100%;
height:auto;
font-size:	18px;
color:#00BF69;
line-height:160%;
font-weight:bold;
box-sizing:border-box;
}

.title-child2{
width:100%;
height:auto;
font-size:	1.1em;
color:#333333;
line-height:160%;
font-weight:bold;
box-sizing:border-box;
}


/**
  * 8.4- Title-Style4
 */
 
.title-style4{
	width:100%;
	height:auto;
/*	background-color:#EAE9E6;*/
    text-align: left;
    padding: 15px 10px 5px 0;
    box-sizing: border-box;
    float: left;
} 

.title-style4 h4{
	font-size:1.6em;
	font-weight:bold;
} 





/**
  * 10.0 - Content
 */
.cnt-child1{
width:96%;
height:auto;
font-size:1.3em;
color:	#535353;
box-sizing:border-box;
line-height:155%;
}

.cnt{
width:100%;
text-align: left;
height:auto;
font-size:1.5em;
color:	#333;
box-sizing:border-box;
line-height:155%;
line-height:170%;
    float: left;
}
.cnt2{
    text-align: left;
        font-size: 16px;
}



 /**
  * 9.0 - Layout For Child Page
 */ 
 
 .bg-slide-child-page{
	width: 100%;
	float: left;
	height: auto;
	max-height:300px;
	position: relative;
	overflow: hidden;
}

.box-slide-child-page {
	width: 100%;
	float: left;
	position: absolute;
	z-index:999;
}

.box-slide-child-page img {
	min-width: inherit!important;
	/*width: 100%;*/
	width: 70%;
}


.bg-row-blue{
	background: #EFEFEF;
}

.bg-text-blue{
 background-color:#B6EAD3!important;
}


.mark-text{
font-size:	1.5em;
font-weight:bold;
line-height:160%;
}

/**
  * 11.0 - News
 */ 
.news{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
}

.news .date{
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #3598DB;
}




.box-newss {
	     width: 100%;
    float: left;
    overflow-y: scroll;
    box-sizing: border-box;
    background: #fff;
	height: 275px;
}

ul.news2 {
 width:100%;
 float:left;
 }

ul.news2 li {
  
  box-sizing:border-box;
  width:100%;
  float:left;
  min-height:26px;
  color:#535353;
  font-size:1.3em;
 }

.date0{
width: 20%;
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #3598DB;
float: left;
padding-left: 1%;
}

.newsmain{
width: 75%;
float: left;
padding-left: 2%;
}

.txt2 {
	display:inline-block;
	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	float:left;
	box-sizing:border-box;
	line-height:160%;
	background:transparent!important;
	}

.news2 {
      box-sizing: border-box;
    width: 100%;
    float: left;
    min-height: 26px;
    color: #535353;
    font-size: 1.3em;
    padding: 0 2%;
 }
.news2 a { 
    color: #000; 
    text-decoration: unset; 
    font-size: 16px; 
    border-bottom: 1px dotted #AAA; 
    display: block; 
    padding: 10px 0; 
}
.news2 a .news-date { 
    font-weight: bold; 
    font-size: 1.2em; 
}
.news2 a:hover {
        opacity: 0.7;
}
.newstxt {
	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	float:left;
	box-sizing:border-box;
	line-height:160%;
	background:transparent!important;
	}
	


span.txt2 span {
	background:transparent!important;
}


/**
  * 12.0 - Map
 */ 
.maps{
	width:48%;
	height:auto;
	float:left;
}

.map-iframe{
	width:100%;
	height:auto;
}

.map-iframe iframe{
	width:100%;
	height:270px;
	border:0;
}

/**
  * 13.0 - Table Style1
 */ 
.table-style1{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}

.table-style1 tr td{
	width:25%;
	padding:10px;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
}

.table-style1 tr.tb-row1 td{
	background-color:#3498DB;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}

/**
  * 13.0.1 - Table Style1-1
 */ 

.table-style1-1{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}

.table-style1-1 tr td{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
}

.table-style1-1 tr.tb-row1 td{
	background-color:#3498DB;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}


/**
  * 13.1 - Table Style2
 */ 
.table-style2{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}

.table-style2 tr td{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
}

.table-style2 tr.tb-row1 td{
	background-color:#3498DB;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}

/**
  * 13.2 - Table Style3
 */ 
.table-style3{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
}

.table-style3 tr td{
	width:50%;
	padding:5px;
	box-sizing:border-box;
	border-right:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
	font-weight:bold;
	font-size:1.2em;
}

.table-style3 tr.tb-row1 td{
border-top:solid 2px #3498DB;
padding-top:20px;
}

.table-style3 tr:last-child td{
padding-bottom:20px;
}

/**
  * 14.0 - List Style 1
 */ 
.list-style1{
 width:100%;
 height:auto;
 overflow:hidden;
 padding-top:5px;
 padding-left:40px;
 box-sizing:border-box;
}

.list-style1 li{
width:100%;
height:auto;
background:url(../../common/img/dot.png) left 5px no-repeat;
padding-left:15px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
}

/**
   * 14.1 - List Style 2
 */
.list-style2{
  width:100%;
 height:auto;
 overflow:hidden;
 padding-top:5px;
 padding-left:50px;
 box-sizing:border-box;
}

.list-style2 li{
width:100%;
height:auto;
padding-left:0px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
list-style:decimal;
}


/**
  * 14.2 - List Style 3
 */ 
.list-style3{
 width:100%;
 height:auto;
 overflow:hidden;
 box-sizing:border-box;
}

.list-style3 li{
width:100%;
height:auto;
background:url(../../common/img/dot2.png) left 6px no-repeat;
padding-left:15px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
}


/**
 * 15.0 - Gallery Image Style2
 */ 
 
 .gallery-img-style2{
width:100%;
height:auto;
float:left;	
}

.gallery-img-style2 .gl-one-element{
width:31%;
height:auto;
float:left;	
margin-right:3%;
box-sizing:border-box;
}

.gallery-img-style2 .gl-frame-img{
	width:100%;
	height:auto;
	float:left;
}

.gallery-img-style2 .gl-frame-img img{
	width:100%;
	max-width:300px!important;
	margin:0 auto;
	height:auto;
}
.show-sp2 {
    display: none;
}
.show-sp3 {
    display: none;
}

/**********************************************************************************************************************************************************/
@media screen and (min-width:1700px) {
 .bg-slide {
	max-height: 850px;
}
.txt-slide1{
    padding-top: 280px;
}
.txt-slide4{
    margin-top: 10%;
}
.bg-slide-child-page {
	max-height:700px;
}
.bxchild{
max-height:600px;
}
}	
@media screen and (min-width: 1500px) and (max-width: 1699px) {
 .bg-slide {
	max-height: 750px;
}
.txt-slide1{
    padding-top: 300px;
}
.txt-slide4{
    margin-top: 200px;
}
.bg-slide-child-page {
	max-height:600px;
}
.bxchild{
max-height:550px;
}
}	
@media screen and (min-width: 1250px) and (max-width: 1499px) {
 .bg-slide {
	max-height: 650px;
}
.bg-slide-child-page {
	max-height: 550px;
}
}

		
@media screen and (max-width:1200px) {
.txt-slide1{
padding-top: 200px;
}
.txt-slide4 {
	margin-top:60px;
}
	.menu{
		padding-left: 15%;
		padding-top: 7px;
		padding: 7px 0 12px;
	}
	a.menu-item {
	    margin-right: 5px;
	    font-size: 1.4vw;
	}
}
		
@media screen and (max-width:980px) {

/**
  * 3.1.1 - Text In Slider 980px
 */ 
.bg-txt-slide {
	width: 100%;
	float: left;
}
.txt-slide1 {
	padding-top: 160px;
}
.logo img {
    max-height: unset;
    /*height: 94px;*/
    height: auto;
    margin: 10px 0;
}


}  

  
@media screen and (max-width:768px) {
	
	
body {
	padding-left:3px;
	padding-right:3px;
	box-sizing:border-box;
}	

	

/**
 * 2.1.1 - Button To Open Menu SmartPhone  768px;
 */ 
 .nontop.btn-mn a {
    font-size: 25px;
    line-height: 10px;
    text-decoration: none;
}

 .nontop.btn-mn i {
    color: #5598d2;
}

.btn-mn {
	width:auto;
	height:auto;
	display: inline-block!important;
	position: absolute;
    right:10px;
	top:10px;
	cursor:pointer;
	padding: 5px 0;
}

.btn-mn img {
	max-width: 80px;
	margin-top: 8px;
}

.btn-mn.bambam.nontop img {
    max-width: 80px;
    margin-top: 4px;
}

/**
  * 5.0.1 - Menu Main PC In 768px 
 */ 

.menu {
	display:none;
}


/**
  * 4.0.1 - Logo 768px
 */ 

.bg-menu{
/*  margin-top:35px; */
/*  border:0; */
	z-index:0;
}

.logo {
	width: 100%;
	padding-left:0px;
	text-align:left;
}

.logo img { 
    width: 90%; 
    height: auto; 
    max-width: 500px; 
    max-height: 50px; 
    object-position: left center; 
    margin: 5px 0 5px 10px; 
}


 /**
  * 3.0.1 - Slider 768px;
 */ 



/**
  * 3.1.2 - Text In Slider 768px
 */ 

.txt-slide1 {
	    font-size: 3.5em;
    padding-top: 140px;
}
.txt-slide2 {
	font-size: 1.7em;
	color: #FFFFFF;
	margin-top:10px;
}
.txt-slide4 {
	width: 100%;
	margin-top:30px;
}
.cnt2{

}
 /**
  * 6.0.1 - Footer Have Logo And Scrolltop 768px
 */ 
 
 .scroll-top{
width:100%;
height:auto;	 
text-align:center;
margin-bottom:20px;
}

.logo-footer{
width:100%;
height:auto;
text-align:center;	
}

.logo-footer img{
width:100%;
max-width:300px;
padding-left:5px;
padding-right:5px;
box-sizing:border-box;
height:auto;
text-align:center;	
}


/**
  * 7.0.1 - Info Footer 768px
 */ 
.footer-info{
	width:100%;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.footer-link-copyright{
width:100%;
height:auto;	
padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.link-icon{
text-align:center;	
padding-top:20px;
}

.copyright{
text-align:center;	
}


/**
  * 11.0.1 - News 768px
 */ 
 
.news{
	width:100%;
	margin-right:0%;
	float:none;
}

.news .date{
display:inline-block;
width:100%;
margin-bottom:5px;

}

.date0{
width: 20%;
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #3598DB;
font-size: 0.8em;
float: left;
padding-left: 1%;
}

.newsmain{
width: 70%;
float: left;
padding-left: 5%;
font-size: 1.0em;
}


/**
  * 12.0.1 - Map
 */ 
.maps{
	width:100%;
	height:auto;
	float:none;
}

/**
 * 15.0.1 - Gallery Image Style2 768px
 */ 
 
 .gallery-img-style2 .gl-one-element{
	 width:100%;	
	 margin-bottom:0px;
	}
	
.gallery-img-style2 .gl-frame-img{
margin-bottom:25px;	
}	

	.btn-mn {
   		padding: 8px 0;
		text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
	}

	.fs-email {
	    margin-right: 15px;
	    font-size: 25px;
	}

	a.fs-email {
	    text-decoration: none;
	}

	.fs-tel {
	    font-size: 25px;
	    margin-right: 15px;
	}

	a.fs-tel {
	    text-decoration: none;
	}

	 .btn-mn i {
    	color: #5598d2;
	}

}

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

.txt-slide1 {
	font-size: 2.7em;
	padding-top: 130px;
}
.txt-slide2 {
	display: none;
}
.logo img{
	max-width: 400px;
}
.wrap-title-style1 .big-title{
    font-size: 3em;
}

.fs-tel{
	font-size: 14px;
	margin-right: 10px;
}

.fs-email {
	margin-right: 10px;
	font-size: 14px;
}
.btn-mn {
   	padding: 0px;
   	padding-top: 5px;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.btn-mn img {
    margin-top: unset; 
}

}


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

/**
  * 3.1.3 - Text In Slider 640
 */ 

.txt-slide1 {
	font-size: 2.5em;
	padding-top: 80px;
}
.txt-slide2 {
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top:10px;
}

.txt-slide3 {
	width: 100%;
	max-width:260px;
	font-size: 1.5em;
	color: #FFFFFF;
border: solid 1px #FFFFFF;
	background:url(../img/arrow-btn-top.png) 240px center  no-repeat;
	padding-left:10px;
	margin-top:10px;
}


.wrap-title-style1{
max-width:300px;	
}

.show-sp2 {
        display: inline-block;
}

}

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

/**
  * 3.1.3 - Text In Slider 640
 */ 
 
 .txt-slide1 {
    font-size: 30px;
    padding-top: 75px;
    letter-spacing: 0;
}

.txt-slide2 {
	font-size: 1em;	
}

.txt-slide3 {
	display:none;
}

/**
  *      3.1.5 - Text In Slider Button Contact 480px
 */ 
 
.txt-slide3-anchor-sp{
display:block;	 
}
 
.bg-txt-slide-anchor-sp{
display:block;	 
}

/**
  * 8.1.1 - Title-Big-Style2 480px
 */ 

.big-title-style2{
max-width:290px;
padding:0px 5px;
box-sizing:border-box;
}

.big-title-style2 h2{
	/*font-family: 'Roboto', sans-serif;*/
	font-size:3.0em;
}

.small-title-style2{
	font-size:1.4em;
}

/**
* 8.0.1 - Title-Big-Style1 480px
*/
.wrap-title-style1{
max-width:300px;	
}
.logo img{
max-width: 250px;
    margin-top: 10px;
}
.title-style3 h3, .title-style3 h2{
    text-align: left;
}

.show-sp3 {
        display: inline-block;
}
.show-sp4 {
        display: none;
}
.btn-mn a {
    font-size: 20px;
    line-height: 10px;
    text-decoration: none;
}
}



@media screen and (max-width:320px) {
	.btn-mn a {
	    font-size: 13px;
	    line-height: 15px;
	}
}

.emergency-info {
	border: 1px solid #333;
	padding: 30px;
}

.overview-list ul li {
	list-style: disc inside;
}

.overview-tbl tr td:first-child {
	width: 10%;
}

.overview-tbl tr td {
    border: 1px solid #333;
    padding: 10px;
}

.mgl-ov-tbl {
	margin-left: 15px;
}

.ti-ov-tbl {
	text-indent: -8px;
}

.logo-footer img {
	width: 35%;
	filter: invert(1);
}

.c3-blog-main {
    display: flex;
    clear: both;
}
.post {
    flex: 100%;
    max-width: 70%;
}

.item-blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-blog-single {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-title {
    margin: 10px 0;
    font-weight: bold;
    display: block;
	color: #000;
    font-size: 20px;
	line-height: 1.8;
}

.item-cover {
    padding: 15px;
    width: calc(30% - 30px);
}

.item-cover-single {
    padding: 15px 0;
}

.item-cover-single img{
	width: 100%;
}

.item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-info {
    width: 70%;
}

.item-info-single {
    position: relative;
    padding: 5px 10px 15px 0;
    line-height: 1.8em;
}

.item-date {
    font-size: 12px;
}

.item-info p {
    font-size: 14px;
}

.item-info-single p {
    font-size: 14px;
}

.item-info > a {
	display: inline-block;
}

.item-info-single > a {
	display: inline-block;
}

.pnsidebar {
    flex: 100%;
    max-width: calc(30% - 20px);
    margin: 0 0 0 20px;
}

.pnmainsidebar .wp-block-group {
    background-color: #efefef;
    padding: 20px;
    margin: 0 0 20px;
}

.pnmainsidebar .wp-block-group {
    background-color: #efefef;
    padding: 20px;
    margin: 0 0 20px;
}
.pnmainsidebar .wp-block-calendar tbody td {
    background-color: #FFF;
}

.pntitlesidebar {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    padding-bottom: 20px;
}

.pnmainsidebar ul li {
    list-style: none;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.pnmainsidebar ul a {
    text-decoration: none;
    color: inherit;
}

.pnmainsidebar .wp-block-calendar table {
    font-size: 14px;
}

.pnmainsidebar nav.wp-calendar-nav {
    display: none;
}

nav {
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 5px 3px -3px rgb(0 0 0 / 20%) inset;
}

.privacy-policy-box {
    height: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 30px 0;
    overflow: auto;
}
.privacy-policy-box h3, .privacy-policy-box h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.priv-pol-chkbox {
    text-align: center;
    margin: 0 0 20px;
}

.priv-pol-chkbox input {
    width: 20px;
    height: 20px;
    margin: 0 10px 5px 0;
}

.contact-desc {
	clear: both;
	padding: 10px 0 0;
}

.item-info a {
    color: #8BE3ED;
    text-decoration: none;
}

.item-info a:hover{
    opacity: 0.7;
}

.gl-btn a {
    display: inline-block;
    padding: 2px 2px 3px 6px;
    font-size: 14px;
    background-color: #5598d2; 
    color: #FFF;
    text-decoration: unset;
    letter-spacing: 2px;
}
.gl-btn a span {
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0 5px;
}

.duties-link {
	color: #5598d2;
	text-decoration: none; 
}

.fc-themes {
	color: #5598d2;
}

.cb-lbl-click > p {
	display: inline-block;
	cursor: default;
}
.cb-midsize input{
	width: 18px;
	height: 18px;
	margin: 0 5px 3px 0;
}

.footer-info ul li i {
    width: 15px;
    text-align: center;
}

.apparel-btn { 
    text-decoration: unset; 
    display: inline-block; 
    background-color: #5598d2; 
    color: #FFF; 
    padding: 2px 10px; 
    border-radius: 10px; 
    font-weight: normal; 
    font-size: 16px; 
    vertical-align: 3px; 
    margin: 0 0 0 10px; 
}

.apparel-btn:hover {
    opacity: 0.8;
}

.emergency-list {
/* 	list-style-position: inside !important; */
	padding-left: 22px !important;
}

/* .emergency-list li {
    list-style-position: inside !important;
} */

.cnt-direct-btn { 
    display: inline-block; 
    background-color: #5598d2; 
    color: #FFF; 
    padding: 5px 10px; 
    border-radius: 10px; 
    font-size: 16px; 
    text-decoration: unset; 
}

.item-info-single p { 
    line-height: 1.8; 
    margin: 0 0 10px; 
}

.ico-sp img { 
    width: 30px; 
    height: auto; 
}

.fs-spmenubtn {
    font-size: 20px;
    color: #5598d2;
}

.fs-spmenubtn i {
    color: #5598d2;
}

.title-overview {
    text-align: center;
    font-size: 20px;
    padding: 20px 0 35px;
    clear: both;
}

.title-overview h2 {
    font-size: 32px;
    margin: 0px 0 15px;
}

.title-overview h2 span {
    color: #5598d2;
}

.wrap-pagi {
    font-size: 16px;
    text-align: center;
}

htm

@media only screen and (max-width: 991px) {
	.emergency-info {
	    padding: 30px;
	}
	.wrap-title-style1 .big-title {
	    padding-bottom: 20px;
	}
	
	#content { 
		min-height: calc(100vh - 20vh - 250px); 
	}
}

@media screen and (max-width: 767px) {
	.bg-menu {
	    width: 35%!important;
	}
	.txt-slide1 {
	    padding-top: 140px;
	}
	.c3-blog-main {
	    flex-wrap: wrap;
	}
	.post {
	    max-width: 100%;
	}
	.pnsidebar {
	    max-width: 100%;
	    margin: 0;
	}
	.item-cover {
	    width: 100%;
	}
	.item-cover-single {
	    width: 100%;
	}
	.item-cover-single img{
	    width: 100%;
	}
	.item-info {
	    width: 100%;
	    padding: 0px 15px 15px;
	}
	.overview-tbl, .overview-tbl tbody {
	    display: block;
	    width: 100%;
	}

	.overview-tbl tbody tr {
	    display: block;
	    width: 100%;
	    margin: 0 0 10px;
	}
	.overview-tbl tr td {
	    display: block;
	    width: calc(100% - 20px);
	}
	.overview-tbl tr td:first-child {
	    display: block;
	    width: calc(100% - 20px);
	    background-color: #EEE;
	}
	.bx-wrapper .bx-viewport {
	    height: 170px !important;
	}
	.bx-top-pg .bx-wrapper .bx-viewport {
	    height: 340px !important;
	    margin: 0 0 40px;
	}
	.bxslider {
    	height: 100%;
	}
	.bxslider li {
	    height: 100%;
	}
	.bxslider li img {
	    height: 100%;
	    object-fit: cover;
	   /* filter: brightness(0.6);*/
	}
	.logo h1 {
	    text-align: left;
	}
	.logo img {
	    margin-top: 10px;
	    margin: 8px 0 0 15px;
	}
	.bg-menu { 
		margin-top: 0; 
		z-index: 1; 
		background: unset; 
		border: unset; 
		backdrop-filter: unset; 
		box-shadow: unset; 
	}
	#bg-header {
		position: relative;
	}
	.topbnr-btn {
		position: absolute;
		bottom: 20px;
	}
	.sp-mg0 {
		margin: 0;
	}
	
	.apparel-btn { 
		font-size: 18px; 
		display: block; 
		margin: 5px 0 0; 
		width: fit-content; 
	}
	
	.title-overview {
		font-size: 16px;
	}
	.title-overview h2 {
		font-size: 20px;
	}
	
	.cnt-direct-btn { 
		font-size: 16px; 
	}
}

/**
* top-bar
*/
