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

/*--------------------------------------------------------------
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: 2;
}
a {
	text-decoration: none;
	color: #383838;
}
a:hover, a:hover img {
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img {
	max-width:100%;
	height:auto;
}

h1 {
	font-size: 150%;
	line-height: 1.5;
}
h2 {
	font-size: 180%;
	line-height: 1.5;
}
h3 {
	font-size: 150%;
	line-height: 1.5;
}
.serif {
	font-family: 'Noto Serif JP','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',serif;
	-webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
.ctr {
	text-align: center;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
.mgt {
	margin-top: 30px;
}
.pdt20 {
	padding-top: 20px;
}
.mgb {
	margin-bottom: 50px;
}
.small {
	font-size: 90%;
}
/* move */
.mo{
	opacity: 0;
  	-webkit-transition: 2s ease 0s;
  	transition: 2s ease 0s;
}
.mo.ve{
	opacity: 1;
 	-webkit-transition: 2s ease 0s;
  	transition: 2s ease 0s;
}
/*slick slide用*/
	.slick-slide img.pc{
		display: none;
	}

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

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

	/*slick slide用*/
	.slick-slide img.pc{
		display: block;
	}
	.slick-slide img.sp{
		display: none;
	}
	
}
/*--------------------------------------------------------------
3. STYLE
--------------------------------------------------------------*/
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	box-shadow:0px 0px 10px 2px #cccccc;
	background-color: #fff;
	opacity:0.8;
}
.logo{
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #fff;
  	box-sizing: border-box;
  	height: 55px;
}
.logo img{
	width: auto;
	height: 55px;
}

/*slide*/
.js_mv_sld img{
	width: 100%;
}
.mv_wrap{
	position: relative;
	padding-top: 56px;
}
.navi{
	text-align: center;
	z-index: 50;
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(255,255,255,0.7);
	box-shadow:5px 0px 0px 0px #cccccc;
	font-size: 120%;

}

.navi li {
	display: inline-block;
	padding: 10px 20px;
}
.arrow {
	color: #87794c;
}

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

	header{
		min-width: 1040px;
		height: 72px;
		padding: 0;
		box-sizing: border-box;
	}
	.desc{
		font-size: 0.9rem;
		text-align: center;
	}
	.mv_wrap{
	padding-top: 72px;
	}
}

/*concept*/
.concept {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.concept h1 {
	margin: 35px 0;
}
.main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

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

	.concept {
	width: 660px;
	}
	.concept h1 {
	margin: 50px 0;
}
	article {
		display: inline-block;
		width: 350px;
		vertical-align: top;
		min-height: 850px;
		margin: 20px;
	}
}


/*shop*/
.shop {
	background-color: #f1ebe3;
	padding: 20px;
	text-align: center;
	margin-bottom: 1px;
}
.shop .inb li {
	display: inline-block;
	border: 1px solid #000;
	font-size: 90% !important;
	padding: 0 10px;
	margin: 0 5px;
}
.shop p {
	margin: 10px 0;
}
.intro {
	padding: 20px;
}
.intro p {
	text-align: left;
	margin: 20px 0;
}
/* .btn {
	display: flex;
	justify-content: center;
} */

.btn li {
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));

}
.btn li a {
	display: block;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	padding: 10px;
	text-align: center;
	margin: 20px auto;

}
.btn li a:hover {
	display: block;
	background: #87794c;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
}

@media screen and (min-width: 768px){
	.intro p {
		min-height: 350px;
	}
	.shop .inb li {
		font-size: 80%;
	}
	.btn li a {
		width: 300px;
	}
	.btn li a:hover {
		width: 300px;
	}

}
/* 光らせるためのstyle */
.shine{
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

/*corona*/
#corona {
	width: 90%;
	margin: 50px auto;
	text-align: center;
	padding-top: 30px;
}
#corona h3 {
	color: #00a59f;
	font-weight: 800;
}
#corona p {
	margin: 30px 10px;
	text-align: left;
}

@media screen and (min-width: 768px){
	#corona {
	width: 800px;
	margin: 80px auto;
	padding-top: 100px;
	}
	#corona img {
		width: 600px;
	}
}

/*footer*/
footer {
	margin-top: 50px;
	text-align: center;
}

footer p {
	margin-top: 10px;
}

footer li {
	display: block;
	margin: 50px;
	border: 1px solid #999;
	border-radius: 30px;
	padding: 20px;
}

.footer_logo {
	width: 150px;
	vertical-align: middle;
}
.name {
	font-size: 120%;
	line-height: 1.5;
}
.tel {
	font-size: 150%;
	line-height: 1.5;
}
.goup {
	width: 20px;
}
#page_top {
	font-size: 0.8em;
	height: 40px;
	width: 40px;
	text-align: center;
  	position: fixed;
  	right: 0;
  	bottom: 0;
  	z-index: 999;
  	background: rgb(0,0,0,0.1);
  	padding: 10px;
}
#page_top a{
	height: 40px;
	width: 40px;
  	position: relative;
  	display: block;
  	text-decoration: none;
}
.copyright {
	font-size: 80%;
	text-align: center;
}

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

	footer li {
	display: inline-block;
	margin: 20px 20px 50px 20px;
	}

	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
	#page_top {
		padding: 10px;
	}
}
