

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */





@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}



/* webフォントのちらつき対応 ---------------------------------------------- */

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/





html {
    font-family: 'noto400';

     font-feature-settings : "palt";
     letter-spacing:1px;
     
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}







/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
		
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#000000;
	text-align:left;
}	 


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}



/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container01_01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}



/* header ---------------------------------------------- */



header{

   
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/logo_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  
   
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}




/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 0 20px 0;
	box-sizing:border-box;


}



address{
	font-size:15px;
	line-height:160%;
	color:#000;
    text-align:center;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:24px;
	line-height:120%;
    font-family: 'noto700';
	color:#000;
    text-align: center;
    margin-bottom: 15px;


}

.ad_ttl span{
    max-width: 150px;
    height: 35px;
    background: #2b8341;
    padding: 0px 15px 2px 15px;
    margin-right: 10px;
    
    
    font-size: 20px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto700';
    
    
    
}


.ad_ttl_img{
    max-width: 210px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}


.ad_ttl_img img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.ad_ttl_img:hover img {
	opacity: .7;
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
    text-align:center;
	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}










/*========= ページトップのためのCSS ===============*/


/*========= ページトップのためのCSS ===============*/

#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 22px;
  right: 30px;
  width: 140px;
  height:140px;


  color: #fff;
  text-align: center;
  text-decoration: none; 
 
   
    padding-top: 15px;
		
}
#page-top1:hover{


	opacity: .9;
}


.pg_h {
    animation-name: huwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
 
}


@keyframes huwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-10px)
    }
}





/* h1 h2 h3 h4 h5 ---------------------------------------------- */




h1.h1_01{
    max-width: 840px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
}

h1.h1_01 img{
    height: 100vh;
    max-height: 971px;

    text-align: center;
}

.h1_01_s{
    display:none !important;
    visibility: hidden !important;

}


h2.h2_01{
    font-size: 24px;
    line-height: 140%;

    text-align: center;
 	color:#106cba;

    font-family: 'noto700';
     margin: 0 auto 35px auto;   
}

h2.h2_01 p{
    font-size: 50px;
    line-height: 110%;

    text-align: center;
 	color:#106cba;

    font-family: 'noto700';
     margin: 0 auto 5px auto;   
}





/* トップ イベントについて----------------------------------------- */


.te01{
    max-width: 930px;
    width: 100%;
    height: auto;
    margin:0 auto 0px auto;
}

.te02{
    width: 100%;
    height: auto;
/*    background: rgba(255,255,255,0.90);*/
    background:rgba(31,146,75,0.10);
    margin:0 auto 70px auto;
    padding: 50px;
    box-sizing: border-box;
    
    border-radius: 5px;
    
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;
}



.te03_bg{
    height: 706px;
    background: url("../img/top/03_bg.png") center center no-repeat;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   margin: 0 auto 0px auto;
}

.te03{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.te04{
    max-width: 1000px;
    width: 100%;
    height: auto;
   
   margin: 0 auto 80px auto;

}


.te04 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.te04:hover img {
	opacity: .7;
}





/* トップ　詳細概要------------------------------------------ */




.abt_sg{
	width:100%;
	height:auto;
    margin-bottom: 80px;

}

.abt_sg table{
	width:100%;
	height:auto;

}

.abt_sg table th{
	width:150px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px solid #e1efd8;
}

.abt_sg table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

    
	text-align:left;
    border-bottom: 1px solid #e1efd8;
}


.abt_sg table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_sg table td a:hover{
    color: #000000;
    text-decoration:none;
}




/* トップ　マップ------------------------------------------ */


.tp_map{
    margin-bottom: 80px;
}





/* トップ　バナー------------------------------------------ */


.tp_bnr{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.tp_bnr ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;

}

.tp_bnr ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_bnr ul li a{
    display: block;
    width: 100%;
    height: 80px;
    color:#FFFFFF !important;
    text-align: center;
    
    font-size: 18px;
    line-height: 100%;
      font-family: 'noto500';
      
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 5px;
}


.tp_bnr_bg01{
    background: #20559e;
    color: #FFFFF;
}

.tp_bnr_bg02{
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);

}


/* トップ　お知らせ------------------------------------------ */


.tp_news{
    margin-bottom: 70px;
}

.tp_news dl dt{
    font-size: 16px;
    line-height: 180%;

    float: left;
    clear: both;
    color: #000000;



    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    padding-left: 120px;
    
    border-bottom: 1px dotted #bbcc49;
    
    box-sizing: border-box;

 
}

.tp_news dl dd a{
    color: #000000;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration: underline;
}



/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}










/* お問い合わせフォーム ---------------------------------------------- */




.f_text01{
    font-size: 14px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #000000;
    text-decoration:underline;
}




.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}






	
}

