/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #333;
    background: #fff;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #000;
}

a {
    color: #000;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1024px;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #707070;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #707070;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: #707070;
    background: transparent;
    box-shadow: inset 0 0 0 0 #707070;
    border-color: #707070;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #000;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


.section{
    padding: 30px 0;
}
@media (min-width: 768px) {
    .section{
        padding: 50px 0;
    }
}
@media (min-width: 992px) {
    .section{
        padding: 50px 0;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.navbar {
    position: fixed;
    top:0px;
        width: 100%;
        padding: 5px 60px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        z-index: 9;
         background: #fff !important;
        }



.navbar .navbar-brand {
    margin: 0;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}
    .btn-zoom a{
    	background:#CF001C;
    	padding:10px 15px;
    	border-radius:5px;
    	color:#fff;
    	font-size:15px;
    	font-weight:bold;
    	text-align:left;
    }
        .btn-zoom2 a {
    	background:#CF001C;
    	padding:20px 30px;
    	border-radius:5px;
    	color:#fff;
    	font-size:18px;
    	font-weight:bold;
    }
    
    .btn-zoom a:hover{background:#707070}
     .btn-zoom2 a:hover{
       background:#707070;
       }


    

@media (min-width: 992px) {
    .navbar .navbar-brand img {
    max-width: 100%;
    max-height: 60px;
}

    .navbar .navbar-brand {
        color: #414141;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #000;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 15px 8px 15px;
        color: #414141;
        font-size: 15px;
        font-weight: normal;
        letter-spacing:0.5px;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #414141;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #111111;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #000;
        font-weight:bold;
    }
    

}




@media (max-width: 991.98px) {   
    .navbar {
        padding: 5px 40px;
    }
        .navbar.nav-sticky {
        padding: 10px 20px;
        background: #fff !important;
    }
    .navbar .navbar-brand {
        color: #000;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
        text-align:center;
        background:#fff;
        padding:30px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
    
    .btn-zoom{margin:15px 0px;}
    .navbar-toggler {background:#fff000;
    
    }
    .navbar-toggler-icon{color:#fff;}    
}

@media (max-width: 768px) {   
    .navbar {
        padding: 5px 20px;
    }
        .navbar.nav-sticky {
        padding: 5px 20px;
        background: #fff !important;
    }
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero .container{
width:100%;
max-width:1400px;

}

.hero {
   background:url(../imgs/main_bg.jpg) no-repeat;
   background-position:top right;
    margin:0px;
    padding: 0px;
    background-color: #fff;
    background-size:auto 100%;
}

.hero img{
margin:15% 0 10% -15%;
width:45%;
}

@media (max-width: 1790px) {
.hero {
   background:url(../imgs/main_bg.jpg) no-repeat;
   background-position:top center;
    margin:0px;
    padding: 0px;
    background-color: #fff;
    background-size:cover;
}
.hero img{
margin:15% 0 5% 0;
width:42%;
}
}



@media (max-width: 991px) {
.hero img{
margin:20% 0 15% 0;
width:40%;
}
}


@media (max-width: 786px) {
.hero {
   background:url(../imgs/main_bg_sp.jpg) no-repeat;
   background-position:top left;
    margin:0px;
    padding: 0px;
    background-color: #fff;
    background-size:100%;
}

.hero img{
margin:65% 0 10% 3%;
width:60%;
}
}

#video {
  top:0;
  width: 100%;
  <!--max-width: 1000px;-->
  height: 100%;
  background: #f5f5f5;
  margin: 0px;
  padding: 0px 0 0 0;
}
.m-center {
  text-align: center;
  margin:80px 0 10px 0;
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
color:#000;
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
.section-header {
    position: relative;
    margin-bottom: 20px;
}
    .section-header h2 {
        font-size: 20px;
    }
    .section-header p {
     margin:0px; 
    }
}


/*******************************/
/********** Greeting CSS **********/
/*******************************/
.greeting {
    position: relative;
    width: 100%;
}

.greeting .section-header {
    margin-bottom: 30px;
}

.greeting .col p {
    font-size: 16px;
    line-height:1.8;
}

.greeting .greeting-text{
    margin-top:50px;
    font-size: 16px;
    line-height:1.5;
    text-align:center;
}
@media (max-width: 767.98px) {
.greeting p.greeting-text{
    margin-top:30px;
    font-size: 13px;
    line-height:1.3;
    text-align:center;
}
}

/*******************************/
/******* プログラム ********/
/*******************************/
.program {
    position: relative;
    padding: 0px 0 15px 0;
}

.program .container {
    position: relative;
    width: 100%;
    max-width:1024px;
}


.program .timeline-text span{
font-size:12px;
font-weight:normal;
}

.program h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color:#000;
}

.program h4 {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color:#000;
}

.program .syozoku {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 0;
    color:#000;
}

.program span.namae {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color:#000;
}

.program h5 {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 0;
    color:#000;
}

.program h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color:#000;
}


.program p {
    margin: 0;
    font-size: 13px;
}


.program .col-3{text-align:center;}







.program .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #000;
    top: 0;
    bottom: 0;
    left:200px;
    margin-left: -1px;
}

.program .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 80%;
    margin-bottom: 30px;
}

.program .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.program .timeline .timeline-item.right {
    left: 185px;
    padding-left: 30px;
}

.program .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #000;
    border-radius: 16px;
    z-index: 1;
}



.program .timeline .timeline-item.right::after {
    left: -8px;
}

.program .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #fff000;
}

