@charset "utf-8";
/*WEBフォント*/
html {
	height: 100%;
	width: 100%;
	font-size: calc(100vw / 32);
}

  @media (min-width: 375px) {
html {
	font-size:62.5%;
	width: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;}

  }

/*リセットCSS*/
body, input, select, textarea,h1,h2,h3,h4,h5,h6 {
	color: #737373;
	margin: 0;
	padding: 0;
	font-size:1.6rem;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1rem;
}

p{
	font-size:1.6rem;
	text-align:justify;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a {outline: none; text-decoration:none!important;}
a:link {color:#34406b; text-decoration:none!important; transition: color 0.3s ease-out;}
a:visited {color: #34406b; text-decoration:none!important;}
a:hover { text-decoration:none!important;}

ul{margin:0; padding:0;}
li{list-style:none;}

/*containerの隙間を無くす*/
.no-gutters {
  margin:0 ;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

.no-padding{
	padding-left: 0!important;
	padding-right: 0!important;
}
/*文字の色*/

.text--pink{
    color: #FF3366;
}

.text--gold {
    color: #c59534;
}

.text--blue{
	color: #323e68;
}
.text--orange{
	color: #ea5514;
}
.clear{
	clear: both;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*文字のサイズ*/

@media (max-width: 767px) {
.font--Small{
	font-size: .8rem;
	
}

.font--Mid{
	font-size: 1.4rem;
	
}

.font--Big{
	font-size: 2.2rem;
}


}

@media (min-width: 768px) {

.font--Small{
	font-size: 1rem;
	
}

.font--Mid{
	font-size: 2rem;
	
}

.font--Big{
	font-size: 2.8rem;
}
}

/*border*/
.bdr--btm--white{
	border-bottom: 1px solid #fff;
	
}

.bdr--btm--blue{
	border-bottom: 1px solid #566190;
	
}

/*br*/

@media (max-width: 460px) {	

.sp__br--xs{
	display:block;
	}
.sp__br{
	display: none;
	}
.pc__br{
	display: none;
	}	

}


@media screen and (min-width: 461px) and (max-width: 767px) {
.sp__br{
	display: block;
	}
	
.sp__br--xs{
	display: none;
	}
.pc__br{
	display: none;
	}	

	}
	
@media screen and (min-width: 768px) and (max-width: 989px) {
.sp__br{
	display: none;
	}
.sp__br--xs{
	display: none;
	}
.pc__br{
	display: block;
	}	
}


@media (min-width: 990px) {	

.sp__br{
	display: none;
	}
.sp__br--xs{
	display: none;
	}
.pc__br{
	display: block;
	}	
}



/*header*/
#header .container-fluid{
	padding-left: 0!important;
	padding-right: 0!important;
}

@media (max-width: 767px) {
.header__sns {
	display: none;
}

}

@media (max-width: 766px) {
header{
	z-index: 100;
	height: 55px;
	position: fixed;
	top:0;
}

#header .header-inner h1 {
	margin: 20px 0 0 20px;
	padding: 0;
}

#header .header-inner h1 a{
	background-image:url(../img/logo_sp.svg);
	background-repeat:no-repeat;
	background-size: 220px 54px;
	width:230px;
	height:55px;
	text-indent:-9999px;
	float: left;
}

.header__sns {
	float: right;
	line-height: 55px;
	margin-right: 30px;
}

.header__sns p{
	display: none;
	color: #ffb200;
	font-size: 1.4rem;
	padding-right: 2rem;
}

.header__bn{
	float: right;
	width: 55px;
	height: 55px;
	display: block;
}

.header__logo{
	text-align: center;
}
	
#header { position: fixed; width: 100%; z-index: 1000; }
#header .buttonNav {
	line-height: 55px;
cursor: pointer; display: none; height: 55px; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 55px; margin-top:0px; }
#header .buttonNav.open { width:55px; height: 55px;  background: url("../img/nav_bn01.svg") no-repeat top; background-size: 55px 55px; background-position: center;}
#header .buttonNav.close { width:55px; height: 55px;  background: url("../img/nav_bn02.svg") no-repeat top; background-size:  55px 55px; opacity: 1; background-position: center; }
#header .buttonNav { display: block;  }
#header .nav_wrap2 { float: none; right: -100%; position: absolute; top: 75px; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 100%; z-index: 100; }
#header .nav_wrap2 ul.gNavi_ul { list-style: none; margin: 0; padding: 0; width: 100%; }
#header .nav_wrap2 ul.gNavi_ul > li {  float: none; margin-bottom:1px; padding: 0; width: 100%; }
#header .nav_wrap2 ul.gNavi_ul > li > a { background: #ffb200; color: #FFF; opacity:0.8; border-bottom: none; display: block; font-size: 14px; font-weight: 600; padding: 16px 0 16px 20px; }
#header .nav_wrap2 ul.gNavi_ul li a:hover { background-color: #ffb200;  opacity:0.9; color: #ffdb2f; text-decoration:none; }

}

@media (min-width: 767px) {
header{
	z-index: 100;
	height: 85px;
	position: fixed;
	top:0;
	
	
	
}

#header .header-inner h1 {
	margin: 0 0 0 35px;
	padding: 0;
}

#header .header-inner h1 a{
	background-image:url(../img/logo.svg);
	background-repeat:no-repeat;
	background-size: 400px 30px ;
	background-position: 0 15px;
	width:444px;
	height:60px;
	text-indent:-9999px;
	float: left;

}

