@charset "UTF-8";
/* CSS Document */
body{
	color: #000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.6em;
	overflow-x: hidden;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a:hover img{
	opacity: 0.8;
}

.f1{
	font-family: 'Dhurjati', sans-serif;
}

.f2{
	font-family: 'Didact Gothic', sans-serif;
}

.hamburger-nav{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.hamburger-nav-toggle-btn {
display: block;
position: fixed;
z-index: 9999;
border: 0 none;
background: none;
}
.hamburger-nav-list {
width: 100%;
display: none;
list-style: none;
margin: 0;
padding: 75px 0px 300px;
float: none;
background-color: rgba(0,0,0,.7);
position: fixed;
top: 0px;
}
.hamburger-nav-list > li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
}

.hamburger-nav-toggle-btn{
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
	position: absolute;
	top: 8px;
	right: 8px;
	background-image: url(../image/open.jpg);
}

.open{
	background-image: url(../image/peke.jpg);
	background-size: 44px 44px;
}

.hamburger-nav,
.wtn_copyright{
	display: none;
}

@font-face{
	font-family:"Axis";
	src:url('../font/AxisStd-Medium.woff') format('woff'), /* Modern Browsers */
	url('../font/AxisStd-Medium.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Axis';
	font-style: normal;
	src: url(../fonts/AxisStd-Medium.otf) format('opentype');
}

/*----------------------------slide----------------------------*/

header{
	height: 700px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.bg-slider {
	height: 700px;
	background-position: center center;
}

header h1{
	position: absolute;
	width: 274px;
	height: 144px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

header ul{
	width: 40%;
	padding-top: 370px;
}

header ul li{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Dhurjati', sans-serif;
}

header ul li a{
	padding-left: 30%;
	display: block;
	color:#fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}

header ul li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #7cbd27;
	transition: .3s;
}

header ul li a:hover::after{
	width: 100%;
}

#concept{
	min-height: 500px;
	position: relative;
}

#concept #contents{
	width: 700px;
	padding-top: 95px;
	margin: 0px auto 0px;
	z-index: 2;
	position: relative;
}

#concept #contents h2{
	background-image: url(../image/line.png);
	width: 526px;
	height: 32px;
	padding-bottom: 12px;
	font-size: 40px;
	line-height: 40px;
	color:#7cbd27;
	font-family: 'Dhurjati', sans-serif;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#concept #contents p,
#profile #contents p.tt{
	font-size: 16px;
	color:#666666;
	line-height: 2.2em;
	padding-top: 20px;
	font-weight: bold;
}

#concept #img{
	position: absolute;
	right: 8%;
	top: 0px;
	z-index: 1;
	margin-top: -88px;
	width: 100%;
	text-align: right;
}

#concept #img img{
	width: 40%;
}

#concept #grn{
	width: 40%;
	height: 350px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #7cbd27;
}

#phrase{
	background-image: url(../image/black.jpg);
	background-position: center top;
}

#phrase div{
	background-image: url(../image/txt.png);
	height: 156px;
}

#about{
	background-image: url(../image/black.jpg);
	padding-top: 105px;
	background-position: center top;
}

#wide-img{
	padding-top: 10px;
	padding-bottom: 35px;
}

#wide-img img{
	width: 100%;
}

p.b-txt{
	text-align: center;
	color:#fff;
	padding-top: 25px;
	padding-bottom: 45px;
	line-height: 2.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#about .abt-line{
	position: relative;
	height: 60px;
	width: 100%;
}

#about .abt-line .line{
	width: 100%;
	height: 1px;
	background-color: #7cbd27;
	position: absolute;
	top: 30px;
}

#about .abt-line h2{
	background-image: url(../image/abt-bg.jpg);
	width: 440px;
	height: 60px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#about .abt-line p{
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	color:#7cbd27;
	font-family: 'Dhurjati', sans-serif;
}

#about ul{
	text-align: center;
}

#about ul li{
	display: inline-block;
	padding: 0px 10px 0px;
}

#here{
	text-align: center;
	width: 440px;
	height: 110px;
	background-color: #000000;
	margin: -55px auto 60px;
	transition: 0.3s;
}

#here:hover{
	background-color: #7cbd27;
}

#profile{
	height: 595px;
	position: relative;
	margin-bottom: 55px;
}

#profile #contents{
	text-align: left;
	padding-top: 125px;
	position: absolute;
	width: 55%;
	right: 0px;
	top: 0px;
}

#profile #profile-ttl{
	position: relative;
	right: 0px;
	top: 0px;
}

#profile #profile-ttl .line{
	width: 100%;
	height: 1px;
	background-color: #7cbd27;
	position: absolute;
	margin-top: 2px;
}

#profile #profile-ttl h2{
	background-image: url(../image/line2.jpg);
	width: 195px;
	height: 32px;
	z-index: 1;
	position: relative;
}

