@charset "UTF-8";

/*Main Visual*/
.mvDiv {
    visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;
	z-index: 1;
}
.mv {
	position: relative;
}
.pct {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    filter: alpha(opacity=000);
    -moz-opacity: 0.0;
    opacity: 0.0;

    -webkit-transition  : opacity 6000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -moz-transition     : opacity 6000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -ms-transition      : opacity 6000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    -o-transition       : opacity 6000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition          : opacity 6000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.pct img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -moz-transform: scale(1.2,1.2) ;
    -webkit-transform: scale(1.2,1.2) ;
    -o-transform: scale(1.2,1.2) ;
    -ms-transform: scale(1.2,1.2) ;
    transform: scale(1.2, 1.2) ;

}
.slider {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.fade {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;

    -webkit-transition  : -webkit-transform 12000ms cubic-bezier(0, 0, 1, 1);
    -moz-transition     : -moz-transform 12000ms cubic-bezier(0, 0, 1, 1);
    -ms-transition      : -ms-transform 12000ms cubic-bezier(0, 0, 1, 1);
    -o-transition       : -o-transform 12000ms cubic-bezier(0, 0, 1, 1);
    transition          : transform 12000ms cubic-bezier(0, 0, 1, 1);

    -moz-transform: scale(1,1) !important;
    -webkit-transform: scale(1,1) !important;
    -o-transform: scale(1,1) !important;
    -ms-transform: scale(1,1) !important;
    transform: scale(1, 1) !important;
}
.notice {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: right;
	z-index: 2;
}
.notice .wrap {
	margin: 0 30px 30px 0;
}
.notice .wrap img {
	width: 360px;
	height: auto;
}
.attention {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 360px;
	text-align: right;
	z-index: 2;
}
.attention .wrap {
	margin: 0 30px 30px 0;
	padding: 15px;
	font-size: 75%;
	line-height: 1.6;
	text-align: left;
	background-color: rgba(255,255,255,0.6);
	border: #ccc solid 1px;
}
.scroll {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1040px;
	text-align: center;
	z-index: 2;
}
.scroll .wrap {
	width: 80px;
	margin: 0 auto;
}
.scroll a {
	display: block;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.scroll a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}

.scroll .txt {
	font-family: 'Lora', serif;
	font-size: 15px;
	margin-bottom: 10px;
}
.scroll .line {
	background-color: #333;
	width: 1px;
	height: 60px;
	margin: 0 auto;
}

/*Contents*/
#contents, footer {
	z-index: 2;
}
section {
	background-color: #fff;
}
#contents h2 {
	font-size: 34px;
	letter-spacing: 2px;
}
#contents p {
	font-size: 16px;
	line-height: 2;
}
#contents .center h2 {
	margin-bottom: 50px;
}

/*About*/
.about {
	background: url(../img/top/img_about.jpg) no-repeat;
	background-size: cover;
	height: 900px;
}
.about .left {
	width: 800px;
	position: relative;
	top: 200px;
	left: 250px;
}
.about h2 img {
	width: 347px;
	height: auto;
	margin-bottom: 20px;
}
.about h2.newcopy img {
	width: 448px;
}
.about p {
	margin-bottom: 40px;
	line-height: 2.4;
}

/*Concept*/
.concept {
	padding-top: 150px;
}
.concept h2 img {
	width: auto;
	height: 84px;
}

/*Season*/
.season {
	padding-top: 150px;
}
.season h2 img {
	width: auto;
	height: 84px;
}
.season .lineup {
	display: block;
}
.season .lineup > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.season .lineup:hover{
	opacity: 0.7;
}

/*Pick up*/
.pickup {
	padding-top: 150px;
}
.pickup h2 img {
	width: 207px;
	height: auto;
}
.pickup .carousel ul {
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 -380px;
}
.pickup .carousel a {
	display: block;
	position: relative;
	background-color: #f8f7f0;
	text-align: center;
	margin: 0 1px;
	height: 360px;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.pickup .carousel a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
.pickup .carousel .wrap img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	margin: auto;
}
.pickup .carousel .wrap h5 {
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
	margin: auto;
	width: 360px;
}

