@charset "UTF-8";
/* CSS Document */
.wrapper{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.intro{
    width: 86%;
    margin: 0 auto;
    max-width: 880px;
    margin-bottom: 80px;
}
.intro p:first-child{
    margin-bottom: 20px;
}
.recipe_h3{
    margin-bottom: 80px;
    position: relative;
    padding: 35px 0 0 35px;
}
.recipe_h3 p{
    margin-bottom: 20px;
}
.recipe_h3 h3{
    font-size: 30px;
}
.recipe_h3::before {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background-color: transparent;
    border: solid 1px #98B188;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 0;
}
.recipe_box{
    margin-bottom: 80px;
}
.recipe_box .top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.recipe_box:nth-of-type(odd) .top{
    flex-direction: initial;
    justify-content: flex-end;
}
.recipe_box .top .title{
    width: 25%;
    display: flex;
    box-sizing: border-box;
    padding-left: 4%;
    height: fit-content;
    position: relative;
}
.recipe_wrapper:first-of-type .recipe_box .top .title::before{
    content: '';
    position: absolute;
    left: 20%;
    bottom: -90px;
    width: 64px;
    height: 65px;
    background-image: url("../img/recipe/chahachi.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px auto;
}
.recipe_wrapper:first-of-type .recipe_box:nth-of-type(odd) .top .title::before{
    left: auto;
    right: 20%;
}
.recipe_box:nth-of-type(odd) .top .title{
    padding-left: 0;
    padding-right: 4%;
    flex-direction: row-reverse;
}
.recipe_box .top .title h4{
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
    font-size: 28px;
    padding-left: 10%;
}
.recipe_box:nth-of-type(odd) .top .title h4{
    padding-right: 10%;
    padding-left: 0;
}
.recipe_box .top .title h4 span{
    display: block;
    font-size: 20px;
    padding-right: 4%;
}
.recipe_box .top .title p{
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
    color: #98B188;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
}
.recipe_img{
    width: 75%;
}
.recipe_img img{
    width: 100%;
    height: auto;
}
.recipe_wrapper{
    margin-bottom: 100px;
}
.recipe_box .bottom{
    display: flex;
    padding: 1px;
    line-height: 1.6em;
}
.recipe_box:nth-of-type(odd) .bottom{
    flex-direction: row-reverse;
}
.recipe_box .bottom .ingredients{
    width: 32%;
    margin-right: 4px;
    border-right: solid 1px #555555;
    box-sizing: border-box;
    padding: 0 3%;
}
.recipe_box:nth-of-type(odd) .bottom .ingredients{
    border-right: none; 
    border-left: solid 1px #555555;
    margin-right: 0;
    margin-left: 4px;
}
.recipe_box .bottom .ingredients>p, .recipe_box .bottom .step_wrapper>p{
    font-size: 15px;
    border-bottom: solid 1px #98B188;
    display: inline-block;
    line-height: 1.6em;
    margin-bottom: 12px;
}
.recipe_box .bottom .ingredients ul li{
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.recipe_box .bottom .ingredients ul li p{
    width: 50%;
}
.recipe_box .bottom .ingredients ul li p:last-of-type{
    text-align: right;
}
.recipe_box .bottom .ingredients ul li p span{
    display: block;
    font-size: 12px;
}
.recipe_box .bottom .step_wrapper{
    width: 68%;
    border-left: solid 1px #555555;
    box-sizing: border-box;
    padding: 0 3%;
}
.recipe_box:nth-of-type(odd) .bottom .step_wrapper{
    border-left: 0;
    border-right: solid 1px #555555;
}
.recipe_box .bottom .step_wrapper .step{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.8em;
    gap: 4%;
}
.recipe_box .bottom .step_wrapper .step li{
    width: calc(33.333% - 3%);
    margin-bottom: 3%;
}
.recipe_box .space_bottom{
    margin-bottom: 12px!important;
}
@media print, screen and (max-width: 1250px) {
    .recipe_h3 h3 {
        font-size: 26px;
    }
    .recipe_box .top .title h4 {
        font-size: 22px;
    }
    .recipe_box .top .title p {
        font-size: 13px;
    }
    .recipe_box .top .title h4 span {
        font-size: 16px;
    }
    .recipe_box .bottom .ingredients {
        width: 40%;
    }
    .recipe_box .bottom .step_wrapper {
        width: 60%;
    }
    .recipe_wrapper:first-of-type .recipe_box .top .title::before{
        bottom: -70px;
        width: 55px;
        height: 56px;
        background-size: 55px auto;
    }
    .recipe_box .bottom .step_wrapper .step{
        line-height: 1.6em;
    }
    .recipe_box .bottom .ingredients ul li{
        margin-bottom: 8px;
    }
}
@media print, screen and (max-width: 1000px) {
    .recipe_box .top .title h4 {
        font-size: 18px;
    }
    .recipe_box .top .title h4 span {
        font-size: 12px;
    }
    .recipe_box .top .title p {
        font-size: 11px;
    }
    .recipe_wrapper:first-of-type .recipe_box .top .title::before{
        bottom: -60px;
        width: 44px;
        height: 45px;
        background-size: 44px auto;
    }
}
.effects{
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 100px;
}
.effects h3{
    font-size: 24px;
    max-width: 1100px;
    margin-bottom: 70px;
    position: relative;
    padding-left: 43px;
}
.effects h3::before {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background-color: #eef6ef;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.yakuzen_wrapper{
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.yakuzen{
    line-height: 1.6em;
    display: inline-block;
}
.yakuzen li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 75px;
    text-align: left;
}
.yakuzen li::before{
    content: '性味';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #98B188;
    padding: 0 10px;
    border-radius: 4px;
}
.yakuzen li:nth-child(2)::before{
    content: '帰経';
}
.yakuzen li:nth-child(3)::before{
    content: '効能';
}
.component_wrapper{
    width: 95%;
    margin: 0 auto;
}
.component_wrapper table{
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #fff;
    line-height: 1.4em;
}
.component_wrapper table tr{
}
.component_wrapper table tr th{
    background-color: #eef6ef;
    border-radius: 6px;
    text-align: center;
    color: #98B188;
    font-size: 16px;
    width: 20%;
    box-sizing: border-box;
    border: 2px solid #fff;
    vertical-align: middle;
    font-weight: 600;
    padding: 15px;
}
.component_wrapper table tr td{
    background-color: #f6f6f6;
    border-radius: 6px;
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 25px 5%;
    font-size: 14px;
}
.component_wrapper table tr:first-of-type th{
    background-color: #98B188;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
}
.component_wrapper table tr:first-of-type td{
    background-color: #98B188;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    padding: 15px;
}
.component_wrapper table tr td ul li{
    display: flex;
    margin-bottom: 12px;
}
.component_wrapper table tr td ul li:last-of-type{
    margin-bottom: 0;
}
.component_wrapper table tr td ul li p:first-of-type{
    width: 30%;
    box-sizing: border-box;
    padding-right: 5%;
    padding-left: 15px;
}
.dot{
    position: relative;
}
.dot::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #98B188;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.component_wrapper table tr td ul li p:last-of-type{
    width: 70%;
}
.component_wrapper>p{
    text-align: right;
    font-size: 13px;
    line-height: 1.4em;
}
@media print, screen and (max-width: 1200px) {
    .effects{
        width: 100%;
    }
}
.instructor_wrapper{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 140px;
}
.instructor{
    display: flex;
    justify-content: center;
    align-items: center;
}
.instructor>p{
    width: 40%;
}
.instructor>p img{
    width: 100%;
    height: auto;
}
.instructor>div{
    width: 60%;
    box-sizing: border-box;
    padding-left: 8%;
}
.instructor h3{
    font-size: 26px;
    margin-bottom: 5%;
}
.instructor h3 span{
    font-size: 15px;
    display: inline-block;
    padding-left: 5px;
}
.profile p{
    font-size: 15px;
    line-height: 1.8em;
}
.profile p:nth-of-type(2){
    margin-bottom: 10px;
}
.certificate{
    font-size: 14px!important;
    line-height: 1.8em!important;
    margin-bottom: 20px;
}
@media print, screen and (max-width: 1200px) {
    .instructor_wrapper{
        width: 86%;
    }
    .profile p {
        font-size: 14px;
        line-height: 1.8em;
    }
    .instructor>p{
        width: 45%;
    }
    .instructor>div{
        width: 55%;
        padding-left: 6%;
    }
    .certificate {
        font-size: 13px!important;
        line-height: 1.6em!important;
        margin-bottom: 10px;
    }
    .instructor h3 {
        font-size: 22px;
        margin-bottom: 3%;
    }
    .profile p:nth-of-type(2) {
        margin-bottom: 5px;
    }
}


@media print, screen and (max-width: 750px) {
    .wrapper {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .intro {
        width: 100%;
        margin-bottom: 35px;
    }
    .intro p:first-child {
        margin-bottom: 10px;
    }
    .recipe_wrapper {
        margin-bottom: 40px;
    }
    .recipe_h3 {
        margin-bottom: 35px;
        padding: 20px 0 0 0;
    }
    .recipe_h3::before {
        width: 64px;
        height: 64px;
        left: -10px;
        top: -5px;
    }
    .recipe_h3 p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .recipe_h3 h3 {
        font-size: 22px;
    }
    .recipe_box .top {
        display: block;
        margin-bottom: 15px;
    }
    .recipe_box .top .title {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 60px;
        margin-bottom: 20px;
    }
    .recipe_img {
        width: 100%;
    }
    .recipe_box .top .title h4 {
        font-size: 18px;
        padding-left: 0;
        writing-mode: horizontal-tb;
    }
    .recipe_box .top .title p {
        font-size: 12px;
        writing-mode: horizontal-tb;
        padding-bottom: 8px;
        line-height: 1.4em;
    }
    .recipe_wrapper:first-of-type .recipe_box .top .title::before {
        bottom: 0;
        left: auto;
        right: 0;
        width: 52px;
        height: 53px;
        background-size: 52px auto;
    }
    .recipe_wrapper:first-of-type .recipe_box:nth-of-type(odd) .top .title::before {
        right: 0;
    }
    .recipe_box .top .title h4 span {
        font-size: 14px;
        padding-right: 0;
        padding-top: 10px;
    }
    .recipe_box .bottom{
        display: flex;
        padding: 1px;
        line-height: 1.6em;
    }
    .recipe_box .bottom {
        display: block;
    }
    .recipe_box .bottom .ingredients{
        width: 100%;
        border-right: none;
        padding: 0;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .recipe_box:nth-of-type(odd) .bottom .ingredients {
        border-left: none;
        margin-left: 0;
    }
    .recipe_box .bottom .ingredients ul li{
        margin-bottom: 5px;
    }
    .recipe_box .bottom .step_wrapper {
        width: 100%;
        border-left: none;
        padding: 0;
    }
    .recipe_box:nth-of-type(odd) .bottom .step_wrapper {
        border-right: none;
    }
    .recipe_box .bottom .step_wrapper .step li {
        width: calc(100%);
        margin-bottom: 10px;
    }
    .recipe_box {
        margin-bottom: 30px;
    }
    .recipe_box .bottom .ingredients ul li p{
        font-size: 14px;
    }
    .recipe_box .space_bottom {
        margin-bottom: 8px!important;
    }
    .effects h3{
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-top: 10px;
        line-height: 1.4em;
    }
    .effects h3::before {
        width: 64px;
        height: 64px;
        left: -10px;
        top: -5px;
        transform: none;
    }
    .yakuzen_wrapper {
        width: 100%;
    }
    .yakuzen li::before{
        font-size: 16px;
    }
    .yakuzen li{
        margin-bottom: 10px;
        padding-left: 65px;
    }
    .effects{
        margin-bottom: 30px;
    }
    .component_wrapper{
        width: 100%;
    }
    .component_wrapper table{
        margin-bottom: 10px;
    }
    .component_wrapper table tr th{
        width: 26%;
        font-size: 14px;
        padding: 20px 10px;
        vertical-align: top;
        text-align: left;
    }
    .component_wrapper table tr td{
        width: 74%;
        padding: 20px 14px;
    }
    .component_wrapper table tr:first-of-type th{
        font-size: 15px;
        text-align: center;
    }
    .component_wrapper table tr:first-of-type td{
        font-size: 15px;
        vertical-align: middle;
    }
    .component_wrapper table tr td ul li {
        display: block;
        margin-bottom: 10px;
    }
    .component_wrapper table tr td ul li p:first-of-type{
        width: 100%;
    }
    .component_wrapper table tr td ul li p:last-of-type{
        width: 100%;
    }
    .instructor_wrapper {
        width: 100%;
        margin-bottom: 80px;
    }
    .instructor {
        display: block;
    }
    .instructor>p {
        width: 68%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .instructor>div{
        width: 82%;
        margin: 0 auto;
        padding-left: 0;
    }
    .component_wrapper>p{
        margin-bottom: 50px;
    }


}
@media print, screen and (max-width: 360px){
    .header_detail p {
        font-size: 12px;
        line-height: 1.6em;
    }
    .header_detail h2 {
        font-size: 20px;
    }
    .recipe_box .top .title h4 {
        font-size: 16px;
    }
    .recipe_box .top .title h4 span {
        font-size: 12px;
        padding-right: 0;
        padding-top: 10px;
    }
    .recipe_wrapper:first-of-type .recipe_box .top .title::before{
        width: 44px;
        height: 45px;
        background-size: 44px auto;
    }
    .recipe_h3 h3 {
        font-size: 18px;
    }
}
