@charset "utf-8";

/* *****共通設定***** */
html { scroll-behavior: smooth;}
body{font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;

    font-weight: 500;
}

.parallax {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax h1{color:#fff;}

.lead1{
    text-align: center;
    padding-bottom: 30px;
    font-size: 0.9rem;
}

.lead2{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.9rem;
}
.lead2 span{
    color: #999;
}

.box1{
position:absolute;
top:auto;left:auto;
}

.header{
position:fixed;
z-index:999999;
width:100%;
}
a{color: #000;}
a:hover{color: #e8410b;}
a:link{text-decoration: none;}

.navbar-icon img{
    width: 25px;
    margin: 5px 0 5px 20px;
}
.navbar-icon a{
    margin: 0 8px;
}
.nav-manu{
    margin-left: 20px;
}

.nav-manu li{
    padding: 0 10px;
}

.main1{
    display: flex;
    justify-content:center;
    text-align: center;
    background-color: #fbfafa;
}
.child1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 60vh;
    background-color: #e8410b;
  }
.child1 img{
    width: 200px;
}

.child2{
    width: 30%;
    background-color: #fbfafa;
    align-self:flex-end;
}
.child2 img{
    padding: 0 50px 10px 50px;
}


.sticker{
    display: flex;
    text-align: center;
    background-color: #fff;
}
.sticker_child1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.sticker_child1 img{
    width: 100%;
}

.sticker_child2{
    width: 45%;
    align-self: center;
    padding: 0 10px;
}


.item-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    background-color: #fbfafa;
    padding: 20px 30px;
}

.item{
    background-color: #fff;
    width: 25%;
    margin: 0px 0px;
    padding-bottom: 50px;
    border: solid #ff8800 1px;

}
.item-tx .or{
    color: #ff1e00;
}

.item-blank{
    background-color: #fbfafa;
    border: #fff;
}
.item-tx{
    font-size: 0.8em;
}
.item img{
    padding: 30px;
    width: 300px;
}

main{
    display: block;
    position:relative;
    top:66px;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #401f0f;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    background-color: #efeeee;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .nav-link{
    color: #333;
    font-size: 0.8rem;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ff0000
}

/* フッター */
#footer{
    background-color: #fbfafa;
}

.foot_contener{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding-top: 20px;
    border-top: #f80 1px solid;
    border-bottom: #f80 1px solid;
    padding-left: 50px;
    padding-right: 120px;
}

.foot_contener li{
    list-style: none;
    height: 30px;
}
.foot1{
    margin:3px 0;
}
.foot2{

}
.copy{
    text-align: right;
    margin-top: 20px;
    font-size: 0.7rem;
    padding-bottom: 50px;
}

#footer .container{
    color: #e0c7b2;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#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{
    margin-top: 10px;
    border-top: 1px solid #774831;
    background-color: #000;
    color: #ff7700d0;
}
#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/top-main.jpg") 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;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #888888;
  background: radial-gradient(#EEEEEE, #333333);
	padding: 5rem 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 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: 2rem 0 4rem 0;
    background-color: #fbfafa;
    margin-bottom: 66px;
}

#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/top-main.jpg") 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;
}

    #top_img {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    #video_wrapper {
      position: relative;
      width: 100%;
    }

    video {
      width: 100%;
    }
    
.news{width:100%;background-color:#ddd;height:60px;padding:20px;}

@media screen and (max-width: 770px) {
.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}
.navbar-icon{
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}
    }

    @media (max-width: 768px) {
        .main1 {
          flex-direction: column;
          height: auto;
        }
        .child1 {
          height: 300px;
          width: 100%;
        }
        .child2 {
          width: 100%;
          padding: 30px 0;
        }
        .child2 img{
            width: 250px;
            padding: 0 20px;
        }
        .sticker {
          flex-direction: column;
          height: auto;
          margin-top: 30px;
        }
        .sticker_child2 img{
            width: 100%;
        }
        .sticker_child2 {
          width: 90%;
          padding: 20px 0 0;
        }

        .item-container{
            padding: 20px 10px;
        }

        .item{
            width: 50%;
            margin: 0px 0px;
            padding-bottom: 30px;
        }

        #page article {
            padding: 0rem 0;
        }
        .navbar-toggler-icon{
            fill: #000000;
        }
        .brand-footer{
            padding: 30px 0 30px 30px;
        }
        .lead1{
            padding: 30px 0 30px 0;
            font-size: 0.9rem;
        }
        .lead2{
            padding: 30px 0 0px 0;
            font-size: 0.9rem;
        }
        .foot_contener {
            margin-top: 67px;
          height: auto;
        }
        .foot1 {
            margin-top: 0px;
        }
.foot_contener li{
    height: 100%;
} 
.news{height:80px;}
       
      }
      @media screen and (min-width: 650px){	
        .br-pc { display:block; }
        .br-sp { display:none; }
      }
      @media screen and (max-width: 650px){	
        .br-pc { display:none; }
        .br-sp { display:block; }
      }