@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#231815;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	overflow-x:hidden;
	font-family:YuMincho,'Yu Mincho',serif;
	-webkit-text-size-adjust: 100%;
	background:#f5f2e9;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body.open{
	overflow:hidden;
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#231815;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
	text-decoration:underline;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex_wrap_center2{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.sp{display:none;}
.note{font-size:12px; color:#666;}

.font2{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight:400;
}



/************************
header
************************/
header{
	margin:auto;
	width:90%;
	max-width:756px;
	text-align:center;
	padding:20px 0;
	position:relative;
}

.logo a{
	display:inline-block;
	position:relative;
	z-index:110;
}

.list_hd_btn_wrapper.sp{
	position: absolute;
    bottom: 17px;
	right: 0;
	text-align:right;
	z-index:90;
}

.list_hd_btn{
	display:inline-flex;
	padding:5px 0 5px 0;
	border-radius: 5px;
	margin:0;
	margin-right: 7px;
}



.list_hd_btn li{
	margin:0 2vw;
}

.list_hd_btn li:first-child{
	margin-left:10px;
}

.list_hd_btn li:last-child{
	margin-right:10px;
}

/************************
menu
************************/
.menu{
	transition: opacity .4s;
	opacity:0;
	z-index:-1; 
	position:fixed;
	top:0; 
	left:0; 
	width:100%;
	background:#AE8234; 
	padding:40px;
	overflow:auto;
}

.menu ul.s_menu{
	display:none;	
}
.menu a{
	color:#FFF;
}
.menu.is-open{
	opacity:1;
	height:100vh;
}
.menu.is-show{
	z-index:1000;
}

.menu.is-show ul.s_menu{
	display:block;	
}


.close_btn{
	margin:0 0 0 auto;
	width:45px;
	height:60px;
	position:relative;
	cursor:pointer;
}
.close_btn::before, .close_btn::after{
	display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
    width: 100%;
    height: 1px;
    background: #FFF;
    transition: .5s;
	margin:auto;
}
.close_btn::before{
	transform: rotate(45deg);
}
.close_btn::after{
	transform: rotate(135deg);
}
.menu li{
	margin:20px 0;
	font-size:24px;
	border-bottom: 1px solid #FFF;
    padding-bottom: 0.15em;
}

/************************
nav
************************/
.gnav{
	margin:auto;
	background: #f5f2e9;
}

.gnav ul.flex_wrap_center2{
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
	align-items: baseline;
}
.gnav li a{
	display:block;
	padding:10px 15px;
}

/*gnav固定*/
.gnav.transform{
	top: 0;
    position: fixed;
    bottom: unset;
    /* transform: translate(-50%, -50%); */
   
    max-width: unset;
    width: 100%;	
    z-index: 5;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .25);

}

/************************
menu btn
************************/

/************************
mv
************************/
.mv{
	margin:0 auto 40px;
	width:100%;
	max-width:756px;
}

.lead_area{
	margin:0 auto 70px;
	width:90%;
	max-width:756px;
}
.lead_area h1{
	width:15.3%;
	margin-left:2%;
	margin-top:20px;
}
.lead_disc{
	width:74.8%;
}
.lead_disc h2{
	font-size:20px;
	margin-bottom:20px;
}
.lead_disc li{
	margin:10px 20px 10px 0;
}


.pupp{
	background:#000;
	color:#fff;
	padding:50px 0;
	width:100%;
}
.inner_pupp{
	margin:0 auto;
	width:90%;
	max-width:756px;
	position:relative;
}
.inner_pupp h2{
	text-align:center;
	margin-bottom:50px;
}
.icon_pupp{
	position:absolute;
	top: -105px;
	right:-7.6%;
	width:28%;
}
.pupp_mv{
	margin-bottom:40px;
}
.pupp_disc{
	width:49%;
	margin-bottom:70px;
}
.pupp_disc h3{
	font-size:20px;
	margin-bottom:20px;
}
.pupp_disc p{
	margin-bottom:20px;
}
.pupp_disc li{
	margin-top:10px;
}
.pupp_map{
	width:52%;
	margin-right:-2.6%;
	margin-bottom:70px;
}
.pupp_re figure{
	width:68%;
}
.pupp_re_disc{
	width:38%;
	margin-left:-6%;
	margin-top:13%;
}
.inner_pupp_re{
	background:rgba(255,255,255,0.5);
	padding:1px 6% 7% 29%;
	color:#231815;
}
.inner_pupp_re h3{
	margin-top:-15%;
	margin-bottom:10px;
}
.inner_pupp_re p{
	margin-bottom:10px;
}

.movie{
	padding:100px 0 70px;
	margin:auto;
	width:90%;
	max-width:756px;
}
.movie_disc{
	width:55%;
	margin-right:5%;
}
.movie_disc h2{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
}
.movie_disc h2 span{
	display:inline-block;
	background:url(../img/bg_movie_ttl.jpg);
	position:relative;
	padding-left:125px;
	margin-left:-125px;
	line-height:42px;
}
.icon_movie{
	position:absolute;
	bottom:10px;
	left:94px;
}
.btn_mov{
	margin-top:30px;
}
.movie figure{
	width:39%;
}

.gotouchi{
	margin:auto;
	width: 90%;
	max-width:756px;
	background:url(../img/bg_gotouti.jpg);
	padding: 40px 30px 30px;
	margin-bottom:60px;
}

.goto_disc{
	width: 59.6%;
	color:#fff;
}
.goto_disc h2{
	position:relative;
	margin-bottom:20px;
}
.goto_disc h2 .icon_goto{
	position:absolute;
	top:-80px;
	left:-18px;
}
.gotouchi figure{
	width: 39%;
	/*align-self:flex-end;*/
	align-self:center;
}

.furusato{
	margin:60px auto 20px;
	width:90%;
	max-width:756px;
}
.furusato h2{
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}
.furusato h2 span{
	position:relative;
}
.furusato h2 span::before{
	display: inline-block;
	content:'';
	width:1px;
	height:100%;
	background:#8e8781;
	transform: rotate(-22deg);
	position:absolute;
	margin:auto;
	top:0;
	left:-20px;
}
.furusato h2 span::after{
	display: inline-block;
	content:'';
	width:1px;
	height:100%;
	background:#8e8781;
	transform: rotate(22deg);
	position:absolute;
	margin:auto;
	bottom:0;
	right:-20px;
}

.list_furu li{
	width:23.9%;
}


.pupp_body{
	background:#000;
	padding:1px 0 68px;
	margin-top:230px;
	color:#fff;
}
.inner_pupp2{
	margin:-230px auto 0;
	width:90%;
	max-width:756px;
}
.mv_pupp{
	margin-bottom:60px;
}
.inner_pupp2 h1{
	text-align:center;
	margin-bottom:30px;
}
.pupp_art{
	margin-top:80px;
}
.pupp_text_box{
	width:37.1%;
}
.pupp_text_box h2{
	position:relative;
	font-size:22px;
	margin-bottom:30px;
	width:130%;
}
.pupp_text_box h2 span{
	font-size:55px;
	color:#fac959;
	margin-right:20px;
	margin-top:-40px;
}

.pupp_text_box h2::after{
	content:'';
	position:absolute;
	display:block;
	width:300%;
	height:1px;
	background:#fac959;
	top:34px;
	right:-20%;
}

.pupp_art figure{
	position:relative;
	width:54%;
	z-index:3;
	margin-top:-20px;
}

.pupp_art:nth-of-type(2) h2{
	width:100%;
	justify-content: flex-end;
}
.pupp_art:nth-of-type(2) .pupp_text_box h2 span{
	color:#db4f3c;
}
.pupp_art:nth-of-type(2) .pupp_text_box h2::after{
	background:#db4f3c;
	right:auto;
	left:-30%;
}

.item_area{
	margin:80px 0;
}
.item_area .area_header_wrapper{
	margin-bottom:50px;
	align-items: flex-end;
}

.item_area .area_header_wrapper .flexitem{
	flex-basis:47%;	
}

.item_area .area_header_wrapper h2{
	margin-bottom:12px;	
}

.item_area .area_header_wrapper p{
	font-size:16px;
}

.list_item li{
	width:25%;
	max-width:183px;
}
.list_item li figure{
	margin-bottom:10px;
}
.list_item li p{
	text-align:center;
	width:90%;
	font-size:13px;
}

.item_disc{
	border:1px solid #fff;
	padding:24px 40px 40px;
	position:relative;
	margin-top:60px;
}
.item_disc h3{
	text-align:center;
	margin-bottom:30px;
	font-size:24px;
}
.icon_pupp2{
	position:absolute;
	width:19%;
	left:-1.8%;
	top:-30px;
}
.list_item_disc li{
	width:30.7%;
}
.list_item_disc li h4{
	margin-bottom:10px;
}
.sec_recipe{
	padding:60px 0 0;
}
.sec_recipe h2{
	text-align:center;
	margin-bottom:60px;
}
.inner_recipe{
	margin:auto;
	width:90%;
	max-width:756px;
}

.art_recipe{
	margin-bottom:100px;
}
.recipe_box_01{
	width:63%;
	color:#5e3819;
}
.recipe_box_01 figure{
	margin-bottom:24px;
}
.recipe_box_01 h3{
	font-size:15px;
	font-weight:500;
	line-height:1;
	margin-bottom:20px;
}
.recipe_box_01 h3::after{
	content:url(../img/bottom_how.png);
	display:block;
	height:7px;
}
.recipe_box_02{
	width:34%;
}
.posi{
	position:relative;
}
.fuki{
	position:absolute;
	top:0;
	right:10%;
}
.recipe_box_01 p span{
	display:inline-block;
	padding:2px 8px;
	background:#fac959;
	margin-bottom:5px;
}

.map_btn {
margin: 10px 0 0;
max-width: 320px;
}

.map_btn a{
display: block;
padding: 10px 0;
line-height: 1;
border-radius: 25px;
background: #000000;
color: #FFFFFF;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}

.map_btn a:hover{
background: #42210b;
}

/********************************
footer
********************************/
footer{
	font-size:13px;
	text-align:center;
	padding:30px 5%;
}
/********************************
sp
********************************/

@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 750px) {
	body{ font-size:12px;}
	header{width:100%;}
	.sp{ display:block;}
	.pc{display:none;}
	.logo img{width:45px;}
	.gnav{display:none;}
	.menu{padding:5%;}
	.lead_area h1{width:100%; text-align:center; margin-bottom:20px;}
	.lead_disc{width:100%;}
	.inner_pupp h2{margin-bottom:30px;}
	.pupp_disc{width:100%; margin-bottom:30px;}
	.pupp_map{ width:100%; margin:0 0 30px;}
	.pupp_re_disc{width:70%; margin-left:-38%; margin-top:30%;}
	.movie{padding:100px 0 60px;}
	.movie_disc{ width:100%; margin-bottom:20px;}
	.movie_disc h2{font-size:18px;}
	.movie_disc h2 span{padding-left:140px;}
	.icon_movie{left:114px;top:-60px;bottom:auto;}
	.movie figure{width:100%; text-align:center;}
	.goto_disc{width:100%; margin-bottom:20px;}
	.gotouchi{ padding:20px;}
	.gotouchi figure{width:100%; text-align:center;}
	.furusato h2{ font-size:12px;}
	.list_furu li{ width:48%; margin-top:10px;}
	.lead_disc h2{text-align:center;}
	.pupp_text_box{width:100%; order:1; margin-bottom:20px;}
	.pupp_art figure{width:100%; order:2; margin-top:0;}
	.pupp_body{ margin-top:100px;}
	.inner_pupp2{ margin-top:-100px;}
	.pupp_text_box h2{margin-bottom:20px;}
	.item_area h2 figure{ margin-bottom:20px;}
	.item_area .area_header{margin-bottom:30px;}
	.list_item li{width:50%; margin-bottom:20px;}
	.item_disc{padding:20px;}
	.list_item_disc li{ width:100%; margin-top:10px;}
	.item_area{ margin-bottom:40px;}
	.pupp_body{ padding-bottom:30px;}
	.sec_recipe{padding-top:30px;}
	.sec_recipe h2{ margin-bottom:30px;}
	.recipe_box_01{width:100%; order:2;}
	.recipe_box_02{width:100%; order:1; margin-bottom:20px;}
	.recipe_box_02 img{width:100%;}
	.art_recipe{margin-bottom:50px;}
	
	.list_item li p{
		text-align:left;
		margin: 0 auto;
		width:85%;
	}
	
	.item_area .area_header_wrapper{
		display:block;
	}
	.item_area .area_header_wrapper p{
		margin-bottom:12px;
	}
	.pupp_text_box h2{
		width:100%;
	}
	.pupp_text_box h2::after{
		width:100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		right:auto!important;
		left:auto!important;
		position:static;
		margin-top:-36px;
	}
	
	/*ハンバーガーメニュー固定*/
	.list_hd_btn_wrapper.transform{
		top:10px;
		position: fixed;
		bottom:auto;
	}
	
	.list_hd_btn_wrapper.transform .list_hd_btn{
		background-color:rgba(245,242,233,0.7);	
	}
	
	.list_hd_btn li img{
		width:30px;
	}
	
	/*横スクロール修正*/
	
	section#sec2 {
		overflow: hidden;
		position:relative;
		padding-top:80px;
	}
	
	section#sec2:before{
		content: "";
		width: 100%;
		background-color: #F5F2E9;
		margin-top: -38px;
		height: 70px;
		display: block;
		position: absolute;
		top: 0px;
	}
	
	.icon_pupp{
		bottom : unset;
		top: -80px;
		width: 100px;
	}	

}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
