@charset "utf-8";
/*html:after {
    content: "";
    background-image: url("../img/main03.jpg");
    background-image: url("../img/main01.jpg"), url("../img/main02.jpg"), url("../img/main03.jpg"), url("../img/main04.jpg");
}*/
html, body {
  background-color: #000;
  color: #ccc;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar{
  display:none;
}
main {
    display: block;
    /*background-color: #fbfbf2;*/
    background-color: #000;
    background-image: url("../img/ContentsBackground.jpg");
    background-size: 100%;
    text-align: center;
}
main .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 {
    font-size: 2rem;
    color: #74FF00;
}
h2, h3 {
    /*color: #401f0f;*/
    color: #74FF00;
}
#content, #content > h2 > strong {
    color: #74FF00;
}
.gray {
    color: #6c757d;
}
.card {
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

#top {
    background-image: url("../img/main_d03.jpg");
    background-size: 100%;
    background-position: center;
    animation: bgimage 20s infinite;
}
@media screen and (max-width: 768px) {
    #top {
        background-size: cover;
        animation: none;
    }
}
@keyframes bgimage {
    0% { background-image: url("../img/main_d01.jpg"); }
    25% { background-image: url("../img/main_d02.jpg"); }
    50% { background-image: url("../img/main_d03.jpg"); }
    75% { background-image: url("../img/main_d04.jpg"); }
    100% { background-image: url("../img/main_d01.jpg"); }
}

.navbar {
    /*border-bottom: 1px solid #a29080;*/
    background-color: #000000;
}
.navbar .navbar-collapse {
    flex-grow: 0;
}
.navbar .navbar-brand {
    height: 50px;
}
.navbar .navbar-brand img {
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link {
    color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}
.navbar > div {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 0.7rem;
}

#footer{
    background-color: #000;
}
#footer .container {
    color: #666;
}
#footer .footer-ttl {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer #footer-contents > div {
    border-bottom: 1px solid #666;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    /*background-color: #333;*/
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}
#footer img {
	width: 360px;
}

h1 {
    font-weight: bold !important;
    /*color: #ffce11;*/
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/main.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
.btn-bottom-contactus {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    margin-left: 3rem;
    font-weight: bold;
    border-width: 3px;
    border-color: #fff;
}

#page-top section{
    /*border-bottom: 1px solid #666;*/
    background-color: #ccc;
	padding: 3rem 0;
}
#page-top section:nth-child(odd){
    background-color: #e0c7b2;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 {
    background-image: url("../img/ContentsBackground.jpg");
    background-size: 100%;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/main.png") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}



.linkbanners {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.linkbanner {
    width: 250px;
    height: 83px;
    /*background-color: #3498db;*/
    margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .linkbanners {
    flex-direction: column;
  }
  .linkbanner {
    margin-bottom: 35px;
    padding-left: 7%;
  }
}



div.gallery {
  margin: 2%;
  border: 1px solid #ccc;
  float: left;
  width: 25%;
  display: block;
}
    
div.gallery:hover {
  border: 1px solid #777;
}
    
div.gallery img {
  width: 100%;
  height: auto;
}
    
div.desc {
    padding: 15px;
    text-align: center;
}



.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  
  .cc-hide1 {
    display: none;
  }
  
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @media screen and (max-width: 768px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }
