@charset "utf-8";
/*--------------------------------------------------------------
>>> RAYMIX CSS:
----------------------------------------------------------------
		1. RESET
		2. BASIC
		3. STYLE
		4. PARTS
		5. HEADER
		6. FOOTER
		7. toTOP
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. RESET
--------------------------------------------------------------*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-size:inherit;font-weight:inherit;}
legend{color:#000}
*{zoom: 1;}
img{vertical-align: bottom;}
:focus{outline:none;}
/*--------------------------------------------------------------
2. BASIC
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	width:100%;
	font-size: 1.3rem;
	color:#383838;
	background:#fff;
	position: relative;
	line-height: 1.8;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #383838;
}
a:hover, a:hover img {
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}

a:hover, a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	max-width:100%;
	height:auto;
}
.sml {
	font-size: 0.9em;
}
.xsml {
	font-size: 0.8em;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
.txt_c {
	text-align: center;
}
.sp_mgb {
	margin-bottom: 20px;
}
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0,20px);
          transform: translate(0,20px);
}
.fade-in.active {
  opacity: 1;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
  transition: opacity 0.8s linear 0s,transform 0.8s linear 0s,-webkit-transform 0.8s linear 0s;
}

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

	body {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	img {
		width:auto;
		max-width:100%;
		height:auto;
	}
	.sp_mgb {
		margin-bottom: 0;
	}
	.fl.fade-in {
  	opacity: 0;
  	-webkit-transform: translateX(-50px);
          	transform: translateX(-50px);
	}
	.fr.fade-in {
  	opacity: 0;
  	-webkit-transform: translateX(50px);
          	transform: translateX(50px);
	}
	.fr.fade-in.active, .fl.fade-in.active {
  	opacity: 1;
  	-webkit-transform: translate(0,0);
          	transform: translate(0,0);
  	transition: opacity 0.8s linear 0s,transform 0.8s linear 0s,-webkit-transform 0.8s linear 0s;
	}
}
/*--------------------------------------------------------------
3. STYLE
--------------------------------------------------------------*/
/* width */
.w_base,{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/* font */
.serif {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.jfn {
	font-family: 'Josefin Sans', sans-serif;
}
/* background */
.linear {
	background: linear-gradient(#fff, #f3f3f3);
}
.greybk {
	background-color: #efefef;
}
/*slick slide用*/
	.slick-slide img.pc {
		display: none;
}

/* move */
.mo {
	opacity: 0;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
}
.mo.ve {
	opacity: 1;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
}

@media screen and (min-width: 768px){
	
	/*slick slide用*/
	.slick-slide img.pc{
		display: block;
	}
	.slick-slide img.sp{
		display: none;
	}
}
/*--------------------------------------------------------------
4. PARTS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5. HEADER
--------------------------------------------------------------*/

/*header*/
header {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 500;
	/*box-shadow:0px 0px 10px 2px #cccccc;*/
	background-color: #fff;
	opacity:0.9;
}

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

}

/*--------------------------------------------------------------
6. FOOTER
--------------------------------------------------------------*/
#page_top {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	opacity: 0.8;

}
.pagetop {
	background-color: #fff;
	width: 50px;
	margin: 0 auto;
	margin-top: -30px;
}
.pagetop img {
	height: 35px;
}

.footer_navi {
	background-color: #fff;
	width: 80%;
	height: auto;
	margin: 40px auto;
	font-size: 1.3rem;
}
.footer_navi li {
	display: block;
	margin: 10px 0;
	padding: 10px 0;
}
.footer_logo {
	text-align: center;
}
.footer_logo img {
	width: auto;
	height: 70px;
	padding: 50px 0 5px 0;
}
.footer_logo p {
	margin: 10px auto;
	margin-top: 30px;
}
.copy {
	background: #0e0e0e;
	color: #fff;
	height: 15px;
	text-align: center;
	font-size: 1rem;
	padding: 3px;
}

@media screen and (min-width: 768px){
	#page_top {
		border-bottom: 0;
		padding: 10px 0;
		position: relative;
	}

	.footer_navi {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.footer_navi li {
		display: inline-block;
		margin: 15px;
	}
	
}