.header__sns {
	float: right;
	line-height: 80px;
	margin-right: 30px;
}

.header__sns p{
	float: left;
	color: #34406b;
	font-size: 1.4rem;
	padding-right: 2rem;
}

.header__bn{
	float: right;
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 35px;
}

.header__logo{
	text-align: center;
}
	
#header { position: fixed; width: 100%; z-index: 1000; }
#header .buttonNav {
	line-height: 103px;
cursor: pointer; display: none; height: 42px; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 42px;  }
#header .buttonNav.open { width:60px; height: 60px;  background: url("../img/nav_bn01.svg") no-repeat top; background-size: 60px 60px; background-position: center;}
#header .buttonNav.close { width:60px; height: 60px;  background: url("../img/nav_bn02.svg") no-repeat top; background-size:  60px 60px; opacity: 1; background-position: center; }
#header .buttonNav { display: block;  }
#header .nav_wrap2 { float: none; right: -100%; position: absolute; top:65px; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; width: 100%; z-index: 100; }
#header .nav_wrap2 ul.gNavi_ul { list-style: none; margin: 0; padding: 0; width: 100%; }
#header .nav_wrap2 ul.gNavi_ul > li {  float: none; margin-bottom:1px; padding: 0; width: 100%; }
#header .nav_wrap2 ul.gNavi_ul > li > a { background: #ffb200; color: #222; opacity:0.8; border-bottom: none; display: block; font-size: 14px; font-weight: 600; padding: 16px 0 16px 20px; }
#header .nav_wrap2 ul.gNavi_ul li a:hover { background-color: #ffb200;  opacity:0.9; color: #fff; text-decoration:none; }

}

/* header_nav
-------------------------------------------------*/
@media (max-width: 991px) {
.breadcrumb--extend{
	background-color: transparent !important ;
	color: #fff !important;
	padding-top: 5px !important;
	font-size: 1rem;
	height: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* 記号 */
  content: ">" !important;
	color: #fff !important;
}

.breadcrumb--extend li a:link, .breadcrumb--extend li a:visited, .breadcrumb--extend li{
	color: #fff !important;
	text-decoration: none;
}
}

@media (min-width: 992px) {
.breadcrumb--extend{
	background-color: transparent !important ;
	color: #fff !important;
	padding-top: 40px !important;
	font-size: 1.2rem;
	height: 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* 記号 */
  content: ">" !important;
	color: #fff !important;
}

.breadcrumb--extend li a:link, .breadcrumb--extend li a:visited, .breadcrumb--extend li{
	color: #fff !important;
	text-decoration: none;
}
}

.anchor{
	padding-top: 450px;
	margin-top: -450px;
}
.box__alert{
	border: 1px solid #000;
	text-align: center;
	font-size: 1.4rem;

}


.main__contents{
	margin: 0;
	padding: 0;
}

.main__contents--blue{
	background-color: #566190;
	color: #fff;

}



