/*====================================================
	// class .leadtxt
====================================================*/
.local_nav_outer {
    margin-bottom: 1em;
    text-align: center;
    /* border: #f00 thin solid; */
}

.local_nav {
    width: 90%;
    margin: auto auto 30px;

}

.local_nav a {
    text-align: center;
    color: #fff;
    padding: 10px 1em;
    display: block;
    border-radius: 2em;
}

.local_nav a i {
    width: 10px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}


.local_nav li a {
    /* background: #b39b75; */
    background: #9e8d71;
}

.local_nav li {
    font-size: 16px;
}


@media screen and (min-width: 900px) {


    .local_nav {
        width: 60%;
        margin: auto auto 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .local_nav li {
        width: 49%;
        font-size: 2.0rem;
        margin-bottom: 15px;
    }

}

/*====================================================
	// id #set_plan
====================================================*/

.setplanbox {
    margin-bottom: 60px;
}


#set_plan .cat_inside {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#set_plan .cat_inside .set-row {
    display: block;
}

#set_plan .cat_inside .set-row .item {
    width: 90%;
    margin: auto auto 0;
    padding: 30px 0 60px;
    border-bottom: #ddd thin solid;
}

#set_plan .set-row .item figure {
    text-align: center;
    margin-bottom: 30px;
}

#set_plan .set-row .item figure img {
    width: 50%;
    max-width: 324px;
    display: block;
    margin: auto;
}


#set_plan h3 {
    width: auto;
    margin-bottom: 30px;
    padding: 30px 3%;
}

#set_plan h4 {
    font-size: 20px;
    margin-right: 2%;
    display: inline-block;
}


#set_plan h4 .readings {
    font-size: 16px;
    font-weight: normal;
    display: block;
}

#set_plan .made_in {
    font-size: 16px;
    display: block;
}

#set_plan .price {
    font-size: 16px;
    /* display: block; */
}

#set_plan h3 img {
    width: 50%;
    width: 80%;
    max-width: 360px;
    margin: auto auto 30px;
}

#set_plan .h3_pc {
    display: none;
}

#set_plan .h3_mob {
    display: block;
}

#set_plan h3 span.otoku {
    width: 70%;
    max-width: 360px;
    margin: auto;
    padding: 5px 30px;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    padding: .25em 1em;
    border-radius: 2em;
    background: #fffaed;
    display: block;
    text-align: center;
}

.items_container {
    width: 100%;
    padding: 0;
}





#set_plan .set-row .item figure .item_pc {
    display: none;
}

#set_plan .set-row .item figure .item_mob {
    display: block;
}



@media screen and (min-width: 1024px) {

    #set_plan .set-row .item {
        width: 100%;
        margin: auto auto 0;
        padding: 0 0 .5em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* #set_plan .set-row .item figure {
        width: 30%;
    }

    #set_plan .set-row .item .itemtxtbox {
        width: 70%;
    } */


    #set_plan .set-row .item figure {
        width: 38%;
    }

    #set_plan .set-row .item figure img {
        width: 80%;
        max-width: 102px;
    }

    #set_plan .set-row .item .itemtxtbox {
        width: 62%;
    }



}



@media screen and (min-width: 1024px) {


    #set_plan .set-row .item figure .item_pc {
        display: none;
    }

    #set_plan .set-row .item figure .item_mob {
        display: block;
    }

    #set_plan h3 span.otoku {
        width: 100%;
    }
}



@media screen and (min-width: 1280px) {


    #set_plan h3 span.otoku {
        font-size: 1.6rem;
    }


    .cat_inside .inside {
        display: flex;
        align-items: stretch;
    }



    #set_plan .cat_inside .set-row {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    #set_plan h3 {
        width: 20%;
        margin-bottom: 0;
        padding: 2em 2%;
        font-weight: normal;
        text-align: center;
        color: #fff;
        line-height: 1.3;
    }



    #set_plan h3 img {
        width: 90%;
        /* border: #f00 thin solid; */
    }

    #set_plan .h3_pc {
        display: block;
        margin-bottom: 1em;
    }

    #set_plan .h3_mob {
        display: none;
    }

    .items_container {
        /* width: 77%; */
        padding: 2em 0 0;
    }

    #set_plan h3 span.taxin {
        font-size: 1.6rem;
        display: block;
        margin-bottom: 1em;
    }



    #set_plan h3 span.otoku .red {
        color: #cc0000;
    }

    #set_plan h3 span.otoku .last_line {
        display: block;
    }

    #set_plan h4 {
        font-size: 1.8rem;
    }


    #set_plan h4 .readings {
        color: #666;
        font-size: 1.2rem;
        font-weight: normal;
        display: block;
    }

    #set_plan .copy {
        padding-top: 1em;
        margin-bottom: 1em;
    }

    #set_plan h4 .type {
        color: #000;
        font-size: 1.3rem;
        font-weight: normal;
        text-align: right;
        display: block;
    }

    #set_plan h4 .type span {
        background: #f7f1eb;
        padding: .25em 1em;
        border-radius: 2em;
    }

    #set_plan .propPrice {
        display: block;
    }

    #set_plan .propPrice span {
        color: #666;
        font-size: 1.3rem;
        font-weight: normal;
    }




    /* ------------------------- */
    #set_plan .cat_inside {
        width: 90%;
        margin: auto auto 3em;
    }


    #set_plan .copy {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }


    #set_plan .cat_inside .set-row .item {
        width: 30%;
        margin: 0 1.6% 5px;
        padding: 0;
        border: none;
        /* border: #f00 thin solid; */
    }




    #set_plan .set-row .item figure {
        max-width: 324px;
        margin-bottom: 1em;
        text-align: center;
    }

    #set_plan .set-row .item figure img {
        max-width: 102px;
        margin: auto;
    }



    #set_plan .year {
        margin-right: .5em;
    }

    #set_plan .made_in {
        margin-right: .5em;
    }



    #set_plan .set-row .item figure .item_pc {
        display: block;
    }

    #set_plan .set-row .item figure .item_mob {
        display: none;
    }

    #set_plan .set-row .item figure img {
        width: 80%;
        max-width: 102px;
    }



}

