/*!
Theme Name:yamano-kyo OTA WINERY
Theme URI: 
Author: hamkiti
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ham_materialize
*/
html{
    font-size:16px;
    color:#3C3033;
    font-family:"Noto Serif JP",YuGosic;
    font-weight:600;
    overflow-x: hidden;
}
}

.font-mincho{font-family:"Noto Serif JP", serif;}
.font-gothic{ font-family: "Sawarabi Gothic",sans-serif;}

.row{position: relative;}
.pop_base{
	position: relative;
	width:100%;
}
body {
    background-color: #fcfbf4;
    background-image:url('./img/peper_bg.jpg');
}
figure {
    margin: 0;
}
a{
	color: inherit;
}
strong{
	font-weight:800 !important;
}
h1, h2, h3, h4, h5, h6{
    font-weight:inherit;
}

.wp-block-image img{
	height:auto;
}

@media only screen and (min-width:600px){
.sp_only{display:none;}
}
@media only screen and (min-width:993px){
.tab_only{display:none;}
}
@media only screen and (max-width:600px){
.pc_only{display:none;}
}

@media only screen and (max-width:600px){
	.has-text-align-center.sp_left{text-align:left;}
}
header .brand-logo{
	padding:0 10px 0 10px;
	font-size:20px;
	left:0;
	transform: none;
}
h1 {
    font-size:1.7rem;
    line-height: 1.1;
    margin: 1em 0 1em 0;
}
h2{
    font-size:1.4rem;
    line-height: 1.1;
    margin: 1em 0 1em 0;
}
h3{
    font-size:1.1rem;
    margin: 1em 0 1em 0;
}
h4{
    font-size:1.1rem;
    margin: 1em 0 1em 0;
}

header#masthead.is-scroll-fix{
    position:fixed;
    z-index:100;
    width:100%;
    top:0;
}

.content-area{
	position: relative;
}

.site-content{
	margin-top:10px;
	padding:0 0 20px 0;
	min-height:1000px;
	max-width:1000px;
	width:100%;
}
article, .widget-area{
	margin-top:20px;
}
article{
	padding:10px;
	background:transparent;
}
.widget-area .col{
	padding:10px;
	background:transparent;
}
article header h1{
	margin:0;
}

