
/*----トップページ-----------*/

#set_box {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#set_box h1 {
    background-color: #259;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
    padding: 10px;
}

#set_box h1 .h1icon {
    width: 1.3rem;
    height: auto;
    margin-right: 5px;
    margin-bottom: 3px;
}

.top_set_banner{
    max-width: 850px;
    width: 95%;
    height: auto;
    display: block;
    margin: 1rem auto;
    box-shadow: 5px 5px #aaa;
}
#to_set_all{
    text-decoration: none;
    text-align: center;
    background-color: #ee6200;
    color: #fff;
    display: block;
    max-width: 400px;
    margin: 20px auto;
    
    
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'MS PGothic';
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px;
}

#to_set_all:hover{
    opacity: 0.5;
    transition: all 200ms 0s ease;
}

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


#setpage_h1 {
    max-width: 1000px;
    margin: 0 auto 2rem auto;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'MS PGothic';    font-weight: bold;
    font-size: 2rem;
    padding-left: 10px;
    border-bottom: 2px solid #ee6200;
    color: #333;
}

/*
#setpage_h1::before{
    content: "◆";
    color: #ee6200;
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: middle;
}
*/

#appeal_area {
    max-width: 1000px;
    margin: auto;
    width: 90%;
}

#kochira {
    background-color: #259;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    height: 5rem;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 5rem;
    position: relative;
    margin-bottom: 5rem;
}

#kochira:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 80px;
    left: 45%;
    border-style: solid;
    border-width: 40px 50px 0px 50px;
    border-color: #259 #fff;
}



.price_confirm {
    margin-bottom: 1rem !important;
    max-width: 1000px;
    margin: auto;
    font-family: sans-serif;
}

.step {
    display: inline-block;
    width: 6rem;
    text-align: center;
    color: #fff;
    background-color: #f00;
    font-size: 1.5rem;
    font-family: sans-serif;
    border-radius: 100%;
    padding: 0.5rem;
    margin-right: 10px;
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
}

.price_confirm h2,
#form h2,
#flex_area h2 {
    display: inline-block;
    font-size: 1.9rem;
    font-family: 'Kosugi Maru', sans-serif;
    border-bottom: 3px solid #259;
    padding-bottom: 2px;
}

#choose_quantity {
    position: relative;
    margin: 1rem 0;
}

#quantity_dd {
    padding: 1rem !important;
}

#howmany {
    width: 2.7rem;
    height: 2.5rem;
    border-radius: 5px;
    padding-left: 10px;
    position: absolute;
    top: 45%;
    left: 75%;
}

#op_area {
    margin: 1rem auto;
}

.options1 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: auto;
}


.each_option {
    text-align: center;
    border-radius: 10px;
    margin: 0 5px;
}

.optionPrice {
    font-weight: bold;
}

.option_img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0.5rem auto;
}

.option_exp {
    min-height: 3rem;
    text-align-last: left;
    font-size: 0.8rem;
    margin: 5px 0;
}

.add_option {
    display: block;
    width: 6rem;
    margin: auto;
    background-color: #d60;
    color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    padding: 4px;
    border-radius: 3px;
}





#flex_area {
    max-width: 700px;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: -0.5rem;
    justify-content: space-between;
}

/*基本価格＋オプション価格*/

.price_confirm .price dt {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1rem;
}

#base_price_dl {
    max-width: 300px;
    flex: 1 1 40%;
    box-shadow: none !important;
    border: 2px solid #aaa !important;
}

#base_price_dl dt {
    background-color: #fff !important;
    margin: 1px;
}

#base_price_dl dd {
    padding-bottom: 0.5rem !important;
}

#plus {
    font-size: 3rem;
    font-weight: bold;
    line-height: 150px;
    flex: 1 1 10%;
    text-align: center;
}

#option_price_dl {
    max-width: 300px;
    flex: 1 1 40%;
    box-shadow: none !important;
    border: 2px solid #aaa !important;
}

#option_price_dl dt {
    background-color: #fff !important;
    margin: 1px;
}

#option_price_dl dd {
    padding-bottom: 0.5rem !important;
}

.price_confirm .price dd {
    color: #000;
}

#total_price_dl {
    box-shadow: none !important;
    border: 2px solid #aaa !important;
}

#total_price_dl dt {
    background-color: #fff !important;
    margin: 1px;
}

.price_confirm .total {
    font-size: 2rem;
    color: #f00;
}

#disp_total_price {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'MS PGothic';
    font-size: 2.5rem;
}




/*埋め込みのお客様情報入力フォーム*/
#form {
    max-width: 1000px;
    margin: auto;
}

#form_attention{
    max-width: 700px;
    width: 90%;
    margin: 1rem auto 0 auto;
}

#set_form dl {
    background-color: ;
    border: 3px solid #bbf;
    border-radius: 5px;
    width: 70%;
    margin: auto;
    box-shadow: 6px 6px #aaa;
}

#set_form dl dt {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    background-color: #bbf;
    color: #000;
    padding: 5px 0 5px 10px;
}

