@charset "utf-8";

/*
----------------------------------------------------------
Archive: Staff
スタッフページ
---------------------------------------------------------- */


/*
----------------------------------------------------------
Page: Common
---------------------------------------------------------- */

.single-page {
    /*margin:0 45px;*/
}

#gift {}

#gift.page-section {
    margin: 60px auto;
    width: 100%;
    max-width: 1280px;
    padding: 70px 5%;
    background: #fefefe;
    border: #f5f5f5 1px solid;
    /* border-left: none; */
    -webkit-border-radius: 0px 15px 0 0px;
    border-radius: 0px 15px 0 0px;
}

#gift.page-section:first-child {
    margin-top: 50px;
}


/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/

@media (max-width:900px) {
    #gift.page-section {
        margin: 50px 2.5%;
        padding: 60px 5%;
    }
}

@media (max-width:738px) {
    #gift.page-section {
        margin: 40px 10px 0;
        padding: 50px 5%;
        border: #f0f0f0 1px solid;
    }
}

@media (max-width:414px) {
    .page-section {
        padding: 40px 4%;
        margin: 40px 0;
    }
}

#gift.page-section.dashed {
    border: #111 1px dashed;
}

#gift.page-section .lead-image {
    display: block;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#gift.page-section-header {
    text-align: center;
}

#gift.page-section-header .lead {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

#gift.page-section-header .caption {
    margin-top: 30px;
}

#gift.section-body-lead {
    margin-top: -15px;
    text-align: center;
}

#gift.section-body-lead p {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
}

#gift.section-body-lead p br.mobile {
    display: none
}

;
@media only screen and (max-width: 738px) {
    #gift.section-body-lead {
        text-align: center;
    }

    #gift.section-body-lead p {
        display: inline-block;
        font-size: 13px;
        line-height: 1.9;
        font-weight: 400;
        /* ? text-align: left;*/
    }
}

#gift.archive-gift-items {}

#gift.archive-gift-items .item {
    padding: 60px 0;
    border-top: #d9e3e5 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#gift.archive-gift-items .item:first-child {
    padding-top: 0;
    border: none;
}

#gift.archive-gift-items .item:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
    #gift.archive-gift-items .item {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 738px) {
    #gift.archive-gift-items .item {
        padding: 45px 0;
    }
}

#gift.archive-gift-items .item>.image {
    width: 30%;
    float: left;
    position: relative;
    /* -webkit-border-radius: 100%; */
    /* border-radius: 100%; */
}

#gift.archive-gift-items .item>.text {
    float: right;
    width: 60%;
    color: #000;
    font-weight: 600;
}

#gift.archive-gift-items .item>.text .role {
    display: inline-block;
    font-size: 14px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}

#gift.archive-gift-items .item>.text .role:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50%;
    content: "";
    background: #ddd;
    z-index: -1;
}

#gift.archive-gift-items .item>.text .name {
    margin: 10px 0 25px;
}

#gift.archive-gift-items .item>.text .name .jp {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 600;
    letter-spacing: 4px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 0;
}

.jp span {
    font-size: 13px
}

#gift.archive-gift-items .item>.text .name .jp:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: #0d0d0d 1px solid;
    z-index: -1;
}

#gift.archive-gift-items .item>.text .name .en {
    font-size: 26px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
    color: #000;
}

#gift.archive-gift-items .item>.text .comment {
    padding: 25px 25px 25px 0;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
    font-weight: 600;
}

#gift.archive-gift-items .item>.text .comment:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -30px;
    content: "";
    background: #f0c84e;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 900px) {
    #gift.archive-gift-items .item>.text .name .en {
        font-size: 25px;
    }

    #gift.archive-gift-items .item>.text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }

    #gift.archive-gift-items .item>.text .comment:after {
        left: -25px;
    }
}

@media only screen and (max-width: 738px) {
    #gift.archive-gift-items .item>.image {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        float: none;
    }

    #gift.archive-gift-items .item>.text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }

    #gift.archive-gift-items .item>.text .name {
        margin-bottom: 20px;
        text-align: center;
    }

    #gift.archive-gift-items .item>.text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    #gift.archive-gift-items .item>.text .name {
        margin: 5px 0 20px;
    }

    #gift.archive-gift-items .item>.text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }

    #gift.archive-gift-items .item>.text .name .jp:before {
        display: none;
    }

    #gift.archive-gift-items .item>.text .name .en {
        font-size: 22px;
    }

    #gift.archive-gift-items .item>.text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }

    #gift.archive-gift-items .item>.text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }

    #gift.archive-gift-items .item>.text .comment:after {
        left: 0;
    }
}

