@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* FONTS
font-family: "Noto Sans JP", sans-serif;
font-family: "Cormorant Garamond", system-ui;
*/

/* MATERIALS */

a:link{
	color:#053c20;
	text-decoration:none;
}

a:visited{
	color:#053c20;
	text-decoration:none;
}

a:hover{
	color:#37635d;
	text-decoration:none;
}

a:active{
	color:#37635d;
	text-decoration:none;
}


#btn_area{
	margin:40px 0;
}

#btn_area a{
	display:table;
	margin:0 ;
	padding:15px 20px;
	border:1px solid #183b23;
	font-size:18px;
	line-height:1.2;
}

.btn_area{
	margin:40px 0;
}

.btn_area a{
	display:table;
	margin:0 ;
	padding:15px 20px;
	border:1px solid #183b23;
	font-size:18px;
	line-height:1.2;
}

#btn_area a:link{
	color:#183b23;
	text-decoration:none;
}

#btn_area a:visited{
	color:#183b23;
	text-decoration:none;
}

#btn_area a:hover{
	color:#e3d34e;
	text-decoration:none;
}

#btn_area a:active{
	color:#e3d34e;
	text-decoration:none;
}



#backbtn_area{
	padding:0 0 200px;
	text-align:center;
}

#backbtn_area a{
	display:table;
	margin:0 auto;
	padding:15px 20px;
	border:1px solid #183b23;
	font-size:18px;
	line-height:1.2;
}

#backbtn_area a:link{
	color:#183b23;
	text-decoration:none;
}

#backbtn_area a:visited{
	color:#183b23;
	text-decoration:none;
}

#backbtn_area a:hover{
	color:#e3d34e;
	text-decoration:none;
}

#backbtn_area a:active{
	color:#e3d34e;
	text-decoration:none;
}


a.btn_entry{
	display:table;
	padding:20px 25px;
	background-color:#e3d34e;
	border-radius:10px;
	font-size:20px;
	line-height:1.2;
	box-shadow: 0px 4px 0px #cab81b;
}

a.btn_entry:link{
	color:#183b23;
	text-decoration:none;
}

a.btn_entry:visited{
	color:#183b23;
	text-decoration:none;
}

a.btn_entry:hover{
	color:#183b23;
	background-color:#f2eaa8;
	text-decoration:none;
}

a.btn_entry:active{
	color:#183b23;
	background-color:#f2eaa8;
	text-decoration:none;
}



/* INTERFACE */

html {
	scroll-behavior: smooth;
}

body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#222;
	font-family:"Noto Sans JP", sans-serif;
}

body>footer{
	padding:40px 20px 50px;
	background-color:#e9dfca;
	text-align:center;
}
body>footer p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	font-weight:300;
	color:#222;
	margin:0;
}
body>footer a:first-of-type img{
	width:170px;
	margin:0px 0 20px;
}

body>footer a#footer_insta img{
	display:block;
	width:35px;
	margin:30px auto 50px;
}
body>footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
}
@media only screen and (max-width:767px){
	body>footer p{
		font-size:13px;
	}
	body>footer a:first-of-type img{
		width:100px;
	}
	body>footer a#footer_insta img{
		width:30px;
	}
}

/*home_key_area*/
#home_key_area video{
	width:100%;
	vertical-align:bottom;
}
#home_key_area header{
	position:relative;
}
#home_key_area header h1{
	margin:0;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#home_key_area header h1 img{
	width:220px;
	vertical-align:bottom;
}
@media only screen and (max-width:1100px){
	#home_key_area header h1 img{
		width:150px;
	}
}
@media only screen and (max-width:767px){
	#home_key_area header h1 img{
		width:100px;
	}
}

/*home_photo_area*/
#home_photo_area{
	padding:0;
	list-style-type:none;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
	margin:20px 0;
}
#home_photo_area li img{
	width:100%;
	vertical-align:bottom;
}

@media only screen and (max-width:767px){
	#home_photo_area{
		grid-template-columns: 1fr 1fr ;
		gap:10px;
		margin:10px 0;
	}
}