@media screen and (min-width: 1300px) {
    #set_plan .set-row .item figure img {
        width: 100%;
        max-width: 102px;
    }

}


/* @media screen and (max-width: 1400px) {
    #set_plan .cat_inside {
        width: 95%;
    }

    #set_plan .set-row .item {
        width: 46%;
        margin: 0 2% 30px;
    }
} */


/* @media screen and (max-width: 1210px) {

    #set_plan h3 span.otoku .last_line {
        display: inline;
    }


    #set_plan h3 span.otoku .pc1024 {
        display: block;
    }
} */







/*====================================================
	// note plan individual
====================================================*/

/************************************* id #plan30 ***************************************/

#plan30 {
    border: #276100 thin solid;
}

#plan30 h3 {
    background: #276100;
}

#plan30 .deco p {
    color: #57c9b7;
}

#set_plan #plan30 .deco p span:before,
#set_plan #plan30 .deco p span:after {
    border-bottom: 2px solid #57c9b7;
}

#plan30 h4,
#plan30 .indent {
    color: #276100;
}

#plan30 .goods_item {
    background: #f1ffe8;
}




/************************************* id #plan50 ***************************************/

#plan50 {
    border: #063564 thin solid;
}

#plan50 h3 {
    background: #063564;
}

#plan50 h4,
#plan50 .indent {
    color: #063564;
}

#plan100 h4,
#plan100 .indent {
    color: #910e00;
}

#plan50 .goods_item {
    background: #EEF5FC;
}




/************************************* id #plan100 ***************************************/

#plan100 {
    border: #910e00 thin solid;
}

#plan100 h3 {
    background: #910e00;
}

#plan100 .item figure {
    text-align: center;
}

#plan100 .item figure img {
    width: 100%;
    max-width: 102px;
}

#plan100 .indent {
    color: #910e00;
}

#plan100 .goods_item {
    background: #fff4f3;
}

@media screen and (max-width: 1280px) {

    #plan100 .cat_inside {
        width: 95%;
    }

    #plan100 .row .item {
        width: 46%;
        margin: 0 2% 0;
    }

}


@media print,
screen and (max-width: 900px) {

    #plan30 .row .item,
    #plan100 .row .item {
        width: 100%;
        margin: auto auto 1em;
        padding: 0 0 .5em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: #ddd thin solid;
    }

    #plan100 .row .item figure {
        width: 38%;
    }

    #plan100 .row .item .itemtxtbox {
        width: 62%;
    }

}




/************************************* id #plan150 ***************************************/

#plan150 {
    border: #4e2c00 thin solid;
}

#plan150 .row .item {
    margin-bottom: 1em;
}

#plan150 h3 {
    background: #4e2c00;
}

#plan150 .propPrice {
    line-height: 1.2;
}

#plan150 br.plan135_price {
    display: block;
}

#plan150 .item figure {
    text-align: center;
}

#plan150 .item figure img {
    width: 100%;
    max-width: 102px;
}

#plan150 h4 {
    color: #4e2c00;
}

#plan150 .indent {
    color: #4e2c00;
}

#plan150 .goods_item {
    background: #FBF4DA;
}








/*================================
	.goods_item
=================================*/


.goods_item {
    width: 100%;
    padding-bottom: .5em;
}

.goods_item .inside {
    width: 95%;
    margin: auto auto .5em;
    padding: 1em 0 0;
}

.goods_item .insideLv02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.goods_item .bow,
.goods_item .case {
    width: 49%;
}

.goods_item .setgoods {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* border: #f00 thin solid; */
}

.goods_item h6 {
    width: 15%;
    margin-bottom: .5em;
}

.goods_item .setgoods figure {
    width: 20%;
}

.goods_item .setgoods .txtbox {
    width: 78%;
    padding-top: .5em;
    font-size: 1.2rem;
}

.goods_item .note {
    width: 95%;
    margin: auto;
    font-size: 1.2rem;
    padding: .25em 0 .25em;
}

.goods_item .inside .insideLv02 {
    width: 100%;
}

/*--------------------------------------*/
@media screen and (max-width: 1024px) {
    .goods_item .insideLv02 {
        display: block;
    }

    .goods_item .bow,
    .goods_item .case {
        width: 100%;
        padding: .5em 0;
        display: flex;
        justify-content: space-between;
    }

    .goods_item .setgoods {
        padding-bottom: .5em;
    }

    .goods_item h6 {
        /*        width: 18%;*/
        width: 12%;
        margin-right: 3%;
    }

    #plan30 .goods_item .bow .setgoods {
        border-bottom: #93a6c7 thin dotted;
    }

    #plan50 .goods_item .bow .setgoods {
        border-bottom: #1c4492 thin dotted;
    }

    #plan100 .goods_item .bow .setgoods {
        border-bottom: #dea8ba thin dotted;
    }
}



@media print,
screen and (max-width: 768px) {

    .goods_item .setgoods .txtbox ul {
        font-size: 1.2rem !important;
    }

}