.header__sp__wrap01 .menu__wrap {
    display: none;
}

.header__sp__content__fixed, .header__sp__content__fixed .header__sp__wrap {
    display: block;
}

.header__sp__logo {
    display: block;
}


.entry-form {
    padding-bottom: 50px;
}

.input__area {
    margin: 19px 0 0;
    padding-top: 20px;
    border-top: 1px dotted #DDDBD7;


}

.ttl-input__wrap {
    margin-bottom: 40px;

}

select {
    font-family: "Shippori Mincho B1", serif;
    ;
}

.ttl-input__wrap .hissu,
.address__wrap .hissu, .select-box03__wrap .hissu {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 0px;
    margin-right: 7px;
    background-color: #C6BFB6;
    min-width: 44px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0;
    text-indent: 0px;
}

.ttl-input__wrap .nini, .select-box03__wrap .nini {
    /*  background-color: #888A86; */
}

.ttl__wrap {
    margin-bottom: 13px;
    line-height: 1.3;
    padding-left: 51px;
    text-indent: -51px;
}



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

.name__wrap .ttl-input__wrap {
    width: 100%;
}

.name__wrap .ttl-input__wrap .name-r {
    display: none;
}

.name__wrap .name01 {
    margin-right: 20px;
}

.name__wrap .name02 .ttl__wrap {
    opacity: 0;
}

.contct-item .ttl__wrap {
    margin-bottom: 17px;
}

.contact-contents {
    margin-top: 3px;
}

.input__wrap input {
    /*  background-color: #f2f2f2; */
    height: 40px;
    width: 100%;
    /*   font-size: 16px; */
    padding: 0 10px;
    background-color: #fff;
    border: #C6BFB6 1px solid;
    border-radius: 3px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
}

.post-code input {
    width: 100%;
    margin-bottom: 0;
}

.entry-form textarea {
    border: 1px solid #C6BFB6;
    width: 100%;
    height: 250px;
    /*  border: 1px solid #ccc;
    */
    font-size: 16px;
    padding: 10px;
    /* background-color: #707070; */
}

.input__wrap {
    display: flex;
    width: 100%;
}

.input__wrap>p {
    width: 100%;
}

.radio__wrap {
    margin-top: 26px;
}

.input__wrap .radio01 {
    margin-right: 40px;
}

.one {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
    margin-bottom: 10px;
}

.one input {
    display: none;
}

.two {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #707070;
    border-radius: 50%;
    box-sizing: border-box;
    top: 2px;
}

.two:after {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
}

.one input:checked+.two:after {
    opacity: 1;
}

/* 住所 */
.address__input__list>li:not(:nth-last-child(-n+2)) {
    /* display: flex;
    align-items: center; */
    margin-bottom: 9px;
}

.address__input__ttl {
    /*  margin-bottom: 8px; */
    display: block;
}

.address>input {
    margin: 0;
    width: 129px;
}

.address__input__list>li:last-child .address__input__ttl {
    margin-bottom: 9px;
}

.address__input__list>li:last-child .address>input {
    width: 100%;
}

.form__name {
    /*   margin-bottom:13px; */
    font-weight: 500;
}

.form__input.quantity {
    position: relative;
    /*    width: 129px; */
    background-color: #fff;
    border-radius: 3px;
    padding: 1.5px;
    height: 40px;
    border: 1px solid #C6BFB6;
    /* max-width: 205px; */
}

.quantity select {
    width: calc(100% - 10px);
    /* height: 15px; */
    /* margin: 5px; */
    padding: 0 15px;
    border: 0;
    /* font-size: 16px; */
    background: transparent;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
}

select {
    color: #707070;
    font-size: 16px;
}

option {
    color: #000;
}

.form-group select {
    position: relative;
}


.quantity::before {
    content: "›";
    display: block;
    position: absolute;
    top: -0;
    right: 0;
    /*   width: 10px;
    height: 10px; */
    left: auto;
    /* border: solid 1px #535353;
    border-width: 0 0 1px 1px;
    pointer-events: none;
    transform: rotate(-45deg); */
    transform: rotate(90deg);
    font-size: 40px;
    font-weight: 100;
    color: #5D5D5D;
    font-family: "Noto Sans JP", sans-serif;
    pointer-events: none;

}

.select-box__wrap {
    /*   display: flex;
    align-items: center; */
}