/*home_introduction_area*/
#home_introduction_area{
	max-width:1000px;
	padding:400px 40px 0px;
	margin:0 auto 150px;
}
#home_introduction_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:44px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}
#home_introduction_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:25px;
	left:0px;
}
#home_introduction_area>div{
    display: flex;
    align-items: flex-start;
}
#home_introduction_area>div>div{
	width:53%;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
#home_introduction_area>div>img{
	width:47%;
}
#home_introduction_area h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size:18px;
	font-weight:500;
	color:#053c20;
	margin:0 0 20px 0;
}
#home_introduction_area>div>div>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:300;
	color:#222;
	line-height:2;
	text-align:justify;
	margin:0 0 1em;
}
#home_introduction_area>div>div>p span{
	display:block;
	margin:20px 0 0 0;
}

	
@media only screen and (max-width:767px){
	#home_introduction_area{
		padding:200px 30px 0px;
	}
	#home_introduction_area h2{
		font-size:32px;
		margin:0 0 70px;
		padding:0 0 0 80px;
	}
	#home_introduction_area h2:before{
		width:70px;
		top:19px;
	}
	#home_introduction_area>div{
		flex-direction:column;
		align-items:center;
	}
	#home_introduction_area>div>div{
		width:100%;
		padding:0;
	}
	#home_introduction_area>div>img{
		width:100%;
		margin:0 0 40px;
	}
	#home_introduction_area h3{
		font-size:16px;
	}
	#home_introduction_area>div>div>p{
		font-size:14px;
	}
}


/*home_varieties_area*/
#home_varieties_area{
	max-width:1000px;
	padding:0 40px 0px;
	margin:0 auto 150px;
}
#home_varieties_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:44px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}
#home_varieties_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:25px;
	left:0px;
}

#home_varieties_area p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:300;
	text-align:justify;
}


#home_varieties_box{
	display: flex;
	align-items: flex-start;
}

#home_varieties_box>div{
	box-sizing:border-box;
	width:25%;
	padding:10px;
}

#home_varieties_box>div img{
	width:100%;
	margin:0 0 10px 0;
}

#home_varieties_box h3{
	margin:0 0 12px 0;
	font-size:22px;
	color:#053c20;
}

#home_varieties_box h3 span{
	display:block;
	font-family: "Cormorant Garamond", system-ui;
	font-style:italic;
	font-size:16px;
}

#home_varieties_box p{
	text-align:justify;
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:300;
}




@media only screen and (max-width:767px){
	#home_varieties_area{
		margin: 0 auto 80px;
		padding:0 30px 0px;
	}
	#home_varieties_area h2{
		font-size:32px;
		margin:0 0 70px;
		padding:0 0 0 80px;
	}
	#home_varieties_area h2:before{
		width:70px;
		top:19px;
	}
	#home_varieties_box{
		display: block;
	}
	#home_varieties_box>div{
		box-sizing:border-box;
		width:100%;
		padding:0;
		margin:0 0 40px;
	}

}

/*home_profile_area*/
#home_profile_area{
	max-width:1000px;
	margin:0 auto;
	padding:400px 40px 0px;
}
#home_profile_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:48px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}
#home_profile_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:30px;
	left:0px;
}
#home_profile_area table{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:300;
	color:#222;
	line-height:1.8;
	padding:0 0 0 150px;
	text-align:left;
	border-spacing: 0;
}
#home_profile_area table th{
	font-weight:300;
	color:#767676;
	padding:5px 0;
	white-space:nowrap;
}
#home_profile_area table td{
		padding:5px 0 5px 80px;
}
#home_profile_area table tr:nth-of-type(5) th{
	padding:5px 0 35px 0px;
}
#home_profile_area table tr:nth-of-type(5) td{
	padding:5px 0 35px 80px;
}
#home_profile_area table tr:nth-of-type(6) th,
#home_profile_area table tr:nth-of-type(7) th,
#home_profile_area table tr:nth-of-type(8) th{
	vertical-align: top;
	padding:35px 0;
	border-top: 1px solid #e3e3e3;
}
#home_profile_area table tr:nth-of-type(6) td,
#home_profile_area table tr:nth-of-type(7) td,
#home_profile_area table tr:nth-of-type(8) td{
	vertical-align: top;
	padding:35px 0 35px 80px;
	border-top: 1px solid #e3e3e3;
}

