@charset "utf-8";

@media only screen and (max-width: 768px){
	#wrapper {
		overflow-x: unset;
	}
}

#wrapper.odg {
	padding: 0;
}
.odg_mv {
	background: url(../../img/outdoor_gohan/mv.jpg) no-repeat center / cover;
	padding: 15vw 6vw;
	background-position-x: 23%;
}
@media only screen and (max-width: 768px){
	.odg_mv {
		background: url(../../img/outdoor_gohan/mv_sp.jpg) no-repeat center / cover;
	}
}
.lead {
	background: rgb(53 43 41 / 60%);
	color: #fff;
	padding: 2.5em 0 1em 0;
	font-size: 13px;
	text-align: center;
}
.lead p {
	margin-bottom: 1em;
}
.odg_recipe h2{
    margin-bottom: 5vw;
}
.sec_recipe {
	background: url(../../img/outdoor_gohan/bg01.jpg) no-repeat top center / cover;
	padding: 20px 20px 40px 20px;
}

.ttlimg {
	position: relative;
	margin-bottom: 13vw;
}
.ttlimg_l {
    position: absolute;
    bottom: -15px;
    left: -9px;
    width: 36vw;
    /* transform: rotate(-8deg); */
}
.ttlimg_r {
    position: absolute;
    bottom: -8px;
    right: -9px;
    width: 36vw;
    /* transform: rotate(-7deg); */
}
.sec_recipe h3 {
	display: inline-block;
	padding: .3em 1.2em;
	font-weight: bold;
	position: absolute;
	top: 2em;
	left: 0em;
	background: #000;
	color: #fff;
}
.recipetxt {
	background: #fff;
	padding: 1.7em;
	position: relative;
	margin-top: 23px;
	line-height: 1.7;
}
.recipetxt:before {
	position: absolute;
	content: "";
	top: -62px;
	right: 10px;
	width: 142px;
	height: 71px;
	background: url(../../img/outdoor_gohan/pot.png) no-repeat top center / contain;
}
.recipetxt dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	margin-bottom: .3em;
	padding-bottom: .2em;
}
.recipetxt dl:last-child {
	margin-bottom: 2em;
}

.recipetxt .ttl {
    font-weight: bold;
    margin-bottom: 1em;
}
.recipetxt .ttl.mt2 {
margin-top: 2em;
}
.recipetxt .txt {
    margin-bottom: 1em;
}
.recipetxt li {
	text-indent: -1.5em;
	line-height: 1.5;
	margin-bottom: .8em;
	padding-left: 1.5em;
}
.recipe_top {
	margin-bottom: 6vw;
}
.fc_A {
	background: #ccc;
	height: 54vw;
	text-align: center;
}
.fc_A img {
	width: auto;
	max-width: 100%;
	height: 100%;
}
.fc_name {
	position: relative;
	background-color: #352b29;
	color: #fff;
	font-size: 1.4em;
	padding: .8em 1em;
	background-image: url(../../img/outdoor_gohan/fc_namebg.png);
	background-repeat: no-repeat;
	background-size: 56%;
	background-position-x: 77%;
	background-position-y: 50%;
}
.fc_name:before {
	position: absolute;
	content: "";
	top: -11px;
	right: -20px;
	width: 68px;
	height: 72px;
	background: url(../../img/outdoor_gohan/fc_name_a.png) no-repeat top center / contain;
}
.fc_txt {
background: #726b69;
color: #fff;
	padding: 20px;
	line-height: 1.8;
}
.fc_txt .mincho {
	background: url(../../img/outdoor_gohan/fc_txt_bg.png) no-repeat top center / cover;
	text-align: center;
	padding: .2em .45em;
	font-size: 16px;
	margin-bottom: 1em;
}


.sec_recipe_B {
	background: url(../../img/outdoor_gohan/bg02.jpg) no-repeat top center / cover;
}
/* .sec_recipe_B h3 {left: -1em;} */
.sec_recipe_B .recipetxt:before {
    right: auto;
    left: -25px;
    background: url(../../img/outdoor_gohan/gas.png) no-repeat top center / contain;
}
.sec_insta {
    padding-top: 9vw;
}
.sec_insta h2 {
	width: 93vw;
	margin: 0 auto;
	margin-bottom: 11vw;
}
.sec_insta p {
text-align: center;
margin-bottom: 2.5em;
}
.sec_insta p:last-child {
	margin-bottom: 5em;
	padding: 0 20px;
	line-height: 1.8;
}
.insta_btn {
    width: 74vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 10vw;
}
.insta_thum {
	display: flex;
	    flex-wrap: wrap;
	    /* justify-content: center; */
	    padding: 0 20px;
	    /* margin-right: -16px; */
			    margin-bottom: 8vw;
}

.insta_thum li {
	width: calc(33.33% - 10px);
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;

}
.odg_ft {
    padding: 10vw 17vw;
		background: url(../../img/outdoor_gohan/bg02.jpg) no-repeat top center / cover;

}
@media only screen and (min-width: 769px){
	.br_sp {display: none;}
	.w1100 {width: 1100px;margin: 0 auto;}
	.odg_mv {
	    padding: 84px 0;
	}
	h1 {
    width: 600px;
    margin: 0 auto;
}
.lead {
    font-size: 15px;
    width: 660px;
    margin: 0 auto;
		margin-top: 1em;
}
.odg_recipe h2 {
	width: 630px;
	    margin: 0 auto;
	    margin-bottom: 45px;
	    margin-top: -40px;
}
.sec_recipe {
    padding: 80px 20px 120px 20px;
}
.recipe_top {
    display: flex;
	align-items: flex-start;
}
.recipetxt {
	width: 760px;
	    min-height: 520px;
	margin-left: -85px;
	margin-top: 130px;
	font-size: 15px;
	padding: 45px 80px 42px 140px;
	box-sizing: border-box;
	    margin-bottom: 50px;
}
.recipetxt:before {
    top: -110px;
    width: 260px;
    height: 130px;
}
.ttlimg {
z-index: 1;
flex: 1;
margin-bottom: 0;
}
.ttlimg img:nth-child(2){
    max-width: 455px}
.ttlimg_r,
.ttlimg_l {
    width: 200px;
		height: auto;
		bottom: -45px;
		top: auto;
	}

.ttlimg_r.tate,
.ttlimg_l.tate {
		bottom: -80px;
}

.sec_recipe h3 {
    font-size: 23px;
    padding: .5em 1em;
    top: 0;
		line-height: 1.3;
}
.recipe_btm {
	display: flex;
align-items: stretch;
}
.fc_A {
    height: auto;
    width: 227px;
}
.fc_A img {
	width: 100%;
    object-fit: cover;
}
.fc_B {
    flex: 1;
}
.fc_name {
    font-size: 27px;
    background-size: 48%;
    background-position-x: 92%;
		padding: .8em 40px;
}
.fc_name:before {
    top: -39px;
    right: -24px;
    width: 136px;
    height: 150px;
}
.fc_txt {
    padding: 40px 45px;
	min-height: 155px;
}
.fc_txt .mincho {
    font-size: 20px;
}
.sec_recipe_B .recipe_top {

flex-direction: row-reverse;
}
.recipetxt_B {
	width: 760px;
	    min-height: 520px;

	margin-left: 0;
margin-right: -120px;
margin-top: 130px;
font-size: 15px;
padding:45px 170px 42px 80px;
box-sizing: border-box;
}
.ttlimg_B {
    flex: 1;
    margin-right: -70px;
		    margin-bottom: 80px;
}
.sec_recipe_B .recipetxt:before {
    left: -65px;
}
.sec_insta {
    padding-top: 100px;
}
.sec_insta h2 {
    width: 636px;
    margin-bottom: 42px;
}
.sec_insta p {
    text-align: center;
    margin-bottom: 37px;
    font-size: 15px;
    line-height: 1.8;
}
.insta_btn {
    width: 400px;
    margin-bottom: 30px;
}
.insta_thum li {
	width: calc(33.33% - 12px);
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
}
.insta_thum {
    width: 840px;
    margin: 0 auto;
		    margin-bottom: 20px;
}
.sec_insta p:last-child {
    margin-bottom: 7em;
}
.odg_ft {
      padding: 38px 0;
			    text-align: center;
}
.odg_ft img {
    width: 280px;
}
}/* min-width: 769px */
.fc_name a {
    color: #fff;
}
.fc_A,
p a{
	transition: .3s;
}
.fc_A:hover,
p a:hover{
	opacity: 0.8;
	text-decoration: none;
}
