@charset "UTF-8";
/* CSS Document */
/*--------------------
01.top
02.enzyme_paste
02-01.bemyflora
02-02.feature
02-03.review
02-03.howto
02-04.fasting
02-05.recipe
02-05-01.recipe_detail
02-06.flora
03.information
03-01.info_detail
04.faq
05.inquiry
06.confirm
07.done
08.soup_food_sweets
08-01.soup_food_sweets_detail
09.media
10.menu
11.product
12.access
13.404ページ
14.law
15.kitchen
--------------------*/

/*----------
01.top
----------*/
#top{
margin-top: 40px;
}
#top .main{
margin-bottom: 120px;
}
#top .main .contents_in{
max-width: 1280px;
width: 100%;
}
#top .main .slick-initialized .slick-slide{
max-width: 918px;
margin: 0 auto;
}

#top .main .slick-slider .slick-track{
display: flex;
}

#top .main .slick img{
height: 377px;
object-fit: cover;
}

#top .main .slick, #top .main .slick-slide .slick li, #top .main .slick-slider .slick-list{
height: 377px;
}

#top .main .slick-dots{
margin: 20px 0 0;
}

#top .main .slick{
    display: none;
  }
  #top .main .slick.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
  }
#top .btn_g .contents_in{
max-width: 736px;
justify-content: space-between;
padding: 53px 0 78px;
}
#top .btn_g a{
width: 45.65%;
margin: 0;
max-width: initial;
font-size: 18px;
line-height: 24px;
padding: 16px 0 15px;
}

#top .cnt_area02{
padding: 0 0 120px;
}
#top .cnt_area02 h2{
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Sans JP', sans-serif;
margin: 0 0 40px;
}
#top .cnt_area02 h2 img{
max-width: 166px;

}
#top .product{
display: flex;
width: 85%;
margin: 0 auto 80px;
}

#top .cnt_area02 p{
font-size: 14px;
line-height: 26px;
margin:0 0 60px;
text-align: center;
}
#top .cnt_area02 .cnt_box{
width: 31.01%;
}
#top .cnt_area02 .cnt_img{
margin: 0 0 20px;
}
#top .cnt_area02 .flex_box{
justify-content: space-between;
}
#top .cnt_area03{
margin: 0 0 120px;
}
#top .cnt_area03 .contents_in{
max-width: initial;
width: 100%;
padding: 50px 0;
background-color: #F4F8FF;
}
#top .cnt_area03 .media_slick{
max-width: 1280px;
margin: 0 auto;
}
#top .cnt_area03 .slick-initialized .slick-slide{
margin: 0 15px;
max-width: 260px;
}
#top .cnt_area03 .cnt_img{
margin-bottom: 20px;
}
#top .cnt_area03 .cnt_text{
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
}
#top .cnt_area03 .slick-dots{
margin: 30px 0 0;
}
#top .cnt_area04{
margin: 0 0 120px;
}
#top .cnt_area04 .contents_in{
max-width: 801px;
}
#top .cnt_area04 .cnt_box{
border-top: 1px solid #E2E2E2;
}
#top .cnt_area04 .cnt_box:last-child{
border-bottom: 1px solid #E2E2E2;
}
#top .cnt_area04 .cnt_box a{
display: block;
padding: 20px 0;
position: relative;
}
#top .cnt_area04 .cnt_box a::after{
content: "";
display: inline-block;
width: 12px;
height: 14px;
background: center/contain no-repeat url(../common/img/arrow_black.png);
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
#top .cnt_area04 .cnt_box a:hover{
opacity: 0.7;
}
#top .cnt_area04 .category_g{
display: flex;
flex-wrap: wrap;
width: 87.51%;
}
#top .cnt_area04 .category_g span{
display: block;
margin: 0 15px 10px 0;
font-size: 14px;
line-height: 23px;
}
#top .cnt_area04 .category_g .date{
color: #A3A3A3;
}
#top .cnt_area04 .category{
padding: 2px 4px;
background-color: #F4F8FF;
color: #8DA2C4;
}
#top .cnt_area04 .title{
line-height: 20px;
width: 87.51%;
}
#top .cnt_area04 .black_btn{
margin: 60px auto 0;
}
#top .cnt_area05{
padding: 0 0 80px;
}
#top .cnt_area05 h2{
margin-bottom: 40px;
}
#top .cnt_area05 .cnt_box{
max-width: 800px;
margin: 0 auto;
}
#top .cnt_area05 p{
font-size: 14px;
line-height: 20px;
text-align: center;
margin: 0 0 40px;
}

#top .cnt_area06{
padding: 50px 0 80px;
}
#top .cnt_area06 h2{
margin-bottom: 40px;
}
#top .cnt_area06 .cnt_box{
max-width: 800px;
margin: 0 auto;
}
#top .cnt_area06 p{
font-size: 14px;
line-height: 20px;
text-align: center;
margin: 0 0 40px;
}
#top .products{
flex-wrap: wrap;
margin: 0 0 80px;
}

#top .products .btn{
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  /* color: #fff;
  background: #000;
  padding: 2px 10px;
  
  max-width: fit-content; */
}
#top .products .name{
margin: 0 0 10px;
}
#top .products .name::after{
content: none;
}
#top .products .slick-slide{
max-width: 250px;
}
#top .products li{
width: 25%;
}
#top .products .price{
font-size: 15px;
line-height: 21px;
color: #65675E;
}
#top .products .price span{
display: inline-block;
font-size: 11px;
margin-left: -3px;
}
#top .products::after{
content: "";
display: inline-block;
width: 25%;
}
#top .products::before{
content: "";
display: inline-block;
width: 25%;
order: 1;
}

#top .products li .price span{
display: inline-block;
font-size: 11px;
margin-left: -3px;
}
#top .products li .price span.red{
color: #C14545;
font-size: 15px;
line-height: 21px;
}
#top .products li .flex_box{
flex-wrap: wrap;
justify-content: flex-start;
}
/*----------
02.enzyme_paste
----------*/

#enzyme_paste .cnt_area01 .contents_in{
max-width: 1000px;
}


#enzyme_paste .cnt_area01 p{
line-height: 1.8;
margin: 0 0 30px;
}
#enzyme_paste .cnt_area01 .cnt_img {
width: 80%;
margin: 0 auto 80px;
}
#enzyme_paste .cnt_area01 .cnt_img img{
object-fit: cover;
height: 100%;
}

#enzyme_paste .cnt_area ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}

#enzyme_paste .cnt_area li{
width: calc(100% / 6);
}

#enzyme_paste .cnt_area li img{
max-width: 100px;
margin: 0 auto 10px;
}

#enzyme_paste .cnt_area .cnt_text{
text-align: center;
}

#enzyme_paste .cnt_area .cnt_text span{
display: block;
margin-bottom: 10px;
}

#enzyme_paste .cnt_area p{
line-height: 1.8;
}