/*見出し2　その1*/
@media (max-width: 767px) {
div.midashi--blue{
	width:100%;
	text-align:left;
	position:relative;
	
	}
div.midashi--blue h2{
	font-size: 2rem;
	display:block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #566190;
	margin-left: -15px;
	margin-right: -15px;
	}

div.midashi--blue .bdr--btm {
	border-bottom: 1px solid #566190 ;
	margin: 20px -15px 20px -15px;
	}

div.midashi--blue h3{
	font-size: 2rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #566190;
	margin-left: -15px;
	margin-right: -15px;
	}
div.midashi--blue h3 span{
	font-size:.8rem;
	font-weight:bold;
	margin:0 0 0 5px;
	padding: 2px 5px;
	border-left: 1px solid #566190;
	border-right: 1px solid #566190;

}

	
div.midashi--white{
	width:100%;
	text-align:left;
	position:relative;
	
	}

div.midashi--white h2{
	font-size: 2rem;
	display:block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
div.midashi--white h3{
	font-size: 2rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-left: -15px;
	}
div.midashi--white h3 span{
	font-size:1rem;
	font-weight:bold;
	margin:0 0 0 20px;
	padding: 2px 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: .5rem;

}
	
div.midashi--bar{
	text-align:left;
	position:relative;
	margin-left: -15px;
	margin-right: -15px;

	}

div.midashi--bar h3{
	font-size: 1.6rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 5px 15px;
	background-color: #566190;
	border-radius: 3px;
	width:100%;
	
	}
	

}

@media (min-width: 768px) {
div.midashi--blue{
	width:100%;
	text-align:left;
	position:relative;
	
	}
div.midashi--blue h2{
	font-size:2.8rem;
	display:block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #566190;
	margin-left: -15px;
	margin-right: -15px;
}

div.midashi--blue .bdr--btm {
	border-bottom: 1px solid #566190 ;
	margin: 50px -15px 50px -15px;
	}

div.midashi--blue h3{
	font-size: 3.3rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #566190;
	margin-left: -15px;
	margin-right: -15px;
	}
div.midashi--blue h3 span{
	font-size:1rem;
	font-weight:bold;
	margin:0 0 0 20px;
	padding: 2px 15px;
	border-left: 1px solid #566190;
	border-right: 1px solid #566190;
	letter-spacing: .5rem;

}

div.midashi--white{
	width:100%;
	text-align:left;
	position:relative;
	
	}

div.midashi--white h2{
	font-size:2.8rem;
	display:block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
div.midashi--white h3{
	font-size: 3.3rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	}
div.midashi--white h3 span{
	font-size:1rem;
	font-weight:bold;
	margin:0 0 0 20px;
	padding: 2px 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: .5rem;

}

div.midashi--bar{
	text-align:left;
	position:relative;
	margin-left: -15px;
	margin-right: -15px;
	}

div.midashi--bar h3{
	font-size: 2rem;
	display:inline-block;
	z-index:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 5px 15px;
	background-color: #566190;
	border-radius: 3px;
	width:100%;
	
	}
	

}

@media (max-width: 990px) {
.event__tab__box{
	border-bottom: 2px solid #566190;
	padding-bottom: 2px;
	padding-left: 0!important;
	padding-right: 0!important;
}
	
.event__tab__box2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-left: 0!important;
	padding-right: 0!important;
}

.event__tab01--on a:link, .event__tab01--on a:visited, .event__tab01--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-left:0.2%;
	margin-right:0.2%;
	width:33%;
	float: left;
	text-decoration: none;
}
	
.event__tab01--off a:link, .event__tab01--off a:visited, .event__tab01--off a:hover {
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-left:0.2%;
	margin-right:0.2%;
	width:33%;
	float: left;
	text-decoration: none;
}
	
.event__tab02--on a:link, .event__tab02--on a:visited, .event__tab02--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right:0.2%;
	width:33%;
	float: left;
	text-decoration: none;
}
.event__tab02--off a:link, .event__tab02--off a:visited, .event__tab02--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right:0.2%;
	width:33%;
	float: left;
	text-decoration: none;
}
	
.event__tab03--on a:link, .event__tab03--on a:visited, .event__tab03--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	width:33%;
	float: left;
	text-decoration: none;
}
.event__tab03--off a:link, .event__tab03--off a:visited, .event__tab03--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	width:33%;
	float: left;
	text-decoration: none;
}
	
.event__tab--entry {
	display: none;
}
	
.event__tab--entry--white {
	display: none;
}
	
.event__tab01--wide{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 31px;
	width: 33%;
	line-height: 31px;
	margin-right: 2px;
	padding: 0 10px;
	float: left;
	text-decoration: none;
}
	

.event__box{
	border-bottom: 1px dotted #566190;
	margin: 10px -15px 10px -15px;
	padding: 0 0 10px;
	overflow: hidden;
}

.event__box .event__box__date{
	display: block;
	font-size: 1rem;
	line-height: 120%;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 5px;
}

.event__box .event__box__date .year{
	font-size: .8rem;
	display: inline;
}

.event__box .event__box__text{
	display: block;
	font-size: 1rem;
	margin-bottom: 10px;
	overflow: hidden;
}
.event__box .event__box__text .event__title{
	font-size: 1.2rem;
	font-weight: bold;
	color: #323e68;
}

.event__box .event__box__text .event__text{
}

.event__box .event__box__text .event__aleat{
	font-weight: bold;
}

.event__box .event__title2 {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #34406b;
	padding:0 1rem;
}

.event__box .event__title2 .sub{
	font-size: 1rem;
	display: block;
	
}

.event__box .event__time2{
	display: block;
	font-size: 1rem;
	color: #595757;
	padding:0 1rem;
}

.event__box .event__title3 {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #34406b;
	padding:0 1rem;
}

.event__box .event__title3 .sub{
	font-size: 1rem;
	display: block;
}

.event__box .event__time3{
	display: block;
	font-size: 1rem;
	color: #595757;
	padding:0 1rem;
}

.event__box .event__box__entry{
	width: 100%;
	min-height: 30px;
	float: left;
	display: block;
}
	
.entry--gray {
	background-color: #efefef;
	color: #727171;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-left: 0.2%;
	margin-right: 0.2%;
	margin-bottom: 2px;
	width: 24.5%;
	text-decoration: none;
}
	
