@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 13px;
	font-size: 0.999999994rem;
	line-height:1.8em;
}

body {
	position:relative;
	background:#f9f4ee;
	margin: 0;
	padding: 0;
}




img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}


.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

header#header {
	width:100%;
	display:block;
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}

#header nav ul {
	text-align: right;
	margin-right:80px;
}
#header nav ul li {
	display:inline-block;
	margin:0 20px;
}
#header nav ul li a {
	display:block;
	padding:5px;
	font-size:16px;
	color:#4D4630;
	text-decoration: none;
}

#menu {
		display:none;
	}

.logo {
	width:460px;
	float:left;
}
.logo h1 {font-weight:100;
color:#E16046;
	font-size:13px;
}
.logo a{
	display:inline-block;
}


.bg-wh {
	background:#FFF;
}

.bg-tit1 {
	background:url("img/bg-tit1.jpg") left center no-repeat;
	background-size:cover;
}
.bg-tit2 {
	background:url("img/bg-tit2.jpg") left center no-repeat;
	background-size:cover;
}

.ctit-wk {
	padding:90px 0 30px;
}
.ctit {
	background:rgba(255,255,255,0.8);
	width:80%;
	margin:0 auto;
	max-width:550px;
	text-align: center;
	font-size:36px;
	color:#424242;
}

.inner0 {
	width:90%;
	margin:0 auto;
	position:relative;
}
.inner {
	width:96%;
	padding:2%;
	margin:0 auto;
	max-width:1200px;
	position:relative;
/*	display:flex; 
	align-items: flex-start;*/
}



/*====フェードイン===============*/

.slider {
	overflow: hidden;
}
.slider_css {
  height: 700px;
  margin: 0 auto;
  position:relative;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  background-position:center center;
  width: 100%;
  height: 700px;
  position:absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css ul li:nth-child(1) {
  background-image: url("img/topimg01.jpg");
  animation-name: slider-zoomin;
  animation-delay: 0s;
}
.slider_css ul li:nth-child(2) {
  background-image: url("img/topimg02.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 10s;
}
.slider_css ul li:nth-child(3) {
  background-image: url("img/topimg03.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 20s;
}
.slider_css ul li:nth-child(4) {
  background-image: url("img/topimg04.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 30s;
}
.slider_css ul span {
  display:block;
 width:100%;
 float:left;
 text-align:center;
  position:absolute;
  margin:0 auto;
  bottom:5%;
  z-index:500;
  animation-name: none;
  animation-delay: 0;
}
.slider_css ul span img {
	width:auto;
}


@media only screen and (max-width: 768px) {
  .slider {
	padding-bottom: 0;
}
   .slider_css {
    height: 340px;
  }


  .slider_css ul li {
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center top;
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*====/フェードイン===============*/


#shop {
	background:#FFF;
	padding:20px 0 60px;
}
#recruit {
	padding:50px 0;
}
#insta {
	background:#FFF;
	padding:50px 0;
}
#footer {
	padding:30px 0;
}
#footer2 {
	background:#FFF;
	padding:10px 0;
	text-align: center;
}
#footer2 img {
	max-width:240px;
}


.title {
	margin:40px auto 24px;
	font-size:32px;
	color:#988459;
}

.px12,.px12 br  {
	font-size:12px;
	line-height:1.4em;
}

.px20 {
	font-size:20px;
	margin-bottom:10px;
}
.px18 {
	font-size:18px;
}
.px16 {
	font-size:16px;
}
.red {
	color:#e60012;
}

a.btn {
	display:inline-block;
	padding:12px 40px;
	min-width:300px;
	text-align:center;
	color:#FFF;
	text-decoration: none;
	background:url("img/bg-btnyj.png") left top no-repeat #af9d88;
	background-size:auto 100%;
}