#enzyme_paste .products{
flex-wrap: wrap;
margin: 0 0 80px;
}
#enzyme_paste .products .name{
margin: 0 0 10px;
}
#enzyme_paste .products .name::after{
content: none;
}
#enzyme_paste .products .slick-slide{
max-width: 250px;
}
#enzyme_paste .products li{
width: 25%;
}
#enzyme_paste .price{
font-size: 15px;
line-height: 21px;
color: #65675E;
}
#enzyme_paste .price span{
display: inline-block;
font-size: 11px;
margin-left: -3px;
}
#enzyme_paste .price span.red{
color: #C14545;
font-size: 15px;
line-height: 21px;
}
#enzyme_paste .products li .flex_box{
flex-wrap: wrap;
}
#enzyme_paste .contents_in{
max-width: 1000px;
}
#enzyme_paste .cnt_area03{
padding: 0 0 50px;
}
#enzyme_paste .cnt_area03 ul{
flex-wrap: wrap;
justify-content: space-between;
}
#enzyme_paste .cnt_area03 li{
width: 48.3%;
margin: 0 0 30px;
}
#enzyme_paste .cnt_area03 .cnt_img{
margin-bottom: 10px;
}
#enzyme_paste .cnt_area03 .border_title {
font-size: 18px;
padding: 0 21.97px 0 10px;
}

/*----------
02-01.bemyflora
----------*/
#bemyflora .cnt_area01{
padding: 50px 0 80px;
}
#bemyflora .cnt_area01 ul{
justify-content: space-between;
flex-wrap: wrap;
}
#bemyflora .cnt_area01 ul li{
width: 31%;
margin: 0 0 30px;
}
#bemyflora .cnt_area01 .cnt_img{
margin: 0 0 20px;
}
#bemyflora .cnt_area01 .point{
color: #A5BCE1;
margin: 0 0 5px;
font-size: 14px;
letter-spacing: 0.1em;
line-height: 1.8;
font-weight: 500;
}
#bemyflora .cnt_area01 .border_title{
font-size: 16px;
margin: 0 0 10px;
}
#bemyflora .cnt_area01 .border_title::after{
content: none;
}
#bemyflora .cnt_area01 p{
line-height: 1.8;
}

/*----------
02-02.feature
----------*/
#feature .cnt_area01{
padding: 50px 0;
}

#feature .cnt_img01{
max-width: 800px;
margin: 0 auto 50px;
}

#feature .cnt_area01 ul{
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto;
}
#feature .cnt_area01 li{
width: 31%;
margin: 0 0 20px;
}
#feature .cnt_area01 .cnt_img{
margin: 0 0 10px;
}
#feature .cnt_area01 .border_title {
font-size: 16px;
line-height: 1.8;
margin: 0 0 5px;
padding: 0 10px 0 6px;
}
#feature .cnt_area01 p{
line-height: 1.8;
}

#feature .cnt_area02 h4{
font-size: 18px;
line-height: 1.8;
margin: 0 0 30px;
text-align: center;
font-weight: 500;
}
#feature .cnt_area02 h4 + p{
line-height: 1.8;
text-align: center;
margin: 0 0 50px;
}
#feature .cnt_area02{
padding: 0 0 80px;
}
#feature .cnt_area02 .flex_box{
justify-content: space-between;
margin: 0 auto 30px;
}
#feature .cnt_area02 .flex_box .cnt_img{
width: 45%;
}
#feature .cnt_area02 .flex_box .text_g{
width: 50%;
}
#feature .cnt_area02 .flex_box .border_title {
font-size: 16px;
padding: 0 6px 0 6px;
line-height: 1.8;
margin: 0 0 20px;
}
#feature .cnt_area02 .flex_box ul{
text-indent: -1em;
padding-left: 1em;
}
#feature .cnt_area02 .flex_box ul, #feature .cnt_area02 .flex_box p{
line-height: 1.8;
font-size: 14px;
}
#feature .cnt_area02 .flex_box:nth-child(odd){
flex-direction: row-reverse;
}
#feature .cnt_area02 .blue{
font-size: 14px;
padding: 20px;
background-color: #F4F8FF;
line-height: 1.8;
margin: 10px 0 0;
}
#feature .cnt_area03{
padding: 0 0 80px;
}
#feature .cnt_area03 .cnt_text{
font-size: 18px;
line-height: 1.8;
text-align: center;
margin: 0 0 30px;
}
#feature .cnt_area03 .cnt_img{
max-width: 500px;
margin: 0 auto;
}

#feature p{
line-height: 1.8;
margin: 30px auto;
max-width: 900px;
}
/*----------
02-03.review
----------*/
#review .important{
margin-top: 30px;
}

#review .important .cnt_img{
max-width: 400px;
margin: 0 auto 20px;
}

#review .important .cnt_text{
line-height: 1.8;
text-align: center;
}

#review .important h4{
font-size: 20px;
margin-bottom: 10px;
}

#review .important p{
line-height: 1.8;
max-width: 900px;
margin: 0 auto 30px;
}

#review .important p span{
display: block;
font-size: 17px;
font-weight: 500;
margin: 5px auto;
}

#review .cnt_area01{
padding: 30px 0 80px;
}
#review .cnt_area01 h3 + .cnt_text{
text-align: center;
font-size: 18px;
line-height: 1.8;
margin: 0 0 30px;
}
#review .cnt_area01 .out_flex{
flex-wrap: wrap;
justify-content: space-between;
}
#review .cnt_area01 .cnt_box{
width: 48%;
padding: 20px;
border: 1px solid rgba(0,0,0,0.1);
}
#review .cnt_area01 .cnt_box:nth-child(odd){
margin-bottom: 50px;
}
#review .cnt_area01 .cnt_box .flex_box{
justify-content: space-between;
align-items: center;
font-size: 14px;
line-height: 17px;
margin: 0 0 10px;
}
#review .cnt_area01 .cnt_img{
width: 25%;
}
#review .cnt_area01 .nenrei{
padding: 0 0 10px;
margin: 0 0 10px;
border-bottom: 1px solid #DBDBDB;
}
#review .cnt_area01 img{
margin-bottom: 10px;

}
#review .cnt_area01 .cnt_box .cnt_text{
font-size: 18px;
font-weight: 500;
line-height: 25.2px;
width: 70%;

}
#review .cnt_area01 .cnt_box p{
padding: 10px;
line-height: 1.8;
}
#review .cnt_area01 .cnt_box p span{
font-weight: 700;
}
#review .cnt_area01 .cnt_box:nth-child(even){
margin-top: 50px;
background: #F4F8FF;
}

#review .common_title + .cnt_img{
width: 80%;
margin: 30px auto 0;
}

/*----------
02-03.howto
----------*/
#howto .cnt_area01{
padding: 30px 0 80px;
}
#howto .cnt_area01 .contents_in{
max-width: 1000px;
}
#howto .cnt_area01 .flex_box{
width: 100%;
margin-bottom: 50px;

}
#howto .cnt_area01 .flex_box{
justify-content: space-between;
}
#howto .cnt_area01 .cnt_img{
width: 48%;
}
#howto .cnt_area01 .cnt_text{
line-height: 1.8;
width: 48%;
}

#howto .light_blue{
/*background-color: rgba(165, 188, 225, 0.6); */
flex-direction: column;
margin: 0 auto;
padding: 15px;
border: 1px solid #A5BCE1;
max-width: 900px;
}

#howto .light_blue .cnt_img{
max-width: 480px;
margin: 0 auto 20px;
}
#howto .light_blue .cnt_text{
width: 100%;
text-align: center;
}