#home_profile_area table .map{
	width:100%;
	height:0;
	margin:10px 0 30px;
	padding:60% 0 0;
	position:relative;
}

#home_profile_area table .map iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#home_profile_area table img{
	width:100%;
}

@media only screen and (max-width:767px){
	#home_profile_area{
		padding:200px 20px 0px;
	}
	#home_profile_area h2{
		font-size:36px;
		margin:0 0 70px;
		padding:0 0 0 80px;
	}
	#home_profile_area h2:before{
		width:70px;
		top:22px;
	}
	#home_profile_area table{
		font-size:14px;
		padding:0px;
		margin:0 auto;
	}
	#home_profile_area table th,
	#home_profile_area table td{
		width:100%;
		display:block;
	}
	#home_profile_area table td{
		padding:0px 0 10px 0px;
	}
	#home_profile_area table tr:nth-of-type(5) th{
		padding:5px 0 5px 0px;
	}
	#home_profile_area table tr:nth-of-type(5) td{
		padding:0px 0 35px 0px;
	}
	#home_profile_area table tr:nth-of-type(6) th,
	#home_profile_area table tr:nth-of-type(7) th,
	#home_profile_area table tr:nth-of-type(8) th{
		padding:35px 0 15px;
		border-top: 1px solid #e3e3e3;
	}
	#home_profile_area table tr:nth-of-type(6) td,
	#home_profile_area table tr:nth-of-type(7) td,
	#home_profile_area table tr:nth-of-type(8) td{
		padding:0 0 35px 0px;
	    border-top: none;
	}
}

/*home_history_area*/
#home_history_area{
	max-width:1000px;
	margin:0 auto;
	padding:200px 40px;
}
#home_history_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:48px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}
#home_history_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:30px;
	left:0px;
}
#home_history_area table{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:300;
	color:#222;
	line-height:1.5;
	margin:0 0 0 150px;
	text-align:left;
	border-spacing: 0;
}
#home_history_area table th{
	padding:0 55px 10px 0;
	color:#cdac24;
	font-weight:300;
	}
#home_history_area table td{
	padding:0 0 10px 0;
}

@media only screen and (max-width:767px){
	#home_history_area{
		padding:65px 20px 100px;
	}
	#home_history_area h2{
		font-size:36px;
		margin:0 0 70px;
		padding:0 0 0 80px;
	}
	#home_history_area h2:before{
		width:70px;
		top:22px;
	}
	#home_history_area table{
		font-size:14px;
		padding:0px;
		margin:0 auto;
	}
	#home_history_area table th,
	#home_history_area table td{
		width:100%;
		display:block;
	}
	#home_history_area table th{
		padding:0 0px 10px 0;
	}
		#home_history_area table td{
	padding:0 0 20px 0;
	}
}

/*azumayama*/
#azumayama{
	width: 100%;
	height: 350px;
	background-image:url("../img/photo08.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home_media_area{
	max-width:1000px;
	margin:0 auto;
	padding:0 40px 200px;
}
#home_media_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:48px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}
#home_media_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:30px;
	left:0px;
}

#home_media_area h3{
	margin:0 0 20px;
	font-size:18px;
	font-weight:400;
	color:#053c20;
}

#home_media_area p{
	font-size:15px;
	font-weight:300;
}

#home_media_area section{
	margin:0 0 50px;
}

#home_media_area article{
	overflow:hidden;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #ddd;
}

#home_media_area article img{
	width:100%;
	max-width:800px;
}

@media only screen and (max-width:767px){
	#home_media_area{
		padding:0 30px 100px;
	}
	#home_media_area h2{
		font-size:36px;
		margin:0 0 70px;
		padding:0 0 0 80px;
	}
	#home_media_area h2:before{
		width:70px;
		top:22px;
	}
	
	#home_media_area article{
		margin:0 0 20px;
		padding:0 0 10px;
	}
	
	#home_media_area article img{
		
	}
}

