@charset "UTF-8";

/*--------------------------------------------------------------------
=== [TOPページ] ====================================
 -------------------------------------------------------------------*/

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}
 .top .area01 {
 background-image: url(../../img/top/sec01_bg.png);
 background-size: cover;
 overflow: hidden;
 min-height: 680px;
 }
 
 .top .area01 .left {
 float: left;
 width: 50%;
 background-color: rgba(255,255,255,0.8);
 min-height: 680px;
 padding: 4%;
 box-sizing: border-box;
 } 
 
  .top .area01 .left h3 {
  font-size: 28px;
  font-weight: bold;
  color: #005c43;
  margin-bottom: 50px;
  }
  
  .top .area01 .left .txt {
  font-size: 16px;
  line-height: 2.2;
  }  
 
  .top .area01 .right {
  float: right;
  color: #ffffff;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8; 
  display: flex;
  justify-content: center;
  align-items: center;
 height: 680px;
  }
  
 .top .area02 {
 background-image: url(../../img/top/sec02_bg.png);
 background-size: cover;
 overflow: hidden;
 min-height: 680px;
 } 
 
 .top .area02 .left {
 float: left;
 width: 50%;
}
 
 .top .area02 .right {
 float: right;
 width: 50%;
 background-color: rgba(255,255,255,0.8);
 min-height: 680px;
 padding: 4%;
 box-sizing: border-box;
 } 
 
   .top .area02 .right h3 {
  font-size: 28px;
  font-weight: bold;
  color: #005c43;
  margin-bottom: 50px;
  }
  
  .top .area02 .right .txt {
  font-size: 16px;
  line-height: 2.2;
  }  
  
  .top .area03 {
  background-color: #f3f3f3;
  }  
  
   .top .area03 .inner {
   width: 1000px;
   margin: 0 auto;
   padding: 70px 0;
   text-align: center;
   position: relative;
   } 
   
   .top .area03 .inner h3 {
   font-size: 40px;
   font-weight: bold;
   color: #005c43;
   background-image: url(../../img/top/ico_news01.png),url(../../img/top/ico_news02.png);
   background-repeat: no-repeat;
   background-position: left 0%, right 50%;
   display: inline-flex;
   flex-direction: column;
   padding-left: 65px;
   padding-right: 40px;
   margin: 0 auto;
   } 

   .top .area03 .inner h3 .h3Sub {
    padding-top: 10px;
    font-size: 23px;
   }

   .top .area03 .inner .btnKakoBox {
    display: inline-block;
    position: absolute;
    top: 70px;
    right: 0;
   }
   
   .top .area03 .inner a.banKako {
    display: inline-flex;
    padding: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background-color: #044a37;
    color: #fff;
    border: none;
   }

    .top .area03 .inner ul {
	text-align: left;
	margin-top: 60px;
	}
	
	   
    .top .area03 .inner ul li {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #aec8c1;
	}
   
    .top .area03 .inner ul .date {
	background-color: #005c43;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	display: flex;
  	justify-content: center;
  	align-items: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 30px;
	}
	
    .top .area03 .inner ul a {
	color: #000000;
	text-decoration: none;
	height: 90px;
	display: flex;
  	align-items: center;
	background-image: url(../../img/base/arw_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
	}

    .top .area03 .inner ul h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
    .top .area03 .inner ul .txt {
	font-size: 12px;
	line-height: 1.4;
	}
	
	.top .area03 .inner ul a:hover {
	opacity: 0.7;
	}
	
	.top .area03 .inner .btn a {
	background-color: #000000;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	padding: 20px 70px;
	text-decoration: none;
	background-image: url(../../img/base/arw_b.png);
	background-repeat: no-repeat;
	background-position:80% center;
	margin-top: 30px;
	}	
	
	.top .area03 .inner .btn a:hover {
	opacity: 0.7;
	}
	
.top .area03 li:nth-child(n + 4) {
 display: none;
}
	
	
	.top .area04 .inner	 {
	width: 1000px;
	margin: 0 auto;
	}
	
	.top .area04 {
	overflow: hidden;
	margin: 80px 0;
	}
	
	.top .area04 .fb {
	float: left;
	margin-right: 20px;
	}	
	
	
	#instafeed {
	 width: 490px;
	 overflow: hidden;
	}

#instafeed .flexItem {
	width : 33.33333% ; 
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
 height: 160px;
 float: left;
}
#instafeed .flexItem img {
width: 100%;
height: auto;
overflow:hidden;
}

.insta_wrap{
width: 450px;
float: right;
}
.insta_wrap a:hover{
opacity: 0.6;
}