#howto .cnt_area01 .flex_box02{
flex-direction: row-reverse;
}
#howto .cnt_area02{
background-color: #F7F7F7;
padding: 80px 0 50px;
}
#howto .cnt_area02 ul{
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}
#howto .cnt_area02 li{
width: 23.61%;
margin: 0 0 30px;
}
#howto .cnt_area02 li .cnt_img{
max-width: 150px;
margin: 0 auto 20px;
}
#howto .cnt_area02 p{
line-height: 1.8;
text-align: center;
font-size: 15px;
}
#howto .cnt_area02 li h3{
font-size: 18px;
min-height: 82px;
}

/*----------
02-04.fasting
----------*/
#fasting .cnt_area01{
padding: 0 0 80px;
}

#fasting .cnt_area01 .cnt_img{
margin: 30px auto;
}

#fasting .cnt_area01 h3 + p{
line-height: 1.8;
text-align: center;
margin: 0 0 10px;
}
#fasting .cnt_area01 p + .cnt_text{
font-size: 15px;
line-height: 21.6px;
margin: 20px 0 30px;
}
#fasting .cnt_area02{
padding: 50px 0 30px;
background-color: #F7F7F7;
}

#fasting .cnt_area02 h3 + .cnt_text{
font-size: 20px;
text-align: center;
margin: 0 auto 20px;
}

#fasting .cnt_area02 ul{
justify-content: space-between;
margin: 0 0 30px;
}
#fasting .cnt_area02 li{
width: 31%;
}
#fasting .cnt_area02 li a{
display: block;
line-height: 1.8;
color: #fff;
padding: 14px 9px;
background-color: #2D2E2A;
border: 1px solid #2D2E2A;
position: relative;
transition: 0.3s;
}
#fasting .cnt_area02 li a::after{
content: "";
display: inline-block;
width: 9.78px;
height: 11.76px;
background: center/contain no-repeat url(../common/img/arrow_white.png);
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10.2px;
transition: 0.3s;
}
#fasting .cnt_area02 li a:hover{
color: #2D2E2A;
background-color: #fff;
}
#fasting .cnt_area02 li a:hover:after{
background: center/contain no-repeat url(../common/img/arrow_black.png);
}
#fasting .cnt_area02 p{
line-height: 1.8;
margin-bottom: 20px;
}
#fasting .cnt_area02 .red{
color: #C41E1E;
}
#fasting .cnt_area03{
padding: 30px 0;
}
#fasting .cnt_area03 p{
line-height: 1.8;

}
#fasting .cnt_area03 span{
font-weight: 500;
}
#fasting .cnt_area04 {
margin: 50px 0 80px;
}
#fasting .cnt_area04 ul.flex_box{
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 30px;
}

#fasting .cnt_area04 ul.flex_box + .cnt_text{
line-height: 1.8;
text-align: center;
margin: 0 auto 30px;
}

#fasting .cnt_area04 ul.flex_box li{
min-width: 150px;
padding: 10px;
}
#fasting .cnt_area04 ul.flex_box li::before{
content: "・";
display: inline-block;
font-size: 18px;
line-height: 1.8;
margin-right: 6px;
}
#fasting .slide_down{
display: none;
}
#fasting .slide_btn{
max-width: 500px;
margin: 0 auto 50px;
padding: 12.4px 20px;
background-color: #F7F7F7;
line-height: 1.8;
position: relative;
cursor: pointer;
}
#fasting .slide_btn .open{
position: absolute;
width: 50px;
height: 100%;
background-color: #2D2E2A;
top: 0;
right: 0;
}
#fasting .slide_btn span{
display: block;
width: 20px;
height: 2px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#fasting .slide_btn span:nth-child(2){
transform: rotate(-90deg);
left: 15px;
transition: 0.3s;
}
#fasting .slide_btn.on .open span:nth-child(2){
opacity: 0;
transition: 0.3s;
}
#fasting .cnt_area04 .flex_box{
justify-content: space-between;
margin: 0 0 30px;
}
#fasting .cnt_area04 .cnt_img{
width: 48%;
}
#fasting .cnt_area04 .text_g{
width: 48%;
}
#fasting .cnt_area04 .point{
color: #A5BCE1;
font-size: 18px;
margin: 0 0 10px;
}

#fasting .cnt_area04 .border_title{
font-size: 20px;
margin: 0 0 20px;
line-height: 1.8;
padding-left: 10px;
}

#fasting .cnt_area04 p{
line-height: 1.8;
}
#fasting .cnt_area04 .flex_box02, #fasting .cnt_area04 .flex_box04{
flex-direction: row-reverse;
}
#fasting .cnt_area04 .flex_box03{
margin-bottom: 40px;
}
#fasting .cnt_area04 .flex_box04 ul:not(.slick-dots){
display: flex;justify-content: space-between;
flex-wrap: wrap;
}
#fasting .cnt_area04 .flex_box04 li{
width: 23%;
}
#fasting .cnt_area04 .flex_box04 .slick-dots{
margin: 20px auto 0;
}
#fasting .cnt_area04 .flex_box04 .slick-dots li{
width: 7px;
}

#fasting .cnt_area05 {
padding: 80px 0 50px;
background-color: #F7F7F7;
line-height: 1.8;
}
#fasting .cnt_area05 ul{
flex-wrap: wrap;
margin: 0 auto;
justify-content: space-between;
max-width: 900px;
}
#fasting .cnt_area05 li{
width: 45%;
margin: 0 0 30px;
}
#fasting .cnt_area05 .cnt_img{
max-width: 100px;
margin: 0 auto 20px;
}
#fasting .cnt_area05 .point{
color: #A5BCE1;
text-align: center;
}
#fasting .cnt_area05 .text_g{
width: 80%;
margin: 0 auto;
}
#fasting .cnt_area05 .border_title{
font-size: 18px;
margin: 0 0 10px;
text-align: center;
}
#fasting .cnt_area05 .border_title::before{
content: none;
}
#fasting .cnt_area06{
padding: 30px 0 50px;
}
#fasting .cnt_area06 .contents_in{
border: 1px solid #A5BCE1;
padding: 20px;
max-width: 600px;
}
#fasting .cnt_area06 .flow{
justify-content: space-between;
}
#fasting .cnt_area06 .left{
font-weight: 500;
width: 30.16%;
font-size: 18px;
}
#fasting .cnt_area06 .right{
width: 57.96%;
}
#fasting .cnt_area06 dl{
display: flex;
justify-content: space-between;
line-height: 20px;
}
#fasting .cnt_area06 dl:not(:last-child){
margin-bottom: 5px;
}
#fasting .cnt_area06 dt{
color: #A5BCE1;
font-size: 14px;
width: 31.57%;
}
#fasting .cnt_area06 dd{
text-align: left;
width: 56.72%;
}
#fasting .cnt_area07{
padding: 40px 0;
background-color: #F4F8FF;
}

