@charset "UTF-8";
/* CSS Document */

/*-------------------
Base
-------------------*/
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }
html{
	font-size: 62.5%;
}

body{
	color: #333;
	font-family: 'Noto Sans CJK JP',"ＭＳ Ｐ明朝", "MS PMincho","sans-serif";
	font-size: 1.6rem;
	line-height: 1;
	font-feature-settings: "palt";
	letter-spacing: 0.050.05em;
	-webkit-font-smoothing:antialiasde;
	-moz-osx-font-smoothing:grayscale;
}
img{
	max-width: 100%;
	height:　auto;
}

 


/*-------------------
header
-------------------*/
.header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	width: 100%;
	height: 50px;
	padding: 0;
	background-color:#43b66b;
}
.header-inner{
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}



.nav-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	font-size: 18px;
	color: #ffffff;
	margin-left: 20px;

	
		
}

.nav-item>a{
    display: block;
	box-sizing: border-box;
	color: #ffffff;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 50px;
	margin-right: 30px;


}


.nav-item.current>a{
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
	margin-left: 20px;
	
}
/*-------------------
main
-------------------*/




/*-------------------
section
-------------------*/
.sectionarea{
	background: #f7f3ed;
}
.section-title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 26px;
	font-stretch: ultra-condensed;
	color: #760d12;
	text-align: center;
	line-height: 2;
	padding-top: 120px;
	padding-bottom: 120px;
}
.new-info{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
	margin-top: 150px;
	text-align: center;
	
}

.info{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 150px;
		
}
.instagram{
	        margin: auto;
	        width: 100px;
	
}


	
/*-------------------
contents
-------------------*/

.main-inner{
	margin: 0 auto;
	width: 1000px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;


}
.mainarea{
	background: #ffffff;
	width: 100%;
	padding-bottom: 100px;
}
.img1{
	width: 430px;
	height: 360px;
	margin-top: 150px;
}
.img2{
	width: 430px;
	height: 360px;
	margin-top: 150px;
}
.tea-marrige{
	width: 430px;
	height: auto;
	font-size: 20px;
	color: #760d12;
	margin-top: 30px;
}
.tea-marrige2{
	width: 430px;
	height: auto;
	font-size: 20px;
	margin-top: 30px;
	line-height: 30px;
}