@media only screen and (max-width: 414px) {
    #gift.archive-gift-items .item>.image {
        max-width: 200px;
    }
}


.gift_box .howto {
    /* float: left; */
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    /* display: flex; */
}

.gift_box .howto p.title {
    /* font-size: 1.5em;
    background: #43680e;
    color: #fff;
    padding: 5px;
    border-radius: 1em;
    text-align: center; */
}

.gift_box .howto p.title span {
    font-size: 1.5em;
    background: #43680e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1em;
    text-align: center;
}


.gift_box .howto ol {
    padding-bottom: 1px;
    /* background: url(../images/dotline_howto2.png) 0 100% repeat-x; */
    display: flex;
    flex-direction: column;
}

.gift_box .howto li {
    position: relative;
    display: table;
    width: 100%;
    /*	padding: 14px 0;*/
    padding-top: 1px;
    border-top: dotted 1px #ccc;
    /* background: url(../images/dotline_howto2.png) 0 0 repeat-x; */
    display: flex;
    align-items: center;
}

.gift_box .howto li span {
    display: table-cell;
    vertical-align: middle;
}

.gift_box .howto li span.text {
    padding: 25px 1%;
    font-size: 16px;
    font-weight: 600;
    color: #43680e;
}




.gift_box .howto li .num {
    width: 34px;
    padding-left: 5px;
    padding-right: 20px;
    text-align: center;
}

.gift_box .howto li .num span {
    /* display: inline-block; */
    /* width: 34px; */
    /* height: 34px; */
    /* background-size: 34px 34px; */
}

.gift_box .howto li.imgItem {
    padding: 20px 0;
}

.gift_box .howto li.imgItem .num {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
}



.gift_box .howto li.imgItem .photo {
    width: 160px;
    padding: 0 21px 0 15px;
    vertical-align: top;
}

.gift_box .howto li.imgItem .photo img {
    width: 160px;
    height: 120px;
    border-radius: 4px;
}

.gift_box .howto li.imgItem span.text {
    padding: 0;
    font-weight: 600;
}






@media only screen and (max-width: 600px) {
    .gift_box .howto li {
        position: relative;
        display: table;
        width: 100%;
        padding-top: 1px;
        border-top: dotted 1px #ccc;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5em;
        margin-bottom: 10px;
    }

    .gift_box .howto li span.text {
        padding: 15px 1%;
        font-size: 16px;
        font-weight: 600;
        color: #43680e;
    }



}



