@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/* CSS Document */
img{
	width: 100%;
}

.wrapper{
	position: relative;

}

::selection {
	background: #ebe5ee; /*背景色*/

}
::-moz-selection {
	background: #ebe5ee; /*背景色*/
	
}

a:focus{
	outline:none;
}

html {
	font-size: 62.5%;
	height: 100%;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	line-height: 1.7;
	font-family:  "Yu Gothic", YuGothic, -apple-system, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
	font-weight:normal;
	font-size: 1.7rem;
	background: #FFF url(../img/bg.png) repeat;
	background-size: 300px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #333;
	box-sizing: border-box;
	height: 100%;

}

/*
header
_________________________________________________________*/

.header {
	background: #FFF url(../img/bg.png) repeat;
	background-size: 300px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 1000px;
	padding: 24px 0;
	overflow: hidden;
}
.header h1{
	width: 263px;
	margin: 0 auto;
}
nav.menu{	
	width: 1000px;
	margin: 30px auto 0 auto;
}

nav.menu li{
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.3;
	width: 16.66666666%;
	padding-top: 20px;
}
body#top nav.menu li:first-child,body#about nav.menu li:nth-child(2),body#menu nav.menu li:nth-child(3),body#gallery nav.menu li:nth-child(5),body#contact nav.menu li:nth-child(6){
	background: url(../img/icon_leaf.png) no-repeat center top;
	background-size: 15px;
	
}
body#top nav.menu li:first-child a,body#about nav.menu li:nth-child(2) a,body#menu nav.menu li:nth-child(3) a,body#gallery nav.menu li:nth-child(5) a,body#contact nav.menu li:nth-child(6) a{
	color: #589f77;
}

nav.menu li a{
	color: #333;
	width: 100%;
	text-align: center;
	background: url(../img/line.png) no-repeat left center;
	background-size: 1px;
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: 'EB Garamond', serif;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
nav.menu li a:hover{
	color: #589f77;
}
nav.menu li:last-child a{
	background-image: url(../img/line.png),url(../img/line.png) ;
	background-repeat: no-repeat,no-repeat ;
	background-position: left center,right center;
}
nav.menu li a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.header {
		height: 60px;
		background: rgba(255,255,255,1);
		left: 0;
		min-width: 100%;
		padding-left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100;
		overflow:all;
		padding: 0;

	}
	.header h1{
		width: 124px;
		float: left;
		padding: 10px 0 0 15px;
	}
	.header .menu{
		display: none;
	}

}