.post-navigation{
	margin-top: 3em;
	line-height:1;
	height: 36px;
	padding:0 1em 0 1em;
	box-shadow: none;
	background-color: #3e7d48;
	color: #FFF;
	border-radius: 30px;
}
.post-navigation i.material-icons {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.post-navigation a{
	color:#FFFFFF;
}
.post-navigation .screen-reader-text{
    display:none;
}
.post-navigation .nav-links {
  padding: .5em 0;
}
.post-navigation .nav-links:after {
  content: "";
  display: block;
  clear: both;
}
.post-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next {
  float: right;
}
.post-navigation a.origin_start,
.post-navigation a.origin_end{
	display:none;
}

.post-pagination{
	margin-top: 3em;
	line-height:36px;
	height: 36px;
	padding:0 1em 0 1em;
	box-shadow: none;
	background-color: transparent;
	color:inherit;
	border-radius: 30px;
	text-align:center;
}
.post-pagination i.material-icons {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.post-pagination a{
	color:inherit;
	transition: all 0.3s ease-out;
}
.post-pagination a:hover{
	opacity: 0.9;
	transform: scale(1.05);
}
.post-pagination .page-numbers{
    padding:0;
    min-width:36px;
    display:inline-block;
    background-image:url('./img/blog/nav_page_btn.svg');
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.post-pagination span.page-numbers{
	text-decoration:underline;
}
.post-pagination .page-numbers.prev,
.post-pagination .page-numbers.next{
   width:56px;
   padding:10px 0 10px 0;
}

.post-pagination .screen-reader-text{
    display:none;
}
.post-pagination .nav-links {
  padding: .5em 0;
}
.post-pagination .nav-links:after{
  content: "";
  display: block;
  clear: both;
}
.post-pagination .nav-previous {
  float: left;
}

.post-pagination .nav-next {
  float: right;
}

.fixed-action-btn{
	display:none;
}


footer.site-footer{
	margin-top:235px;
	min-height:60px;
	background-color: #93ba83;
	background-image:url('./img/yama_bg.jpg');
	color:#3C3033;
	padding:30px 0 0 0;
	position: relative;
}

footer.site-footer:before{
	content:'';
	display:block;
	height:235px;
	background-image:url('./img/yama_top.png');
	background-repeat:repeat-x;
	background-size:auto 100% ;
	background-position:bottom center;
	top:-220px;
	position: absolute;
	width: 100%;
}
.footer_free_area_2.widget_nav_menu{
	text-align:right;
}
footer .copy_right{
	text-align:center;
}




/* ANIMATION */
@keyframes char_normal_action{
	from{transform:translate(0, 0);}
	50%	{transform:translate(0, 3px);}
	90%	{transform:translate(0px, 2px);}
	to	{transform:translate(0, 1px);}
}






/* CUMTOM STYLE */
.btn_img_hover{
	position: relative;
	z-index: 10;
}
.btn_img_hover *{
	transition:all 0.3s ease-out;

}
.btn_img_hover a:hover img{
	opacity:0.8;
	transform: scale(1.02);
}
.cap_wrap{
	font-family: "Sawarabi Gothic" sans-serif;
}
.cap_wrap h2{
	margin:0;
	font-weight: bold;
}
.cap_wrap p{
	margin:0;
	font-size:0.8rem;
	font-weight: bold;
}

.btn{
	border:2px solid #775f65;
	background:#FFF;
	color:#3C3033;
	font-size:1rem;
}
.cap_box{
	text-align:center;
	font-family: "Sawarabi Gothic",sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}
.cap_box h2{
	font-family: inherit;
	font-weight: 600;
	margin: 0;
	letter-spacing:4px;
}
.cap_box p{
	margin: 0;
	font-size: 0.8rem;
}


/* TABLE */
.wp-block-table tr{
	border:none;
}
.wp-block-table tr:nth-child(odd){
	background-color:#FFFFFF;
}



/* NAVI */
nav .nav-wrapper {
    max-width: 1200px;
    margin: 0 auto 0 auto;

}

.nav-wrapper ul a{
	padding: 0 10px;
    font-size:0.9rem;
}
@media only screen and (max-width:1200px){
	.nav-wrapper .brand-logo img{
		max-width:360px;
	}
}

header#masthead:not(.is-scroll-fix) nav{
    box-shadow: none;
}
header#masthead.is-scroll-fix{
    background-color: inherit;
}
header#masthead nav {
    color: #3c3033;
    /* background-color: transparent !important; */
	background-color: rgba(238,110,115,.2) !important;
    width: 100%;
}
header#masthead nav a,
header#masthead nav ul a{
    color: #3c3033;
}


header#masthead nav .brand-logo img{
	/* margin-top:2px; */
	width:400px;
	height:auto;
	vertical-align: middle;
}
@media only screen and (max-width: 600px){
	header#masthead nav .brand-logo img{
		width:260px;
	}
}

.sidenav-overlay:before {
	content: "×";
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	color: rgb(255, 255, 255);
	font-size:30px;
	line-height: 1;
	background: rgb(0, 0, 0);
	padding:10px 20px;
}


#mobile-side-manu{
    background: #fcfbf4;
}

#mobile-side-manu h2 a{
    color: inherit;
}
#mobile-side-manu .brand-logo{
	text-align:center;
	padding-top:30px;
}

#mobile-side-manu .brand-logo img{
    width: 90%;
    height: auto;
    max-width:400px;
}
#mobile-side-manu a.sidenav-home-btn {
	padding:10px;
	text-align: center;
	width:100%;
	display: block;
	text-align:center;
	display:block;
}

#mobile-side-manu {
    padding-bottom: 100px;
    width:80%;
    width:calc(100% - 100px);
    width:-webkit-calc(100% - 100px);
}
#mobile-side-manu .site_menu a{
    padding: 0 1em;
    text-align:center;
	font-size:1.1rem;
}
#mobile-side-manu .site_menu a:hover{
    background-color: rgba(0,0,0,0.1);
}


#mobile-side-manu li.menu-item-depth-0 > a{
    font-weight:bold;
    text-decoration: none;
}
#mobile-side-manu li.menu-item-depth-0 > a span,
#mobile-side-manu a.sidenav-close-btn span{
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}


#mobile-side-manu a.sidenav-close-btn {
    display: block;
    text-align:center;
    color: inherit;
    line-height: 48px;
    padding: 0 1em;
}















/* BLOG */
article.type-post{
	margin-bottom:100px;
}
article.type-post .entry-content{
	max-width:700px;
	padding: 20px 20px 60px 20px;
	min-height:200px;
}
article.type-post .post-thumbnail{
	max-width:700px;
	padding: 20px 20px 60px 20px;
	margin:0 auto 0 auto;
	display:none;
}
article.type-post .entry-title,
article.type-post .entry-meta{
	max-width:900px;
}