.insta_wrap img{
max-width: 100%;
height: auto;
}

/*--------------------------------------------------------------------
=== [下層ページ] ====================================
 -------------------------------------------------------------------*/	
 
  .sub {
  text-align: center;
  }
 
#ttlArea {
 background-image: url(../../img/base/sub_ttl.png);
 background-attachment: fixed;
 background-size:100% auto;
 height: 200px;
 background-position: center top;
 }
 
  
 #ttlArea h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
 color: #ffffff;
 font-size: 40px;
 font-weight: bold;
 letter-spacing: 0.08em;
 }
 
 /*--------------------------------------------------------------------
=== [お問い合わせ] ====================================
 -------------------------------------------------------------------*/	
 
  .sub #formArea {
  padding-top: 90px;
    width: 1000px;
  margin: 0 auto;
  }
  
 .sub #formArea .txt {
  font-size: 16px;
  margin-bottom: 90px;
  font-weight: bold;
  }
  
 .sub #formArea table {
 width: 740px;
 margin: 0 auto;
  text-align: left;
 }  
 
 .sub #formArea table th {
 width: 30%;
 font-size: 14px;
 font-weight: bold;
 vertical-align: middle;
 } 
 
 .sub #formArea table td {
 width: 70%;
padding-bottom: 10px;
 }
 
 .sub #formArea table td input[type="text"] {
 width: 100%;
 background-color: #f4f4f4;
 height: 50px;
 border: none;
 border-radius: 10px;
  padding: 10px;
 }
 
  .sub #formArea table td textarea {
 width: 100%;
 background-color: #f4f4f4;
 height: 230px;
 border: none;
 border-radius: 10px;
 padding: 10px;
 }
 
.sub #formArea .btn {
text-align: center;
} 
 
.sub #formArea li {
   display: inline-block;
   margin: 100px 25px;
   }
   
.sub #formArea li input[type="submit"]  {
width: 250px;
height: 60px;
font-size: 16px;
font-weight: bold;
background-color: #044a37;
color: #ffffff;
border: none;
cursor: pointer;
}  

.sub #formArea li input[type="reset"]  {
width: 250px;
height: 60px;
font-size: 16px;
font-weight: bold;
background-color: #cfcfcf;
color: #ffffff;
border: none;
cursor: pointer;
} 

.sub #formArea li input[type="submit"]:hover,.sub #formArea li input[type="reset"]:hover {
opacity: 0.7;
}

.txtPhoneForm {
margin-bottom: 100px;
border: solid 3px #005c43;
padding: 25px;
color: #005c43;
font-weight: bold;
font-size: 30px;
}
 
 /*--------------------------------------------------------------------
=== [利用案内] ====================================
 -------------------------------------------------------------------*/	
 
  .sub #guideArea {
  padding: 90px 0;
  }
  
  .sub #guideArea h3 {
   font-size: 40px;
   font-weight: bold;
   color: #005c43;
   margin-bottom: 50px;
  } 
  
  .sub #guideArea .txt {
  font-size: 16px;
  line-height: 2em;
  } 
  
  
  .sub #guideArea .area01 {
  border-bottom: 1px solid #cad0d7;
  padding-bottom: 80px;
    width: 1000px;
  margin: 0 auto;
  }  
  .sub #guideArea .area01 .period {
  margin: 60px 0 40px;
  background-color: #f8f8f8;
  padding: 50px 0;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  }
  
  .sub #guideArea .area01 .period span {
  display: block;
  color: #f43f3f;
  font-size: 14px;
  font-weight: normal;
  } 
  
  
  .sub #guideArea .area01 .note dt {
  font-size: 20px;
  color: #005c43;
  font-weight: bold;
  margin-bottom: 20px;
  }  
  
   .sub #guideArea .area01 .note dd {
   font-size: 16px;
   } 
   
   
  .sub #guideArea .area02 {
  border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
}

   
  .sub #guideArea .area02  dt {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.4;
  }
  
  .sub #guideArea .area02  dd {
  font-size: 14px;
  color: #ff3333;
  line-height: 1.6;
  }
  
  .sub #guideArea .area02 .btn {
    color: #000;
  }

  .sub #guideArea .area02 .btn a {
    background-color: #000000;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 70px;
    text-decoration: none;
    background-image: url(../../img/base/arw_b.png);
    background-repeat: no-repeat;
    background-position:80% center;
    margin-top: 30px;
    }	
    
    .sub #guideArea .area02 .btn a:hover {
    opacity: 0.7;
    }
  
  .sub #guideArea .area03 {
   border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }  
  
  .sub #guideArea .area03 table {
  width: auto;
  margin: 0 auto;
  } 
  
  
  .sub #guideArea .area03 table .ttl th {
  background-color: #005c43;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  }  
  
  .sub #guideArea .area03 table th {
  width: 30%;
  background-color: #f2f1f1;
  font-size: 14px;
  line-height: 80px;
  border: 1px solid #cecece;
  border-top: none;
  }  
  
  .sub #guideArea .area03 table td {
  width: 70%;
  padding-right: 20px;
  padding-left: 20px;
   font-size: 16px;
  line-height: 80px;
  border: 1px solid #cecece;
  border-top: none;  
  border-left: none;  
  font-weight: bold;
  }
 
   .sub #guideArea .area03 .note {
   color: #ff3333;
   margin-top: 30px;
   font-size: 14px;
   line-height: 1.6;
   }
   
   .sub #guideArea .area04 {
  padding: 80px 0 0px;
  }   
  
   .sub #guideArea .area04 .txt {
   font-size: 16px;
   }  

   .sub #guideArea .area04 .txt03 {
    font-size: 16px;
    line-height: 2em;
    } 

   .sub #guideArea .area04 ul {
    margin-bottom: 38px;
    margin-left: 20px;
    display: inline-block;
    list-style: disc;
    font-size: 16px;
    line-height: 2;
   }
   .sub #guideArea .area04 ul li {
    text-align: left;
   }
   
   .sub #guideArea  a {
	color: #e9953a;
	text-decoration: none;
	}  
	   
	.sub #guideArea a:hover {
	text-decoration: underline;
	}
	
	.sub #guideArea .area04 iframe {
	margin: 80px 0 60px;
	}

	.sub #guideArea .area04 .price {
		font-size: 16px;
		   border-bottom: 1px solid #cad0d7;
		   width: 1000px;
		   margin: 0 auto;
       padding-top: 60px;
		   padding-bottom: 80px;
		}
	.sub #guideArea .area04 .price .txt02 {
	font-size: 30px;
	font-weight: bold;
	color: #005c43;
	margin: 20px 0;
	}	
	
