@charset "utf-8";

/* ================================
PC
================================ */
@media screen and (min-width: 769px){
.sp{display: none !important;}
img{width: 100%;}
body{
font-family: 'Zen Kaku Gothic New', sans-serif;
}
a:hover{
opacity: 0.7;
transition : 1s;
}

/*-- yakuzen-recipe --*/
.yakuzen-recipe{
background-color: #F1F1E4;
padding-bottom: 100px;
}


/* header */
header{
position: relative;
background-color: #fff;
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .2));
z-index: 3;
}
header h1{
padding: 16px 0;
text-align: center;
}
header a{
display: block;
}
header img{
width: 370px;
}

/*-- breadcrumb -- */
  .breadcrumbArea{
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .breadcrumbArea .breadcrumb_inner{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 14px 0;
  }
  .breadcrumbArea .breadcrumbBox li{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.055em;
  padding-right: 4px;
  }
  .breadcrumbArea .breadcrumbBox li:after{
  content: ">";
  color:#85B53E;
  padding-left: 10px;
  }
  .breadcrumbArea .breadcrumbBox li:first-child{
  color:#85B53E;
  }
  .breadcrumbArea .breadcrumbBox li:last-child::after {
      content: none;
  }
	
	
/*-- ttlArea--*/
.ttlArea{
text-align: center;
margin-top: 50px;
}
.ttlArea img{display: inline;}
.ttlArea .ttl01{
width: 273px;
line-height: 1;
margin:0 auto;
}
.ttlArea .ttl02{
width:583px;
line-height: 1;
margin:0 auto;
padding-top: 30px;
}
.ttlArea .ttl03{
width:776px;
margin:0 auto;
padding-top: 30px;
}



.anchor{
display: flex;
align-items: stretch;
justify-content: space-between;
margin: 36px auto 0;
padding: 7px;
width: 91%;
max-width: 880px;
min-width: 700px;
border-radius: 100px;
border: 4px solid #000;
background-color: #fff;
}
.anchor__item{
flex-grow: 1;
}
.anchor__item:not(:first-of-type){
border-left: 4px solid #000;
}
.anchor__item a{
display: inline-block;
position: relative;
padding: 10px 30px;
width: 100%;
font-size: 20px;
text-align: center;
line-height: 1;
letter-spacing: 0.135em;
font-weight: 700;
transition: .6s;
}
.anchor__item:first-of-type a{
margin-right: 6px;
width: calc(100% - 6px);
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.anchor__item:nth-of-type(2) a{
margin-left: 6px;
margin-right: 6px;
width: calc(100% - 12px);
}
.anchor__item:last-of-type a{
margin-left: 6px;
width: calc(100% - 6px);
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.anchor__item a:after{
content: "";
position: absolute;
top: 50%;
right: 19px;
transform: translateY(-50%);
width: 13px;
height: 9px;
background-color: #000;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.anchor__item a:hover{
background-color: #85b53e;
}


/*-- mvArea --*/
.mvArea{
margin-top: 39px;
}
.mvArea .mvImage {
  overflow: hidden;
  border-radius:0 60px;
}
.mvArea .mvArea_inner{
position: relative;
/* background-image:url("../images/mv_img_pc.png") ;
background-repeat: no-repeat;
background-size:cover;
background-position: center top; */
width: 74.1668%;
margin: 0 auto;
/* padding-top: 42.5vw; */
border: 4px solid #000;
border-radius:0 60px;
}
.mvArea .iconBox{
position: absolute;
top: 7%;
left: -8%;
width: 18%;
}
.mvArea .txtBox{
position: absolute;
right: -10vw;
top: 24.5vw;
width: 356px;
}

.mvArea .txtBox .comBox{
background-color: #fff;
border: 4px solid #000;
padding:20px 5px 20px 0;
line-height: 1.58;
}
.mvArea .txtBox .comBox .recipeName{
padding-left: 20px;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
letter-spacing: 0.04em;
}
.mvArea .txtBox .comBox .recipeTxt{
padding-left: 11px;
font-weight: 700;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0;
margin-top: 7px;
}
.mvArea .txtBox .comBox .tag {
  font-size: 0;
  margin: 13px 0 0 20px;
}
.mvArea .txtBox .comBox .tag li {
font-weight: 500;
font-size: 16px;
height: 26px;
line-height: 1.6;
letter-spacing: 0;
background: #F5D047;
display: inline-block;
margin-right: 8px;
padding: 0 8.5px;
}
.pointArea {
  padding-top: 80px;
  padding-bottom: 100px;
}
.pointArea .icon{
  width: 81px;
  margin: 0 auto;
}
.pointArea .ttlBox .ttl{
  width: 398px;
  margin: 22px auto 80px auto;
}
.pointArea .text {
font-weight: 700;
font-size: 32px;
line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.pointArea .lead_text {
  text-align:center;
  margin-bottom: 40px;
}

.pointArea .point__food {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pointArea .point__desc {
  max-width: 400px;
  width: 47.7%;
  margin-bottom: 34px;
}
.pointArea .point__desc.last {
  flex: 0 0 100%;
  margin: auto;
}
.pointArea .point__desc dt {
font-weight: 700;
font-size: 22px;
line-height: 1;
letter-spacing: 0.05em;
  height: 34px;
  background: #85B53E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.pointArea .point__desc dd {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.75;
  
}
/*-- recipeArea --*/
.recipeArea{
width: 100%;
background-color: #fff;
border-radius: 100px;
padding-top: 85px;
padding-bottom: 120px;
}

.recipeArea .ttlBox .icon{
width: 81px;
margin: 0 auto;
}
.recipeArea .ttlBox .ttl{
width: 218px;
margin: 22px auto 0 auto;
}

.recipeArea .recipeBox{
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 59px;
}
.recipeArea .recipeBox .topBox{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
padding-bottom: 72px;
border-bottom:3px solid #EFEFEF;
}
.recipeArea .recipeBox .topBox_ph{
flex-basis: 45%;
}
.recipeArea .recipeBox .topBox_ph .ttlBox {
  width: 218px;
}
.recipeArea .recipeBox .topBox_txt{
flex-basis: 48%;
}
.recipeArea .recipeBox .topBox_txt .ttl{
font-size: 30px;
line-height: 1;
letter-spacing: 0.165em;
}

.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01{
width: auto;
float: left;
letter-spacing: 0.039em;
display: inline-block;
padding-right: 0.8em;
background-color: #fff;
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01:before{
padding-right: 46px;
content: '';
display: inline-block;
width: 34px;
height: 34px;
background-image:url(../images/icon_measure.webp);background-size: contain;
vertical-align: -5px;
background-repeat: no-repeat;
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box02{
width: 25%;
float: right;
letter-spacing: 0.114em;
display:block;
text-align: right;
background-color: #fff;
font-size: 22px;
font-weight: 700;	
}
.recipeArea .recipeBox .topBox_txt .ttl:after{
content: "";
display: block;
clear: both;
}	

.recipeArea .recipeBox .topBox_txt .detail{
font-size: 22px;
font-weight: 700;
padding-top: 20px;
}
.recipeArea .recipeBox .topBox_txt .detail li{
background-image: url(../images/line-dot.webp);
background-position: left center;
background-repeat: no-repeat;
background-size: auto 10%;
margin-bottom: 15px;
}

.recipeArea .recipeBox .topBox_txt .detail_box01{
width: auto;
float: left;
letter-spacing: 0.039em;
display: inline-block;
padding-right: 0.8em;
background-color: #fff;
}
.recipeArea .recipeBox .topBox_txt .detail_box02{
float: right;
letter-spacing: 0.114em;
display: inline-block;
text-align: right;
background-color: #fff;
padding-left: 20px;
}
.recipeArea .recipeBox .topBox_txt .detail li:after{
content: "";
display: block;
clear: both;
}
.recipeArea .recipeBox .topBox_txt .detail li.bg-noimage{
  background: none;
}
.recipeArea .recipeBox .proBox{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
border-bottom:3px solid #EFEFEF;
padding-top: 30px;
padding-bottom: 30px;
}
.recipeArea .recipeBox .proBox.last{
border-bottom: none;
}
.recipeArea .recipeBox .proBox .proBox_num{
flex-basis: 4.5%;
flex-shrink: 0;
}
.recipeArea .recipeBox .proBox .proBox_txt{
/* flex-basis: 64.5%; */
font-size: 22px;
letter-spacing: 0.02em;
line-height: 1.75;
padding-left: 25px;
padding-right: 30px;
}
.recipeArea .recipeBox .proBox .proBox_txt .small {
  font-size: 14px;
}
.recipeArea .recipeBox .proBox .proBox_txt strong {
  display: block;
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.recipeArea .recipeBox .proBox .proBox_ph{
flex-basis: 31%;
}

.recipeArea .recipeBox .proBox .proBox_num span{
font-family: 'League Spartan', sans-serif;
font-size:28px;
background: #85B53E;
color: #fff;
width: 100%;
display: block;
text-align: center;
padding:23% 0 15% 0;
line-height: 1;
}


/*-- otherArea --*/
.otherArea{
width: 100%;
max-width: 1178px;
margin: 0 auto;
padding-bottom: 150px;
margin-top: 100px;
}
.otherArea .ttlBox.pc{
width: 670px;
margin: 30px auto 0 auto;
}
.otherArea .otherBox{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: space-between;margin-top: 50px;}
.otherArea .otherBox .otherList{
flex-basis: 31.4%
}
.otherArea .otherBox .otherList .imgBox{
position: relative;
border:4px solid #000;
box-sizing: border-box;
	background-color: #000;
}
.otherArea .otherBox .otherList .imgBox img{
width: 100%;
}
.otherArea .otherBox .otherList .ttlBox{
font-size:20px;
font-weight: 700;
letter-spacing:0.1em;
line-height: 1.5;
padding-top: 16px;
}
.otherArea .otherBox .otherList .timeBox{
letter-spacing: 0.1em;
font-size: 18px;
padding-top: 6px;
}
.otherArea .otherBox .otherList .timeBox:before{
content: '';
display: inline-block;
width: 18px;
height: 20px;
background-image: url(../images/icon_clock.webp);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
padding-right: 25px;
}
.otherArea .otherBox .tag {
  font-size: 0;
  margin-top: 16px;
}
.otherArea .otherBox .tag li {
font-weight: 500;
font-size: 16px;
height: 26px;
line-height: 1.5;
letter-spacing: 0;
background: #F5D047;
display: inline-block;
margin-right: 8px;
padding: 0 8.5px;
}

/*--　bnrArea --*/
.bnrArea .bnrArea_inner{
width: 576px; 
margin: 0 auto;
}


/*-- profileArea --*/
.profileArea{
margin-top: 126px;
margin-bottom: 30px;
}

.profileArea .profileArea_inner{
width:100%;
max-width:1060px;
margin: 0 auto;
}
.profileArea .profileBox {
position: relative;
}
.profileArea .profileBox a {
  text-decoration: underline;
}
.profileArea .profileBox .itemBox{
position: absolute;
top: 65%;
left: 16%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: baseline;
width: 44%;
}
.profileArea .profileBox .itemBox .item_ph{
width: 150px;
}
.profileArea .profileBox .item_ttl{
padding-left: 20px;
}
.profileArea .profileBox .itemBox .item_ttl a{
color:#85b53e;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.015em;
position: relative;
}

.profileArea .profileBox .itemBox .item_ttl a::after {
content: '';
width: 205px;
height: 1px;
display: inline-block;
background-color: #85b53e;
position: absolute;
bottom: -5px;
left: 3px;
}
.profileArea .profileBox .imgBox{
width: 27.93%;
float: left;
}

/* .profileArea .profileBox .imgBox .ph{
padding-left: 5%;
} */
.profileArea .profileBox .nameBox{
width: 66.475%;
float: right;
}
.profileArea .profileBox .txtBox{
width: 67.55%;
float:right;
margin-top: 32px;
}
.profileArea .profileBox:after{
content: "";
display: block;
clear: both;
}

.profileArea .profileBox .imgBox .ph img{
border: 4px solid #000;
border-radius: 0 20px;
}

.profileArea .profileBox .nameBox .ttl{
font-size: 24px;
line-height: 1;
letter-spacing: 0.15em;
font-family: 'League Spartan', sans-serif;
font-weight: 600;
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: 32px;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 700;	
margin-top: 8px;
}
.profileArea .profileBox .nameBox .ttl_name a {
  text-decoration: underline;
}
.profileArea .profileBox .txtBox .txt{
font-size: 18px;
line-height: 1.75;
font-weight: 500;
letter-spacing: 0.04em;
}

/*-- archiveArea --*/
.archiveArea{
background-color: #fff;
padding-bottom: 70px;
padding-top: 69px;
}
.archiveArea .areaTtl{
text-align: center;
font-size: 32px;
font-weight: 600;
letter-spacing: 0.185em;
font-family: 'League Spartan', sans-serif;
}
.archiveArea .archiveBox{
width:100%;
max-width: 1066px;
padding-top: 60px;
padding-right: 28px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.archiveArea .archiveBox .chefBox{
width:30%;
max-width: 300px;
position: relative;
}
.archiveArea .archiveBox .chefBox img{
width:100%;
}
.archiveArea .archiveBox .chefBox .nameBox{
position: absolute;
top: 231px;
left: -28px;
z-index: 10;
}


.archiveArea .archiveBox .chefBox .nameBox .ttl_name{
width:221px;
padding:12px 0px 12px 20px;
border: 4px solid #000;
background-color: #fff;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.06em;
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name .cate{
display: block;
font-size: 14px;
letter-spacing: 0.21em;
margin-bottom: 2px;
font-weight: 900;
}

.archiveArea .archiveBox .chefBox .nameBox .ttl_name .hono{
font-size: 15px;
letter-spacing: 0.185em;
font-weight: 900;
padding-left:6px;
}
.archiveArea .archiveBox .chefBox .imgBox .ph img{
border: 4px solid #000;
}
.archiveArea .archiveBox .chefBox a:hover{
opacity: 1;
}
.archiveArea .archiveBox .chefBox a:hover .imgBox{
opacity: 0.7;
}

.archiveArea .archiveBox .chefBox a:hover .nameBox .ttl_name{
color:#4c4c4c;
border-color: #4c4c4c;
}

/*-- btmNaviArea --*/
.btmNaviArea{
margin-top: 80px;
}
.btmNaviArea .btmNaviBox{
width:100%;
max-width: 880px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}

.btmNaviArea .btnBox a{
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 auto;
padding-top: 4px;
width: 430px;
height: 90px;
border: 4px solid #000;
background-color: #85b53e;
transition:.3s opacity ease;
font-size: 21px;
font-weight: 700;
letter-spacing: 0.1em;
}
.btmNaviArea .btnBox a:after{
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 19px;
width: 12px;
height: 14px;
background-color: #000;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}	
.btmNaviArea .btnBox .font_en{
font-weight:600;
}

.btmNaviArea .btnBox a .font_en{
font-size: 24px;
font-weight: 600;
letter-spacing: 0.18em;
}



	
/*--　共通：ttl下　ttl-bar --*/
.ttl.ttl-bar{
position: relative;
display: inline-block;
padding-bottom: 20px;
margin-bottom: 30px;
}
.ttl.ttl-bar:before {
position: absolute;
content: '';
width: 22px;
left: 0px;
bottom: -6px;
border-bottom: 5px solid #85b53e;
}
.font_en{
font-family: 'League Spartan', sans-serif;
}

  /* footer */
  .l-footer {
    margin-top: 50px;
    padding: 2em 0;
    background: #292929;
    line-height: 1;
    color: #fff;
  }
  .l-section {
    width: 100%;
  }
  .l-section__inner.footerinner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: calc( 1314px);
  }
  .l-footer__navi {
    margin-bottom: 18px;
    line-height: 13px;
  }
  .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1em;
  }
  .l-footer__navi ul li {
    margin-right: 30px;
    margin-bottom: 1em;
  }
  .l-footer__navi ul li a, .l-footer__navi ul li span {
    /* padding: 0em 1em; */
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 13px;
    display: block;
  }
  .l-footer__navi ul li strong {
    font-weight: 900;
  }
  .l-footer__copy {
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 11px;
    line-height: 11px;
    font-weight: 900;
  }	

	

  .p-list{
    margin: 0 auto;
    padding-top: 40px;
    width: 80%;
    max-width: 1060px;
  }
  .p-section {
    margin-bottom: 40px;
  }
  .p-list__btn .p-btn ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* gap: 20px; */
  }
  .p-btn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* gap: 10px; */
    overflow: hidden;
    margin-right: 10px;
}
  .p-list__btn .p-btn ul li {
    width: 308px;
  }
  .p-btn.p-btn__gry.p-btn__bdr ul li {
    background: #fff;
    color: #000;
    border: 1px solid #e2e2e2;
  }
  .p-btn ul li a{
    flex-wrap: nowrap;
    /* gap: 0.5em; */
    width: 100%;
    height: 100%;
    position: relative;
  }
  .p-list__btn .p-btn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch a{
    padding: 1em;
    /* background: url(/kampo/kampofullife/yakuzen-recipe/top/images/btn_kamposearch_bgi.webp) no-repeat 0% 50%; */
    background-size: contain;
    transition: var(--hover-tr);
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch a:hover{
    opacity: var(--hover-op);
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 2em;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  .p-btn ul li strong + .p-ic {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    border-color: #000 #000 transparent transparent;
}
  .l-flow{
    margin: 0 auto;
    width: 80%;
    max-width: 1060px;
  }
  .l-flow__menu_global{
    margin-bottom: 40px;
    max-width: 680px;
  }
  .l-flow__menu_global ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border: 0.5px solid #e2e2e2;
  }
  .l-flow__menu_global ul li{
    width: calc( 100% / 3) !important;
    height: 40px !important;
    border: 0.5px solid #e2e2e2;
  }
  .l-flow__menu_global ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: var(--hover-tr);
  }
  .l-flow__menu_global ul li a:hover{
    opacity: var(--hover-op);
  }
  .l-flow__menu_global ul li i {
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.5em;
  }
  /* .p-ic.p-ic__nav_menu01_cat01_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat01_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat02_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat02_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat03_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat03_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat04_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat04_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat05_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat05_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat06_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat06_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  } */
  .l-flow__menu_global ul li strong {
    width: 6em;
    text-align: center;
  }

  .l-flow__menu_share{
    max-width: 680px;
  }
  .l-flow__menu_share ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    /* gap: 12px; */
  }
  .l-flow__menu_share ul li {
    width: 140px;
    height: 30px;
    background: #88b83e;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    margin-right: 12px;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--facebook {
    background: #1877F2;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--twitter {
    background: #000000;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--line {
    background: #06C755;
  }
  .l-flow__menu_share ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    transition: var(--hover-tr);
  }
  .l-flow__menu_share ul li a:hover{
    opacity: var(--hover-op);
  }
  .l-flow__menu_share ul li i {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /* .p-ic.p-ic__nav_menu01_facebook01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_facebook01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_twitter01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_twitter01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_line01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_line01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }	 */
	
}


@media screen and (min-width: 769px) and (max-width: 1300px){
/*-- ttlArea--*/
.ttlArea{
text-align: center;
margin-top: calc(30px * 0.7);
}
.ttlArea img{display: inline;}
.ttlArea .ttl01{
width: calc(223px * 0.7);
margin:0 auto;
}
.ttlArea .ttl02{
width: calc(416px * 0.7);
margin:0 auto;
padding-top: calc(17px * 0.7);
}
.ttlArea .ttl03{
width: calc(776px * 0.7);
margin:0 auto;
padding-top: calc(16px * 0.7);
}

  .anchor{
    margin: 20px auto 0;
    padding: calc(7px * 0.7);
    width: 58%;
    min-width: 543px;
    max-width: 630px;
    border: 3px solid #000;
  }
  .anchor__item:not(:first-of-type){
    border-left: 3px solid #000;
  }
  .anchor__item a{
    padding: 7px 0;
    font-size: calc(20px * 0.7);
  }
  .anchor__item:first-of-type a{
    margin-right: 5px;
    width: calc(100% - 5px);
  }
  .anchor__item:nth-of-type(2) a{
    margin-left: 5px;
    margin-right: 6px;
    width: calc(100% - 8.6px);
  }
  .anchor__item:last-of-type a{
    margin-left: 5px;
    width: calc(100% - 5px);
  }
  .anchor__item a:after{
    right: 5%;
    width: calc(13px * 0.7);
    height: calc(9px * 0.7);
  }

	
/*-- mvArea --*/
.mvArea{
margin-top: calc(48px * 0.7);
}
.mvArea .txtBox{
position: absolute;
right:calc(-10vw * 0.7);
width:calc(383px * 0.7);
}
.mvArea .txtBox .numBox{
padding:calc(12px * 0.7) calc(20px * 0.7) calc(2px * 0.7);
font-size:calc(32px * 0.7);
}
.mvArea .txtBox .comBox{
background-color: #fff;
border: 4px solid #000;
padding:calc(13px * 0.7) calc(5px * 0.7) calc(15px * 0.7) 0;
}
.mvArea .txtBox .comBox .recipeName{
padding-left:calc(21px * 0.7);
font-size:calc(17px * 0.7);
}
.mvArea .txtBox .comBox .recipeTxt{
padding-left:calc(11px * 0.7);
font-size:calc(25px * 0.7);
margin-top:calc(7px * 0.7);
letter-spacing: normal;
}

/*-- recipeArea --*/
.recipeArea{
padding-top:calc(80px * 0.7);
padding-bottom:calc(150px * 0.7);
margin-top:calc(28px * 0.7);
}
.recipeArea .ttlBox .icon{
width:calc(81px * 0.7);
}
.recipeArea .ttlBox .ttl{
width:calc(218px * 0.7);
margin:calc(22px * 0.7) auto 0 auto;
}
.recipeArea .recipeBox{
max-width:calc(1000px * 0.7);
padding-top:calc(64px * 0.7);
}

.recipeArea .recipeBox .topBox_txt .ttl{
font-size:calc(30px * 0.7);
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01{
padding-right:calc(0.8em * 0.7);
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01:before{
padding-right:calc(46px * 0.7);
width:calc(34px * 0.7);
height:calc(34px * 0.7);
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box02{
width:calc(23% * 0.7);
font-size:calc(22px * 0.7);
}
.recipeArea .recipeBox .topBox_txt .detail{
font-size:calc(22px * 0.7);
padding-top:calc(20px * 0.7);
}
.recipeArea .recipeBox .topBox_txt .detail li{
margin-bottom:calc(13px * 0.7);
}
.recipeArea .recipeBox .topBox_txt .detail_box02{
padding-left:calc(20px * 0.7);
}
.recipeArea .recipeBox .proBox{
padding-bottom:calc(30px * 0.7);
}
.recipeArea .recipeBox .proBox .proBox_txt{
font-size:calc(22px * 0.7);
padding-left:calc(25px * 0.7);
padding-right:calc(30px * 0.7);
margin-top:0;
}
.recipeArea .recipeBox .proBox .proBox_txt strong {
  font-size:calc(24px * 0.7);
}
.recipeArea .recipeBox .proBox .proBox_num span{
font-size:calc(28px * 0.7);
padding:calc(21% * 0.7) 0 calc(16% * 0.7) 0;
}


/*-- otherArea --*/
.otherArea{
max-width:calc(1178px * 0.7);
padding-bottom:calc(88px * 0.7);
margin-top:calc(92px * 0.7);
}
.otherArea .ttlBox.pc{
width:calc(480px * 0.7);
margin:calc(30px * 0.7) auto 0 auto;
}
.otherArea .otherBox{
margin-top:calc(50px * 0.7);
}

.otherArea .otherBox .otherList .ttlBox{
font-size:calc(20px * 0.7);
padding-top:calc(14px * 0.7);
}
.otherArea .otherBox .otherList .timeBox{
font-size:calc(18px * 0.7);
padding-top:calc(6px * 0.7);
}
.otherArea .otherBox .otherList .timeBox:before{
width:calc(18px * 0.7);
height:calc(20px * 0.7);
padding-right:calc(25px * 0.7);
}

/*--　bnrArea --*/
.bnrArea .bnrArea_inner{
width:calc(575px * 0.7); 
margin: 0 auto;
}
	
/*-- profileArea --*/
.profileArea{
margin-top: calc(102px * 0.7);
margin-bottom: calc(30px * 0.7);
}
.profileArea .profileArea_inner {
max-width: calc(1060px * 0.7);
}
.profileArea .profileBox {
position: relative;
}
.profileArea .profileBox .itemBox .item_ph{
width: calc(150px * 0.7);
}
.profileArea .profileBox .item_ttl{
padding-left: calc(20px * 0.7);
}
.profileArea .profileBox .itemBox .item_ttl a{
font-size: calc(15px * 0.7);
}
.profileArea .profileBox .itemBox .item_ttl a::after {
width: calc(205px * 0.7);
}
.profileArea .profileBox .imgBox .ph{
padding-left: calc(5% * 0.7);
}
.profileArea .profileBox .nameBox{
width: 67.55%;
float: right;
}
.profileArea .profileBox .txtBox{
width: 67.55%;
margin-top: calc(27px * 0.7);
}
.profileArea .profileBox .nameBox .ttl{
font-size: calc(23px * 0.7);
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: calc(30px * 0.7);
}
.profileArea .profileBox .txtBox .txt{
font-size: calc(18px * 0.7);
}

/*-- archiveArea --*/
.archiveArea{
padding-bottom: calc(70px * 0.7);
padding-top:calc(69px * 0.7);
}
.archiveArea .areaTtl{
font-size: calc(32px * 0.7);
}
.archiveArea .archiveBox{
max-width: calc(1066px * 0.7);
padding-top: calc(60px * 0.7);
padding-right: calc(28px * 0.7);
}
.archiveArea .archiveBox .chefBox{
max-width: calc(300px * 0.7);
height: calc(300px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox{
position: absolute;
top: calc(231px * 0.7);
left: calc(-28px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .numBox{
display: inline-block;
padding: calc(12px * 0.7) calc(15px * 0.7) calc(4px * 0.7) calc(15px * 0.7);
font-size: calc(20px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name{
width: calc(221px * 0.7);
padding: calc(12px * 0.7) 0 calc(12px * 0.7) calc(20px * 0.7);
font-size: calc(22px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name .cate{
font-size: calc(14px * 0.7);
}

.archiveArea .archiveBox .chefBox .nameBox .ttl_name .hono{
font-size: calc(15px * 0.7);
padding-left: calc(6px * 0.7);
}
	
/*-- btmNaviArea --*/
.btmNaviArea{
margin-top:calc(80px * 0.7);
}
.btmNaviArea .btmNaviBox{
max-width:calc(880px * 0.7);
}

.btmNaviArea .btnBox a {
font-size:calc(21px * 0.7);
width: calc(430px * 0.7);
height: calc(90px * 0.7);
}
.btmNaviArea .btnBox a:after{
right:calc(19px * 0.7);
width:calc(12px * 0.7);
height:calc(14px * 0.7);
}	

.btmNaviArea .btnBox .font_en{
font-weight:600;
}

.btmNaviArea .btnBox a .font_en{
font-size:calc(24px * 0.7);
}

/*--　共通：ttl下　ttl-bar --*/
.ttl.ttl-bar{
padding-bottom:calc(20px * 0.7);
margin-bottom:calc(30px * 0.7);
}

.ttl.ttl-bar:before {
width:calc(22px * 0.7);
border-bottom:calc(5px * 0.7) solid #85b53e;
bottom:calc(-6px * 0.7);
}

}


.recipe-time {
  margin: 2em auto;
  /* font-size: 1.2rem; */
  /* text-align: center; */
  width: 100%;
}