article.type-post .entry-meta .cat-links,
article.type-post .entry-meta .tags-links{
	display:none;
}
article.type-post .entry-meta .posted_on {
	text-align: right;
	max-width: 245px;
}
article.type-post .entry-meta{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 60px 0 0 0;
}
article.type-post .entry-title{
	margin:60px 0 40px 23% !important;
	padding:0 20px 0 0 ;
	max-width: 700px;
	font-weight: 600;
	max-width: 586px;
}
article.type-post .entry-header:after{
	content:'';
	display:block;
	background-image: url('./img/blog_line.svg');
	background-size:90% auto ;
    background-position: center center;
    background-repeat:no-repeat;
    height: 2px;
	max-width:860px;
	margin:0 auto 0 auto;
}
article.type-post .entry-header .stamp_ct{
	position:absolute;
    text-decoration: none !important;
	color:#FF0000;
	background-image: url('./img/blog/yamano_stamp.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width:25%;
	height:150px;
	content:'';
	display:block;
	max-width:200px;

	left:5%;
	top: 20px;
}
article.type-post .entry-header .stamp_ct span{
    display: block;
    width:60%;
    text-align: center;
    margin: 35% 0 0 0;
    color: #cf6112;
    font-family: "Sawarabi Gothic",sans-serif;
    transform: rotate(-13deg);
    font-size: 1.4rem;
    font-weight: bold;
}

article.type-post:before, article.type-post:after {
	background-image: url('./img/blog_paper.svg');
	background-size: 100% auto;
	min-height:20px;
	height:30%;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
}
article.type-post:before{
	background-position:left top;
	top:-16px;
}
article.type-post:after{
	background-position:left bottom;
	bottom:-16px;
}

article.type-post{
	padding:0;
	position: relative;
	background-image: url('./img/blog_paper_middle.svg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position:top center;
	margin-top: 40px;
}
article.type-post > * {
	z-index:10;
	position: relative;
}
article.type-post a:hover{
	text-decoration:underline;
}

article.type-post figure{
	padding:0;
	margin:0;
}
article.type-post .entry-content{
	margin:0 auto 0 auto;
	word-break: break-all;
}

article.type-post .entry-footer{
	display:none;
}


.widget .blog_cate_wrap{
	margin-top:0px;
	margin-bottom:0px;
}
.widget .blog_cate_wrap a{
	display:block;
	position:relative;
	max-width:200px;
	margin: 0 0 10px 0;
}
.widget .blog_cate_wrap a img{
	width:100%;
}


.blog_saru_fix{
	width:150px;
	height:256px;
	position:fixed;
	right:0px;
	bottom:30px;
	z-index:30;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition: auto 0.8s ease;
	opacity:1;
	transition: auto 0.8s ease;
}
.blog_saru_fix:before{
	width:100%;
	height:100%;
	position:absolute;
	right:0px;
	background-image:url('./img/blog/saru.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	content:'';
	display:block;
}
.blog_saru_fix span {
	position: relative;
	font-family: "Sawarabi Gothic",sans-serif;
	text-align: center;
	display: block;
	width: 56%;
	top: 26px;
	left: 15px;
	transform: rotate(-24deg);
	text-shadow: 0 0 2px #FFFFFF;
}
.blog_saru_fix.hide{
	opacity:0;
}
@media only screen and (max-width:800px){
	article.type-post .entry-header .stamp_ct span{
		font-size:2.6vw;
		width:63%;
	}
	article.type-post .entry-title{
		margin:20px 0 20px 25% !important;
	}
	.blog_saru_fix{
		transform: scale(0.6);
		transform-origin: center right;
	}
}
@media only screen and (min-width: 993px){
	.blog_cap_box {
	    position: absolute;
	    width:230px;
	    left:-30px;
	    top: 30px;
	}
	.widget .blog_cate_wrap {
		margin-top: 50px;
		margin-bottom: 0px;
	}
}






/* FORM */
input.waves-button-input{

}
.wpcf7 .waves-input-wrapper.btn input {
    padding: 0 28px;
    height:100%;
    min-width: 200px;
}
.wpcf7 .waves-input-wrapper.btn{
    padding: 0 ;
}
.wpcf7-form .waves-button-input {
	color: inherit;
	font-family: inherit;
}
.wrap_form h3,
.wrap_form .btn{
	font-size:1.2rem;
}
.wrap_form input[type="text"],
.wrap_form input[type="email"],
.wrap_form textarea{
	border:2px solid #775f65;
	background-color:#FFFFFF;
	border-radius:0.2em;
	line-height:1;
	padding:2px 6px;
	box-sizing: border-box;
}


.wrap_form h3{
	margin:1em 0 0.2em 0;
}
.wrap_form p{
	margin:0;
}


/* HOME */


.slider_wrap{
	position: relative;
	min-height:600px;
}
.slider_wrap .logo_shiro {
	position: absolute;
	top:16%;
	left: 0;
	max-width: 520px;
}
.slider_wrap .cap_message {
	position: absolute;
	top: 5%;
	right:5%;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	z-index: 5;
	font-size: 2.5vw;
}
.slider_wrap .cap_message img{
	height:auto;
	max-width:160px;
	width:100%;
}
.slider_wrap p.cap_message{
	display:none;
	position: absolute;
	top: 25%;
	z-index: 5;
	width: 100%;
	font-size: 3.5vw;
	text-align: center;
	right: 0;
}
.slider_wrap .pop_saru_top1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	opacity:1;
	transition: all 0.5s ease;
}
.slider_wrap .pop_saru_top2{
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;
	opacity:1;
	transition: all 2s ease;
}
.slider_wrap .pop_saru_top1.hide{
	display:block !important;
	opacity: 0.01;
	left:-200px;
}
.slider_wrap .pop_saru_top2.hide{
	display:block !important;
	opacity: 0.01;
	right:-250px;
}
.saru_box{
	position: relative;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(255,254,249,0),rgba(255,254,249,1));
}
.saru_box:before{
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	z-index: 100;
	background: linear-gradient(to bottom,rgba(255,254,249,0),rgba(255,254,249,1));
	height: 30px;
	bottom: 0;
}
.slider_wrap .pop_saru_top1{
	animation: char_normal_action 1s linear 1s infinite alternate;
}
.slider_wrap .pop_saru_top2{
	animation: char_normal_action 2s linear 0s infinite alternate;
	text-align:right;
}


.blog_news_wrap{
	background:url('./img/kamikui_bg.png');
	background-repeat:repeat-y;
	background-size:100%  auto;
	background-position:center bottom;
	padding-top:30px !important;
	padding-bottom:30px !important;
	max-width:95%;
	position: relative;
	
}
.blog_news_wrap:before{
	background:url('./img/kamikui_bg.png');
	background-repeat:no-repeat;
	background-size:100%  auto;
	content:'';
	display:block;
	min-height: 30px;
	left: 0;
	width: 100%;
	position: absolute;
}
.blog_news_wrap:before{
	background-position:top;
	top: -30px;
	height: 40%;
}
.pop_yagi{
	position: absolute;
	right:-214px;
	bottom: 65px;
}

.blog_news_wrap li .text{
	font-size:0.8rem;
	line-height:1rem;
	min-height:3rem;
	word-break: break-all;
}
.blog_news_wrap .news_list{
	margin:0 20px 0 20px;
}
.blog_news_wrap .news_list > .col{
	min-height:160px;
	position: relative;
	padding-top:20px;
	padding-bottom: 20px;
}
.blog_news_wrap .news_list .news_title {
	font-size: 1rem;
	margin: 1em 0 0.5em;
	min-height:2.2rem
}
.blog_news_wrap .news_list .news_date{
	color: #cf6112;
	padding-left:50px;
}
.blog_news_wrap .news_list .post_summary{
	margin:0 0 0 12%;
}
.blog_news_wrap .news_list .stamp_ct{
	position: absolute;
	text-decoration: none !important;
	color: #FF0000;
	background-image: url(./img/blog/yamano_stamp.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width:23%;
	height:120px;
	content: '';
	display: block;
	width:100px;
	max-width:100px;
	left:0;
	top:0;
	color: #cf6112;
}

.blog_news_wrap .news_list .stamp_ct span {
	display: block;
	width: 60%;
	text-align: center;
	margin: 35% 0 0 0;
	font-family: "Sawarabi Gothic",sans-serif;
	transform: rotate(-13deg);
    font-size: 0.72rem;
	font-weight: bold;
}



.house_box > div{
	background:url('./img/home/konnakotomo_house.png');
	background-repeat:no-repeat;
	background-size:100%  auto;
	max-width:480px;
	margin:0 auto 30px auto;
	min-height:372px;
	padding-bottom: 10px;
}
.house_box h4 {
	font-size: 1.1rem;
	padding: 30px 0 0 0;
	height: 70px;
	margin: 0 0 10px 0;
}
.house_box .wp-block-image{
	text-align:center;
}
.house_box .wp-block-image img{
	width:78%;
	height:auto;
}
.pop_saru{
	position: relative;
	top: -60px;
}
.wrap_ytbe{
	position: relative;
}
.wrap_ytbe > div{
	position: relative;
	background:url('./img/home/ytbe_tv_bg.png');
	background-repeat:no-repeat;
	background-size:100%  auto;
	max-width:460px;
	height:450px;
	margin: 0 auto 0 auto !important;
}

.wrap_ytbe iframe,
.wrap_ytbe video {
	max-width: 84.2%;
	max-height: 250px;
	position: absolute;
	top:31.5%;
	left: 3.2%;
	display: block;
}
.home_animals{
	background:url('./img/home/animals_bg_sp.png');
	background-repeat:no-repeat;
	height:270px;
	margin-top: -40px;
	background-size:100% auto;
}

.wrap_fbwg{
	text-align:center;

}
.wrap_fbwg > div{
	background:url('./img/home/fb_bg_middle.png');
	background-repeat:repeat-y;
	background-size:100%  auto;
	max-width:320px;
	margin:20px auto 0 auto;
	padding:0 0 10px 0;
	position: relative;
}
.wrap_fbwg > div:before,
.wrap_fbwg > div:after{
	background:url('./img/home/fb_bg.png');
	background-repeat:no-repeat;
	background-size:100%  auto;
	max-width:320px;
	height:20px;
	position: absolute;
	left:0;
	content:'';
	display:block;
	width:100%;
}
.wrap_fbwg > div:before{
	top:-20px;
	background-position: top;
}
.wrap_fbwg > div:after{
	bottom:-20px;
	background-position:bottom;
}
.wrap_fbwg > div > div,
.wrap_fbwg iframe,
.wrap_fbwg video{
	max-width:300px;
	margin:0 auto 0 auto;
}

@media only screen and (min-width: 993px){
	.wrap_fbwg{
		position: absolute;
		right: 0 !important;
		top: -50px;
	}
	.home_animals{
		background:url('./img/home/animals_bg.png');
		background-repeat:no-repeat;
		background-size:90% auto;
		margin-top: 90px;
		height:320px;
	}
	.cap_message{
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 0.03em;
		text-orientation: upright;
	}

}
@media only screen and (min-width:1200px){
	.slider_wrap .logo_shiro {
		left: -10vw;
		max-width: 680px;
	}
	.slider_wrap .cap_message{
		right:2vw;
	}
}
@media only screen and (min-width:1500px){
	.slider_wrap .logo_shiro {
		left: -15vw;
		max-width: 680px;
	}
	.slider_wrap .cap_message{
		right: -10.5vw;
	}
}

@media only screen and (max-width: 992px){
	.slider_wrap .pop_saru_top1,
	.slider_wrap .pop_saru_top2{
		width:40%;
	}
	.pop_yagi {
		position: absolute;
		right:0;
		bottom:-60px;
	}
	.pop_yagi img{
		width:auto !important;
		max-height:200px;
	}
}
@media only screen and (min-width:601px){
	.wrap_ytbe{
		top: 141px;
		left: 67px !important;
	}
	.wrap_ytbe .pop_cap {
		position: absolute;
		left: -120px;
		top: -2px;
	}
	.home_animals{
		background:url('./img/home/animals_bg.png');
		background-repeat:no-repeat;
		background-size:100% auto;
		margin-top: 90px;
		height:320px;
	}

}

@media only screen and (max-width:800px){
	.slider_wrap .cap_message img{
		display:none;
	}
	.slider_wrap p.cap_message{
		display:block;
	}
	.house_box .wp-block-image img{
		max-width:auto;
		max-height:40vw;
	}
}
@media only screen and (max-width:600px){
	.house_box .wp-block-image img{
		max-width:auto;
		max-height:38vw;
	}
}


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

	.wrap_ytbe iframe,
	.wrap_ytbe video{
		top: 27%;
		max-height:234px;
	}
	.wrap_ytbe .pop_cap {
		position: absolute;
		left: -13px;
		top: -2px;
		width: 182px;
	}
	.wrap_ytbe{
		margin-top:100px;
	}
	.home_animals{
		height:210px;
	}
	.blog_news_wrap .news_list .stamp_ct{
		left: -20px;
	}
	.pop_yagi {
		position: absolute;
		right:-25%;
		bottom:-60px;
	}
	.pop_yagi img{
		width:auto !important;
		max-height:200px;
	}
	.blog_news_wrap {
		max-width:100%;
		padding-top:0px !important; 
	}
	.blog_news_wrap:before{
		background-position:top;
		top: -30px;
		height:50%;
	}
	.blog_news_wrap .news_list{
		    margin: 0 0 0 20px;
	}
}
@media only screen and (max-width:500px){
	.wrap_ytbe iframe,
	.wrap_ytbe video {
		top: 23%;
		max-height: 200px;
	}

	.wrap_ytbe .pop_cap {
		position: absolute;
		left: -16px;
		top: 5px;
		width: 167px;
	}

	.house_box h4 {
		font-size: 5vw;
		padding: 5vw 0 0 0;
		height:50px;
		margin: 0 0 5vw 0;
	}

}
@media only screen and (max-width:400px){
	.wrap_ytbe iframe,
	.wrap_ytbe video {
		top: 22.5%;
		max-height: 184px;
	}
	.home_animals{
   		 margin-top:-130px;
	}
	.wrap_ytbe .pop_cap {
		position: absolute;
		left: -16px;
		top: -18px;
		width: 56%;
	}
	.house_box > div{
		min-height:auto;
	}
	.house_box h4 {
		font-size: 5vw;
		padding: 3vw 0 0 0;
		height: 40px;
		margin: 0 0 5vw 0;
	}
}
@media only screen and (max-width:370px){
	.wrap_ytbe iframe,
	.wrap_ytbe video {
		top: 19%;
		max-height: 172px;
	}
	.house_box h4 {
		font-size: 5vw;
		padding: 3vw 0 0 0;
		height: 40px;
		margin: 0 0 4vw 0;
	}
}
@media only screen and (max-width:350px){
	.wrap_ytbe iframe,
	.wrap_ytbe video {
		top: 17%;
		max-height: 148px;
	}
	.home_animals {
	    margin-top: -180px;
	}
}




/* SHOP */
.shop_list figure{
	margin:0;
}
.shop_list hr.space_kusa{
	border:none;
	height:16px;
	background-image:url('./img/line_kusa.png');
	background-repeat:repeat-x;
}
.shop_list .item_shop{
	background-image:url('./img/shop/shop_box.png');
	background-size: auto 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.shop_list .item_shop h3{
	width:100%;
	margin:0 0 0 0;
	text-align:center;
	display: table;
	font-weight: bold;
}
.shop_list .item_shop h3 a{
	height:90px;
	display: table-cell;
	vertical-align: middle;

} 
.shop_list .item_shop p{
	max-width:180px;
	margin:16px auto 0 auto;
	font-size:0.8rem;
}

.shop_list .item_shop.l6{
	background-image:url('./img/shop/shop_house_mein.png');
	background-size: auto 100%;
	height:388px;
}
.shop_list .item_shop.l6 h3{
	display:block;
	padding:56px 0 0 0;
	height:115px;
}
.shop_list .item_shop.l6 .wp-block-image{
	margin:16px auto 0 auto;
	width:230px;
	min-height:180px;
}

.shop_list .item_shop.l6 p{
	max-width:230px;
	margin:2px auto 0 auto;
}

.shop_list .cap_pref {
	text-align: center;
	font-size: 1.5rem;
	margin: 0;
	font-weight: bold;
	color: #78a66f;
}
@media only screen and (max-width:600px){
.shop_list .item_shop.l6{
	margin-left:-10px;
	margin-right:-10px;
	width:calc(100% + 20px);
}
}

@media only screen and (max-width: 992px){
.shop_list hr.space_kusa.s12{
	display:none;
}
}


/* ITEM */
.trivia_box{
	background-image:url('./img/bg_trivia_peper_middle.svg');
	background-size:100% auto;
	background-repeat:repeat-y;
	display: block;
	padding: 0 0 16px 0  !important;
	position: relative;

}
.trivia_box:before,
.trivia_box:after{
	background-image:url('./img/bg_trivia_peper.svg');
	background-size:100% auto;
	background-repeat:no-repeat;
	content:'';
	display:block;
	height:18px;
	width: 100%;
	position: absolute;
}
.trivia_box:before{
	background-position:top center;
	top:-8px;
}
.trivia_box:after{
	background-position:bottom center;
	height: 25px;
	bottom: -25px;
}
.trivia_box hr{
	border:none;
	height:4px;
	background-image:url('./img/blog_line.svg');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin:0 auto 16px auto;
	width:90%;
}
.trivia_box h3{
	font-size:1.6rem;
}
.trivia_box p{
	margin:0 auto 0 auto;
	width:90%;
	font-size:1.1rem;
}

.dot_line{
	border:none;
	height:4px;
	background-image:url('./img/line_dot.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin:60px auto 60px auto;
	width:90%;
}
.wine_box > div{
	margin:0 20px 0 20px; 
	
}
.wine_box{
    position:relative;
}
.wine_box p{
	font-size: 0.82rem;
	line-height: 1.8;
}


.wine_box.with_line:before,
.wine_box.with_line:after{
	content:'';
	display:block;
	height:4px;
	background-image:url('./img/line_dot.png');
	background-repeat: repeat-x;
	position:relative;
	margin: 60px auto 60px auto;
}

@media only screen and (min-width: 993px){
	.wine_box.with_line:before,
	.wine_box.with_line:after{
		content:'';
		display:block;
		background-image: url('./img/line_v.png');
		background-repeat: repeat-y;
		width:3px;
		height:100%;
		position:absolute;
		top:0;
		margin:0;
	}
	.wine_box.with_line:before{
		left:0;
	}
	.wine_box.with_line:after{
		right:0;
	}
}
.wine_box.with_line.with_line_first:before{
	display:none;
}


.cap_manufacture {
	background-image:url('./img/year_cap.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	margin-bottom:60px;
	margin-top:60px;
}

.cap_manufacture h4{
	margin:0 10px 0 10px;
	font-size:1.6rem;
}
.wine_box .price_card h3{
	font-weight:bold;
	margin-bottom:2px;
}
.wine_box .price_card h3 + p{
	font-size:1.1rem;
	margin:0;
}





/* ABOUT */


.wrap_about_intro h3 {
	background-image: url(./img/blog_line.svg);
	background-size: 200% auto;
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 2rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1.4rem;
}
.wrap_about_intro p {
    font-size: 0.9rem;
    line-height: 1.8;
}
.pop_saru_about{
	position:absolute;
	bottom:6%;
	left:-154px;
}
.pop_yagi_about{
	position: absolute;
	bottom: 0;
	right: 0;
}

.wrap_prof > div{
	background-image:url('./img/about/paper_bg_middle.png');
	background-size:100% auto;
	background-repeat:repeat-y;
	position: relative;
	margin:80px auto 20px auto;
	max-width:410px;
	
}
.wrap_prof > div:before,
.wrap_prof > div:after{
	background-image:url('./img/about/paper_bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	content:'';
	display:block;
	position:absolute;
	height:10px;
	width:100%;
	left:0;
}
.wrap_prof > div:before{
	background-position:top center;
	top:-10px;
}
.wrap_prof > div:after{
	background-position:bottom center;
	bottom:-10px;
}

.wrap_prof .stamp_prof {
	position: absolute;
	top: -60px;
	left: -30px;
}
.wrap_prof .name_plate {
    padding: 20px 10px 20px 10px;
    text-align: right;
    max-width:310px;
    margin: 0 auto 30px auto;
    font-size:0.9rem;
}
.wrap_prof .name_plate i{
	font-style: normal;
	font-size: 0.7rem;
}

.wrap_prof .name_plate span{
	display:block;
    font-size:1.1rem;
    margin-top:10px;
}
.wrap_prof p{
	max-width: 310px;
	padding: 10px;
	margin: 0 auto 0 auto;
	font-size: 0.9rem;
	line-height: 1.8;
}

.wrap_stripe_bg{
	background-image:url('./img/bg_stripe_middle.jpg');
	background-size:100% auto;
	background-repeat:repeat-y;
	position: relative;
	margin:20px 0 20px 0;
	padding: 10px;
}
.wrap_stripe_bg:before,
.wrap_stripe_bg:after{
	background-image:url('./img/bg_stripe-min.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	content:'';
	display:block;
	position:absolute;
	height:10px;
	width:100%;
	left:0;
}
.wrap_stripe_bg:before{
	background-position:top center;
	top:-10px;
}
.wrap_stripe_bg:after{
	background-position:bottom center;
	bottom:-10px;
}

.wrap_stripe_bg > div{
	max-width:820px;
	margin:0 auto 0 auto;
}
.wrap_stripe_bg .pr_message{
	max-width:780px;
	margin:60px auto 0 auto;
	padding:10px;
}
.wrap_stripe_bg .pr_message h4{
	font-size:2rem;
}
.wrap_stripe_bg .pr_message .pop_saru_wine{
	position: absolute;
	bottom: -14px;
	left: -30px;
}
.wrap_stripe_bg .pr_message p{
	font-size:0.9rem;
	line-height:1.8;
}




.cap_double_line{
	position: relative;
	letter-spacing: 6vw;
	text-indent: 6vw;
}
.cap_double_line:before,
.cap_double_line:after{
	background-image:url('./img/strong_line.svg');
	background-size:100% auto;
	background-repeat:no-repeat;
	content:'';
	display:block;
	position:absolute;
	height:4px;
	width:100%;
	left:0;
}
.cap_double_line:before{
	background-position:top center;
	top:-10px;
}
.cap_double_line:after{
	background-position:bottom center;
	bottom:-10px;
}
.box_double_line,
.dot_linev{
	position: relative;
}
.about_list_item .l6 > div {
    max-width: 360px;
    margin: 0 auto 0 auto;
}
.about_list_item p{
	font-size: 0.82rem;
	line-height: 1.8;
}
.box_double_line > div{
	position: relative;
	margin-bottom:60px;
	margin-top:20px;
}
.box_double_line.l4 > div{
	min-height: 420px;
}
.box_double_line.line_only:before,
.box_double_line > div:before,
.box_double_line > div:after{
	background-image:url('./img/double_line.svg');
	background-size:auto 100%;
	background-repeat: repeat-x;
	content:'';
	display:block;
	position:absolute;
	height:12px;
	width:100%;
	left:0;
}
.box_double_line.line_only:before {
    position: relative;
}
.box_double_line > div:before{
	background-position:top center;
	top:-23px;
}
.box_double_line > div:after{
	background-position:bottom center;
	bottom:-20px;
}
.box_double_line p{
	font-size: 0.82rem;
	line-height: 1.8;
}

.box_double_line.with_line:before,
.box_double_line.with_line:after{
	content:'';
	display:none;
}

.dot_linev.with_line:before,
.dot_linev.with_line:after{
	content:'';
	display:block;
	height:4px;
	background-image:url('./img/line_dot.png');
	background-repeat: repeat-x;
	position:relative;
	margin: 60px auto 60px auto;
}
@media only screen and (min-width: 601px){
	.dot_linev.with_line:before,
	.dot_linev.with_line:after{
		content: '';
		display: block;
		background-image: url(./img/line_v.png);
		background-repeat: repeat-y;
		width: 3px;
		height: 80%;
		position: absolute;
		top: 10%;
		margin: 0;
	}
	.box_double_line.with_line:before,
	.box_double_line.with_line:after{
		content: '';
		display: block;
		background-image: url(./img/line_v.png);
		background-repeat: repeat-y;
		width: 3px;
		height: 76%;
		position: absolute;
		top: 12%;
		margin: 0;
	}
	.dot_linev.with_line:before,
	.box_double_line.with_line:before{
		left:0;
	}
	.dot_linev.with_line:after,
	.box_double_line.with_line:after{
		right:0;
	}
}
.dot_linev.with_line.with_line_first:before,
.box_double_line.with_line.with_line_first:before{
	display:none;
}



@media only screen and (min-width: 993px){
	.wrap_prof > div{
		min-height:470px;
	}
	.cap_double_line {
	    letter-spacing: 3rem;
	}
}
@media only screen and (max-width:920px){
	.pop_saru_about {
		display:none;
		position: absolute;
		bottom:30%;
		left: 0;
		width:20%;
		min-width:140px;
	}
	.wrap_stripe_bg .pr_message .pop_saru_wine{
		position: relative;
		bottom:auto;
		left:auto;
	}
	.wrap_stripe_bg .pr_message h4{
		font-size: 5vw;
	}
	.wrap_stripe_bg .pr_message p{
		font-size: 2.4vw;
	}
	.box_double_line.l4 > div{
		min-height:auto;
	}
	.pop_yagi_about {
		bottom: -60px;
		right: 0;
		text-align:right;
	}

}
@media only screen and (max-width:600px){
	.wrap_stripe_bg .pr_message p{
		font-size:0.9rem;
	}
	.wrap_prof .stamp_prof {
		position: absolute;
		top: -60px;
		left: -16px;
	}
	.pop_yagi_about img{
		width:50%;
		height:auto;
	}


}