.maru_half {
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.pink1 {
    color: #4CAF50;
    border: 4px solid #4CAF50;
}

.pink2 {
    color: #fff;
    border: 4px solid #FF9800;
    background: #FF9800;
}

.recipe {
    display: flex;
    flex-direction: row;
}

.recipe li {

    margin-left: 20px;
}

.recipe2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.recipe2 li {

    margin-left: 20px;
}

@media only screen and (max-width: 800px) {
    .col-6 {
        width: 90%;
        float: none;
    }

    .recipe {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .recipe2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}



.gift_box {}

.gift_box h2 {
    font-size: 22px
}


.if_sp {
    display: none
}


@media only screen and (max-width: 600px) {
    .if_sp {
        display: block
    }

    .gift_box h2 {
        font-size: 18px;
        line-height: 1.5;
    }
}




.gift_box .wrap_gift {
    display: flex;
    gap: 1em;
    background: #fbf8f3;
    padding: 20px;
    border-radius: 0.5em
}



.wrap_gift .image {
    width: 40%
}

.wrap_gift .text {
    width: 60%
}


.wrap_gift .text h2 {
    font-size: 18px;
}







@media only screen and (max-width: 800px) {
    .gift_box .wrap_gift {
        display: flex;
        gap: 1em;
        background: #fbf8f3;
        padding: 20px;
        border-radius: 0.5em;
        flex-direction: column;
    }

    .wrap_gift .image {
        width: 100%
    }

    .wrap_gift .text {
        width: 100%
    }


    .wrap_gift .text h2 {
        font-size: 18px;
    }


}



.wrap_gift .text p.comment {
    font-size: 16px;
    line-height: 2;
}

.info_set {
    width: 100%;
    /* max-width: 80%; */
    margin: 5em auto 3em;
    background: #ececec;
    padding: 2em;
    border-radius: 0.5em;
}

.info_set p {
    font-size: 16px;
    line-height: 2;
}

.item_box {
    margin-top: 50px;
}

.item_box h3 {
    font-size: 20px;
}

.item_box .wrap_item {
    display: flex;
    gap: 1em
}

.item_set {
    width: 25%;
}

@media only screen and (max-width: 600px) {
    .item_box .wrap_item {
        display: flex;
        gap: 0.5em;
        flex-wrap: wrap;
    }

    .item_set {
        width: 48%;
        margin-bottom: 10px;
    }
}


.item_set img {
    width: 100%;
    border-radius: 0.5em
}

.item_set p.item_nm {
    font-size: 16px
}


.btn_plan {
    display: inline-block;
    /* background: #d13415; */
    width: 210px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    color: #555;
    margin: 0;
    /* line-height:50px;
	height:50px; */
    border: 1px solid;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    /* text-shadow: #000 0 0 0.5em; */
    border-radius: 0.3em;
    font-size: 14px;
}

.btn_plan::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #555;
    border-bottom: 1px solid #555;
    transform: skew(45deg);
    transition: .3s;
}

.btn_plan:hover::after {
    right: 10px;
    width: 30px;
}



@media only screen and (max-width: 600px) {

    .btn_plan {
        display: inline-block;
        width: 100%;
        padding: 5px 10px 5px 3px;
        text-align: left;
        font-size: 14px;
    }


    .btn_plan::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        right: 10px;
        width: 15px;
        height: 5px;
        border: none;
        border-right: 2px solid #555;
        border-bottom: 1px solid #555;
        transform: skew(45deg);
        transition: .3s;
    }

    .btn_plan:hover::after {
        right: 10px;
        width: 60px;
    }

}


.petit_gift {
    margin-top: 50px;
    position: relative;
    margin: 5em 0 2em;
    padding: 1.5em 1em;
    border: solid 2px #3c6205;
    border-radius: 8px;
}


.petit_gift .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #3c6206;
    font-weight: bold;
}

/* .petit_gift p {
    margin: 0;
    padding: 0;
} */



.petit_wrap {
    display: flex;
    gap: 2em;
}

.petit_wrap .image {
    width: 20%;
}

.petit_wrap .image img {
    width: 100%
}

.petit_wrap .txt {
    width: 80%;
    font-size: 16px;
    line-height: 2;
}

@media only screen and (max-width: 800px) {

    .petit_wrap {
        display: flex;
        gap: 2em;
        flex-direction: column;
    }

    .petit_wrap .image {
        width: 80%;
        margin: 0 10%;
    }

    .petit_wrap .image img {
        width: 100%
    }

    .petit_wrap .txt {
        width: 100%;
        font-size: 16px;
        line-height: 2;
    }
}



.plan_btn {
    position: relative;
    display: inline-block;
    min-width: 230px;
    background-color: #43680e;
    padding: 12px 10px 12px 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 0 10px;
    transition: all .5s;
    text-decoration: none;
}

.plan_btn2 {
    position: relative;
    display: inline-block;
    min-width: 280px;
    background-color: #185e7d;
    padding: 12px 10px 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    transition: all .5s;
    text-decoration: none;
}

.plan_btn2:hover {
    opacity: .8;
    color: #fff !important;
}

/*--- 矢印 ---*/
.plan_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 34px;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.plan_btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 31px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .5s;
}

.plan_btn:hover {
    opacity: .8;
    color: #fff !important;
}

.plan_btn2:hover {
    opacity: .8;
    color: #fff !important;
}

.plan_btn:hover::before {
    right: 23px;
}

.plan_btn:hover::after {
    right: 24px;
}

@media only screen and (max-width:768px) {
    .plan_btn {
        margin-top: 14px;
        margin-bottom: 15px;
    }
}