select {
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.cb__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cb {
    margin-right: 30px;
    margin-bottom: 10px;
}

/* input[type="checkbox"i] {
  
      margin: 0 10px 0 0;
      position: relative;
      top: 1px;
  } */
.gokibonaiyo {
    margin-bottom: 15px;
}

.cb__list__ttl {
    margin-bottom: 9px;
}

.cb__list__wrap textarea {
    height: 136px;
}

.contact-contents textarea {
    height: 290px;
}

.cb__list__wrap {
    width: 100%;
}

.seibetu__wrap {
    display: flex;
}

.seibetu__item {
    margin-right: 15px;
}

.address__input__list .address {
    margin-bottom: 10px;
}


.syusyokujokyo__wrap {
    margin-top: 27px;
}

.syusyokujokyo {
    display: flex;
}

.syusyokujokyo__item {
    margin-right: 15px;
}

/*  */
.send__wrap {
    /* text-align: center; */
    margin-top: 27px;
    line-height: 1.68;
}

.send__wrap .send__txt>a {
    /*  color: #00388B; */
    text-decoration: underline;
}

.send__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.send__txt__check {
    margin-bottom: 60px;
}

.send__txt__check span {
    text-decoration: underline;
}

.entry__btn {
    margin: 0 auto;
    display: block;
    max-width: 256px;
    width: 100%;
    margin: 0 auto;
    /*   border: 1px solid #C6BFB6; */
    height: 50px;
    color: #fff;
    background-color: #C6BFB6;
    font-size: 16px;
    border-radius: 100px;
    font-family: "Noto Sans JP", sans-serif;
}

.entry__btn a {
    /*   color: #fff;
      text-decoration: none;
      padding: 15px 0 13px;
      width: 100%;
      display: block; */
}

.entry__btn>span {
    /*  margin-left: 5px; */
}

.entry__btn:disabled {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #707070;
    color: #707070;
    background-color: transparent;
}

textarea {
    background-color: #fff;
    width: 100%;
    height: 200px;
    /*  border: 1px solid #ccc;
    */
    font-size: 16px;
    padding: 10px;
    border: #707070 1px solid;
    border-radius: 3px;
}

.contact__wrap .common__btn {
    color: #fff;
    margin: 0 auto;
    max-width: 265px;
    width: 100%;
    display: block;
    margin-top: 60px;
}

.address__wrap {
    margin-bottom: 40px;
}

.address__wrap .input__wrap {
    margin-bottom: 20px;
}

.address__wrap .select-box__wrap {
    margin-bottom: 20px;
}

.address__wrap .select-box__wrap .form__input.quantity {
    width: 235px;
}

.select-box02 {
    margin-bottom: 40px;
}

.select-box02 .form__input.quantity {
    width: 100%;
    max-width: 320px;
}

.select-box03__wrap {
    margin-bottom: 40px;
}

.select-box03 {
    display: flex;
}

.select-box03 .select-box03-item01 {
    max-width: 150px;
    width: 100%;
}

.select-box03 .select-box03-item02 {
    margin: 0 12px;
    max-width: 65px;
    width: 100%;
}

.select-box03 .select-box03-item03 {
    max-width: 65px;
    width: 100%;
}

.select-box03 .form__input.quantity {
    width: 100%;
}

.address__wrap .address__item01 {
    width: 235px;
}

.textarea__under {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 14px;
}

.textarea__input {
    margin-bottom: 0;
}

.contact__btn {
    max-width: 240px;
    background-color: #C6BFB6;
    height: 57px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "Shippori Mincho B1", serif;
}

/* .contact__btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
} */

.doui {
    margin-bottom: 0;
}

select {
    color: #C7C7C7;

    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
}

.file__input__wrap {
    align-items: center;
    line-height: 1.3;
}

label.file-label {
    padding: 10px 16px;
    color: #ffffff;
    background-color: #3E3E3E;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
    margin-right: 20px;
    width: 150px;
    min-width: 150px;

}

::placeholder {
    color: #C7C7C7;
    font-size: 16px;
}

.thanks__txt {
    text-align: left;
    line-height: 2;
    margin-top: 80px;
}


@media screen and (min-width: 768px) {
    .entry-form {
        padding-bottom: 160px;

    }

    @media screen and (max-width:900px) {
        .entry {
            margin-left: 60px;
            padding-bottom: 160px;
        }
    }

    .input__area {
        max-width: 716px;
        margin: 0 auto;
        margin-top: 60px;
        padding: 0;
        border: none;
    }



    .select-box02 .form__input.quantity {
        max-width: none;
    }

    .select-box03 .select-box03-item01 {
        max-width: 256px;
        width: 100%;
    }

    .select-box03 .select-box03-item02 {
        margin: 0 12px;
        max-width: 164px;
        width: 100%;
    }

    .select-box03 .select-box03-item03 {
        max-width: 164px;
        width: 100%;
    }

    .thanks__txt {
        text-align: center;
        line-height: 2;
        margin-top: 80px;
    }

}

/*# sourceMappingURL=entry.css.map */