@charset "UTF-8";

.toumei {
  background-color:rgba(0, 0, 0, 0.0);  
}

.el_humburger {
  position: fixed;
  top: 25px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;

}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: #212121;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*OPEN後のナビゲーション*/

.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(241, 236, 227, 1);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
h2.navttl {
  font-size: 15px;
  letter-spacing: 0.05em;	   
}

.navigation {
 padding: 100px 0 0 0;
 text-align: center;
 width: 100%;
 margin: 0 auto 0 ;
 font-family: ltc-goudy-oldstyle-pro, serif;
 font-style: normal;
 font-weight: 400;
}

.navigation_item {
  font-size: 25px;
  letter-spacing: 0.15em;
}
		   		   		   
.inSite {
  border-bottom: solid 1px #b5985a;
  padding: 20px 0 20px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
}
.linkMarg {
	padding: 50px 0 30px 0;
}
		   
.link {
	font-size: 16px;
	padding-top: 20px;	
}
.link2 {
	font-size: 16px;
	padding-top: 0px;
}
		     
.navigation_item > a {
  color: #212121;
  text-decoration: none;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}