#fasting .cnt_area07 ul:not(.slick-dots){
margin-bottom: 20px;
}
#fasting .cnt_area07 .slick-slide{
padding: 0 35.5px;
background: center/contain no-repeat url(../img/enzyme_paste/fasting/fukidashi.png);
min-height: 119.5px;
max-height: 119.5px;
margin: 0 10px;
font-weight: 500;
line-height: 1.8;
max-width: 295px;
}
#fasting .cnt_area07 .slick-slide span {
min-height: 90px;
align-items: center;
display: flex;
padding: 10px 0;
}
#fasting .cnt_area08{
padding: 80px 0 50px;
}
#fasting .cnt_area08 .contents_in{
max-width: 900px;
}
#fasting .cnt_area08 dl{
margin-bottom: 20px;
cursor: pointer;
}
#fasting .cnt_area08 dt{
display: flex;
padding: 10px 5px;
border-bottom: 1px solid #DBDBDB;
align-items: center;
font-size: 18px;
position: relative;
}
#fasting .cnt_area08 dt div{
width: 90%;
}
#fasting .cnt_area08 dt::after{
content: "";
display: inline-block;
width: 5.28px;
height: 8.42px;
background:center/contain no-repeat url(../common/img/arrow_black.png);
transform: rotate(90deg);
transition: 0.3s;
}
#fasting .cnt_area08 span{
display: flex;
align-items: center;
white-space: nowrap;
font-size: 20px;
}

#fasting .cnt_area08 span::after{
content: "";
display:inline-block;
width: 8px;
height: 1px;
background-color: #2D2E2A;
margin: 0 7px;
}
#fasting .cnt_area08 dl dd{
line-height: 1.8;
display: flex;
padding: 10px 5px;
display: none;
}
#fasting .cnt_area08 dd.on{
display: flex;
}
#fasting .cnt_area08 dl.change dt::after{
transform: rotate(-90deg);
}
#fasting .cnt_area09{
margin: 0 0 50px;
}
#fasting .cnt_area09 .contents_in{
max-width: 900px;
line-height: 1.8;
}
#fasting .cnt_area09 p{
margin-bottom: 30px;
}
#fasting .cnt_area09 .cnt_text{
font-weight: 500;
margin-bottom: 20px;
}

#fasting .cnt_area09 ul{
margin-bottom: 30px;
}

#fasting .cnt_area09 li{
text-indent: -1em;
padding-left: 1em;
}

#fasting .cnt_area09 li:not(:last-child){
margin-bottom: 10px;
}
/*----------
02-05.recipe
----------*/
#recipe .cnt_area{
padding: 30px 0 50px;
}
#recipe .cnt_area .contents_in{
max-width: 900px;
}
#recipe .cnt_area01 ul, #recipe .cnt_area02 ul,#recipe .cnt_area03 ul{
justify-content: space-between;
flex-wrap: wrap;
}
#recipe .cnt_area01 li, #recipe .cnt_area02 li,#recipe .cnt_area03 li{
width: 48%;
margin-bottom: 30px;
font-size: 18px;
}
#recipe .cnt_img{
margin-bottom: 10px;
max-width: 800px;
margin: 0 auto 10px;
}

#recipe .cnt_img img{
height: 307px;
object-fit: cover;
}
/*----------
02-05-01.recipe_detail
----------*/
#recipe_detail .contents_in{
max-width: 900px;
padding: 80px 0;
}
#recipe_detail h2{
font-size: 22px;
line-height: 1.8;
margin: 0 0 10px;
}
#recipe_detail .date{
line-height: 1.8;
color: #DBDBDB;
margin: 0 0 30px;
}
#recipe_detail .cnt_img{
max-width: 500px;
margin: 0 auto 30px;
}
#recipe_detail .title{
font-size: 18px;
line-height: 1.8;
padding: 0 0 10px;
border-bottom: 1px solid #DBDBDB;
margin: 0 0 10px;
}
#recipe_detail li{
text-indent: -1em;
padding-left: 1em;
line-height: 1.8;
}

#recipe_detail .zairyou{
margin-bottom: 30px;
}

#recipe_detail strong{
font-weight: 500;
}
#recipe_detail .cnt_text{
line-height: 1.8;
margin: 0 auto 50px;
}
/*----------
02-06.flora
----------*/
#flora .cnt_area01, #flora .cnt_area02{
padding: 30px 0 0;
line-height: 1.8;
}
#flora .cnt_area02{
padding: 0 0 80px;
}
#flora .flex_box{
justify-content: space-between;
margin: 0 auto;
align-items: center;
max-width: 1040px;
}

#flora .flex_box01 .cnt_img{
margin-bottom: 40px;
}

#flora .flex_box .cnt_g{
width: 35%;
}

#flora .border_title{
font-size: 18px;
margin: 0 0 20px;

}
#flora .flex_box01 p{
margin-bottom: 40px;
}
#flora .gray{
padding: 20px 20px 0;
background-color: #F7F7F7;
margin-bottom: 40px;

}


#flora .title{
font-weight: 500;
margin-bottom: 10px;
}


#flora .text_left{
margin-bottom: 40px;
}

#flora .flex_box02 .text_right{
padding: 15px 17.5px;
border: 1px solid #DBDBDB;
}

#flora .border_gray{
margin-bottom: 10px;
padding: 0 0 10px;
font-weight: 500;
border-bottom: 1px solid #DBDBDB;
}

#flora .flex_box02 li::before{
content: "・";
display: inline-block;
font-size: 14px;
line-height: 1.8;
margin: 0 6px 0 0;
}

#flora .h2_ptn_01{
margin: 30px 0 20px;
}

#flora .blue{
display: block;
margin: 0 auto 15px;
font-size: 14px;
line-height: 20px;
padding: 7.9px 48.8px 20.4px;
background: center/contain no-repeat url(../img/enzyme_paste/flora/fukidasi_blue.png);
color: #fff;
max-width: 335px;
}

#flora .flex_box02 .text_right ul{
display: flex;
flex-wrap: wrap;
}

#flora .flex_box02 .text_right li{
width: 408px;
margin-right: 40px;
}

#flora .flex_box02 .text_right{
margin-bottom: 40px;
}

#flora .flex_box03 .text_right{
margin-bottom: 59.3px;
}

#flora .flex_box04{
margin-bottom: 80px;
}

#flora .mb60{
margin-bottom: 73px;
}

#flora .bad{
background: center/230px no-repeat url(../img/enzyme_paste/flora/bad.png);
margin: 0 0 50px;
}

#flora .figure{
max-width: 364px;
margin: 0 auto;
font-size: 11px;
line-height: 17px;
position: relative;
}

#flora .good{
position: relative;
}

#flora .good::before{
content: "";
display: inline-block;
width: 119.46px;
height: 81.75px;
background: center/contain no-repeat url(../img/enzyme_paste/flora/good_text.png);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

#flora .round{
width: 130px;
height: 130px;
border-radius: 50%;
background-color: #F7F7F7;
justify-content: center;
display: flex;
align-items: center;
text-align: center;
}
#flora .round01{
margin: 0 auto -23px;
}

#flora .bad .flex_box02, #flora .good .flex_box02{
margin: 9px auto 0;
max-width: 290px;
}

#flora .black_arrow{
max-width: 43px;
margin: 0 auto;
transform: rotate(-90deg);
}

#flora .black_arrow + div{
font-size: 18px;
font-weight: 500;
line-height: 26px;
margin: 0 0 50px;
text-align: center;
}

