@charset "UTF-8";
a:hover img{
opacity:0.6;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
.ul_h2 {
	border-bottom: 1px solid #E3E3E3;
	padding: 2px 20px;
	display: inline-block;
	text-align: center;
	}
.square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	color: #5E3C29;
	border: 1px solid #5E3C29;
	transition: .4s;
}

.square_btn:hover {
	background-color: #5E3C29;
	color: #FFFFFF;
}
.square_btn2{
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding: 0.25em 0;
	color: #5E3C29;
}

.square_btn2:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 100%;
	left: 0;
	border-radius: 3px;
	background: #5E3C29;
	transition: .2s;
}

.square_btn2:hover:before {
	top: -webkit-calc(100% - 3px);
}
/*↓リンクの下線はなし、マウスオンで下線なし*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:link {
	color: #6C6C6C;
}　/*訪問済みリンクの色*/
a:hover {
}　/*マウスオン時のリンクの色*/
a:active {
}　/*クリックしている時のリンクの色*/

#contents {
  z-index: 0;
  font-size: 16px;
}
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}
#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
　　display: none;
　　width: 500px;
　　height: 300px;
　　margin: 0;
　　padding: 0;
　　background-color: #ffffff;
　　color: #666666;
　　position:fixed;
　　z-index: 2;
}
/* モーダル 背景エリア */
#modal-bg {
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}
.footer-menu {
	font-size: 0.85em;
	margin-left: 3%;
}
.footer-menu a{
	color: #FFFFFF;
}
.footer-back {
	background-image: url(../images/back-style.jpg);
	padding-top: 25px;
	color: #FFFFFF;
	clear: none;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-bottom: 0px;
	font-size: 0.9em;
	background-position: center center;
	background-size: cover;
	background-repeat: repeat-y;
}
.sns-box {
	margin-bottom: 5px;
	text-align: center;
	clear: left;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 100%;
}
.sns-box2 {
	margin-bottom: 5px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 50px;
}
.home-bot {
	width: 132px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background-image: url(../images/back-style.jpg);
	height: 52px;
	opacity: 0.9;
}
.footer-sns {
	overflow: hidden;
}
.sns-center {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
}
