/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#000000;
	text-align:left;
}	 

/* 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;

}




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



header{

   
   
   	width: 100%;

	background:url("../img/common/logo_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
	 margin:0px auto 0px auto;

    padding: 0 50px;
    box-sizing: border-box;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   
}




#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';
    
    
    
}


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





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:170%;    
	color:#000000;
	text-align:left;
}	 

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


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

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

}

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

header{

   
   
   	width: 100%;

	background:url("../img/common/logo_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
	 margin:0px auto 0px auto;

    padding: 0 30px;
    box-sizing: border-box;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   
}



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





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


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

	padding:0 30px;
	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:14px;
	line-height:160%;
	color:#000;
    text-align:center;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:21px;
	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: 1px 15px 3px 15px;
    margin-right: 10px;
    
    
    font-size: 16px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto700';
    
    
    
}


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

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


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









}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#000000;
	text-align:left;
}	 


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



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

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

}






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

header{

   
   
   	width: 100%;

	background:url("../img/common/logo_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
	 margin:0px auto 0px auto;

    padding: 0 20px;
    box-sizing: border-box;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   
}




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







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


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

	padding:0 20px;
	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:12px;
	line-height:150%;
	color:#000;
    text-align:center;

    margin-bottom: 12px;


}

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


}

.ad_ttl span{
    max-width: 130px;
    height: 20px;
    background: #2b8341;
    padding: 5px 15px 3px 15px;
    margin: 0 auto 10px auto;

    
    
    font-size: 16px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto700';
    
    display: block;
    
    
    
}


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

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


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









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

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




h1.h1_01{

  min-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  


}



h1.h1_01 img{

    display: block;
/*    
	position: absolute;*/


    height: auto;
    margin: 0 auto;


/*	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;
    
*/
    
    text-align: center;


}


.h1_01_p{

}


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

}




h2.h2_01{
    max-width: 400px;
    width: 100%;
    height: 60px;
    margin: 0 auto 30px auto;
    
    border-radius: 40px;
    padding-bottom: 5px;
    box-sizing: border-box;
    
    background: #bbcc49;
    
    font-size: 30px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto300';
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


h3.h3_01{
    
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 7px;
    margin-bottom: 20px;


 	color:#000000;
    border-bottom: 2px solid #2B8341;

    font-family: 'noto300';
    
}






/* トップ　メッセージ------------------------------------------ */


.tp_msg01{
    margin-bottom: 80px;

}

.tp_msg01 dl dt{
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    font-family: 'noto700';
    color: #9cb111;
    margin-bottom: 30px;
}

.tp_msg01_icon {
    display: inline-block;
    width: 68px;
    height:108px;
    background:url("../img/top/01.png") left 0px no-repeat;
    
    vertical-align: middle;

    margin-right: 15px;
}


.tp_msg01 dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #333333;

}



/* トップ　参加者の皆様へ------------------------------------------ */


.tp_sk01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom:40px;
}

.tp_sk02{

    margin-bottom:70px;
}

.tp_sk02 dl dt{
}

.tp_sk02 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom:35px;
}

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

.tp_sk02_map{
    margin-top: 10px;
}


.tp_sk03{

    width: 100%;
    height:auto;
    margin: 0 auto 20px auto;
}

.tp_sk03 ul li{
    width: 49%;
    height:auto;

    float: left;
    margin-right: 2%;  
}

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


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




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

}

.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_cs{
    margin-bottom: 70px;
}



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


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





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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



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



h1.h1_01{


  width: 100%;
  height: auto;
  margin: 0 auto;
  


}



h1.h1_01 img{

    display: block;
/*    
	position: absolute;*/


    height: auto;
    margin: 0 auto;


/*	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;
    
*/
    
    text-align: center;


}


.h1_01_p{
    display:none !important;
    visibility: hidden !important;
}



.h1_01_s{


}





h2.h2_01{
    max-width: 330px;
    width: 100%;
    height: 50px;
    margin: 0 auto 30px auto;
    
    border-radius: 40px;
    padding-bottom: 5px;
    box-sizing: border-box;
    
    background: #bbcc49;
    
    font-size: 24px;
    line-height: 100%;
    padding-top: 1px;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto300';
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



h3.h3_01{
    
    font-size:18px;
    line-height: 140%;
    padding-bottom: 7px;
    margin-bottom: 20px;


 	color:#000000;
    border-bottom: 2px solid #2B8341;

    font-family: 'noto300';
    
}








/* トップ　メッセージ------------------------------------------ */


.tp_msg01{
    margin-bottom: 50px;

}

.tp_msg01 dl dt{
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    font-family: 'noto700';
    color: #9cb111;
    margin-bottom: 30px;
}

.tp_msg01_icon {
    display: inline-block;
    width: 50px;
    height:79px;
    background:url("../img/top/01.png") left 0px no-repeat;
    background-size: 50px 79px;
    
    vertical-align: middle;

    margin-right: 15px;
}


.tp_msg01 dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #333333;

}