#flora .gold{
display: block;
margin: 0 auto 15px;
font-size: 14px;
line-height: 20px;
padding: 18.3px 20px 30.3px;
background: center/contain no-repeat url(../img/enzyme_paste/flora/fukidasi_gold.png);
color: #fff;
max-width: 160px;
}

#flora .good{
background: center/230px no-repeat url(../img/enzyme_paste/flora/good.png);
margin: 0 0 50px;
}

/*----------
03.information
----------*/
#information .cnt_img01{
max-width: 1080px;
margin: 0 auto 50px;
}
#information .flex_box{
flex-wrap: wrap;
justify-content: space-between;
}
#information .cnt_g::after{
content: "";
display: inline-block;
width: 320px;
margin: 0 0 30px;
}
#information .cnt_box{
/* width: 32%; */
width: 320px;
margin: 0 0 30px;
line-height: 1.8;
position: relative;
}

#information .cnt_box::after{
content: "";
display: inline-block;
width: 18.77px;
height: 18.77px;
background: center/contain no-repeat url(../img/information/arrow_blue.png);
position: absolute;
right: 0;
bottom: 0;
}

#information .cnt_box .cnt_img{
margin-bottom: 10px;
font-weight: 500;

}

#information .cnt_box .cnt_img img{
object-fit: cover;
height: 320px;
}

#information .cnt_box .title{
margin-bottom: 20px;
min-height: 57.59px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#information .cnt_box .date{
font-size: 14px;
color: #DBDBDB;
}


#information .wp-pagenavi{
display: flex;
justify-content: center;
align-items: center;
margin: 50px auto 80px;
}

#information .page_nav .wp-pagenavi a, #information .page_nav .wp-pagenavi span {
text-decoration: none;
width: 10px;
height: 19px;
color: #DBDBDB;
font-size: 16px;
display: inline-block;
text-align: center;
line-height: 19px;
margin: 0 15px;
border: none;
padding: 0;
}
#information .page_nav .wp-pagenavi span.extend{
display: none;
}
#information .page_nav .wp-pagenavi .nextpostslink {
width:6px;
height: 19px;
margin-left: 10px;
background: center/contain no-repeat url(../common/img/arrow_black.png);
color: transparent;
display: block;
padding: 0;
}

#information .page_nav .wp-pagenavi .previouspostslink {
padding: 0;
display: block;
color: transparent;
width: 10px;
height: 19px;
border-style: solid;
margin-right: 10px;
background: center/contain no-repeat url(../common/img/arrow_black.png);
transform: rotate(180deg);
}

#information .page_nav .wp-pagenavi span.current{
color: #2D2E2A;
}

/*----------
03-01.info_detail
----------*/
#information_detail {
line-height: 1.8;
padding: 80px 0;
}
#information_detail .contents_in{
max-width: 900px;
}
#information_detail h2{
font-size: 22px;
margin: 0 0 20px;
padding: 0 9px;
line-height: 1.8;
}
#information_detail .date{
color: #DBDBDB;
margin: 0 0 50px;
}
#information_detail .cnt_img{
margin: 0 auto 20px 0;
max-width: 500px;
}
#information_detail .title{
font-weight: 500;
margin: 50px 0 20px;
}
#information_detail .cnt_text{
margin-bottom: 50px;
}

#information_detail .cnt_text span, #information_detail .cnt_text strong{
font-weight: 700;
}
#information_detail .border_bottom{
margin:30px 0 5px;
padding-bottom: 5px;
border-bottom: 1px solid #DBDBDB;
}
#information_detail .cnt_text + .cnt_text{
margin-top: 30px;
}
#information_detail .black_btn{
margin-top: 50px;
}

#information_detail a:not(.black_btn){
text-decoration: underline;
}

#information_detail .red{
color: #C14545;
}
#information_detail .cnt_text.mb30{
margin-bottom: 30px;
}
/*----------
04.faq
----------*/
#faq .cnt_area01{
padding: 0 0 80px;
}
#faq .cnt_img{
margin: 0 auto 50px;
width: 88.93%;
}
#faq .cnt_area01 .cnt_text01{
line-height: 1.8;
margin:0 auto 50px;
text-align: center;
}
#faq .gray{
max-width: 1000px;
margin: 0 auto 50px;
}
#faq .gray .cnt_box{
border: 1px solid #2D2E2A;
cursor: pointer;
background-color: #F7F7F7;
margin: 0 0 20px;
}

#faq .gray label::after{
content: "";
display: inline-block;
width: 5.28px;
height: 8.42px;
background: center/contain no-repeat url(../common/img/arrow_black.png);
top: 0;
bottom: 0;
margin: auto;
right: 20.6px;
position: absolute;
transform: rotate(90deg);
transition: 0.3s;
}
#faq .gray input:checked + label::after{
transform: rotate(-90deg);
transition: 0.3s;
}
#faq .gray .next_box{
display: none;
padding: 20px 20px 30px;
position: relative;
line-height: 25.2px;
}
#faq .gray .next_box::before{
content: "";
display: inline-block;
width: 96%;
height: 1px;
background-color: #DBDBDB;
left: 0;
right: 0;
margin: auto;
top: 0;
position: absolute;
}
#faq .gray li:not(:last-child){
margin-bottom: 30px;
}
#faq .gray li::before{
content: "・";
display: inline-block;
font-size: 12px;
margin-right: 5px;
}

#faq .border_title{
font-size: 18px;
padding: 0 10px;
margin-bottom: 30px;
}
#faq .cm_box{
max-width: 1000px;
margin: 0 auto;
}
#faq .cm_box::before,#faq .cm_box .cnt_box::before{

display: block;
height: 86px;
margin-top: -86px;
content: "";
}

#faq .cm_box .title{
text-align: left;
width: 100%;
}

#faq .cm_box .border_title:not(:first-child),#faq .cm_box:not(:first-child){
margin-top: 50px;
}
#faq .cm_box .cnt_box{

cursor: pointer;
}
#faq .cm_box .cnt_box:not(:last-child){
margin-bottom: 20px;
}
#faq .cm_box label{
display: flex;
justify-content: space-between;
padding: 10px 5px;
border-bottom: 1px solid #DBDBDB;
align-items: center;
font-size: 18px;
position: relative;
}

#faq .cm_box label::after{
content: "";
display: inline-block;
width: 5.28px;
height: 8.42px;
background:center/contain no-repeat url(../common/img/arrow_black.png);
transform: rotate(90deg);
transition: 0.3s;
}

#faq .cm_box input:checked + label::after{
transform: rotate(-90deg);
transition: 0.3s;
}

#faq .cm_box .en_font{
display: flex;
align-items: center;
white-space: nowrap;
font-size: 20px;
}

#faq .cm_box .en_font::after{
content: "";
display:inline-block;
width: 8px;
height: 1px;
background-color: #2D2E2A;
margin: 0 7px;
}
#faq .cm_box label .en_font::after{
content: none;
}
#faq .cm_box .next_box{
line-height: 1.8;
display: flex;
padding: 10px 5px;
display: none;
}
#faq .cm_box .next_box{
align-items: flex-start;
}
/* #faq .cm_box .next_box .cnt_text{
color: #7A7B77;
} */
#faq .cm_box .next_box .cnt_text a{
text-decoration: underline;
/* color: #7A7B77; */
}
#faq strong{
font-weight: 700;
background: linear-gradient( transparent 60%, #ffe2e9 0% );
}