#home_info_area{
	max-width:1000px;
	margin:0 auto 150px;
	padding:0 40px;
}

#info_bg_area{
	margin:0 0 80px;
	padding:50px;
	text-align:center;
	background-color:#fefbed;
	border:1px solid #dab827;
	background-image:url("../img/interface/bg_info.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}

#info_bg_area p{
	font-size:18px;
	line-height:1.4;
}

#info_bg_area p a{
	font-weight:500;
}

#info_bg_area p.title{
	font-size:25px;
	color:#053c21;
}

#info_bg_area p.title b{
	font-size:35px;
}

#info_bg_area p.title b span{
	font-family: "Cormorant Garamond", system-ui;
}

#info_bg_area p.title>span{
	font-weight:600;
}

#info_bnr_area{
	max-width:700px;
	margin:0 auto 100px;
}

#info_bnr_area img{
	width:100%;
}



#info_comment_area h2{
	font-size:25px;
	font-weight:500;
	line-height:1.4;
	color:#053c21;
}

#info_comment_area p{
	margin:0 0 1em;
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:2;
}

#info_comment_area p a{
	font-weight:500;
}

#info_comment_area img{
	width:30%;
	float:right;
	margin:0 0 0 30px;
}

#home_instagram_area{
	max-width:1000px;
	margin:0 auto 150px;
}

br.sp{
	display:none;
}

@media only screen and (max-width:767px){
	br.sp{
		display:block;
	}
	
	#home_info_area{
		margin: 0 auto 80px;
		padding: 0 25px;
	}
	
	#info_bg_area{
		margin:0 0 50px;
		padding:30px;
	}
	
	#info_bg_area p{
		font-size:15px;
	}
	
	#info_bg_area p.title{
		font-size:20px;
	}
	
	#info_bg_area p.title b{
		font-size:22px;
	}
	
	#info_bnr_area{
		margin:0 0 40px;
	}

	#info_comment_area h2{
		font-size:20px;
	}
	
	#info_comment_area p{
		font-size:14px;
	}
	
	#info_comment_area img{
		width:45%;
		margin:0 0 0 20px;
	}
	
	#home_instagram_area{
		padding:0 20px;
		margin: 0 auto 80px;
	}
}

/* #home_news_area */

#home_news_area{
	max-width:1000px;
	margin:150px auto 150px;
	padding:0 40px;
}

#home_news_area h2{
	font-family: "Cormorant Garamond", system-ui;
	font-weight:600;
	font-size:44px;
	color:#053c20;
	letter-spacing:0.04em;
	position:relative;
	margin:0 0 100px;
	padding:0 0 0 150px;
}

#home_news_area h2:before{
	content:"";
	display:inline-block;
	width:130px;
	height:1px;
	background-color:#dab828;
	position:absolute;
	top:25px;
	left:0px;
}

#home_news_area p {
	margin: 0;
	text-align: justify;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	max-width: 500px;
}

#home_news_area ul {
	max-width:800px;
	margin:0 auto;
	padding: 0;
}

#home_news_area ul li {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

#home_news_area div {
	display: table;
}

#home_news_area time {
  font-size: 15px;
	color: #666;
	font-weight: 300;
  white-space: nowrap;
	margin: 0 20px 0 0;
}

#home_news_area span:first-of-type {
  font-size: 15px;
	color: #cdac24;
  white-space: nowrap;
	margin: 0 20px 0 0;
}

#home_news_area span:last-of-type {
  font-size: 12px;
	color: #666;
  padding: 1px 10px;
  border: 0.1px solid #666;
  white-space: nowrap;
	margin: 0 30px 0 0;
}


@media only screen and (max-width:767px){
	#home_news_area{
		margin: 80px auto;
		padding:0 30px;
	}

	#home_news_area h2{
		font-size: 32px;
		margin: 0 0 70px;
		padding: 0 0 0 80px;
	}

	#home_news_area h2:before{
		width: 70px;
		top: 19px;
	}

	#home_news_area ul li {
		flex-direction: column;
		gap: 1em;
	}
}