.sub #guideArea .area05 {
   border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }  
  
 .sub #guideArea .area05 .txt {
 font-size: 16px;
 }  
  
 .sub #guideArea .area05 .txt .note {
  color: #ff3333;
  font-size: 14px;
  }
  
    
 .sub #guideArea .area05 table {
 width: 520px;
 margin: 50px auto;
 text-align: left;
 font-size: 30px;
 font-weight: bold;
 color: #005c43;
 line-height: 1.4;
 }
 
 	
.sub #guideArea .area06 {
   border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }  
  
  
 .sub #guideArea .area07 {
   border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }   
  
  .sub #guideArea .area07 .price {
		font-size: 16px;
		margin-bottom: 50px;
		}

.sub #guideArea .area07 .price .txt02 {
	font-size: 30px;
	font-weight: bold;
	color: #005c43;
	margin: 50px 0 20px;
	}	
	
.sub #guideArea .area07 .fishing {
	overflow: hidden;
	margin-top: 80px;
	}
	
.sub #guideArea .area07 .fishing .left {
	float: left;
	width: 49%;
	}
	
.sub #guideArea .area07 .fishing .right {
float: right;
width: 47%;
text-align: left;
}

.sub #guideArea .area07 .fishing .right .spec {
padding: 30px 20px;
border: 2px solid #08624a;
color: #08624a;
overflow: hidden;
line-height: 1.6;
display: flex;
}

.sub #guideArea .area07 .fishing .right .spec dt {
font-size: 18px;
font-weight: bold;
float: left;
border-right:  2px solid #08624a;
margin-right: 40px;
padding-right: 40px;
}

.sub #guideArea .area07 .fishing .right .spec dd {
font-size: 18px;
line-height: 1.6;
}


.sub #guideArea .area07 .fishing .right .txt {
font-weight: bold;
margin: 20px 0;
}

.sub #guideArea .area07 .fishing .right .fly .ttl {
font-size: 14px;
border-bottom: 1px solid #333333;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
}