a.shoplist {
	display:block;
	position: relative;
	text-decoration: none;
}
a.shoplist .simg {
	display:block;
}
a.shoplist .stit {
	display:inline-block;
	width:64%;
	background:#af9d88;
	color:#FFF;
	margin:-20px -32% 10px;
	padding:10px 20px;
	position:absolute;
}
a.shoplist .scont {
	color:#000;
	margin:40px auto 20px;
}

.wk-recrt {
	position:relative;
	width:36%;
	float:left;
	background:rgba(255,255,255,0.8);
	margin-top:3%;
	padding:3% 2%;
	z-index:20;
}
.wk-recrt .title {
	margin-top:0;
}

.wk-recrt .btn {
	position:absolute;
	bottom:-30px;
}

.p-recrt {
	position:absolute;
	width:70%;
	right:0;
	z-index:1;
}


.wk-policy {
	border:solid 1px #939393;
	padding:30px;
	text-align: left;
	margin:20px 20px;
}
.wk-policy .title {
	margin:0;
}



.tekiyou th {
	text-align: left;
	color:#999;
	padding:20px;
	border-bottom: solid 2px #999;
}
.tekiyou td {
	padding:20px;
	border-bottom: solid 1px #999;
}


.shop-top {
	margin:50px 0 0;
	position:relative;
	width:100%;
}
.shop-p {
	width:84%;
	float: right;
}
.shop-logo {
	width:30%;
	text-align: center;
	float:left;
	padding:4% 2%;
	background:rgba(255,255,255,0.75);
	position:absolute;
	top:10%;
	left:0;
}

img.aoba01 {
	width:35%;
	float:left;
	margin-top:10%;
	margin-left:20%;
}
img.sumire01 {
	width:45%;
	float:left;
	margin-top:10%;
	margin-left:10%;
}
img.sumire02 {
	width:24%;
	float:left;
	margin-left:5%;
}
img.aoba02 {
	width:24%;
	float:right;
	margin-right:5%;
}
img.aoba02l {
	width:24%;
	float:left;
	margin-left:5%;
}
img.aoba03 {
	width:40%;
	float:left;
	margin-top:6%;
	margin-left:0;
}
img.sumire03 {
	width:45%;
	float:right;
	margin-top:6%;
	margin-right:0;
}
img.aoba04 {
	width:30%;
	float:left;
	margin-top:6%;
	margin-left:10%;
}


.footmenu {
	margin-top:40px;
	color:#666;
}
.footmenu a {
	font-size:12px;
	color:#666;
	text-decoration: none;
}



input[type="text"], textarea {
	padding:1em;
font-size:14px;
	width:90%;
}
input[type="text"].short {
	width:50%;
}

input[type="submit"], input[type="button"]{
padding:1em;
width: 80%;
margin: 0 auto;
display:block;
max-width:300px;
font-size:16px;
border-radius:2px;
background:#000;
color:#FFF;
}
input[type="submit"]:hover, input[type="button"]:hover{
background:#666;
}



/*insta*/

.insta-wrapper {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
iframe.insta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.insta {
	display:inline-block;
	margin:30px auto 0;
	padding:10px 0 10px 40px;
	background:url("img/i-insta.png") left center no-repeat;
	background-size:30px 30px;
	color:#323232;
	text-decoration: none;
}







.sns-link a {
	display:inline-block;
	width:50px;
}

.s_question {
	background:url("./img/bt-plus.png") right 10px center no-repeat #e60012;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
}
.s_question.on{
	background:url("./img/bt-minus.png") right 10px center no-repeat #e60012;
}
.s_answer {
	background:#fde9de;
	padding:10px 20px 20px;
	display: none;
}
/*--------QA----------*/
/*　Q&A
-------------------------*/


.s_question:hover{
	cursor:pointer;
}




a.tellink {
	color:#000;
	text-decoration:none;
}








.block2 li {
		display:block;
		width:48%;
		margin:0 4% 0 0;
		float:left;
		text-align: center;
	}
.block2 li:nth-child(2n) {
	margin:0;
}
.block2 li.nagare {
		width:53.52%;
}
.block2 li.koe {
		width:42.477%;
}
.block3 li {
		display:block;
		width:30.66%;
		margin:0 4% 30px 0;
		float:left;
		text-align: center;
	}
.block3 li.ysmall {
		display:block;
		width:33%;
		margin:0 0 30px 0;
		float:left;
		text-align: center;
	}
.block3 li:nth-child(3n), .block3s li:nth-child(3n) {
	margin:0;
}
.block3 li.gokaku {
	width:100%;
	margin:0;
}
.block3 li.sp0 {
	margin-bottom:10px;
}



a#ptop {
	display:block;
	position:fixed;
	width:50px;
	height:50px;
/*	background:rgba(255,255,255,0.5);*/
	right:10px;
	bottom:10px;
}














