@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------
トップエリア
----------------------------------------------------------------------------*/
.page{
	padding: 3% ;
}

.top-img{
	width: 100%;
	height: 90vh;
	position: relative;
	margin-bottom: 120px;
}

.top-img::before{
	display: block;
	content: "";
	background: url("../img/index/top-img.jpg") no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 90vh;
	z-index: -1;
}
.top-img::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background: rgba(0,0,0,.3);
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 90vh;
	z-index: 0;
}

.topArea{
	position: absolute;
	color: #fff;
	top: 20px;;
	left: 20px;
	z-index: 1;
}
.rogoArea{
	position: absolute;
	color: #fff;
	top: 60px;;
	left: 20px;
	z-index: 1;
	width: 100%;
	max-width: 100px;
}

.top-img .reservationBtnArea{
	position: absolute;
	top: 20px;;
	right: 30px;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top-img .reservationBtnArea p{
	color: #fff;
		margin-right: 30px;
}
.top-img .reservationBtnArea a{
	color: #fff;
	padding: 5px 30px;
	border: #fff solid 1px;
	transition: all .5s ease;
}
.top-img .reservationBtnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
.copyArea{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	margin-top: -50px;
	
}

.site-copy{
	font-size:1.4rem;
  letter-spacing:.35em;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  white-space: nowrap;
}

.site-title{
	font-size: .8rem;
}

.top-img .txtArea{
	position: absolute;
	color: #fff;
	bottom: 40px;;
	left: 20px;
	z-index: 1;
}


/*--------------------------------------------------------------------------
共通
----------------------------------------------------------------------------*/
body{
	color: #263811;
}
.inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}

h2{
	display: flex;
  align-items: center;
  gap: 18px;              /* 文字と線の間隔 */
  margin: 0;
	margin-bottom: 60px;
}

h2 span{
	  font-family: "Cormorant Garamond", serif; /* お好みで */
  font-weight: 300;
  font-size: 2.2rem;
  letter-spacing: .08em;  /* 画像っぽい間隔 */
  color: #111;
  white-space: nowrap;
}
h2::after{
	content: "";
  height: 1px;
  background: #111;
  flex: 1;                /* 残り幅いっぱい */
  opacity: 1; 
}

.btntxt{
	text-align: center;
	margin-bottom: 10px;
}
.btnArea{
	margin: 0 auto;
}
.btnArea a{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 10px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
}
.btnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
/*--------------------------------------------------------------------------
atmosphere
----------------------------------------------------------------------------*/
.atmosphere .imgArea{
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 44px;
}
.atmosphere .cnt{
  flex: 0 0 20%;
  padding: 2px;                 /* ← 白い余白 */
  box-sizing: border-box;
  background: #fff;  
}
.atmosphere .cnt img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;            /* 画像比率を維持しつつ目一杯 */
}

.atmosphere .txtArea{
	text-align: center;
	margin-bottom: 120px;
}

/*--------------------------------------------------------------------------
content
----------------------------------------------------------------------------*/
.content{
	margin-bottom: 120px;
}
.contentArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}

.contentArea .cnt{
	width: 32%;
}
.contentArea .cnt .txtArea{
	padding: 3%;
}
.contentArea .cnt .img{
	margin-bottom: 5px;
}