/*
footer
_________________________________________________________*/
.footer{
	font-family: 'EB Garamond', serif;
	padding: 50px 0;
}
.footer .copy{	
	text-align: center;
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1;
}
.footer ul{
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer li{
	width: 16.66666666%;
	float: left;
	letter-spacing: 1px;
	font-size: 2rem;
}
.footer li a{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer li a:hover{
	opacity: 0.6;
}
.bnr-onlineshop{
	width: 600px;
	margin: 10px auto 30px auto;
}
.bnr-onlineshop a{
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.bnr-onlineshop a:hover{
	opacity: .6;
}
.link-onlineshop{
	position: absolute;
	margin: 0!important;
	top: 25px;
	right: 25px;
}
@media only screen and (max-width: 768px) {
	.footer{
		font-family: 'EB Garamond', serif;
		padding: 20px 0 30px 0;
	}

	.footer ul{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.footer li{
		width: 50%;
		float: left;
		text-align: center;
		letter-spacing: 1px;
		font-size: 1.6rem;	
	}
	.footer li a{
		display: block;
		padding: 10px 0;
	}
	.footer .copy{
		margin-top: 0;
	}
	.bnr-onlineshop{
	width: 90%;
	margin: 0 auto 30px auto;
}

}
.intro,.menu__read{
	padding: 60px 0;
}


.contents__link,.contents__link2{
	width: 240px;
	margin: 50px auto 0 auto;

}
.menu__link{
	width: 240px;

}
.contents__link a{
	display: block;
	text-align: center;
	font-family: 'EB Garamond', serif;
	background: #ebe5ee url(../img/arrow.png) no-repeat 90% center;
	background-size: 15px;
	line-height: 1;
	padding: 16px 0;
	font-size: 1.8rem;
	letter-spacing:1px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.contents__link2 a{
	display: block;
	text-align: center;
	font-family: 'EB Garamond', serif;
	background: #FFF url(../img/arrow.png) no-repeat 90% center;
	background-size: 15px;
	line-height: 1;
	padding: 16px 0;
	font-size: 1.8rem;
	letter-spacing:1px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.menu__link a{
	display: block;
	text-align: center;
	font-family: 'EB Garamond', serif;
	background: #ebe5ee url(../menu/img/arrow.png) no-repeat 90% center;
	background-size: 15px;
	line-height: 1;
	padding: 16px 0;
	font-size: 1.8rem;
	letter-spacing:1px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.contents__link a:hover,.contents__link2 a:hover,.menu__link a:hover{
	opacity: 0.6;
}
.main,.main_menu,.main_menu2{
	height: auto;
	padding-bottom: 33.5714285%;
	box-sizing:content-box;
}

@media only screen and (max-width: 768px) {
	
	.intro,.menu__read{
		padding: 30px 0;
	}

	.intro p{

		margin-top: 40px;

	}
	.contents__link,.contents__link2{
		width: 80%;
		margin: 30px auto 0 auto;

	}
	.menu__link{
		width: 80%;
		margin: 20px auto 0 auto;

	}
	.contents__link a,.menu__link a{
		
		line-height: 1;
		padding: 16px 0;
		font-size: 1.8rem;
		letter-spacing:1px;
		color: #000;
		text-decoration: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.contents__link2 a,{
		
		line-height: 1;
		padding: 16px 0;
		font-size: 1.8rem;
		letter-spacing:1px;
		color: #000;
		text-decoration: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	
	
}

.top__link{
	padding: 65px 0 40px 0;
	background:url(../img/bg2.jpg) repeat-y;
	background-size: cover;
}
.top__link ul{
	width: 1000px;
	margin: 0 auto;
	
}
.top__link li{
	width: 310px;
	float: left;
}
.top__link li:first-child dt:before{
	display: block;
	content: "";
	width: 54px;
	height: 101px;
	background:url(../img/about_icon.png) no-repeat;
	position: absolute;
	
	background-size: 54px;
	top: -30px;
	left: -20px;

}
.top__link li:nth-child(2) dd:before{
	display: block;
	content: "";
	width: 44px;
	height: 89px;
	background:url(../img/menu_icon.png) no-repeat;
	position: absolute;
	
	background-size: 44px;
	top: -10px;
	left: 20px;

}
.top__link li:last-child dt:before{
	display: block;
	content: "";
	width: 44px;
	height: 94px;
	background:url(../img/blog_icon.png) no-repeat;
	position: absolute;
	
	background-size: 44px;
	top: 0px;
	right: -30px;

}
.top__link a{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.top__link a:hover{
	opacity: 0.6;
}
.top__link dl{
	position: relative;
}
.top__link li:nth-child(2){
	margin:0 35px; 
}
.top__link dt{
	position: relative;
}
.top__link dd{
	position: relative;
	margin-top: -30px;
	z-index: 40;
}


@media only screen and (max-width: 768px) {
	.main,.main_menu,.main_menu2{
		height: auto;
		margin-top: 60px;
		padding-bottom: 60%;

		box-sizing:content-box;
	}

	.top__link{
		padding: 65px 0 15px 0;
		background:url(../img/bg2.jpg) repeat-y;
		background-size: 200%;
	}
	.top__link ul{
		width: 100%;
		margin: 0 auto;

	}
	.top__link li{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-bottom: 30px;
	}


	.top__link li:nth-child(2){
		margin:0 auto; 
	}
	.top__link dt{
		position: relative;
	}
	.top__link dd{
		position: relative;
		margin-top: -30px;
		z-index: 40;
		width: 80%;
		padding-left: 10%;
	}
}

/*
common
_________________________________________________________*/

section h2{
	width: 580px;
	margin: 0 auto;

}
section p{
	text-align: center;
	line-height: 2.2;
	margin-top: 40px;
	font-size: 1.8rem;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

@media only screen and (max-width: 768px) {
	section h2{
		width: 94%;
		margin: 0 auto;

	}
	section p{
		text-align: left;
		line-height: 2.0;
		font-size: 1.5rem;
		padding: 0 20px;
		margin-top:30px;
	}
	.sp-only{
	display: block;
}
.pc-only{
	display: none;
}
}

/*
about
_________________________________________________________*/
.about__main,.menu__main,.gallery__main,.contact__main {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.about{
	width: 900px;
	margin:0 auto; 
	padding: 60px 0 60px 0;
}
.about__main{
	height: auto;
	padding-bottom: 33.5714285%;
	background: url(../about/img/main.jpg) no-repeat center top;
	background-size: cover;
	box-sizing:content-box;
}

.about h3{
	text-align: center;
	line-height: 2.2;
	margin-top: 40px;
	font-size: 1.8rem;
	color: #7b5b8b;
}
.about h3 span{
	font-family: 'EB Garamond', serif; 
	letter-spacing: 1px;
	font-size: 2.6rem;
}
.line:after{
	content: "";
	display: block;
	width: 42px;
	height: 4px;
	margin: 30px auto 0 auto;
	background: url(../img/line.png) no-repeat;
	background-size: 42px;
}
.about .about__txt{
	width: 900px;
	overflow: hidden;
}
.about .about__txt dt{
	width: 290px;
	float: right;
	padding-top: 50px;
}
.about .about__txt dd{
	width: 560px;
	float: left;
}
.about .about__txt p{
	text-align: left;
}

.about .about__txt li,.menu__item li{
	padding: 6px 0 6px 30px;
	background: url(../img/icon_leaf.png) no-repeat left center;
	background-size: 15px;
}
.profile{
	width: 660px;
	padding: 50px 120px;
	background:url(../img/bg2.jpg) repeat-y;
	background-size: cover;
	margin: 0 auto;
}
.profile p{
	margin-top:20px;
}
.profile h3{
	width: 160px;
	margin: 0 auto;
}
.profile .photo{
	width: 480px;
	margin: 0 auto;
	padding: 25px 0;
}
.profile dl{
	font-size: 1.6rem;
}
.profile dt{
	font-family: 'EB Garamond', serif;
	color: #589f77;
	font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
.about__main{
	height: auto;
	margin-top: 60px;
	padding-bottom: 60%;
	}
.line:after{
	display: none;
}
.about{
	width: 100%;
	padding: 30px 0;
}

.about h3{
	text-align: center;
	line-height: 2.2;
	margin-top: 30px;
	font-size: 1.5rem;
	color: #7b5b8b;

}
.about h3 span{
	font-size: 2rem;
}
.about p{
	margin-top: 20px;
	padding: 0 20px;
}
.about .about__txt{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.about .about__txt dt{
	width: 80%;
	margin: 0 auto;
	float: none;
	padding-top: 30px;
}
.about .about__txt dd{
	width: 100%;
	float: none;
}
.about .about__txt p{
	text-align: left;
}
.about .about__txt ul{
	padding: 0 20px;
}
.about .about__txt li,.menu__item li{
	font-size: 1.5rem;
	padding: 0 0 0 30px;
	background-position: left 5px;
}
.profile{
	width: auto;
	padding: 30px 20px;
	margin: 0 auto;
	background-size: 200%;
}
.profile p{
	text-align: left;
	margin-top: 20px;
	padding: 0;
}
.profile h3{
	width: 120px;
	margin: 0 auto;
}
.profile .photo{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}
.profile dl{
	font-size: 1.5rem;
}
.profile dt{
	color: #589f77;
	font-size: 1.6rem;
}
}
.menu__contents{
	padding-bottom: 60px;
}
.menu__read ul{
	width: 520px;
	padding-bottom: 30px;
	margin: 50px auto 0 auto;
}
.menu__read li{
	float: left;
	padding: 10px;
}
.menu__main{
	height: auto;
	padding-bottom: 33.5714285%;
	background: url(../menu/img/main.jpg) no-repeat center top;
	background-size: cover;
	box-sizing:content-box;
}
.menu__item{
	width: 900px;
	margin: 30px auto 0 auto;
}
.menu__item h3{
	font-size: 3rem;
}
.menu__item h3 em{
	font-size: 2.4rem;
	display: inline-block;
	padding-left: 1rem;
}
.menu__item h3 span{
	display: inline-block;
	
	background-size: 50px;
	padding: 30px 0 10px 60px;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu__item h3 span.icon1{
	background-image: url(../menu/img/icon1.png);
}
.menu__item h3 span.icon2{
	background-image: url(../menu/img/icon2.png);
}
.menu__item h3 span.icon3{
	background-image: url(../menu/img/icon3.png);
}
.menu__item h3 span.icon4{
	background-image: url(../menu/img/icon4.png);
}
.menu__item h3 span.icon5{
	background-image: url(../menu/img/icon5.png);
}


.menu__item h3:after{
	display: block;
	content: "";
	width: 900px;
	height: 4px;
	background: url(../menu/img/line.png) no-repeat;
	background-size: 900px;
}
.menu__item dl{
	overflow: hidden;
	padding: 30px 0;
}
.menu__item dt{
	width: 310px;
	float: right;
	margin-top: 10px;
}
.menu__item dd{
	width: 560px;
	float: left;
}
.menu__item dd p{
	margin-top: 0;
	text-align:left;
}

.menu__item .menu__detail p{
	font-size: 1.6rem;
	text-align: left;
	margin: 0;
	padding: 40px;
	background:url(../menu/img/bg2.jpg) repeat-y;
	background-size: 200%;	
}
.menu__item .menu__detail p span{
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
	border-bottom: 1px solid #ef7614;
	color: #ef7614;
	letter-spacing: 1px;
}
.menu__item .menu__detail p img{
	width: 300px;
	margin-left: 20px;
	float: right;

}
.menu__item ul{
	margin-top: 40px;
}
.attention{
	margin: 10px 0 0 0;
	font-size: 1.6rem;
}
.menu__workshop{
	width: 100%;
	padding: 60px 0;
	background:url(../menu/img/bg.jpg) repeat-y;
	background-size: 100%;
}
.menu__workshop h3{
	width: 210px;
	margin: 0 auto;
}
.workshop__contents{
	overflow: hidden;
	width: 960px;
	margin: 30px auto 0 auto;

}
.workshop__item{
	margin: 20px;
	width: 400px;
	padding: 20px 20px 10px 20px;
	background: #FFF url(../img/bg.png) repeat;
	background-size: 300px;
	float: left;
	min-height: 500px;
}
.workshop__item h3{
	width: 400px;
	font-size: 2.3rem;
	padding: 20px 0 0 0;

}
.workshop__item h3:after{
	display: block;
	content: "";
	width: 400px;
	height: 4px;
	background: url(../menu/img/line.png) no-repeat;
	background-size: 900px;
	margin-top: 5px;
}
.workshop__txt{
	padding: 10px 0 10px 0;
	margin: 0;
	min-height: 130px;
	text-align: left;
	line-height: 1.7;
	font-size: 1.6rem;
}
.workshop__txt a{
	color: #7b5b8b;
}
.workshop__season{
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
		background: url(../img/icon_leaf.png) no-repeat left center;
	background-size: 15px;
}
.products{
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
.menu__main{
	height: auto;
	margin-top: 60px;
	padding-bottom: 60%;
	}
.menu__read ul{
	width: 100%;
	padding-bottom: 0;
	margin: 40px auto 0 auto;
}
.menu__read li{
	float: none;
	padding: 0;
}
.menu__item{
	width: auto;
	margin: 20px auto 0 auto;
	padding: 0 20px;
}
.menu__item h3{
	font-size: 2rem;
	
}
.menu__item h3 span{
	display: inline-block;
	
	background-size: 30px;
	padding: 20px 0 10px 40px;
	line-height: 1.5;
}
.menu__item h3 em{
	font-size: 1.6rem;
	display: block;
	padding-left: 40px;
	padding-bottom: 10px;
	line-height: 1;
}
.menu__item h3:after{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: url(../menu/img/line.png) no-repeat;
	background-size: 900px;
}
.menu__item dl{
	overflow: hidden;
	padding: 20px 0;
}
.menu__item dt{
	width: 86%;
	float: none;
	margin: 10px auto 0 auto;
}
.menu__item dd{
	width: 100%;
	float: none;
}
.menu__item dd p{
	margin-top: 20px;
	text-align:left;
	padding: 0;
}
.menu__item .menu__detail p{
	font-size: 1.4rem;
	line-height: 1.8;

	text-align: left;
	margin: 0;
	padding: 20px;
	background:url(../menu/img/bg2.jpg) repeat-y;
	background-size: 200%;	
}
.menu__item .menu__detail p img{
	float: none;
	display: block;
	margin: 10px auto 20px auto;
	width: 90%;
}
.menu__item ul{
	margin-top: 20px;
}
.menu__contents{
	padding-bottom: 30px;
}

.menu__workshop{
	width: 100%;
	padding: 30px 0 30px 0;
	background:url(../menu/img/bg.jpg) repeat-y;
	background-size: 200%;
}
.menu__workshop h3{
	width: 160px;
	margin: 0 auto;
}
.workshop__contents{
	overflow: hidden;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0 20px 10px 20px;


}
.workshop__item{
	margin: 20px auto 0 auto;
	width: 92%;
	padding: 4% ;
	background: #FFF url(../img/bg.png) repeat;
	background-size: 300px;
	float: left;
	min-height: auto;
}
.workshop__item h3{
	width: 100%;
	font-size: 1.8rem;
	padding: 15px 0 0 0;

}
.workshop__item h3:after{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: url(../menu/img/line.png) no-repeat;
	background-size: 900px;
	margin-top: 5px;
}
.workshop__txt{
	padding: 10px 0 10px 0;
	margin: 0;
	min-height: auto;
	text-align: left;
	line-height: 1.7;
	font-size: 1.5rem;
}
.workshop__txt a{
	color: #7b5b8b;
}
.workshop__season{
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
		background: url(../img/icon_leaf.png) no-repeat left center;
	background-size: 15px;
}
.products{
	margin-top: 40px;
}
.attention{
	margin: 10px 0 0 0;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8;
}
}
.gallery__main{
	height: auto;
	padding-bottom: 33.5714285%;
	background: url(../gallery/img/main.jpg) no-repeat center top;
	background-size: cover;
	box-sizing:content-box;
}
.gallery{
	width: 960px;
	margin:0 auto; 
	padding: 60px 0 0 0;
}
.gallery ul{
	overflow: hidden;
	margin-top: 40px;
}
.gallery li{
	width: 300px;

	margin:10px;
	float: left; 
}
.gallery li a{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.gallery li a:hover{
	opacity: 0.6;
}
.contact{
	width: 960px;
	margin:30px auto 0 auto; 
	padding: 20px 0;
	background: #FFF;
}
.contact__main{
	height: auto;
	padding-bottom: 33.5714285%;
	background: url(../contact/img/main.jpg) no-repeat center top;
	background-size: cover;
	box-sizing:content-box;
}
.contact_txt{
	padding: 40px 0 20px 0;
}
.contact_txt h3{
	text-align: center;
	font-size: 3rem;
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
.gallery__main,.contact__main{
	height: auto;
	margin-top: 60px;
	padding-bottom: 60%;
	}
.gallery{
	width: auto;
	margin:0 auto; 
	padding: 30px 15px 0 15px;
}
.gallery ul{
	overflow: hidden;
	margin-top: 20px;
}
.gallery li{
	width: 31.3333333333%;

	margin:0;
	padding: 1%;
	float: left; 
}
.contact{
	width: auto;
	margin:20px auto 0 auto; 
	padding: 0 20px;
	background: #FFF;
	
}
.contact_txt{
	padding: 30px 0 0 0;
}
.contact_txt h3{
	text-align: center;
	font-size: 2.4rem;
	margin-top:30px;
}
}