@charset "utf-8";
/*--------------------------------------------------------------
>>> RAYMIX CSS:
----------------------------------------------------------------
		1. RESET
		2. BASIC
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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.4rem;
	color:#383838;
	background:#fff;
	position: relative;
	line-height: 1.8;
	box-sizing: border-box;

}
.mincho {
	font-family: 'YuMincho','Yu Mincho','游明朝体',serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
	color: #383838;
}
a:hover {
	color: #7b1218;
}
a:hover, a:hover img {
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
a:hover, a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	width:100%;
	max-width:100%;
	height:auto;
}
.inb {
	display: inline-block;
}
.emphasis {
	font-size: 1.2em;
	font-weight: 800;
}
/*slick slide用*/
	.slick-slide img.pc {
		display: none;
}

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

	body {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	img {
		width:100%;
		max-width:100%;
		height:auto;
	}
}

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