/**************** COMMON ****************/
body {
	font-family: 'Noto Serif JP', serif;
	/*font-weight: 100; /* thin 
	font-weight: 300; /* light 
	font-weight: 400; /* normal 
	font-weight: 500; /* medium 
	font-weight: 700;  bold */
}

a {
}
a:hover {
text-decoration:none;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: auto;
    text-align: center;
	font-weight: bold;
	font-size: 120%;
    display: block;
	background-color:#680020;
	padding: 1.5em 0.5em;
}
#page-top a:hover {
    text-decoration: none;
	opacity:0.7;
}

#copyright {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight:900;
	text-align: center;
	margin-top: 5em;
	padding-top: 30px;
	padding-bottom: 1em;
	color: #fff;
	font-size: 80%;
}

#copyright #kdbnr {
	display: block;
	margin-bottom: 1em;
}
#copyright address {
	
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }




/**************** Slick Slider ****************/
.multiple { padding: 0;}
.multiple img {
	width: 100%;
}
.multiple div { margin: 0 5px;}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}	
	
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:751px){


	

}




/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:750px){

	#kdbnr img { width:80%;}


	

	
}