#faq table{
margin: 20px auto;
}

#faq tr,#faq td{
padding: 5px;
border: 1px solid;
}

#faq .gray label{
padding: 15px 25.88px 15px 20px;
position: relative;
}

#faq input{
display: none;
}

#faq label{
display: block;
width: 100%;
cursor: pointer;
}

#faq .gray input:checked + label + .next_box{
display: block;
}

#faq .cm_box input:checked + label + .next_box{
display: flex;
}
/*----------
05.inquiry
----------*/
#inquiry .cnt_area01{
padding: 0 0 80px;
}

#inquiry .cnt_area01 .cnt_img01{
width: 80%;
margin: 0 auto;
}

#inquiry input, #inquiry textarea, #inquiry select{
appearance: none;
font-family: 'Noto Sans JP', sans-serif;
}

#inquiry .step{
max-width: 500px;
margin: 30px auto 50px;
justify-content: space-between;
}
#inquiry .step div{
text-align: center;
}
#inquiry .en{
font-size: 14px;
line-height: 17px;
}

#inquiry .step01 .en{
color: #A5BCE1;
}

#inquiry .step div{
width: 42px;
}

#inquiry .sikaku{
display: block;
width: 7px;
height: 7px;

margin: 7px auto;
}

#inquiry .step01 .sikaku{
background-color: #A5BCE1;
}

#inquiry .step div{
position: relative;
}

#inquiry .step div:not(:last-child):after{
content: "";
display: inline-block;
position: absolute;
width: 230px;
height: 1px;
background-color: #A5BCE1;
top: 0;
bottom: 0;
left: 21.5px;
margin: auto;
}

#inquiry .step div:nth-of-type(2):after{
background-color: #DBDBDB;
}


#inquiry .step02 .sikaku, #inquiry .step03 .sikaku{
background-color: #DBDBDB;

}

#inquiry .step02 .en, #inquiry .step03 .en{
color: #DBDBDB;
}

#inquiry .cnt_g{
max-width: 800px;
margin: 0 auto;
}

#inquiry dl{
display: flex;
}

#inquiry dt{
width: 30%;
line-height: 1.8;
}

#inquiry dt span{
color: #C14545;
display: inline-block;
margin-left: 10px;
}

#inquiry dd{
width: 70%;
}

#inquiry select{
border: none;
padding: 15px 33px 15px 12.8px;
width: 100%;
background: #fff;
color: #000;
}

#inquiry .select_wrap{
border: 1px solid #2D2E2A;
background-color: #F7F7F7;
position: relative;
}

#inquiry .select_wrap::after{
content: "";
display: inline-block;
width: 33px;
height: 100%;
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-color: #2D2E2A;
background-image: url(../common/img/arrow_white.png);
background-size: 5.28px 8.42px;
background-position: center;
background-repeat: no-repeat;
}

#inquiry dl{
margin-bottom: 50px;
}

#inquiry input, #inquiry textarea{
width: 100%;
border: 1px solid #2D2E2A;
background-color: #fff;
padding: 10px;
border-radius: 0;
}

#inquiry textarea{
height: 198px;
}

#inquiry .black_btn{
width: 215px;
cursor: pointer;
}

#inquiry .title{
margin-bottom: 10px;
}
#inquiry .zip{
align-items: center;
}
#inquiry .zip span{
display: block;
margin: 0 8px;
}

#inquiry .zip, #inquiry .input{
margin-bottom: 15px;
}

#inquiry .mw_wp_form .error{
padding: 10px 5px;
}
/*----------
06.confirm
----------*/
#confirm .cnt_area01{
padding: 0 0 50px;
}

#confirm .cnt_area01 .cnt_img01{
width: 80%;
margin: 0 auto;
}

#confirm .step{
max-width: 500px;
margin: 30px auto 50px;
justify-content: space-between;
}

#confirm .alert{
color: #C14545;
line-height: 1.8;
margin: 0 auto 50px;
display: block;
text-align: center;
}

#confirm .step div{
text-align: center;
}
#confirm .en{
font-size: 14px;
line-height: 17px;
}

#confirm .step01 .en, #confirm .step02 .en{
color: #A5BCE1;
}

#confirm .step div{
width: 42px;
}

#confirm .sikaku{
display: block;
width: 7px;
height: 7px;
margin: 7px auto;
}

#confirm .step01 .sikaku,#confirm .step02 .sikaku{
background-color: #A5BCE1;
}

#confirm .step div{
position: relative;
}

#confirm .step div:not(:last-child):after{
content: "";
display: inline-block;
position: absolute;
width: 230px;
height: 1px;
background-color: #A5BCE1;
top: 0;
bottom: 0;
left: 21.5px;
margin: auto;
z-index: -1;
}

#confirm .step div:nth-of-type(2):after{
background-color: #DBDBDB;
}


#confirm .step03 .sikaku{
background-color: #DBDBDB;

}

#confirm .step03 .en{
color: #DBDBDB;
}

#confirm .cnt_g{
max-width: 800px;
margin: 0 auto;
}

#confirm dl{
display: flex;
line-height: 1.8;
}

#confirm dt{
width: 30%;
line-height: 1.8;
}

#confirm dt span{
display: none;
}

#confirm dd{
width: 70%;
padding: 0 9px;
}

#confirm select{
border: none;
padding: 15px 33px 15px 12.8px;
width: 100%;
}

#confirm dl{
margin-bottom: 35px;
}

#confirm input, #confirm textarea{
width: 100%;
border: 1px solid #2D2E2A;
background-color: #fff;
padding: 10px;
}

#confirm textarea{
height: 198px;
}

#confirm .black_btn{
width: 215px;
cursor: pointer;
}

#confirm .title{
display: none;
}
#confirm .zip{
align-items: center;
}

#confirm .zip::before{
content: "〒";
display: inline-block;
}

#confirm .flex_box_in{
display: flex;
flex-wrap: wrap;
}

#confirm .flex_box_in div{
margin-bottom: 0;
}

#confirm .zip span{
display: block;
margin: 0 8px;
}
#confirm .zip input{
width: 100px;
}

#confirm .zip, #confirm .input{
margin-bottom: 15px;
}

#confirm .btn_g{
margin-top: 50px;
max-width: 600px;
margin: 0 auto;
}

#confirm .gray{
background-color: #B1B1B1;
}

#confirm .gray::after{
right: auto;
left: 18px;
transform: translateY(-50%) scale(-1,-1);
}

#confirm .gray:hover::after{
left: 8px;
transition: 0.3s;
}

/*----------
07.done
----------*/
#done .cnt_area01{
padding: 0 0 50px;
}

#done .cnt_area01 .cnt_img01{
width: 80%;
margin: 0 auto;
}

#done .step{
max-width: 500px;
margin: 30px auto 50px;
justify-content: space-between;
}

#done .step div{
text-align: center;
}
#done .en{
font-size: 14px;
line-height: 17px;
color: #A5BCE1;
}

