@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/

    opacity: 1; /* hoverイベント用　*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

a:hover img{
    opacity: .5;

}
.red{
  color: #CC0000 ;
}

.big{
  font-size: 2.5rem;  
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}
.header a:visited{
    color:#FFF;
}

.header-box {
	margin-left: auto;
	margin-top: -30px;
}

.header-tel{
    font-size:2rem;
}
.header-tel i{
    padding-right: 1rem;
}
.header-tel small{
    margin:.1rem;
}

.header-tel a:link,.header-tel a:visited,.header-tel a:focus{
    color:#FFF
}

.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}


#navi a{
    color:#FFF;
}

nav{
    background:#004e2d;
}

nav ul {    
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    /* margin-bottom: 0px; */
    margin: 0 auto;
    max-width: 1200px;

}
nav li {
	flex: 1 0 auto;
    margin-bottom:0px;
}
nav li a {
    padding: 1.35rem 0;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #FFF;
    color:#004e2d !important;
    
}



.layer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
 color:#FFF;
}

.layer-bg{
  background: url(../img/farm2.jpg) no-repeat 0 0;
  background-size: cover;
}




.hero-header{
    background:url(../img/bb267.jpg);
    background-size: auto;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
}

.hero-inner{
    background: rgba(0,0,0,0.3);
    height: 100%;
}

.hero-inner>div{
    top:40%;
}

.form-badge{
    display: inline-block;
    padding: .35em .65em;
    margin-left: 2px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background: crimson;
}
@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 & PConly stylesheet */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .5);
}

.frame img{
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}

.layer-txt{
    font-size: 5rem;
    padding: 22rem 0px;
}

.logo{
    margin-right: 5rem;
}
.footer-menu{
    padding-left: 3rem;
    border-left: solid 2px;
    margin-left: 5rem;
    margin-top: auto;
    margin-bottom: auto;
}
.content-box{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


}




@media screen and (max-width: 768px){
/* SmartPhone Only Stylesheet*/

.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
.bg-video-wrap{
    height: auto !important;
    top:0px !important;
}

.bg-video-wrap video{
    width: 100%;
    height: 100%;
}

nav ul {
	flex-direction: column;
}

.header li {
	padding-top: 0;
}

#product h3 {
    font-size: 2.5rem;
}

.overlay{
    background-size: contain !important;
    height: 165px;
}
.overlay h3{
    font-size: 20px !important;
    top: 3.89rem;
}

.hero-inner>div{
    top:25%;
}

 .layer-txt{
   font-size: 1.8rem;
   padding: 4rem 0;

  }

#contact textarea,input{
    width: 100%;
}

footer p{
    font-size: 1.45rem;
}

footer .logo img{
    width:100%;
}

/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

#open img,#close img{
    border-radius: 5px;
}



/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
/* ルミナスのレスポンシブ対応*/
.lum-lightbox{
  z-index: 999;}

.lum-lightbox-position-helper
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';  
  }

}

    
/*メイン画像
-------------------------------------*/
.mainimg{
    height: 680px;
    /* background: url(../img/DSC00116.png); */
    position: relative;
    text-align: center;

    background-size: cover;    
    background-repeat: no-repeat;

}
.mainimg video{
    width: 100%;
    margin:0 auto;
}
.mainimg img {
    width: 100vw;
}


/*メインコンテンツ
-------------------------------------*/
main {
    /* margin: 5rem 0 0 0; */
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.text-left{
    text-align: left;
}
.gray-back {
	background-color: #e8f3f5;
}
section h2{
    margin: 6rem 0;
    font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;

}
section h3{
    margin-bottom: 3.5rem;
    /* font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif; */

}
section table{
    width:100%;
    margin:0 auto;
}

#product h3{
    padding: 1.8rem 0;
    font-weight: 900;
}
#snapshot .col{
    margin-left: .55%;
}

#kodawari img{
    width:385px;
}

table th{
    background: #004e2d;
    color: #FFF;
}

table td{
    background: #dcedc8;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;    
}
.catch h2 {
    padding-bottom: 1rem;
}
.catch p{
    margin:3rem 0;
}
.under {
    border-bottom: 0.4rem solid #004e2d;
    padding:0 1rem 1rem 1rem;
    line-height: 2.3;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}
.right{
    text-align: right;
}

.product h3{
    line-height: 1.7;
    font-size: 2.8rem;
}
.product .row{
    margin:88px 0;
}

.card {
  margin: 30px auto;
  width: 350px;
  height: 660px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.rightColumn{
    text-align: left;
    /* margin-left: 5rem; */
    margin: auto 0;
    padding-left: 2.5rem;
}
/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}
.overlay{
    position: relative;
    background: url(../img/farm2.jpg);
    background-color:rgba(255,255,255,0.25);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size:cover;
    height: 50rem;
    color: #FFF;
}

.overlay h3{
    position: absolute;
    top: 35%;
    width: 100%;
    line-height: 2;
    font-weight: 900;
    font-size: 3.5rem;
}


/*フッター
-------------------------------------*/
footer {
    background-color: #004e2d;
    color: #FFF;
    padding: 3.5rem 0;
}

footer a{
    color:#FFF;    
}

footer a:hover{
    text-decoration: underline;
    color: #FFF;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}
footer i{
    padding-right: 1rem;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 680px;
  top: -51px;
  z-index: -1;
  background: url() no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.company{
    margin: auto 0;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}
.btn-wide{
    height: 65px;
    width: 75%;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
    font-size: 10.5px;
}
.copyright span {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 65px;
    padding: 15px 5px;
    text-align: center;
    border-radius: 50%;
    border: solid #fff 2.5px;


}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}