.month-marrige{
	width: 430px;
	height: auto;
	font-size: 20px;
	margin-top: 30px;
	
}
.month-marrige2{
	width: 430px;
	height: auto;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.tea-set{
	margin-left: 100px;
}
.shop-tea{
	width: 450px;
	height: auto;
	font-size: 20px;
	color: #760d12;
	margin-top: 30px;
	
}
.shop-tea2{
	width: 450px;
	height: auto;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}

.fall{margin: 0 auto;
	width: 800px;
	padding-top: 150px;
	padding-bottom: 150px;	
}
.img-about{
	margin: 0 auto;
	width: 800px;
	padding-top: 150px;
	padding-bottom: 150px;
}


/*-------------------
access page
-------------------*/
.access-inner{
	text-align: center;
	background: #f7f3ed;
}

.access-h1{
	padding-top: 200px;
	color: #760d12;
	font-size: 24px;
	letter-spacing: 0.2em;
}

.access-text{
	padding-top: 100px;
	font-size: 20px;
	color: #760d12;
	font-weight: lighter;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.access-map{
	width: 400px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 200px;
	
}
.access-bustext{
	margin-top: 150px;
	font-size: 20px;
	color: #760d12;
	font-weight: lighter;
	letter-spacing: 0.2em;
	line-height: 1.5;
	
	
}

.access-info{
	margin: 0 auto;
	width: 900px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
	


/*-------------------
footer
-------------------*/
footer{
	margin: 0 auto;
	width: 1000px;
}
.rink{
	font-size: 20px;
	margin-top: 200px;
	margin-bottom: 100px;
	text-align: center;
	color: #760d12;
}
.img-tambo{
	width: 400px;	
	height: 150px;
}

.img-sapporo{
	width: 400px;	
	height: 150px;
	margin-left: 150px;
}

.banner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.copy-right{
	font-size: 16px;
	margin-top: 250px;
	margin-bottom: 100px;
	text-align: center;
}



/*-------------------
about page
-------------------*/

.about-hero{
	margin-top: 50px;
}
.mainpf{
	margin: 0 auto;
	width: 900px
		;
}

.owner-pf{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 200px;
}

.owner-text{
	padding-left: 100px;
	font-size: 16px;
	line-height: 30px;
}

.tea-pf{
	width: 450px;
	height: auto;
	font-size: 25px;
	color: #760d12;
	margin-top: 100px;
}

.tea-pf-text{
	font-size: 16px;
	line-height: 30px;	
}

.taiwantea{
	width: 450px;
	height: auto;
	font-size: 25px;
	color: #760d12;
	margin-top: 100px;
	
}

.tawantea-tea-pf{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 50px;	
}

.taiwantea-text{
	font-size: 16px;
	line-height: 30px;	
	
}

.tea-pf-photo{
	width: 200%;
	padding-left: 100px;
}

・tea-pf3years{
	width: 450px;
	height: auto;
	font-size: 25px;
	color: #760d12;
	margin-top: 100px;
}

.tea-pf-text3years{
	font-size: 16px;
	line-height: 30px;	
}


@media screen and (max-width:768px){
/*-------------------
header
-------------------*/
.header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	width: 100%;
	height: 50px;
	padding: 0;
	background-color:#43b66b;
}
.header-inner{
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}



.nav-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	font-size: 10px;
	color: #ffffff;

	
		
}

.nav-item>a{
    display: block;
	box-sizing: border-box;
	color: #ffffff;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 50px;
	margin-right: 30px;


}


.nav-item.current>a{
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
	margin-left: 20px;
	
}




/*-------------------
section
-------------------*/
.sectionarea{
	background: #f7f3ed;
}
.section-title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px;
	font-stretch: ultra-condensed;
	color: #760d12;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	line-height: 2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.new-info{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 16px;
	padding-top: 80px;
	margin: 0 auto;
	text-align: left;
	width: 300px;
	
}

.info{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px;
	line-height: 2;
	margin: 0 auto;
	width: 300px;
	text-align: left;
	margin-bottom: 80px;
	
		
}
.instagram{
	        margin: auto;
	        width: 100px;
	
}
.instamesse{text-align: center;
	}


/*-------------------
contents
-------------------*/

.main-inner{
	margin: 0 auto;
	width: 300px;
	display: block;


}
.mainarea{
	background: #ffffff;
	width: 100%;
	padding-bottom: 100px;
}
.img1{
	width: 300px;
	height: auto;
	margin-top: 50px;
}
.img2{
	width: 300px;
	height: auto;
	margin-top: 50px;
}
.tea-marrige{
	width: 300px;
	height: auto;
	font-size: 16px;
	color: #760d12;
	margin-top: 30px;
}
.tea-marrige2{
	width: 300px;
	height: auto;
	font-size: 16px;
	margin-top: 30px;
	line-height: 30px;
}

.month-marrige{
	width: 300px;
	height: auto;
	font-size: 16px;
	margin-top: 30px;
	
}
.month-marrige2{
	width: 300px;
	height: auto;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
.tea-set{
	margin-left: 0;
}
.shop-tea{
	width: 300px;
	height: auto;
	font-size: 16px;
	color: #760d12;
	margin-top: 30px;
	
}
.shop-tea2{
	width: 300px;
	height: auto;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
	
	.fall{
	margin: 0 auto;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 0px;
		
	}	
	
.img-about{
	margin: 0 auto;
	width: 300px;
	padding-top: 80px;
	padding-bottom: 80px;
}


/*-------------------
access page
-------------------*/
.access-inner{
	text-align: center;
	background: #f7f3ed;
}

.access-h1{
	padding-top: 100px;
	color: #760d12;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.access-text{
	padding-top: 80px;
	font-size: 16px;
	color: #760d12;
	font-weight: lighter;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.access-map{
	width: 300px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	
}
.access-bustext{
	margin-top: 80px;
	font-size: 16px;
	color: #760d12;
	font-weight: lighter;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding-bottom: 80px;
	
	
}

.access-info{
	margin: 0 auto;
	width: 300px;
	display: block;
}
	


/*-------------------
footer
-------------------*/
footer{
	margin: 0 auto;
	width: 300px;
}
.rink{
	font-size: 20px;
	margin-top: 200px;
	margin-bottom: 50px;
	text-align: center;
	color: #760d12;
}
.img-tambo{
	margin: 0 auto;
	width: 300px;	
	height: auto;
	margin-top: 50px;
}

.img-sapporo{
	margin: 0 auto;
	width: 300px;	
	height: auto;
	padding-bottom: 50px;
	
}

.banner{
	display: block;
	}
	
.copy-right{
	font-size: 12px;
	margin-top: 250px;
	margin-bottom: 100px;
	text-align: center;
}
	
/*-------------------
about page
-------------------*/
.mainpf{
	margin: 0 auto;
	width: 350px;
		
	}
.owner-pf{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 100px;
}

.owner-text{
	padding-left: 30px;
	font-size: 12px;
	line-height: 20px;
}	
.tea-pf-photo{
	display: none;
	
}	
	
.tawantea-tea-pf{
	display: block;
	
}	
	
.tea-pf{
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #760d12;
	margin-top: 100px;
}

.tea-pf-text{
	font-size: 12px;
	line-height: 30px;	
}

.taiwantea{
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #760d12;
	margin-top: 100px;
	
}


.taiwantea-text{
	font-size: 12px;
	line-height: 30px;	
	
}

.copy-right{
	font-size: 12px;
	margin-top: 200px;
	margin-bottom: 50px;
	text-align: center;
}


}