.entry--white {
	background-color: #fff;
	color: #727171;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-left: 0.2%;
	margin-right: 0.2%;
	margin-bottom: 2px;
	width: 24.5%;
	text-decoration: none;
}

.event__box .event__box__entry .bn01--on{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #724c95;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__box .event__box__entry .bn01--off{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__box .event__box__entry .bn02--on{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #566190;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}


.event__box .event__box__entry .bn02--off{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__box .event__box__entry .bn03--on{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #6FBBE7 ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__box .event__box__entry .bn03--off{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}
.event__box .event__box__entry .bn04--on{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #FF898B ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__box .event__box__entry .bn04--off{
	width: 24.5%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	margin: 0.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: .8rem;
}

.event__corner__bana{
	margin-left: -15px;
	margin-right: -15px;
	}
	
.event__corner__bana img{
	width: 100%;
	}
	
.event__more {
	text-align: right;
	margin: 10px 0 0-15px;
	overflow: hidden;
}

.event__more a:link, .event__more a:hover, .event__more a:visited{
	text-decoration: none;
	color: #898989;
}

.yoyaku__bana{
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.yoyaku__bana img{
	width: 100%;
}

}
@media screen and (min-width: 991px) and (max-width: 1199px) {
.event__tab__box{
	border-bottom: 2px solid #566190;
	padding-bottom: 2px;
}
	
.event__tab__box2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.event__tab01--on a:link, .event__tab01--on a:visited, .event__tab01--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	width: 15%;
	float: left;
	text-decoration: none;
}
	
.event__tab01--off a:link, .event__tab01--off a:visited, .event__tab01--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	width: 15%;
	float: left;
	text-decoration: none;
}
	
.event__tab02--on a:link, .event__tab02--on a:visited, .event__tab02--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 15%;
	float: left;
	text-decoration: none;
}
.event__tab02--off a:link, .event__tab02--off a:visited, .event__tab02--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 15%;
	float: left;
	text-decoration: none;
}

.event__tab03--on a:link, .event__tab03--on a:visited, .event__tab03--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 15%;
	float: left;
	text-decoration: none;
}
.event__tab03--off a:link, .event__tab03--off a:visited, .event__tab03--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 15%;
	float: left;
	text-decoration: none;
}

.event__tab--entry {
	background-color: #efefef;
	color: #727171;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-right: 2px;
	width: 15%;
	float: right;
	text-decoration: none;
}

.event__tab--entry--white {
	background-color: #fff;
	color: #727171;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-right: 2px;
	width: 15%;
	float: right;
	text-decoration: none;
}

.event__tab01--wide{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	height: 31px;
	width: 33%;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	float: left;
	text-decoration: none;
	padding: 0 20px;
}
	
.event__box{
	border-bottom: 1px dotted #566190;
	margin: 10px -15px 10px -15px;
	padding: 10px 0 20px;
	overflow: hidden;
}

.event__box .event__box__date{
	width: 20%;
	float: left;
	display: block;
	font-size: 1.2rem;
	line-height: 120%;
}

.event__box .event__box__date .year{
	font-size: 1.2rem;
	margin-bottom: 0;
}

.event__box .event__box__text{
	width: 60%;
	float: left;
	display: block;
	font-size: 1.2rem;
}
.event__box .event__box__text .event__title{
	font-size: 1.4rem;
	font-weight: bold;
	color: #323e68;
}

.event__box .event__box__text .event__text{
}

.event__box .event__box__text .event__aleat{
	font-weight: bold;
}

.event__box .event__title2 {
	width: 60%;
	float: left;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #34406b;
	text-indent: 1rem;
	padding: 10px 0;
}

.event__box .event__title2 .sub{
	font-size: 1.2rem;
}

.event__box .event__time2{
	width: 40%;
	float: left;
	display: block;
	font-size: 1.2rem;
	color: #595757;
	padding: 10px 0;
}

.event__box .event__title3 {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #34406b;
	text-indent: 2rem;

}

.event__box .event__title3 .sub{
	font-size: 1.2rem;
}

.event__box .event__time3{
	display: block;
	font-size: 1.2rem;
	color: #595757;
	text-indent: 2rem;
}

.event__box .event__box__entry{
	width: 20%;
	height: 50px;
	float: left;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
}

.entry--gray, .entry--white {
	display: none;
}


.event__box .event__box__entry .bn01--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #724c95;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn01--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn02--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #566190;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

.event__box .event__box__entry .bn02--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn03--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #6FBBE7 ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn03--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn04--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #FF898B ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn04--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.event__corner__bana{
	margin-left: -15px;
	margin-right: -15px;
	}
	
.event__corner__bana img{
	width: 100%;
	}
	
.event__more {
	text-align: right;
	margin: 10px 0 0-15px;
	overflow: hidden;
}

.event__more a:link, .event__more a:hover, .event__more a:visited{
	text-decoration: none;
	color: #898989;
}