.contentArea .cnt .ttl{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.contentArea .cnt .txt{
	font-size: 1rem;
	line-height: 1.5;
}

.content-imgArea{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

/* 本文 */
.descBlock__text{
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

/* 隠しテキスト（表示時にフェードインさせる） */
.descBlock__moreText{
  margin: 0 0 10px;
 font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

/* フェードイン用（JSで付与） */
@keyframes descFadeIn{
  from{ opacity: 0; transform: translateY(6px); }
  to  { opacity: 1; transform: translateY(0); }
}

.descBlock__moreText.is-fadein{
  animation: descFadeIn .35s ease both;
  will-change: opacity, transform;
}

/* トグルボタン */
.descBlock__toggle{
  background: none;
  border: none;
  padding: 0;
  font: inherit;
	font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: baseline;
}

/* …もっと詳しく（通常グレー） */
.descBlock__moreLabel{
  color: #b8b8b8;
}

/* …閉じる（さらに薄いグレー） */
.descBlock__closeLabel{
  color: #d6d6d6; /* さらに薄く */
}

/* hoverは少しだけ濃く（任意） */
.descBlock__toggle:hover .descBlock__moreLabel{
  color: #9e9e9e;
}
.descBlock__toggle:hover .descBlock__closeLabel{
  color: #c8c8c8;
}

/*--------------------------------------------------------------------------
menu
----------------------------------------------------------------------------*/
.menu{
	margin-bottom: 120px;
}
.menu_ul{
	margin: 0 auto 44px;
	width: 100%;
	max-width: 780px;
}
.menu_ul li{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	margin-bottom: 20px;
	letter-spacing: .08em;
}
.dot{
	width: 20%;
	display: flex;
	justify-content: space-between;
}
 .menu_ul li.is-hidden{ display: none; }

  /* 開いている時は hidden を解除 */
  .menu_ul.is-open li.is-hidden{ display: flex; } /* liをflexにしたくないなら block に */

  .menuToggle{
padding: 15px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
    cursor: pointer;
	  	display: block;
	width: 100%;
	max-width: 300px;
  }

.menuToggle:hover{
	opacity: .5;
	transition: all .5s ease;
}


/*--------------------------------------------------------------------------
instagram-sec
----------------------------------------------------------------------------*/
.instagram-sec{
	margin-bottom: 120px;
}
	.instagram{
		margin-bottom: 88px;
	}
/*--------------------------------------------------------------------------
owner
----------------------------------------------------------------------------*/
.owner{
	margin-bottom: 120px;
}
.owner .imgArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 44px;
}
.owner .txtArea{
	text-align: center;
	margin-bottom: 44px;
}
.imgArea{
	text-align: center;
}
.imgArea .owner-img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

.owner .btnArea{
	margin-bottom: 88px;
}
/*--------------------------------------------------------------------------
information
----------------------------------------------------------------------------*/

.info_cnt{
	margin: 0 auto 44px;
	text-align: center;
}

.info_cnt h3{
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.info_cnt p{
	text-align: center;
	margin-bottom: 5px;
}
.info_cnt a{
	text-align: center;
	text-decoration: underline;
	width: 100%;
	margin: 0 auto;
}
.info_cnt a span{
	text-align: center;
	text-decoration: underline;
	display: inline-block;
}

.cnt_img{
	width: 100%;
	max-width: 600px;
}
@media (max-width: 880px){
	
/*--------------------------------------------------------------------------
トップエリア
----------------------------------------------------------------------------*/
.page{
	padding: 0 ;
}

.top-img{
	width: 100%;
	height: 100vh;
	position: relative;
	margin-bottom: 44px;
}

.top-img::before{
	display: block;
	content: "";
	background: url("../img/index/top-img.jpg") no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
.top-img::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background: rgba(0,0,0,.3);
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

.topArea{
	position: absolute;
	color: #fff;
	top: 10px;;
	left: 10px;
	z-index: 1;
}
.rogoArea{
	position: absolute;
	color: #fff;
	top: 57%;
	left: 54%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
	max-width: 100px;
}

.top-img .reservationBtnArea{
	position: absolute;
	top:auto;
	bottom: 5%;
	right: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	z-index: 999;
}
.top-img .reservationBtnArea p{
	color: #fff;
		margin-right: 0;
}
.top-img .reservationBtnArea a{
	color: #fff;
	padding: 10px 30px;
	border: #fff solid 1px;
	transition: all .5s ease;
	width: 90%;
	text-align: center;
}
.top-img .reservationBtnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
.copyArea{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	margin-top: -50px;
	
}

.site-copy{
	font-size:1.2rem;
  letter-spacing:.35em;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  white-space: nowrap;
}

.site-title{
	font-size: .7rem;
}

.top-img .txtArea{
	position: absolute;
	color: #fff;
	bottom: 0;
	top: 67%;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
	text-align: center;
	width: 100%;
}
	.top-img .txtArea p{
		font-size: .8rem;
		line-height: 1.5;
	}

/*--------------------------------------------------------------------------
共通
----------------------------------------------------------------------------*/
body{
	color: #263811;
}
.inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}

h2{
	display: flex;
	align-items: center;
	gap: 18px;              /* 文字と線の間隔 */
	margin: 0;
	margin-bottom: 30px;
}

h2 span{
	  font-family: "Cormorant Garamond", serif; /* お好みで */
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .08em;  /* 画像っぽい間隔 */
  color: #111;
  white-space: nowrap;
}
h2::after{
	content: "";
  height: 1px;
  background: #111;
  flex: 1;                /* 残り幅いっぱい */
  opacity: 1; 
}

.btntxt{
	text-align: center;
	margin-bottom: 10px;
}
.btnArea{
	margin: 0 auto;
}
.btnArea a{
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 15px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
}
.btnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
/*--------------------------------------------------------------------------
atmosphere
----------------------------------------------------------------------------*/
.atmosphere .imgArea{
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 44px;
}
.atmosphere .cnt{
  flex: 0 0 50%;
  padding: 2px;                 /* ← 白い余白 */
  box-sizing: border-box;
  background: #fff;  
}
.atmosphere .cnt img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;            /* 画像比率を維持しつつ目一杯 */
}

.atmosphere .txtArea{
	text-align: center;
	margin-bottom: 44px;
}

/*--------------------------------------------------------------------------
content
----------------------------------------------------------------------------*/
.content{
	margin-bottom: 44px;
}
.contentArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.contentArea .cnt{
	width: 100%;
	margin-bottom: 44px;
}
.contentArea .cnt .txtArea{
	padding: 3%;
}
.contentArea .cnt .img{
	margin-bottom: 5px;
}

.contentArea .cnt .ttl{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.contentArea .cnt .txt{
	font-size: 1rem;
	line-height: 1.5;
}

.content-imgArea{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

/* 本文 */
.descBlock__text{
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

/* 隠しテキスト（表示時にフェードインさせる） */
.descBlock__moreText{
  margin: 0 0 10px;
 font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

.descBlock__moreText.is-fadein{
  animation: descFadeIn .35s ease both;
  will-change: opacity, transform;
}

/* トグルボタン */
.descBlock__toggle{
  background: none;
  border: none;
  padding: 0;
  font: inherit;
	font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: baseline;
}

/* …もっと詳しく（通常グレー） */
.descBlock__moreLabel{
  color: #b8b8b8;
}

/* …閉じる（さらに薄いグレー） */
.descBlock__closeLabel{
  color: #d6d6d6; /* さらに薄く */
}

/* hoverは少しだけ濃く（任意） */
.descBlock__toggle:hover .descBlock__moreLabel{
  color: #9e9e9e;
}
.descBlock__toggle:hover .descBlock__closeLabel{
  color: #c8c8c8;
}

/*--------------------------------------------------------------------------
menu
----------------------------------------------------------------------------*/
.menu{
	margin-bottom: 120px;
}
.menu_ul{
	margin: 0 auto 44px;
	width: 100%;
	max-width: 780px;
}
.menu_ul li{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}
.dot{
	width: 100%;
	display: flex;
	justify-content: flex-end;

}
 .menu_ul li.is-hidden{ display: none; }

  /* 開いている時は hidden を解除 */
  .menu_ul.is-open li.is-hidden{ display: flex; } /* liをflexにしたくないなら block に */

  .menuToggle{
padding: 15px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
    cursor: pointer;
	  	display: block;
	width: 100%;
	max-width: 100%;
  }

.menuToggle:hover{
	opacity: .5;
	transition: all .5s ease;
}
/*--------------------------------------------------------------------------
instagram-sec
----------------------------------------------------------------------------*/
.instagram-sec{
	margin-bottom: 44px;
}
	.instagram{
		margin-bottom: 44px;
	}
	
.instagram-sec .btnArea{
	margin: 44px auto 44px;
	}
.instagram-sec .btnArea a{
	width: 100%;
	max-width: 90%;
	}
/*--------------------------------------------------------------------------
owner
----------------------------------------------------------------------------*/
.owner{
	margin-bottom: 44px;
}
.owner .imgArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 44px;
}
.owner .txtArea{
	text-align: center;
	margin-bottom: 44px;
}
.imgArea{
	text-align: center;
}
.imgArea .owner-img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

.owner .btnArea{
	margin-bottom: 88px;
}
/*--------------------------------------------------------------------------
information
----------------------------------------------------------------------------*/

.info_cnt{
	margin: 0 auto 44px;
	text-align: center;
}

.info_cnt h3{
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.info_cnt p{
	text-align: center;
	margin-bottom: 5px;
}
.info_cnt a{
	text-align: center;
	text-decoration: underline;
	width: 100%;
	margin: 0 auto;
}
.info_cnt a span{
	text-align: center;
	text-decoration: underline;
	display: inline-block;
}

.cnt_img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 0;
}
	.footer-btn{
		margin-bottom: 44px;
	}
}
@media (max-width: 390px){
	
/*--------------------------------------------------------------------------
トップエリア
----------------------------------------------------------------------------*/
.page{
	padding: 0 ;
}

.top-img{
	width: 100%;
	height: 100vh;
	position: relative;
	margin-bottom: 44px;
}

.top-img::before{
	display: block;
	content: "";
	background: url("../img/index/top-img.jpg") no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
.top-img::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background: rgba(0,0,0,.3);
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

.topArea{
	position: absolute;
	color: #fff;
	top: 10px;;
	left: 10px;
	z-index: 1;
}
.rogoArea{
	position: absolute;
	color: #fff;
	top: 57%;
	left: 54%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
	max-width: 90px;
}

.top-img .reservationBtnArea{
	position: absolute;
	top:auto;
	bottom: 5%;
	right: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	z-index: 999;
}
.top-img .reservationBtnArea p{
	color: #fff;
		margin-right: 0;
}
.top-img .reservationBtnArea a{
	color: #fff;
	padding: 10px 30px;
	border: #fff solid 1px;
	transition: all .5s ease;
	width: 90%;
	text-align: center;
}
.top-img .reservationBtnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
.copyArea{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
	margin-top: -50px;
	
}

.site-copy{
	font-size:.8rem;
  letter-spacing:.35em;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  white-space: nowrap;
}

.site-title{
	font-size: .5rem;
}

.top-img .txtArea{
	position: absolute;
	color: #fff;
	bottom: 0;
	top: 67%;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
	text-align: center;
	width: 100%;
}
	.top-img .txtArea p{
		font-size: .8rem;
		line-height: 1.5;
	}

/*--------------------------------------------------------------------------
共通
----------------------------------------------------------------------------*/
body{
	color: #263811;
}
.inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}

h2{
	display: flex;
	align-items: center;
	gap: 18px;              /* 文字と線の間隔 */
	margin: 0;
	margin-bottom: 30px;
}

h2 span{
	  font-family: "Cormorant Garamond", serif; /* お好みで */
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .08em;  /* 画像っぽい間隔 */
  color: #111;
  white-space: nowrap;
}
h2::after{
	content: "";
  height: 1px;
  background: #111;
  flex: 1;                /* 残り幅いっぱい */
  opacity: 1; 
}

.btntxt{
	text-align: center;
	margin-bottom: 10px;
}
.btnArea{
	margin: 0 auto;
}
.btnArea a{
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 15px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
}
.btnArea a:hover{
	opacity: .5;
	transition: all .5s ease;
}
/*--------------------------------------------------------------------------
atmosphere
----------------------------------------------------------------------------*/
.atmosphere .imgArea{
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 44px;
}
.atmosphere .cnt{
  flex: 0 0 50%;
  padding: 2px;                 /* ← 白い余白 */
  box-sizing: border-box;
  background: #fff;  
}
.atmosphere .cnt img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;            /* 画像比率を維持しつつ目一杯 */
}

.atmosphere .txtArea{
	text-align: center;
	margin-bottom: 44px;
}

/*--------------------------------------------------------------------------
content
----------------------------------------------------------------------------*/
.content{
	margin-bottom: 44px;
}
.contentArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.contentArea .cnt{
	width: 100%;
	margin-bottom: 44px;
}
.contentArea .cnt .txtArea{
	padding: 3%;
}
.contentArea .cnt .img{
	margin-bottom: 5px;
}

.contentArea .cnt .ttl{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.contentArea .cnt .txt{
	font-size: 1rem;
	line-height: 1.5;
}

.content-imgArea{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

/* 本文 */
.descBlock__text{
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

/* 隠しテキスト（表示時にフェードインさせる） */
.descBlock__moreText{
  margin: 0 0 10px;
 font-size: 1rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

.descBlock__moreText.is-fadein{
  animation: descFadeIn .35s ease both;
  will-change: opacity, transform;
}

/* トグルボタン */
.descBlock__toggle{
  background: none;
  border: none;
  padding: 0;
  font: inherit;
	font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: baseline;
}

/* …もっと詳しく（通常グレー） */
.descBlock__moreLabel{
  color: #b8b8b8;
}

/* …閉じる（さらに薄いグレー） */
.descBlock__closeLabel{
  color: #d6d6d6; /* さらに薄く */
}

/* hoverは少しだけ濃く（任意） */
.descBlock__toggle:hover .descBlock__moreLabel{
  color: #9e9e9e;
}
.descBlock__toggle:hover .descBlock__closeLabel{
  color: #c8c8c8;
}

/*--------------------------------------------------------------------------
menu
----------------------------------------------------------------------------*/
.menu{
	margin-bottom: 120px;
}
.menu_ul{
	margin: 0 auto 44px;
	width: 100%;
	max-width: 780px;
}
.menu_ul li{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}
.dot{
	width: 100%;
	display: flex;
	justify-content: flex-end;

}
 .menu_ul li.is-hidden{ display: none; }

  /* 開いている時は hidden を解除 */
  .menu_ul.is-open li.is-hidden{ display: flex; } /* liをflexにしたくないなら block に */

  .menuToggle{
padding: 15px 30px;
	background: #263811;
	color: #fff;
	text-align: center;
	margin: 0 auto;
		transition: all .5s ease;
    cursor: pointer;
	  	display: block;
	width: 100%;
	max-width: 100%;
  }

.menuToggle:hover{
	opacity: .5;
	transition: all .5s ease;
}
/*--------------------------------------------------------------------------
owner
----------------------------------------------------------------------------*/
.owner{
	margin-bottom: 44px;
}
.owner .imgArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 44px;
}
.owner .txtArea{
	text-align: center;
	margin-bottom: 44px;
}
.imgArea{
	text-align: center;
}
.imgArea .owner-img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

.owner .btnArea{
	margin-bottom: 88px;
}
/*--------------------------------------------------------------------------
information
----------------------------------------------------------------------------*/

.info_cnt{
	margin: 0 auto 44px;
	text-align: center;
}

.info_cnt h3{
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.info_cnt p{
	text-align: center;
	margin-bottom: 5px;
}
.info_cnt a{
	text-align: center;
	text-decoration: underline;
	width: 100%;
	margin: 0 auto;
}
.info_cnt a span{
	text-align: center;
	text-decoration: underline;
	display: inline-block;
}

.cnt_img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 0;
}
	.footer-btn{
		margin-bottom: 44px;
	}
}
