@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: source-han-sans-japanese, sans-serif;
    line-height: 100%;
}
a {
	color: #666;
}
a:hover {
	color: #ccc;
}
img {
	border: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.clearfix:after {
	  content: "";
	  clear: both;
	  display: block;
}
.sp {
	display:none;
}
/*---基本部分------------------------------------------*/
.inner-area {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.l-block {
    float: left;
}
.r-block {
    float: right;
}
.w65 {
    width: 65%;
}
/*----header部分---------------------------------------------*/
.top {
	width: 100%;
	background:rgba(0,0,0,0.7);
}
#header {
	width: 100%;
}
.headerimg {
    height: 100vh;
    background-image: url("../img/header.jpg");
	background-size:cover;
    background-position: center;
/*    position: relative;*/
    padding:0;
}
.headerimg2 {
    height: 50vh;
    background-image: url("../img/header2.jpg");
	background-size:cover;
    position: relative;
    padding:0;
}
/*----nav部分---------------------------------------------*/
.headerimg .nav {
    width: 100%;
	background:rgba(0,0,0,0.7);
    height: 50px;
    position: absolute;
    bottom: 0;
}
.headerimg2 .nav {
    width: 100%;
	background:rgba(0,0,0,0.7);
    height: 50px;
    border-top: solid #ccc 1px;

}
.nav .g-nav {
    list-style: none;
    margin: 0;
    padding-top: 15px;
}
.nav .g-nav li {
    display: inline;
    float: left;
    text-align: center;
    font-size: 16px;
}
.nav .g-nav li a {
    display: inline-block;
    width: 275px;
    text-decoration: none;
    color: #fff;
}
.nav .g-nav li a:hover {
    color: #ccc;
}
/*----contents部分---------------------------------------------*/
#contents {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;

}
/*---フッター部分------------------------------------------*/
#footer {
	width: 100%;
	padding-top: 20px;
    background-color: #333;
	padding-bottom: 30px;
}
#footer .inner-footer {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#footer .f-nav {
    list-style: none;
    margin: 0;
    padding-bottom: 30px;
}
#footer .f-nav li {
    display: inline;
    float: left;
    text-align: center;
    font-size: 14px;
}
#footer .f-nav li a {
    display: inline-block;
    width: 250px;
    text-decoration: none;
    color: #ccc;
}
#footer .f-nav li a:hover {
    color: #098F18;
}
.f-logp {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.area01 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.area02 {
    background-image: url("../img/bg.jpg");
    padding-top: 100px;
    padding-bottom: 100px;
    
}
/*---FLEX 部分------------------------------------------*/
.flex {
	display:flex;
	justify-content: space-evenly; 
	margin-bottom: 20px;
	padding-top: 20px;
}
.item {
	box-shadow: 0px 0px 14px -3px #000;
	width:320px;
    height: 426px;
	border: 1px solid #C2A865;
    background-color: #ccc;
    margin: 0;
    padding: 0;
}
/*------文字装飾------------------------------------*/
.midasi01 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-weight:lighter;
    color: #333;
}
.midasi02 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: lighter;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    color: #333;
}
p {
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 20px;
    color: #333;
}
/*------インフォエリア------------------------------------*/
.info {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top:dotted 1px #ccc;
    border-bottom:dotted 1px #ccc;
    list-style: none;
    font-size: 16px;
    padding-left: 50px;
    line-height: 200%;
}
.info li {
    line-height: 200%;
}
.seimg {
    margin-bottom: 200px;
}
.bt01 a {
	display: block;
	border: 1px solid #333;
	font-size: 14px;
    color: #333;
	text-decoration: none;
	text-align: center;
	width: 480px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
}
.bt01 a:hover {
	color: #fff;
	background-color: #ccc;
}
table {
    margin-bottom: 200px;
    font-size: 14px;
    border-top: dotted 1px #ccc;
}
table td {
    padding: 25px;
    border-bottom: dotted 1px #ccc;
}
.ipb01 {
    border:solid 1px #ccc;
    padding: 10px;
    width: 100%;
}
.btmimg img {
    width: 100%;
    height: auto;
}
/*Slick------------------------------*/
/*.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}*/