.yoyaku__bana{
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.yoyaku__bana img{
	width: 100%;
}

}
@media (min-width: 1200px) {
.event__tab__box{
	border-bottom: 2px solid #566190;
	padding-bottom: 2px;
}

.event__tab__box2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.event__tab01--on a:link, .event__tab01--on a:visited, .event__tab01--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	width: 18%;
	float: left;
	text-decoration: none;
}
	
.event__tab01--off a:link, .event__tab01--off a:visited, .event__tab01--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	width: 18%;
	float: left;
	text-decoration: none;
}
	
.event__tab02--on a:link, .event__tab02--on a:visited, .event__tab02--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 18%;
	float: left;
	text-decoration: none;
}
.event__tab02--off a:link, .event__tab02--off a:visited, .event__tab02--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 18%;
	float: left;
	text-decoration: none;
}
.event__tab03--on a:link, .event__tab03--on a:visited, .event__tab03--on a:hover{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 18%;
	float: left;
	text-decoration: none;
}
.event__tab03--off a:link, .event__tab03--off a:visited, .event__tab03--off a:hover{
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin-right: 2px;
	width: 18%;
	float: left;
	text-decoration: none;
}
.event__tab--entry {
	background-color: #efefef;
	color: #727171;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-right: 2px;
	width: 18%;
	float: right;
	text-decoration: none;
}
	
.event__tab--entry--white {
	background-color: #fff;
	color: #727171;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 6px;
	margin-right: 2px;
	width: 18%;
	float: right;
	text-decoration: none;
}
	
.event__tab01--wide{
	background-color: #566190;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	height: 31px;
	width: 33%;
	line-height: 31px;
	margin-right: 2px;
	margin-left: -15px;
	padding: 0 20px;
	float: left;
	text-decoration: none;
}
	

.event__box{
	border-bottom: 1px dotted #566190;
	margin: 10px -15px 10px -15px;
	padding: 10px 0 20px;
	overflow: hidden;
}

.event__box .event__box__date{
	width: 20%;
	float: left;
	display: block;
	font-size: 1.6rem;
	line-height: 120%;
}

.event__box .event__box__date .year{
	font-size: 1.4rem;
	margin-bottom: 0px;
}

.event__box .event__box__text{
	width: 60%;
	float: left;
	display: block;
	font-size: 1.4rem;
}
.event__box .event__box__text .event__title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #323e68;
}

.event__box .event__box__text .event__text{
}

.event__box .event__box__text .event__aleat{
	font-weight: bold;
}


.event__box .event__title2 {
	width: 60%;
	float: left;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #34406b;
	padding: 10px 0;
	text-indent: 2rem;
}

.event__box .event__title2 .sub{
	font-size: 1.4rem;
}

.event__box .event__time2{
	width: 40%;
	float: left;
	display: block;
	font-size: 1.4rem;
	color: #595757;
	padding: 10px 0;
}

.event__box .event__title3 {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #34406b;
	text-indent: 2rem;
}

.event__box .event__title3 .sub{
	font-size: 1.4rem;
}

.event__box .event__time3{
	display: block;
	font-size: 1.4rem;
	color: #595757;
	padding:0 2rem;
}

.event__box .event__box__entry{
	width: 20%;
	height: 50px;
	float: left;
	display: block;
	padding-top: 20px;
}

.entry--gray, .entry--white {
	display: none;
}


.event__box .event__box__entry .bn01--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #724c95;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn01--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn02--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #566190;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

.event__box .event__box__entry .bn02--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn03--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #6FBBE7 ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn03--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn04--on{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #FF898B ;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.event__box .event__box__entry .bn04--off{
	width: 50%;
	height: 25px;
	float: left;
	display: block;
	background-color: #c9caca;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.event__corner__bana{
	margin-left: -15px;
	margin-right: -15px;
	}
	
.event__corner__bana img{
	width: 100%;
	}
	
.event__more {
	text-align: right;
	margin: 10px 0 0-15px;
	overflow: hidden;
}

.event__more a:link, .event__more a:hover, .event__more a:visited{
	text-decoration: none;
	color: #898989;
}

.yoyaku__bana{
	margin: 50px auto 10px;
	overflow: hidden;
	text-align: center;
}

.yoyaku__bana img{
	width: 100%;
}
}

.box--blue{
	background-color: #566190;
	color: #fff;

}

.box--gray{
	background-color: #f1f1f1;
	color: #566190;

}

.box--gray2{
	background-color: #e2e4ea;
	color: #566190;

}

.box--yellow{
	background-color: #f5ad16;

}



/*
@media (max-width: 767px) {
.box--white{
	background-image: url("../img/white.png");
	background-repeat: repeat-y;
	background-size: 80% 10px;
	background-position: center;
	overflow: hidden;

}
}

@media (min-width: 768px) {
.box--white{
	background-color: #fff;
	overflow: hidden;

}
}
*/