/* トップ　参加者の皆様へ------------------------------------------ */


.tp_sk01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom:30px;
}

.tp_sk02{

    margin-bottom:50px;
}

.tp_sk02 dl dt{
}

.tp_sk02 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom:35px;
}

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


.tp_sk02_map{
    margin-top: 10px;
}

.tp_sk03{

    width: 100%;
    height:auto;
    margin: 0 auto 20px auto;
}

.tp_sk03 ul li{
    width: 49%;
    height:auto;

    float: left;
    margin-right: 2%;  
}

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



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




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

}

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

}

.abt_sg table th{
	width:150px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	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:15px;
    line-height: 160%;
	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_cs{
    margin-bottom: 50px;
}


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


.tp_news{
    margin-bottom: 50px;
}

.tp_news dl dt{
    font-size: 15px;
    line-height: 170%;

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


    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 15px;
    line-height: 170%;

    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    padding-left: 110px;
    
    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:16px;
    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: 60px;

}

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


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

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    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 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


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

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

}

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


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




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

.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 00px 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);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{


  width: 100%;
  height: auto;
  margin: 0 auto;

}



h1.h1_01 img{

    display: block;
/*    
	position: absolute;*/
 
    width: 100%;

    height: auto;
    margin: 0 auto;


/*	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;
    
*/
    
    text-align: center;


}


/*
h1.h1_01 img{
    width:auto;
    height: 100vh;

	object-fit: cover;
	object-position: top;
    
   background: #4188A5;
    
    text-align: center;
    margin: 0 auto;
    
     position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
}
*/


.h1_01_p{
    display:none !important;
    visibility: hidden !important;
}

.h1_01_t{
    display:none !important;
    visibility: hidden !important;
}

.h1_01_s{


}


h2.h2_01{
    max-width: 240px;
    width: 100%;
    height: 43px;
    margin: 0 auto 25px auto;
    
    border-radius: 30px;
    padding-bottom: 4px;
    box-sizing: border-box;
    
    background: #bbcc49;
    
    font-size: 19px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto300';
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



h3.h3_01{
    
    font-size:16px;
    line-height: 140%;
    padding-bottom:5px;
    margin-bottom: 16px;


 	color:#000000;
    border-bottom: 2px solid #2B8341;

    font-family: 'noto300';
    
}







/* トップ　メッセージ------------------------------------------ */


.tp_msg01{
    margin-bottom: 40px;

}

.tp_msg01 dl dt{
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    font-family: 'noto700';
    color: #9cb111;
    margin-bottom: 20px;
}

.tp_msg01_icon {
    display: inline-block;
    width: 36px;
    height:57px;
    background:url("../img/top/01.png") left 0px no-repeat;
    background-size: 36px 57px;
    
    vertical-align: middle;

    margin-right: 5px;
}


.tp_msg01 dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #333333;

}





/* トップ　参加者の皆様へ------------------------------------------ */


.tp_sk01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom:27px;
}

.tp_sk02{

    margin-bottom:40px;
}

.tp_sk02 dl dt{
}

.tp_sk02 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom:30px;
}

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


.tp_sk02_map{
    margin-top: 6px;
}

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

.tp_sk03 ul li{
    width: 100%;
    height:auto;

    float:none;
    margin-right: 0%;  
    margin-bottom: 20px;
}

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


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




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

}

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

}

.abt_sg table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    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:14px;
    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_cs{
    margin-bottom: 40px;
}



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


.tp_news{
    margin-bottom: 40px;
}

.tp_news dl dt{
    font-size: 14px;
    line-height: 160%;

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


    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 14px;
    line-height: 160%;


    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #000000;
    padding-left: 0px;
    
    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:15px;
    line-height: 160%;

    margin-bottom: 3px;

    font-family: 'noto500';
}


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


}







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




.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: 50px;

}

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


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

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    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 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


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

    
    font-size: 17px;
    line-height: 160%;

}

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


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





.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

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

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

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	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 00px auto;
	text-align:center;
}





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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

	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: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-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);
    }
}













}