#profile #profile-ttl p{
	font-size: 40px;
	line-height: 18px;
	color:#7cbd27;
	font-family: 'Dhurjati', sans-serif;
}

#profile #contents h3{
	font-size: 20px;
	line-height: 20px;
	padding-top: 50px;
}

#profile #contents h3 span{
	display: block;
	color:#7cbd27;
	font-size: 18px;
	padding-top: 7px;
}

#profile #img{
	position: absolute;
	left: 0px;
	top: 125px;
	z-index: 1;
	width: 100%;
}

#profile #img img{
	width: 42%;
}

#profile #grn{
	background-color: #7cbd27;
	width: 25%;
	height: 595px;
	position: absolute;
	top: 0px;
}

#gallery{
	margin-top: -40px;
	padding-top: 100px;
	min-height: 1030px;
	position: relative;
}

#insta{
	width: 1126px;
	margin: 0 auto;
	position: relative;
}

#instafeed li{
	position: absolute;
}

#instafeed li:nth-child(1){
	left: 0px;
	top: 347px;
}

#instafeed li:nth-child(2){
	left: 282px;
}

#instafeed li:nth-child(3){
	left: 282px;
	top: 271px;
}

#instafeed li:nth-child(4){
	left: 282px;
	top: 542px;
}

#instafeed li:nth-child(5){
	left: 563px;
	top: 131px;
}

#instafeed li:nth-child(6){
	left: 563px;
	top: 404px;
}

#instafeed li:nth-child(7){
	left: 844px;
	top: 323px;	
}

#instafeed li img{
	width: 282px;
	height: 271px;
}

#insta #follow{
	position: absolute;
	right: 0px;
	top: 65px;
	text-align: right;
}

#insta #follow p{
	font-size: 14px;
	color:#7cbd27;
}

#insta_btn{
	position: absolute;
	width: 90px;
	height: 20px;
	margin: 0 auto;
	bottom: 120px;
	left: 0px;
	right: 0px;
}

#gallery #grn{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 25%;
	height: 200px;
	background-color: #7cbd27;
	z-index: -1;
}

#info{
	background-color: #f7f9f9;
	padding: 105px 0px 60px;
	margin-top: -25px;
	position: relative;
	box-sizing: border-box;
	height: 670px;
}

#info #info-ttl{
	position: relative;
	width: 100%;
}

#info #info-ttl .line{
	position: absolute;
	width: 30%;
	height: 1px;
	margin-top: 2px;
	background-color: #7cbd27;
}

#info #info-ttl h2{
	background-image: url(../image/line4.jpg);
	width: 850px;
	height: 32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#info #info-ttl h2 p{
	font-size: 40px;
	line-height: 18px;
	color:#7cbd27;
	font-family: 'Dhurjati', sans-serif;
	padding-left: 44px;
}

#info #address p.tt{
	width: 850px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	color:#666666;
	line-height: 2.2em;
	padding-top: 20px;
	padding-bottom: 55px;
	font-weight: bold;
}

#info #googlemap{
	position: absolute;
	right: 0px;
	top: 85px;
	width: 50%;
}

.f-btn{
  width: 850px;
  margin: 0 auto;
  position: relative;
}

.f-btn img{
  position: absolute;
  top: 23px;
  left: 275px;
}

.button {
  display: inline-block;
  width: 330px;
  height: 62px;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  outline: none;
  font-weight: bold;
  font-size: 16px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  color: #000;
  line-height: 62px;
}
.button:hover {
  background-color: #7cbd27;
  border-color: #000;
  color: #fff;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #fff;
}

address{
	background-color: #000;
	text-align: center;
	font-style: inherit;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
	padding: 20px 0px;
	color:#fff;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	display: block !important;
	height: 100px;
	background-color: #7cbd27;
	overflow: hidden;
}
.is-show {
	transform: translateY(0);
}
#nav{
	display: none;
}
#nav #nav-logo{
	float: left;
	padding-left: 50px;
	padding-top: 30px;
}
#nav ul{
	float: right;
	padding-top: 33px;
}
#nav ul li{
	float: left;
	line-height: 32px;
	font-size: 32px;
	font-family: 'Dhurjati', sans-serif;
	margin-right: 35px;
}
#nav ul li a{
	color:#fff;
	text-decoration: none;
}

/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */ 

/*.bande_phrase{margin-top:14vw;font:500 normal 120px/96px 'Futura';overflow:hidden;background:#F9F9F9;height:347px;padding-top:110px;cursor:ew-resize}@media (max-width: 767px){.bande_phrase{font:500 normal 13vw/0 'Futura';height:56vw;padding-top:calc(28vw - 5px);margin-top:120px}}@media (min-width: 1281px){.bande_phrase{height:26vw;padding-top:7vw;font:500 normal 10vw/10vw 'Futura'}}.bande_phrase div{white-space:nowrap;position:relative;padding:0 13%;display:inline-block;color:#fff;}@media (max-width: 767px){.bande_phrase div{padding:0 30px}}