charset "UTF-8";

/* -------------------------------------

 style

------------------------------------- */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	background: #DCDCDC;
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", "sans-serif";
	font-size: 20px;
}
.site-header{
	background: rgba(255,255,255,0.5);
	display: flex;
	padding: 60px 20px;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
	z-index: 100;
}
.site-header.transform{
	background: rgba(255,255,255,1);
	padding: 20px;
}

.site-logo img{
	height: 60px;
	width: auto;
}


.gnav__menu{
	display: flex;
}
.gnav__menu__item{
	margin-left:30px;
        font-size: 25px;

}
.gnav__menu__item a{
	color: #000000;
	text-decoration: none;
}

.hero{
	max-height: 500px;
	overflow: hidden;
}
.hero img{
	height: auto;
	width: 100%;
}



#slideshow {
   position: center;
   width:  1053px; /* 画像の横幅に合わせて記述 */
   height: 345px; /* 画像の高さに合わせて記述 */
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}

#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow img.last-active {
   z-index: 9;
}



.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
	width: 800px;
}
.content p{
	margin-bottom: 40px;
}
.site-footer{
	background: #A9A9A9;
	padding: 80px 0;
}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.mein{
     background: #FFFFFF;
    width: 600px;
    height:700px;
    padding: 10px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 530px auto;
}


.mein2{
    background: #ffffff;
    width: 800px;
    height:400px;
    padding: 10px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 530px auto;
}

.mein3{
    background: #ffffff;
    width: 800px;
    height:400px;
    padding: 10px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 530px auto;
}


