@charset "utf-8";
/* CSS Document */
/*プロフィール*/
#index-m{
	height: 60px;
	background-color: #1F1714;
}

#profile{
	margin-bottom: 2.0rem;
}
#profile img{
	width: 100%;
}
#profile h3 {
    margin: 2.0rem 0;
}
.profile{
	border: #8E814C solid 5px;
}
.pro-t{
	margin: 1.0rem 2.0rem;
	padding: 2px 0;
	border-top: #8E814C solid 3px;
	border-bottom: #8E814C solid 2px;
}
.pro-t h4{
	margin: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: #8E814C solid 1px;
	border-bottom: #8E814C solid 1px;
	text-align: center;
	font-size: 18px;
}
.pro-t h4 span{
	display: block;
	font-size: 14px;
}
.pro-1{
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}
.pro-2{
	margin: 0 2.0rem;
	text-align: left;
	font-family: 'Kosugi Maru', sans-serif;
}
table{
	background-color: rgba(255,255,255,0.75);
}

/*スライドショー*/
.gallery{
	width: 100%;
	overflow: hidden;
}
.gallery-slider{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.swiper-slide{
	width: auto;
}
.swiper-slide img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.gallery-thumbs{
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide{
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide img:active{
	opacity: 1;
}
.gallery-thumbs .swiper-slide img{
	width: auto;
	height: 100%;
}
@media screen and (max-width:768px) {
}