@media (max-width: 460px) {
.box__company{
	background-color: #fff;
	font-size: 1rem;

}

.box__company h3 a{
	background-image: url( ../img/footer_logo.svg);
	background-size: 259px 45px;
	background-repeat: no-repeat;
	width:259px;
	height: 45px;
	text-indent: -9999px;
	display: block;

}


.box__company .box__add{
	margin-bottom: 10px;
}

.box__company .box__tel{
	background-image: url( ../img/tel.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 10px;

}

.box__company .box__tel .tel{
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	padding-right: 2rem;

}

.box__company .box__tel .tel a{
	color: #fff;

}

.box__company .box__mail{
	background-image: url( ../img/mail.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.box__company h4{
	font-size: 1.8rem;
	font-weight: bold;

}

.box__company .footer__sns{
	overflow: hidden;
	margin: 10px 0;
}

.box__company .footer__sns .corp a{
	background-image: url(../img/corp.svg);
	background-repeat: no-repeat;
	background-size: 190px 38px;
	width:190px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

	
.box__company .footer__sns .tw a{
	background-image: url(../img/foot_tw.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .fb a{
	background-image: url(../img/foot_fb.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .ig a{
	background-image: url(../img/foot_ig.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .box__off{
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 150%;
	margin: 30px 0;
}

.box__company .box__off .off{
	color: #fff2a2;
	font-weight: bold;
	font-size: 1.6rem;
}

.box__company .box__txt{
	line-height: 150%;
	margin: 0px 0 25px;
}
}
	
@media screen and (min-width: 461px) and (max-width: 767px) {
.box__company{
	background-color: #fff;
	font-size: 1.3rem;

}

.box__company h3 a{
	background-image: url( ../img/footer_logo.svg);
	background-size: 320px 56px;
	background-repeat: no-repeat;
	width:320px;
	height: 56px;
	text-indent: -9999px;
	display: block;

}


.box__company .box__add{
	margin-left: 55px;
	margin-bottom: 10px;
}

.box__company .box__tel{
	margin-left: 55px;
	background-image: url( ../img/tel.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 10px;

}

.box__company .box__tel .tel{
	font-size: 2rem;
	font-weight: bold;
	padding-right: 2rem;
	display: block;
}

.box__company .box__tel .tel a{
	color: #fff;

}

.box__company .box__mail{
	margin-left: 55px;
	background-image: url( ../img/mail.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.box__company h4{
	font-size: 2.6rem;
	font-weight: bold;

}

.box__company .footer__sns{
	overflow: hidden;
	margin: 10px 0;
}

.box__company .footer__sns .corp a{
	background-image: url(../img/corp.svg);
	background-repeat: no-repeat;
	background-size: 190px 38px;
	width:190px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .tw a{
	background-image: url(../img/foot_tw.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .fb a{
	background-image: url(../img/foot_fb.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .ig a{
	background-image: url(../img/foot_ig.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .box__off{
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 150%;
	margin: 30px 0;
}

.box__company .box__off .off{
	color: #fff2a2;
	font-weight: bold;
	font-size: 1.6rem;
}

.box__company .box__txt{
	line-height: 150%;
	margin: 0px 0 25px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.box__company{
	background-color: #fff;
	font-size: 1.3rem;

}

.box__company h3 a{
	background-image: url( ../img/footer_logo.svg);
	background-size: 320px 56px;
	background-repeat: no-repeat;
	width:320px;
	height: 56px;
	text-indent: -9999px;
	display: block;

}


.box__company .box__add{
	margin-left: 55px;
	margin-bottom: 10px;
}

.box__company .box__tel{
	margin-left: 55px;
	background-image: url( ../img/tel.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 10px;

}

.box__company .box__tel .tel{
	font-size: 2rem;
	font-weight: bold;
	padding-right: 2rem;
	display: block;
}

.box__company .box__tel .tel a{
	color: #fff;

}

.box__company .box__mail{
	margin-left: 55px;
	background-image: url( ../img/mail.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.box__company h4{
	font-size: 2.6rem;
	font-weight: bold;

}

.box__company .footer__sns{
	overflow: hidden;
	margin: 10px 0;
}
	
.box__company .footer__sns .corp a{
	background-image: url(../img/corp.svg);
	background-repeat: no-repeat;
	background-size: 190px 38px;
	width:190px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .tw a{
	background-image: url(../img/foot_tw.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .fb a{
	background-image: url(../img/foot_fb.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}

.box__company .footer__sns .ig a{
	background-image: url(../img/foot_ig.svg);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .box__off{
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 150%;
	margin: 30px 0;
}

.box__company .box__off .off{
	color: #fff2a2;
	font-weight: bold;
	font-size: 1.6rem;
}

.box__company .box__txt{
	line-height: 150%;
	margin: 0px 0 25px;
}
}

@media (min-width: 992px) {
.box__company{
	background-color: #fff;
	font-size: 1.4rem;
	padding: 45px 0;

}

.box__company h3 a{
	background-image: url( ../img/footer_logo.svg);
	background-size: 280px 40px;
	background-repeat: no-repeat;
	width:280px;
	height: 40px;
	text-indent: -9999px;
	display: block;

}


.box__company .box__add{
	margin-left: 55px;
	margin-bottom: 10px;
}

.box__company .box__tel{
	margin-left: 55px;
	background-image: url( ../img/tel.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 10px;

}

.box__company .box__tel .tel{
	font-size: 2rem;
	font-weight: bold;
	padding-right: 2rem;
}

.box__company .box__tel .tel a{
	color: #fff;

}

.box__company .box__mail{
	margin-left: 55px;
	background-image: url( ../img/mail.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.box__company h4{
	font-size: 2.6rem;
	font-weight: bold;

}

.box__company .footer__sns{
	overflow: hidden;
}

.box__company .footer__sns .corp a{
	background-image: url(../img/corp.svg);
	background-repeat: no-repeat;
	background-size: 200px 40px;
	width:200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .tw a{
	background-image: url(../img/foot_tw.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width:40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .fb a{
	background-image: url(../img/foot_fb.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width:40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .footer__sns .ig a{
	background-image: url(../img/foot_ig.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width:40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 5px;
}

.box__company .box__off{
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 150%;
	margin: 30px 0;
}

.box__company .box__off .off{
	color: #fff2a2;
	font-weight: bold;
	font-size: 1.6rem;
}

.box__company .box__txt{
	line-height: 150%;
	margin: 0px 0 25px;
}
}

/*フッター　共通*/
.footer__box{
	background-color: #000;
	display: block;
	min-height:260px;
	text-align: center;
	color: #fff;
}

.footer__box--dot{
	background-image:url("../img/dot2.svg") ;
	background-repeat:repeat;
	background-position:left top;
	background-size:10px 10px;
	display: block;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
}

.footer__box--dot p{
	font-size: 1.2rem;
	text-align: center;
}

.footer__box--white .select__bana a{
	background-image: url(../img/footer_logo2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px 50px;
	display: block;
	width: 60px;
	height: 50px;
	text-indent: -9999px;
	margin: 0 auto 10px;
}

#map {
   width: 100%;
   height: 300px;
 }

/*
iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/

@media (max-width: 991px) {
.box__other{
	background-image:url("../img/header_bg_kodomo.png"), url(../img/header_bg.png);
	background-position:center bottom, left bottom ;
	background-repeat: no-repeat , repeat;
	background-size:auto 110px ,auto 12px;
	height: 110px;
	padding-top: 51px;
	
}
	
.box__other__text{
	position: inherit;
	height: 70px;
	padding-left: 0 !important;
	
}
.box__other__text .text--eng{
	color: #fff;
	font-size: 4rem;
	position: absolute;
	bottom:-5px;
	font-weight:400;
	
}
}

@media (min-width: 992px) {
.box__other{
	background-image:url("../img/header_bg_kodomo.png"), url(../img/header_bg.png);
	background-position:center bottom, left bottom ;
	background-repeat: no-repeat , repeat;
	background-size:auto  240px, auto;
	height: 244px;
	padding-top: 103px;
	
}
	
.box__other__text{
	position: inherit;
	height: 141px;
	padding-left: 0 !important;
	
}
.box__other__text .text--eng{
	color: #fff;
	font-size: 8rem;
	position: absolute;
	bottom:-30px;
	font-weight:400;
	
}
}

@media (max-width: 767px) {

.info__box01, .info__box02, .info__box03, .info__box04, .info__box05, .info__box06 {
	text-align: center;
	display: block;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding: 5px !important;
}
	
.info__box01--on, .info__box02--on, .info__box03--on, .info__box04--on, .info__box05--on, .info__box06--on {
	padding: 5px!important;
	
}
	
	
.info__box__text{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

.info__box01 .info__box__text a:link, .info__box01 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon01.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box01 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon01_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;

}

.info__box01--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon01_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

	
.info__box02 .info__box__text a:link, .info__box02 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon02.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box02 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon02_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	}
.info__box02--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon02_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box03 .info__box__text a:link, .info__box03 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon03.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box03 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon03_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box03--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon03_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04 .info__box__text a:link, .info__box04 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon04.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon04_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon04_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box05 .info__box__text a:link, .info__box05 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon05.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box05 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon05_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box05--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon05_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
	
.info__box06 .info__box__text a:link, .info__box06 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon06.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box06 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon06_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box06--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon06_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

	
	

}

@media (min-width: 768px) {

.info__box01, .info__box02, .info__box03, .info__box04, .info__box05, .info__box06 {
	text-align: center;
	display: block;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding: 5px !important;
}
	
.info__box01--on, .info__box02--on, .info__box03--on, .info__box04--on, .info__box05--on, .info__box06--on {
	padding: 5px!important;
}
	
	
.info__box__text{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.info__box01 .info__box__text a:link, .info__box01 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon01.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box01 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon01_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;

}

.info__box01--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon01_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box02 .info__box__text a:link, .info__box02 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon02.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;

}
.info__box02 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon02_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	}
.info__box02--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon02_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box03 .info__box__text a:link, .info__box03 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon03.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box03 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon03_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box03--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon03_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04 .info__box__text a:link, .info__box04 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon04.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon04_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box04--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon04_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box05 .info__box__text a:link, .info__box05 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon05.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box05 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon05_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}


.info__box05--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon05_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}
	
.info__box06 .info__box__text a:link, .info__box06 .info__box__text a:visited{
	background-color: #fff;
	background-image: url("../img/icon06.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.info__box06 .info__box__text a:hover{
	background-color: #fff;
	background-image: url("../img/icon06_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.info__box06--on .info__box__text{
	background-color: #fff;
	background-image: url("../img/icon06_on.svg");
	background-size: 136px 97px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 107px;
	padding-left: 141px;
	padding-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}
	

}




.access__box{
	font-size: 1.2rem;
	margin-bottom: 30px;
	line-height: 150%;

}

.entry--naw{
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	background-color: #2cb8e2;
	border: 2px solid #2cb8e2;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 26px;
	border-radius: 15px;
	margin: 5px;
	
}

.entry--end{
	font-weight: bold;
	font-size: 1.4rem;
	color: #2cb8e2;
	background-color: #fff;
	border: 2px solid #2cb8e2;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 26px;
	border-radius: 15px;
	margin: 5px;
}

.entry__btn a:link, .entry__btn a:visited{
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	background-color: #e3245a;
	border: 2px solid #e3245a;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 26px;
	border-radius: 15px;
	display: block;
	margin: 5px;
}

.entry__btn a:hover{
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	background-color: #f970a5;
	border: 2px solid #f970a5;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 26px;
	border-radius: 15px;
	display: block;
	margin: 5px;
}

/*検索ボックス１*/
#form4{
position:relative;
max-width:100%;	
margin-bottom:20px;
}
#sbox4{
height:25px;
padding:0 10px; 
position:absolute; 
right:0;
top:0; 
border-radius:25px;
outline:0;
background:#eee;
border:none!important;
}
#sbtn4{
height:25px;
width:30px;	
position:absolute; 
right:0; 
top:0;
background:#eee;
color:#727171;
border:none;
border-radius:0 25px 25px 0;
}
#sbtn4 .fa-search{
font-size:14px;	
position:absolute;
top:20%;
left:10%;	
}
#sbtn4:hover{
color:#888;
}

/*検索ボックス２*/
#form5{
position:relative;
max-width:90%;	
margin: 0 auto;
}
#sbox5{
height:25px;
padding:0 10px; 
position:absolute; 
width:90%;	
top:30px; 
border-radius:25px 0px 0px 25px;
outline:0;
background:#eee;
border:none!important;
}
#sbtn5{
height:25px;
width:10%;	
position:absolute; 
right:0; 
top:30px; 
background:#eee;
color:#727171;
border:none;
border-radius:0 25px 25px 0;
}
#sbtn5 .fa-search{
font-size:14px;	
position:absolute;
top:20%;
left:10%;	
}
#sbtn5:hover{
color:#888;
}

#text01{
height:25px;
width:85%;	
background:#eee;
color:#727171;
border:none;
border-radius:25px;
margin-bottom: 10px;
padding: 0 !important;
}


#text02{
height:25px;
width:30%;	
background:#eee;
color:#727171;
border:none;
border-radius:25px;
margin-bottom: 30px;
padding: 0 !important;
}




#pageTop{
	background-image:url(../img/arrow_up.svg);
	background-size: 54px 54px;
	text-indent:-9999px;
	width:54px;
	height:54px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	}
	
#pageTop:hover{
	background-image:url(../img/arrow_up.svg);
	background-size: 54px 54px;
	text-indent:-9999px;
	width:54px;
	height:54px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	}

@media (max-width:767px) {
.bg_area01{
	min-height:200px;
	text-align:center;
	
}

.bg_area02{
	min-height:200px;
	text-align:center;
	
}

	
#trans1 {
  background: url(../img/bg_area01.jpg) no-repeat; 
  background-size:100% auto;      
  background-attachment: scroll;
}

#trans2 {
  background: url(../img/bg_area02.jpg) no-repeat fixed;
  background-size:100% auto;
  background-attachment: scroll;
}

}

@media (min-width: 768px) {

.bg_area01{
	min-height:350px;
	text-align:center;
	
}

.bg_area02{
	min-height:360px;
	text-align:center;
	
}

#trans1 {
  background: url(../img/bg_area01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#trans2 {
  background: url(../img/bg_area02.jpg) no-repeat fixed;
  background-size:cover;
}

}

	