#set_form dl dd {
    padding: 1rem 0 1rem 5rem;
}

.set_form_hissu {
    font-size: 0.8rem;
    font-weight: bold;
    color: #f00;
}

#bank_dd,
#card_dd,
#invoice_dd {
    display: none;
    background-color: #eee;
    font-family: sans-serif;
}

.bank_img {
    max-width: 8.5rem;
    padding: 0 2px;
    margin-bottom: 2rem;
}

.card_img {
    max-width: 3.5rem;
    padding: 0 2px;
    margin-bottom: 2rem;
}

.invoice_name {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
}

#bill1 p {
    font-family: sans-serif;
}

#billwrap{
    display: none;
}
#bill2 {
    display: none;
}







/*組み込み*/
#set_intro {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

#set_img {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

#set_exp {
    border: 2px solid rgba(34, 85, 119, 0.3);
    background-color: #faffff;
    border-radius: 5px;
    padding: 10px;
    margin: 2rem 0 5rem 0;
    font-family: sans-serif;
}

#set_area {}

#set_area h2,
#op_area h2 {
    background-color: #66a;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem;
}

.border,
#set {
    max-width: 1000px;
    margin: auto;
    width: 90%;
    padding: 10px;
    font-family: sans-serif;
}

#set {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: ;
    margin: rem auto;
}

.border-primary {
    /*    border: 5px solid #259!important;*/
    border-radius: 5px;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 4px 4px #aaa;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#op_area {}

.border-secondary {
    /*    border: 5px solid #777!important;*/
    border-radius: 5px;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 4px 4px #aaa;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.border img {
    display: block;
    max-width: 150px;
    height: auto;
    margin: auto;
}

.maker {
    font-size: 0.9rem;
}

.tanpin_kataban {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 2px solid #f82;
}



input[type="date"]{
    position: relative;
}
input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
/*    -webkit-appearance:inherit;*/
}

input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field{
}

input[type="date"]::-webkit-calendar-picker-indicator{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 80%;
}



#confirm_button,
#submit_button,
#back_button {
    max-width: 200px;
    margin: 2rem auto;
    display: block;
}

#confirm_button:hover,
#submit_button:hover,
#back_button:hover {
    opacity: 0.5;
}

#caution {
    max-width: 1000px;
    width: 90%;
    margin: 1rem auto;
    padding: 10px;
    font-family: sans-serif;
    display: flex;
}

#caution h1 {
    text-align: center;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
}
#caution p{
    font-size: 0.8rem;
}
.each_caution{
    max-width: 333px;
    margin: 0 10px;
}


.sp_br {
    display: none;
}

/*--セット一覧ページ(set_all.html)---------------*/

#set_all_content{
    max-width: 1000px;
    margin: auto;
    width: 90%;
}

#set_all_content h1{
    max-width: 1200px;
    margin: 0 auto 2rem auto;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    padding: 10px 0 5px 10px;
    border-bottom: 3px solid #ee6200;
    color: #333;
}

#set_intro {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: -1rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'MS PGothic';
    
}

#set_intro p {
    text-align: left;
}

.set_banner {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    box-shadow: 4px 4px #777;
    margin-bottom: 4rem;
}

.set_banner:hover {
    opacity: 0.8;
    transition: all 200ms 0s ease;
}

#new_area{
    max-width: 1000px;
    margin: auto;
}

#new {
    text-align: left;
    font-size: 1.5rem;
    background-color: #f00;
    text-align: center;
    max-width: 5rem;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'MS PGothic';
    
}


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




@media(max-width:769px) {

    .tri{
        font-size: 1.1rem;
        margin-top: 2rem;
    }
    
    #set_box h1 {
      text-align: center;
    }
    
    #to_set_all{
        width: 60%;
    }
    
    #setpage_h1 {
        text-align: center;
        font-size: 1.6rem;
    }
    
    #set {
        grid-template-columns: 50% 50%;
    }
    
    #set_exp {
        margin: 1rem;
    }
    
    #kochira{
        height: 3.5rem;
        line-height: 3.5rem;
    }

    #kochira:before {
        top: 3.5rem;
        left: 37%;
    }

    .price_confirm h2,
    #form h2,
    #flex_area h2 {
        display: block;
        text-align: center;
        margin-top: 2rem;
        padding-bottom: 5px;
        font-size: 1.8rem;
    }

    .options1 {
        grid-template-columns: 100%;
    }

    .step {
        display: none;
    }

    #flex_area {
        width: 95%;
    }

    #base_price_dl {
        width: 90%;
        margin: auto;
    }
    
    #plus{
        font-size: 2rem;
    }


    #set_all_content h1{
        text-align: center;
    }

    #set_form dl {
        width: 90%;
    }

    #set_form dl dd {
        padding: 1.5rem 0 1.5rem 1rem;
    }

    .sp_br {
        display: block;
    }
    
    #caution{
        flex-direction: column;
    }
    .each_caution{
        max-width:inherit;
        margin:0 0 1rem 0;
    }

































}
