@charset "utf-8";


/* plan-Wrapper */
section.plan-Wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

.bar_image {
    margin: 8em auto;
    width: 100%;
}

.ttl_inner{
    text-align: center;
    padding: 5em 0;
}

p.plan_ttl {
    font-size: 20px;
    padding-bottom: 7px;
}

img.paln_image {
    width: 45%;
}

.plan_item{
    display: flex;
    padding-top: 5em;
    justify-content: center;
}

.plan_inner {
    padding: 10px 0 10px 29px;
    width: 45%;
}

span.paln_tag {
    display: inline-block;
    background-color: #eae3cb;
    color: #fff;
    margin: 1em 0;
    padding: 0 5px;
    margin-bottom: 5px;
}

span.plan_np {
    display: block;
    font-size: 14px;
}

.plan_price {
    display: flex;
    font-size: 18px;
    align-items: baseline;
}

span.price_np {
    font-size: 16px;
    display: block;
}

span.price_np::before{
    content: url(../img/human_icon.png);
    vertical-align: middle;
    display: inline-block;
    transform: scale(0.6);
}

p.pp_num {
    font-size: 37px;
    padding-right: 5px;
    line-height: 0;
}

.present_mark {
    background-color: #43270B;
    color: #fff;
    padding: 14px 29px;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -4px;
    margin-top: 15px;
    width: 45%;
}

a.detail_btn {
    text-decoration: none;
    border-bottom: 1px solid rgba(47, 38, 6, 0.73);
    display: inline-block;
    text-align: start;
    position: relative;
    font-size: 18px;
    color: ;
    width: 87%;
    padding-top: 41px;
}

a.detail_btn:hover{
    color: rgba(0,0,0,70%);
    transform: translateY(3px);
    transition: color .3s, background .3s, box-shadow .3s, transform .3s;

}

a.detail_btn::after {
    position: absolute;
    content: '';
    font-size: 18px;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,30%);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    bottom: -4px;
    left: 0;
}

/* a.detail_btn:hover::after{
    transform: scale(1, 1);
 
} */

/* ----------------------------

各planページここから

--------------------------------*/
.plan_title{
    padding-top: 5em;
}

.plan_title h1{
    font-size: 20px;
}

.plan_title p{
    padding-bottom: 1em;
}

.plan_detail {
    display: flex;
    justify-content: space-between;
}

p.inner_text {
    width: 54%;
    padding: 2em 1em 1em 0;
    margin-left: 2em;
}

.price_inner {
    padding: 18px;
    background-color: rgba(255, 251, 235, 0.43);
    margin-top: 2em;
    margin-right: 2em;
}

p.note_txt{
    font-size: 14px;
}

h2.plan_info {
    font-size: 18px;
}

.item_box li {
    font-size: 16px;
}

.item_box {
    display: flex;
    justify-content: space-between;
    padding: 6em 0;
    margin: 0 2em;
}

.plan_some_list{
    background-color: rgba(255, 251, 235, 0.43);
    padding: 2em 5em;
    margin: 2em 0;
}

.plan_some_list p {
    text-align: center;
    border-bottom: 7px solid #EAE3CB;
    width: 25%;
    font-size: 18px;
    margin: 2em auto;
}

.plan_some_list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.plan_some_list li {
    width: 43%;
    padding: 4px 26px;
}

.bestprice_area{
    text-align: center;
    padding: 7em 0;
}

.bestprice_area a{
    border-bottom: 1px solid;
}

.bestprice_area a:hover {
    color: #0824C1;
    transition: 0;
}

.bestprice_area img {
    width: 12%;
}

h3.bestprice_ttl {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

p.bestprice_inner {
    font-size: 16px;
    padding: 2em 9em;
    box-shadow: 0 0 8px gray;
    margin: 1em 5em;
}

.BTN_area {
    font-size: 20px;
    display: flex;
    justify-content: center;
}

a.reserve_btn,
a.fair_btn {
    padding: 0 2em;
    margin: 0 3em;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

a.reserve_btn:hover,
a.fair_btn:hover{
    opacity: 0.7;  
    transform: translateY(3px);
    transition: color .3s, background .3s, box-shadow .3s, transform .3s; 
}

a.reserve_btn::after,
a.fair_btn::after{
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #43270B;
    position: absolute;
    bottom: -17px;
    left: calc(22% - 50px);
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

a.reserve_btn::after:hover,
a.fair_btn::after:hover{
    opacity: 0.7;
}

@media only screen and (max-width: 768px){
    .bar_image {
        margin: 3em auto;
    }
    .ttl_inner {
        padding: 3em 0;
    }

    p.text_small {
        font-size: 16px;
    }

    .plan_item {
        display: block;
        padding-top: 1em;
        text-align: center;
    }

    img.paln_image {
        width: 100%;
    }

    .plan_inner {
        width: 100%;
        margin: 0 auto;
        text-align: initial;
        padding: 0;
    }

    span.paln_tag{
        font-size: 13px;
    }

    p.plan_ttl {
        padding-top: 10px;
    }

    p.plan_comment {
        font-size: 16px;
    }

    p.pp_num {
        font-size: 26px;
    }

    span.price_np {
        font-size: 15px;
        display: inline-block;
        line-height: 0;
        padding-top: 13px;
    }

    .plan_price{
        padding-left: 5px;
    }

    .present_mark {
        margin-top: 15px;
        width: 50%;
        margin-left: 8em;
    }

    a.detail_btn {
        width: 100%;
        padding-top: 49px;
    }

/* ----------------------------

各planページレスポンシブここから

--------------------------------*/
section.plan-Wrapper {
    margin: 0 auto;
    padding: 0 10px;
    font-size: 16px;
}

.plan_title {
    padding-top: 3em;
}

.plan_title h1 {
    font-size: 18px;
}

.plan_detail {
    display: block;
}

p.inner_text {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
    padding: 10px 0;
}

.price_inner {
    padding: 10px 16px;
    width: 90%;
    margin: 0 auto;
}

span.price_np{
    padding-top: 0;
}

.item_box {
    display: block;
    padding: 1em 0;
}

.bf_info,
.period_info{
    padding: 10px 0;
    width:96%;
    margin: 0 auto;
}

h2.plan_info {
    font-size: 1.2em;
    font-weight: bold;
}

.plan_some_list {
    background-color: #F3FAF7;
    padding: 0;
    margin: 0;
}

.plan_some_list p {
    width: 77%;
    font-size: 18px;
    margin: 1em auto;
    padding-top: 1em;
}

.plan_some_list ul {
   display: block;
}

.plan_some_list li {
    width: 90%;
    padding: 6px 0px;
    margin: auto;
}

.bestprice_area {
    text-align: center;
    padding: 3em 0;
}

.bestprice_area img {
    width: 26%;
}

p.bestprice_inner {
    font-size: 16px;
    padding: 2em 1em;
    box-shadow: 0 0 5px grey;
    margin: 0 auto;
    width: 90%;
}

.BTN_area {
    font-size: 20px;
    display: block;
    text-align: center;
}

a.reserve_btn, a.fair_btn {
    padding: 2em;
    margin: 0 3em;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    display: inline-block;
    width: 54%;
    margin: auto;
    text-align: center;
    font-size: 18px;
}

a.reserve_btn::after,
a.fair_btn::after{
    content: '';
    width: 74%;
    height: 2px;
    display: inline-block;
    background-color: #43270B;
    position: absolute;
    bottom: 17px;
    left: calc(32% - 50px);
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
}
}