/*Products*/
.products {
	padding-top: 150px;
}
.products h2 img {
	width: auto;
	height: 23px;
}
.products .productsLink {
	overflow: hidden;
	width: 1040px;
	margin: 50px auto 0;
}
.products .productsLink a {
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.products .productsLink a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
.products .productsLink .wrap ul {
	letter-spacing: -.40em;
}
.products .productsLink .wrap li {
	position: relative;
	float: left;
}
.products .productsLink .wrap li:nth-child(even) {
	float: right;
}
.products .productsLink h3 img {
	width: auto;
	height: 20px;
}
.products .productsLink h3.cat1 {
	position: absolute;
	bottom: 40px;
	left: 212px;
}
.products .productsLink h3.cat2 {
	position: absolute;
	top: 80px;
	left: 300px;
}
.products .productsLink h3.cat3 {
	position: absolute;
	top: 80px;
	left: 300px;
}

/*Service*/
.service {
	padding-top: 150px;
}
.service h2 img {
	width: auto;
	height: 23px;
}
.service .banner {
	overflow: hidden;
	width: 1040px;
	margin: 50px auto 0;
}
.service .banner .wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service .banner .wrap li {
	width: 517px;
	text-align: center;
}
.service .banner .wrap li a {
	display: block;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.service .banner .wrap li a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
.service .banner .wrap li > a > img {
	max-width: 100%;
}
.service .banner .wrap li h3 img {
	width: auto;
	height: 17px;
	margin-top: 35px;
}

/*News*/
.news {
	padding-top: 150px;
}
.news h2 img {
	width: 80px;
	height: auto;
}
.news .recent {
	width: 1040px;
	margin: 0 auto;
}
.news .recent ul {
	margin: 50px 0;
}
.news .recent li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 24px 50px 24px 0;
	line-height: 1.6;
	font-size: 13px;
}
.news .recent li:first-child {
	border-top: 1px solid #ccc;
}
.news .recent li a {
	display: block;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.news .recent li a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
.news .recent li span {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}
.news .recent li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.news .recent li a:hover:after {
	position: absolute;
	right: 15px;
}
.news .recent .moreBtn {
	margin: 0 auto;
}

/*Information*/
.info {
	padding-top: 80px;
}
.info .cover img {
	width: 100%;
}
.info #mapCanvas {
	width: 100%;
	height: 400px;
}
.info .mapStyle iframe{
	width: 100%;
	height: 200px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.info .wrap {
	overflow: hidden;
	width: 480px;
	margin: 60px auto 0;
}
.info .wrap li {
	float: left;
	font-size: 14px;
}
.info .wrap .logo {
	width: 175px;
}
.info .wrap .logo img {
	width: auto;
	height: 124px;
}
.info .wrap .shopttl {
	margin-top: 25px;
	font-size: 18px;
}
.info .wrap .txt1 {
	padding-top: 10px;
}
.info .wrap li dt,
.info .wrap li dd{
	padding-top: 10px;
	line-height: 1.6;
}
.info .wrap li dt {
	float: left;
	width: 100px;
	color: #000;
}
.info .wrap li dd {
	margin-left: 100px;
}
.info .wrap .btn {
	padding-top: 70px;
}
.info .wrap .moreBtn {
	width: 190px;
}

/*Recruit*/
.recruit {
	padding-top: 150px;
}
.recruit h2 img {
	width: auto;
	height: 23px;
}
.recruit .link {
	overflow: hidden;
	margin: 50px auto 0;
  text-align: center;
}
.recruit .link .wrap ul {
	display: inline-block;
}
.recruit .link .wrap li {
  float: left;
	width: auto;
	text-align: center;
  padding: 0 30px;
  letter-spacing: 0.2rem;
}
.recruit .link .wrap li:first-child {
  border-right: #999 solid 1px;
}
.recruit .link .wrap li a {
	display: block;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.recruit .link .wrap li a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}

/*Contact*/
.contact {
	padding-top: 100px;
  width: 1040px;
  margin: 0 auto;
}
.contact h2 img {
	width: auto;
	height: 23px;
}
.contact p {
  text-align: center;
  margin-top: -20px;
}
.contact .link {
  width: 100%;
	margin: 50px auto 0;
  text-align: center;
}
.contact .link .moreBtn{
  text-align: center;
  margin: 0 auto;
}


/*--- For PC ---*/
@media screen and (min-width: 769px) {
	.products .productsLink.three .wrap li {
		margin-left: 4px;
	}
	.products .productsLink.three .wrap li:first-child {
		margin-left: 0;
	}
	.products .productsLink.three .wrap li:nth-child(even) {
		float: left;
	}
	.products .productsLink.three h3 {
		position: absolute;
		top: 30px;
		right: 30px;
		left: initial;
	}

	.info.column {
		width: 1040px;
		margin: auto;
		overflow: hidden;
	}
	.info.column > ul > li {
		float: left;
		width: 510px;
		margin-left: 20px;
	}
	.info.column > ul > li.shop_note {
		text-align: center;
		clear: both;
		width: 100%;
		margin: 40px 0 0;
		font-size: 14px;
	}
	.info.column li:first-child {
		margin-left: 0;
	}
	.info.column #mapCanvas {
		height: 340px;
	}
	.info.column .mapStyle iframe {
		height: 320px;
		-webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
	}
	.info.column .wrap {
		width: 510px;
		margin-top: 0;
	}
}


/*--- For SP ---*/
@media screen and (max-width: 768px) {
	header h1 img {
		width: 50px;
		height: auto;
	}

	/*Main Visual*/
	.notice .wrap {
		margin: 4vw;
	}
	.notice .wrap img {
		width: 100%;
		height: auto;
	}
	.attention {
		width: 96%;
		margin: 2%;
	}
	.attention .wrap {
		margin: 0;
		padding: 2.5vw;
	}
	.scroll {
		width: 100%;
		display: none;
	}

	/*Contents*/
	#contents h2 {
		font-size: 24px;
	}
	#contents p {
		font-size: 13px;
		line-height: 2;
	}
	#contents img {
		max-width: 100%;
	}
	#contents .center h2 {
		margin-bottom: 20px;
	}

	/*About*/
	.about {
		height: auto;
		padding: 90px 0;
	}
	.about .left {
		width: 85%;
		top: 0;
		left: 7.5%;
	}
	.about h2 img {
		width: 80%;
	}
	.about p {
		margin-bottom: 30px;
	}
	.about .moreBtn {
		width: 60%;
	}

	/*Concept*/
	.concept {
		padding-top: 70px;
	}
	.concept .center {
		width: 90%;
		margin: 0 auto;
	}
	.concept .center h2 img {
		width: auto;
		height: 80px;
	}

	/*Season*/
	.season {
		padding-top: 70px;
	}
	.season .center {
		width: 86%;
		margin: 0 auto;
	}
	.season .center h2 img {
		width: auto;
		height: 80px;
	}
	.season .lineup > * {
		display: block;
	}

	/*Pick up*/
	.pickup {
		padding-top: 70px;
	}
	.pickup h2 img {
		width: auto;
		height: 26px;
	}
	.pickup .carousel a {
		width: 180px !important;
		height: 180px;
	}
	.pickup .carousel .wrap img {
		position: absolute;
		bottom: 50px;
		width: auto;
		height: 110px;
	}
	.pickup .carousel .wrap h5 {
		position: absolute;
		bottom: 20px;
		width: 180px;
		font-size: 12px;
	}

	/*Products*/
	.products {
		padding-top: 70px;
	}
	.products h2 img {
		width: auto;
		height: 20px;
	}
	.products .productsLink {
		width: 86%;
		margin-top: 20px;
	}
	.products .productsLink .wrap li {
		float: none;
	}
	.products .productsLink .wrap li:nth-child(even) {
		float: none;
	}
	.products .productsLink h3 img {
		width: auto;
		height: 12px;
	}
	.products .productsLink h3.cat1 {
		position: absolute;
		bottom: 20px;
		right: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.products .productsLink h3.cat2,
	.products .productsLink h3.cat3{
		position: absolute;
		top: 45%;
		left: 55%;
	}

	/*Service*/
	.service {
		padding-top: 70px;
	}
	.service h2 img {
		width: auto;
		height: 20px;
	}
	.service .banner {
		width: 86%;
		margin-top: 20px;
	}
	.service .banner .wrap ul {
		display: block;
	}
	.service .banner .wrap li {
		width: 100%;
		margin-bottom: 30px;
	}
	.service .banner .wrap li:last-child {
		margin-bottom: 0;
	}
	.service .banner .wrap li h3 img {
		height: 14px;
		margin-top: 15px;
	}

	/*News*/
	.news {
		padding-top: 70px;
	}
	.news h2 img {
		width: auto;
		height: 20px;
	}
	.news .recent {
		width: 86%;
	}
	.news .recent ul {
		margin: 20px 0 30px;
	}
	.news .recent li {
		padding: 13px 20px 13px 0;
		line-height: 1.7;
	}
	.news .recent li a {
		padding-right: 50px;
	}
	.news .recent li span {
		display: block;
		margin-right: 0;
	}
	.news .recent li:after {
		display: none;
	}

	/*Information*/
	.info {
		padding-top: 70px;
	}
	.info > ul > li + li {
		margin-top: 40px;
	}
	.info .mapStyle + .wrap {
		margin-top: 10px;
	}
	.info .wrap {
		width: 86%;
		margin-top: 30px;
	}
	.info .wrap li {
		float: none;
		font-size: 13px;
	}
	.info .wrap .logo {
		display: none;
	}
	.info .wrap .shopttl {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.info .wrap .txt1,
	.info .wrap .txt2 {
		width: 100%;
		padding-top: 0;
	}
	.info .wrap .txt2 {
		margin-top: 30px;
	}
	.info .wrap li dt,
	.info .wrap li dd {
		height: auto;
		line-height: 1.4;
	}
	.info .wrap li dt {
		width: 20%;
	}
	.info .wrap li dd {
		margin-left: 30%;
	}
	.info .wrap .btn {
		padding-top: 30px;
	}
	.info .wrap .btn .moreBtn {
		width: 70%;
		margin: 0 auto;
	}
	.info.column > ul > li.shop_note {
		margin: 40px auto 0;
		font-size: 13px;
		width: 86%;
	}

  /*Recruit*/
  .recruit {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .recruit h2 img {
    width: auto;
    height: 20px;
  }
  .recruit .link {
    width: 86%;
    margin-top: 40px;
  }
  .recruit .link .wrap li {
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
    font-size: 85%;
  }



  /*Contact*/
  .contact {
  	padding-top: 10vw;
    padding-bottom: 5vw;
    width: 100%;
    margin: 0 auto;
  }
  .contact h2 img {
  	width: auto;
  	height: 20px;
  }
  .contact p {
    text-align: center;
    margin-top: 5vw;
  }
  .contact .link {
    width: 100%;
  	margin: 5vw auto 0;
    text-align: center;
  }
  .contact .link .moreBtn{
    text-align: center;
    margin: 0 auto;
  }

}