a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.clear {clear:both;}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}










.pc-left{float:left;}
.pc-right{float:right;}

.pc-center {
	text-align: center;
}




img.img100 {width:100%;}



.pc-view {display:block;}
.sp-view {display:none;}

sup {font-size:11px;}





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

.logo {
	width:70%;
	float:left;
}
	
	#menu {
		display:block;
	}
.pc-view {display:none;}
.sp-view {display:block;}
	
.pc-center {
	text-align: left;
}

	
.title {
	font-size:24px;
}

a.btn {
	min-width:240px;
	max-width: 300px;
	line-height: 1.1em;
}	
	
a.shoplist .stit {
	width:90%;
	margin-left:-45%;
	}

	
.wk-recrt {
	position:relative;
	width:94%;
	float:left;
	background:rgba(255,255,255,0.8);
	margin-top:3%;
	padding:3% 2%;
	z-index:20;
}
.p-recrt {
	position:absolute;
	width:90%;
	right:0;
	top:100%;
	z-index:1;
	margin-bottom:40px;
}
	
	
	
	
	
/*insta*/
	
.insta-wrapper {
  position: relative;
  width: 100%;
  padding-top: 250%;
}
iframe.insta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}		
	

	
	
.shop-p {
	width:100%;
	float: none;
}
.shop-logo {
	width:80%;
	text-align: center;
	float:none;
	padding:4% 2%;
	background:rgba(255,255,255,0.75);
	position:relative;
	margin:-30px auto 30px;
}

img.aoba01 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.sumire01 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.sumire02 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.aoba02 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.aoba02l {
	width:100%;
	float:none;
	margin:0 auto;
}
img.aoba03 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.sumire03 {
	width:100%;
	float:none;
	margin:0 auto;
}
img.aoba04 {
	width:100%;
	float:left;
	margin:0 auto;
}
	
	
	
	




.s_question {
	background:url("./img/bt-plus.png") right 10px center no-repeat #e60012;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:10px 40px 10px 10px;
}
.s_answer {
	padding:10px 20px 20px;
	display: none;
}
	
.tekiyou th, .tekiyou td {
	width:auto;
	display:block;
	clear:both;
}
.tekiyou th {
	border-bottom: dotted 1px #999;
	padding:10px;
}
.tekiyou th.first {
	border-top: solid 2px #999;
	}
.tekiyou td {
	padding:20px;
	border-bottom: solid 2px #999;
	padding:10px;
}
	
	
	
	
	
	
	
	
	
	

.block2 li, .block3 li, .block3 li:nth-child(3n), .block3 li.ysmall  {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
}
.block2 li:nth-child(2n) {
	margin:0 0 20px;
}
.block2 li.nagare  {
		width:100%;
		margin-right:0;
		margin-bottom:0;
		text-align: center;
}
.block2 li.koe  {
		width:100%;
		margin-bottom:0;
		text-align: center;
}
.block2 li.nagare img, .block2 li.koe img {
		display:block;
		margin:0 auto;
}
.block2 li.nagare img.pc-view, .block2 li.koe img.pc-view {
		display:none;
}
	

	
a.btnimg img {
	display:inline-block;
	max-width:200px;
}

	.foottbl td {
		display: block;
		clear:both;
	}
a#ptop {
	width:30px;
	height:30px;
}


	
	

}