.program .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #fff000 transparent transparent;
}

.program .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 18px;
    line-height:1;
    font-weight: 700;
    color: #000;
    z-index: 1;
    font-feature-settings: "palt";
}

.program .timeline-text .timeline-date span.time{
font-size:22px;
font-weight: 700;
}


.program .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.program .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 70px);
}





.program .timeline .timeline-text {
    padding: 20px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #fff000;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.program .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #fff000;
}



@media (max-width: 991px) {  
.program .timeline .timeline-item.right {
    left: 160px;
    padding-left: 30px;
}
.program .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #000;
    top: 0;
    bottom: 0;
    left:175px;
    margin-left: -1px;
}
}



@media (max-width: 767.98px) {  
.program{background:#f5f5f5;
padding-top:10px;
}
.program .timeline .timeline-item.right {
   padding:0px;
}
.program h2 { font-size: 16px;}
.program h4 { font-size: 14px;font-weight:normal;}
.program h5 { font-size: 12px;font-weight:normal;}
.program h6 { font-size: 14px;}
.program p {font-size: 10px;}
.program .col-3 {padding:0px 0px 0px 15px;}
.program .col-9 {padding:0px 0px 0px 5px;}

    .program .timeline::after {
       display:none;
    }

    .program .timeline .timeline-item {
        width: 100%;
        padding:0px;
        margin:0px 0px 10px 0px;
    }
    
    .program .timeline .timeline-item.right {
        left: 0;
    }

    .program .timeline .timeline-item.left::after, 
    .program .timeline .timeline-item.right::after {
      display:none;
    }
    
    .program .timeline .timeline-item.left::before,
    .program .timeline .timeline-item.right::before {
       display:none;
    }
    
    .program .timeline-text .timeline-date span.time{
font-size:18px;
font-weight: 700;
}
    .program .timeline .timeline-item.left .timeline-date,
    .program .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
        font-size:16px;
        padding-bottom:5px;
        border-bottom: 2px solid #fff000;
    }
    
    .program .timeline .timeline-item.left .timeline-text,
    .program .timeline .timeline-item.right .timeline-text {
        border: none;
        padding:10px;
    }
}


/*******************************/
/********* info CSS *********/
/*******************************/

#info {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f5f5f5;
}

#info .container {
    max-width: 1024px;
    text-align: center;
}

.info-box{
background:#fff;
border-radius:15px;
padding:30px;
margin-top:30px;
}

#info h3,
#info h4 {color:#000;
font-feature-settings: "palt";
}
.info-box h3{
font-size:24px;
}
.info-box h3 span{
font-size:36px;
}

.info-box h4{
font-size:20px;
margin-top:5px;
}

.info-box p{
font-size:14px;
margin:0px auto;
padding:0px;
}
.info-box a:hover {
	color: #000;
    text-decoration: underline;
}
.info-box a:active, a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}


@media (max-width: 767.98px) {
#info {
    padding: 30px 0;
}

.info-box{
background:#fff;
border-radius:10px;
padding:30px;
margin:0px 0px 0px 0px;
}
#info h4{font-size:20px;}

}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #707070;
}

.footer .container-fluid {
    padding: 30px 0 0 0;
}

.footer .section-header {
    margin: 0px 0px 20px 0px;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
    margin:0px;
}

.footer h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff000;
}

.footer .footer-info h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    line-height:1.8
}
.footer .footer-mail{
margin-top:15px;
text-align: center;
}
.footer .footer-mail .mail a {
  font-size:18px;
    background:#fff;
    border-radius: 25px;
    	padding:10px 20px;
    	color:#fff;
    	font-weight:bold;
    	color:#000;
}
.footer .footer-mail .mail a:hover {
  background:#000;
  color:#fff;
  border:2px solid #fff;
}


.footer .footer-info h3 span {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}

.footer .footer-info h3 span a {
    color: #ffffff;
    font-weight: bold;
    font-size:17px;
}



.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
    font-size:14px;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
.footer .container-fluid {
    padding: 30px 0 0 0;
}
.footer .section-header{
  margin:0px 0px 20px 0px;
}
    .footer .footer-info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
    }
}

/*改行*/

@media screen and (max-width: 480px) {
.sp-no { display: none; }
}
@media screen and (min-width: 545px) and (max-width: 1024px){
.pad-no { display: none; }
}
@media print, screen and (min-width: 545px) {
.sp { display: none; }
.pc { display: inline; }

}
@media screen and (max-width: 544px) {
.sp { display: inline; }
.pc { display: none; }

}

@media screen and (min-width: 1025px) {
.pad { display: none; }
.desc { display: inline; }
}

@media screen and ( max-width:1024px) {
.desc { display: none; }
.pad { display: inline; }
}

/*アーカイブ*/
.archives h6 {
    margin: 40 0;
    font-size: 18px;
    font-weight: 600;
    color:#000;
}
.archives a:hover {
	color: #000;
    text-decoration: underline;
}
.archives a:active, a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}