#done .step div{
width: 42px;
}

#done .sikaku{
display: block;
width: 7px;
height: 7px;
margin: 7px auto;
background-color: #A5BCE1;
}

#done .step div{
position: relative;
}

#done .step div:not(:last-child):after{
content: "";
display: inline-block;
position: absolute;
width: 230px;
height: 1px;
background-color: #A5BCE1;
top: 0;
bottom: 0;
left: 21.5px;
margin: auto;
z-index: -1;
}

#done .text_g{
padding: 30px 23.5px;
background-color: #F7F7F7;
margin: 0 auto 50px;
max-width: 600px;
text-align: center;
}

#done .title{
font-weight: 500;
line-height: 24px;
margin-bottom: 15px;
font-size: 20px;
}

#done .title + p{
line-height: 1.8;
}

/*----------
08.soup_food_sweets
----------*/
#soup_food_sweets .cnt_area01{
margin-bottom: 80px;
}

#soup_food_sweets .cnt_area01 .cnt_img01{
width: 88.93%;
margin: 0 auto 40px;
}

#soup_food_sweets p{
line-height: 1.8;
margin-bottom: 40px;
}

#soup_food_sweets ul{
flex-wrap: wrap;
justify-content: space-between;
}

#soup_food_sweets li{
width: 32%;
}

#soup_food_sweets .cnt_img{
margin-bottom: 10px;
}

#soup_food_sweets .border_title{
padding-left: 10px;
}

/*----------
08-01.soup_food_sweets_detail
----------*/
.soup_food_sweets_detail .cnt_area01{
margin: 30px 0 50px;
}

.soup_food_sweets_detail h3{
font-size: 20px;
line-height: 1.8;
padding-left: 10px;
margin-bottom: 30px;
}

.soup_food_sweets_detail .img_big img{
height: 300px;
object-fit: cover;
margin: 0 auto 30px;
}

.soup_food_sweets_detail .black_title{
color: #fff;
line-height: 1.8;
padding: 8px 20px;
background-color: #2D2E2A;
margin: 0 auto 10px;
}

.soup_food_sweets_detail .black_title + .cnt_text{
line-height: 1.8;
margin-bottom: 30px;
}

.soup_food_sweets_detail ul{
justify-content: space-between;
margin: 0 auto;
flex-wrap: wrap;
}

.soup_food_sweets_detail ul:not(:last-of-type){
margin: 0 auto 40px;
padding-bottom: 40px;
border-bottom: 1px solid #DBDBDB;
}

.soup_food_sweets_detail li{
width: 48%;
line-height: 1.8;
margin-bottom: 30px;
}

.soup_food_sweets_detail li .cnt_img{
margin-bottom: 15px;
}

.soup_food_sweets_detail li .cnt_img img{
height: 307px;
object-fit: cover;
}

.soup_food_sweets_detail li .border_title{
margin-bottom: 10px;
}

.soup_food_sweets_detail .sub_contents{
width: 88.93%;
max-width: 902px;
margin-left: auto;
margin-right: auto;
}

.soup_food_sweets_detail .border_title_out{
margin-top: -90.36px;
padding-top: 90.36px;
}

/*----------
09.media
----------*/
#media .cnt_area01{
padding: 30px 0 80px;
}
#media .cnt_box{
width: 21%;
line-height: 1.8;
margin-bottom: 30px;
}
#media .flex_box{
justify-content: space-between;
flex-wrap: wrap;
}

#media .cnt_img{
margin-bottom: 10px;
}

#media .flex_box::before{
order: 1;
}

#media .flex_box::before, #media .flex_box::after{
content: "";
display: inline-block;
width: 21%;
}

#media .title{
text-align: center;
font-weight: 500;
margin-bottom: 5px;
}

#media .date{
color: #65675E;
text-align: center;
margin-bottom: 5px;
font-size: 13px;
}

#media .cnt_text{
font-size: 14px;
}

/*----------
10.menu
----------*/
#menu .cnt_area01, #menu .cnt_area02{
margin-bottom: 80px;
}

#menu .cnt_area01 .cnt_img01{
width: 88.93%;
margin: 0 auto 40px;
}
#menu .cnt_text{
text-align: center;
margin: 0 auto 20px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
#menu .cnt_text::after,#menu .cnt_text::before{
content: "";
display: inline-block;
width: 1.5px;
height: 20px;

background-color: #A5BCE1;
}
#menu .cnt_text::after{
transform: rotate(30deg);
margin-left: 5px;
}
#menu .cnt_text::before{
transform: rotate(-30deg);
margin-right: 5px;
}
#menu .cnt_text + .cnt_img{
max-width: 500px;
margin: 0 auto 20px;
}
#menu .sub_title{
font-weight: 500;
text-align: center;
margin: 0 auto 20px;
}
#menu .sub_title + p{
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
#menu p{
line-height: 1.8;
margin-bottom: 40px;
}

#menu ul{
flex-wrap: wrap;
justify-content: space-between;
}

#menu ul.flex_box::after{
content: "";
display: inline-block;
width: 32%;
}

#menu ul p{
margin-bottom: 0;
}

#menu ul.flex_box li{
width: 32%;
margin-bottom: 30px;
}

#menu .cnt_img{
margin-bottom: 10px;
}

#menu .border_title{
padding-left: 10px;
font-size: 18px;
margin-bottom: 10px;
font-weight: 400;
}
#menu .cnt_area03{
margin-bottom: 50px;
}
#menu .cnt_area04{
margin-bottom: 0;
padding: 30px 0 80px;
background-color: #F7F7F7;
}
#menu .cnt_area04 ul.flex_box li{
margin-bottom: 20px;
}
#menu .cnt_area04 ul.flex_box{
padding-bottom: 20px;
border-bottom: 1px solid #A5BCE1;
}
#menu .drink{
max-width: 500px;
margin: 50px auto 0;
}
#menu .drink li{
justify-content: space-between;
display: flex;
margin: 0 auto 10px;
}
#menu .drink span{
display: block;
}

/*----------
10.product
----------*/
#product .coming_soon{
padding: 30px 0;
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 29px;
color: #A5BCE1;
border: 1px solid #A5BCE1;
max-width: 600px;
margin: 0 auto 60px;
}
#product .cnt_area01{
margin-bottom: 80px;
}
#product ul{
flex-wrap: wrap;
justify-content: space-between;
}
#product ul.flex_box li{
width: 47%;
}

#product .cnt_img{
margin-bottom: 15px;
}

#product .border_title{
padding-left: 10px;
font-size: 18px;
margin-bottom: 10px;
}

#product p{
line-height: 1.8;
margin-bottom: 10px;
}
#product .price{
font-size: 15px;
color: #65675E;
line-height: 25.2px;
}

/*----------
12.access
----------*/
#access .cnt_area01{
margin-bottom: 10px;
}

#access .cnt_area01{
margin: 0 auto 80px;
}

#access .cnt_area01 .cnt_img{
max-width: 600px;
margin: 0 auto 50px;
}

#access .cnt_area01 dt{
width: 30%;
padding-left: 15px;

}

#access .cnt_area01 dd{
width: 70%;
}