.sub #guideArea .area07 .fishing .right .fly .txt {
font-size: 14px;
margin: 0;
font-weight: normal;
line-height: 1.4;
}


 .sub #guideArea .area08 {
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }
  
 .sub #guideArea .area08 dl {
 text-align: left;
 font-size: 18px;
 }  
 
  .sub #guideArea .area08 dt {
  font-weight: bold;
  color: #08614a;
  margin-bottom: 30px;
  }
 
   .sub #guideArea .area08 dd {
  margin-bottom: 50px;
  line-height: 1.6;
  }
  
  /*--------------------------------------------------------------------
=== [個人情報保護方針] ====================================
 -------------------------------------------------------------------*/	
 
  .sub #policyArea {
  padding: 40px 0 90px;
  } 
 
  
  .sub #policyArea .inner {
  width: 800px;
  margin: 0 auto;
  }
  
  .sub #policyArea .leadTxt {
  background-color: #f8f8f8;
  padding: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 50px;
  } 
  
   .sub #policyArea dl {
   margin-top: 50px;
   text-align: left;
   line-height: 1.8;
   } 
   
    .sub #policyArea dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #08614a;
	} 
	
    .sub #policyArea dd {
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #d4d0c5;
	}
	
	.sub #policyArea dd span {
    color: #08614a;
	}
	
	
    .sub #policyArea .contactBox {
	border: 5px solid  #08614a;
	padding: 30px;
	}	
	
	.sub #policyArea .contactBox .ttl {
	font-size: 22px;
	font-weight: bold;
    color: #08614a;
	margin-bottom: 20px;
	}
	
	.sub #policyArea .contactBox .txt {
	font-size: 16px;
	margin-bottom: 30px;
	}
	
	.sub #policyArea .contactBox li {
	display: inline;
	margin: 0 30px;
	}	

.sub #policyArea .contactBox li:first-child a::before {
	content: "\f095";
    font-family: FontAwesome;
	font-weight: normal;
	margin-right: 2px;
}

.sub #policyArea .contactBox li:first-child a {
font-size: 30px;
font-weight: bold;
    color: #08614a;
text-decoration: none;
line-height: 50px;
display: inline-block;
}

.sub #policyArea .contactBox li:last-child a::before {
	content: "\f0e0";
    font-family: FontAwesome;
	margin-right: 2px;
}


.sub #policyArea .contactBox li:last-child a {
font-size: 20px;
font-weight: bold;
display: inline-block;
background-color: #08614a;
color: #ffffff;
width: 280px;
line-height: 50px;
text-align: center;
text-decoration: none;
}

.sub #policyArea .contactBox li:last-child a:hover {
background-color: #81a49b;
}
  
  .prof .inner {
  width: 1000px;
  margin: 100px auto;
  overflow: hidden;
  }
  
   .prof .inner h3 {
   color: #005c43;
   font-size: 40px;
   text-align: center;
   font-weight: bold;
   margin-bottom: 100px;
   } 
   
    .prof .inner .left {
	float: left;
	width: 400px;
	}  
	
    .prof .inner .right {
	width: 555px;
	float: right;
	}
	
  .prof .inner .right dl {
  overflow: hidden;
  font-size: 16px;
  line-height: 2em;
  }
	
	
  .prof .inner .right dt {
  float: left;
  width: 80px;
  font-weight: bold;
  }	
	
  .prof .inner .right .txt01 {
  font-size: 14px;
  color: #005c43;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding:25px 0;
  margin: 25px 0;
  line-height: 1.5;
  font-weight: bold;
  }
  
   .prof .inner .right .txt02 {
   font-size: 14px;
   line-height: 1.5;
   } 

.sub #mail .area {
   border-bottom: 1px solid #cad0d7;
  padding: 80px 0;
    width: 1000px;
  margin: 0 auto;
  }  
  
 .sub #mail .area .txt {
 font-size: 16px;
 }  
  
 .sub #mail .area .txt .note {
  color: #ff3333;
  font-size: 14px;
  }
  
    
 .sub #mail .area table {
 margin: 50px auto;
 text-align: left;
 font-size: 30px;
 font-weight: bold;
 color: #005c43;
 line-height: 1.4;
 }
 
	.sub #mail a {
    color: #e9953a;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .sub #mail .area {
        border-bottom: 1px solid #cad0d7;
        padding-bottom: 40px;
        width: 90%;
        margin: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .sub #mail .area {
   border-bottom: 1px solid #cad0d7;
  padding: 40px 0;
    width: 90%;
  margin: 0 auto;
	}  }
  
@media screen and (max-width: 768px) {
    .sub #mail .area  .txt {
 font-size: 14px;text-align: left;line-height: 1.6;
	}  }
  
@media screen and (max-width: 768px) {	
    .sub #mail .area .txt .note {
  color: #ff3333;
  font-size: 14px;
	}}
  
 @media screen and (max-width: 768px) {   
    .sub #mail .area table {
 width: 90%;
 margin: 20px auto;
 text-align: center;
 font-size: 20px;
 font-weight: bold;
 color: #005c43;
 line-height: 1.4;
	 }}
 
.mb-3{
	margin-bottom: 30px;
}