#access .cnt_area01 dl{
max-width: 700px;
margin: 0 auto 10px;
border-bottom: 1px solid #A5BCE1;
display: flex;
padding-bottom: 10px;
line-height: 1.8;
}

#access .cnt_area01 dl:last-of-type{
margin-bottom: 50px;
}
/* #access .cnt_img{
width: 88.93%;
margin: 0 auto 40px;
}
#access dt{
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #A5BCE1;
}
#access dl{
margin-bottom: 30px;
}
#access .contents_in{
max-width: 500px;
} */
#access .map {
width: 100%;
position: relative;
padding-top: 40%;
max-width: 1000px;
margin: 0 auto 50px;
}

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

#access .gray_bottom{
padding: 30px 0;
background-color: #F7F7F7;
}
#access li{
width: 35px;
margin-right: 20px;
}


/*----------
13.404ページ
----------*/
#error_404 .contents_in{
padding: 80px 0;
max-width: 900px;
line-height: 1.8;
}

#error_404 h2{
font-size: 34px;
font-weight: 700;
}

#error_404 h2 + p{

text-align: center;
margin-bottom: 20px;
}

#error_404 ul{
margin-bottom: 60px;
}

/*----------
14.law
----------*/
#law .cnt_area01{
padding: 30px 0 80px;
line-height: 1.8;
}

#law .scroll_x{
overflow-x: auto;
width: 100%;
}

#law h3{
padding-left: 15px;
font-size: 20px;
padding-right: 0;
line-height:1.8;
margin-bottom: 20px;
}

#law h3:not(:first-child){
margin-top: 30px;
}

#law p{
line-height: 1.8;
}

#law table{

width: 600px;
margin: 0 auto 30px;
}

#law th{
background: #b8cae6;
}

#law tr, #law td, #law th{
padding: 5px 10px;
text-align: left;
border: 1px solid;
}

#law .fwb{
font-weight: 500;
font-size: 18px;
}

#law ul{
list-style-type: disc;
list-style-position: inside;
margin-left: 10px;
}

#law a{
text-decoration: underline;
}

/*----------
15.kitchen
----------*/
#kitchen .slick{
max-width: 650px;
margin: 0 auto;
}

#kitchen .cnt_logo{
max-width: 120px;
margin: 0 auto 30px;
}

#kitchen .slick img{
height: 420px;
object-fit: cover;
object-position: center;
}

#kitchen .cnt_area01{
margin: 50px 0 80px;
line-height: 1.8;
margin-top: -10px;
padding-top: 63.6px;
}

#kitchen .cnt_area01 h2 + .cnt_text{
text-align: center;
margin-bottom: 50px;
}

#kitchen .gray_area{
position: relative;
padding: 40px 0;
}

#kitchen .gray_area::before{
content: "";
display: inline-block;
width: 118.5%;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #F7F7F7;
z-index: -1;
}

#kitchen .gray_area ul{
flex-wrap: wrap;
justify-content: space-between;
max-width: 800px;
margin: 0 auto;
}

#kitchen .gray_area li{
width: calc((100% - 100px)/3);
margin-bottom: 30px;
}

#kitchen .gray_area li img{
width: 50%;
margin: 0 auto;
}

#kitchen .gray_area li .cnt_text{
text-align: center;
}

#kitchen .gray_area li .cnt_text span{
display: block;
font-size: 14px;
line-height: 1.8;
letter-spacing: 0.1em;
color: #A5BCE1;
}

#kitchen .cnt_area02{
line-height: 1.8;
}

#kitchen .cnt_area02 .first_p{
margin-bottom: 50px;
}

#kitchen .tyomiryou .cnt_img, #kitchen .okome .cnt_img, #kitchen .yasai .cnt_img, #kitchen .niku .cnt_img{
height: 400px;
overflow: hidden;
margin-bottom: 30px;
max-width: 1000px;
margin: 0 auto 30px;
}

#kitchen .tyomiryou .cnt_img img, #kitchen .okome .cnt_img img, #kitchen .yasai .cnt_img img, #kitchen .niku .cnt_img img{
object-fit: cover;
object-position: center;
height: 400px;
}

#kitchen .tyomiryou ul{
display: flex;
max-width: 900px;
margin: 0 auto 80px;
justify-content: space-between;
flex-wrap: wrap;
}

#kitchen .tyomiryou li{
width: 48%;
margin-bottom: 30px;
}

#kitchen .tyomiryou li img{
height: 307px;
object-fit: cover;
margin-bottom: 20px;
}

#kitchen .cnt_area02 h3{
padding-left: 10px;
font-size: 18px;
margin-bottom: 10px;
}

#kitchen .okome, #kitchen .niku, #kitchen .yasai{
max-width: 1000px;
margin: 0 auto 80px;
}

#kitchen .okome a{
margin-top: 30px;
}

#kitchen .cnt_area03 {
margin-bottom: 100px;
}

#kitchen .cnt_area03 .contents_in{
max-width: 1000px;
}

#kitchen .cnt_area03 .cnt_img01{
height: 400px;
overflow: hidden;
margin-bottom: 30px;
max-width: 1000px;
margin: 0 auto 30px;
}

#kitchen .cnt_area03 .cnt_img01 img{
object-fit: cover;
object-position: center;
height: 400px;
}

#kitchen .cnt_area03 .cnt_img01 + .flex_box{
justify-content: space-between;
margin-bottom: 50px;

}

#kitchen .cnt_area03 .cnt_img01 + .flex_box .cnt_img{
width: 48%;
}

#kitchen .cnt_area03 .cnt_img01 + .flex_box img{
height: 307px;
object-fit: cover;
}

#kitchen .cnt_area03 .flex_box:nth-of-type(2){
justify-content: space-between;
margin-bottom: 50px;
}

#kitchen .cnt_area03 .flex_box .cnt_img02 {
height: 460px;
width: 60%;
}

#kitchen .cnt_area03 .flex_box .cnt_img02 img{
height: 460px;
object-fit: cover;
object-position: center;
}

#kitchen .cnt_area03 .column{
width: 38%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

#kitchen .cnt_area03 .column img{
height: 215px;
object-fit: cover;
object-position: center;
}

#kitchen .cnt_area04{
margin: 0 auto 80px;
}

#kitchen .cnt_area04 .cnt_img{
max-width: 600px;
margin: 0 auto 50px;
}

#kitchen .cnt_area04 dt{
width: 30%;
padding-left: 15px;

}

#kitchen .cnt_area04 dd{
width: 70%;
}

#kitchen .cnt_area04 dd .flex_box{
align-items: center;
}

#kitchen .cnt_area04 dd .black_btn{
margin-left: 0;
width: 50%;
margin-right: 20px;
}

#kitchen .cnt_area04 dd .insta{
width: 29px;
}

#kitchen .cnt_area04 dl{
max-width: 700px;
margin: 0 auto 10px;
border-bottom: 1px solid #A5BCE1;
display: flex;
padding-bottom: 10px;
line-height: 1.8;
}

#kitchen .cnt_area04 dl:last-of-type{
margin-bottom: 50px;
}

#kitchen .map {
width: 100%;
position: relative;
padding-top: 40%;
max-width: 1000px;
margin: 0 auto 50px;
}

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