@charset "utf-8";
/* CSS Document */

/*共通*/
html{
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Helvetica,sans-serif;
    position: relative;
    min-height: 100%;
}
body{
    max-width:941px;
    width:100%;
    margin:0 auto;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}
img{
    width:100%;
}
p,ol,h3,.attension{
    margin-left:15px;/*左側の若干の余白*/
}
section{
    margin-bottom:50px;
    padding: 1px;
}
/*モーダルウィンドウ*/
#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .65);
}
#modal,#modal2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width:90%;
    max-height: 70vh;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 8px;
    -moz-border-radius: 8px; /* for Firefox */
    -webkit-border-radius: 8px; /* for Chrome */
    background-color: #fff;
}
.active {
    display: block !important;
}
#open,#close,#open2{
    color:gray;
    border:1px solid gray;
    padding:2px;
    font-weight:normal;
    font-size: 14px;
}
#close{
    display: block;
    margin:15px auto 0 auto;
    width:30%;
    text-align: center;
}
#open:hover,#close:hover,#open2:hover{
    cursor: pointer;
    cursor: hand;
    background:gray;
    color:white;
}

/*パンくずリスト*/
#pankuzu{
    height:68px;
    width:100%;
}
#pankuzu img{
    width:23%;
    float:left;
}
#pankuzu .pankuzu_while{
    width:2.5%;
}
#pankuzu img{
    margin-top:25px;
}
/*サイドナビ*/
#side_menu{
    float: left;
    width: 24%;
    margin:68px 1% 0 1%;
}
#side_menu img{
    max-width:204px;
}
#menubar{
    display: none;
}

/*右メインコンテンツ*/
#main{
    width: 73%;
	margin: 0 auto;
}
#main .wrap{
    overflow: hidden;
}
#main h1{
    background: url(../img/ttl_shadow.gif) repeat-x 0 100%;
    border-top: 3px solid #ad006f;
    font-size: 22px;
    line-height: 1.2;
    padding: 16px 0 21px;
    margin: 0 0 22px;
}
#main h1 span{
    border-left:7px solid #ad006f;
    padding:3px 18px;
}
#main h2{
    font-size:20px;
    line-height:25px;
    clear:both;
    margin:15px 0;
}
#main h2 img{
    width:15px;
    margin-right:5px;
}
#main h3{
    font-size:16px;
    margin:15px 0 0 15px;;
}

.red{
    color:#ad006f;
}
#main .red_weight{
    color:#ad006f;
    font-weight:bolder;
    font-size:1.3em;
    display: block;
    margin:5px 0;
}
#main .btn_l{
    max-height:40px;
    margin:30px auto;
    display: block;
    width:auto;
}
#main .btn_back{
    float:left;
    max-height:35px;
    width:auto;
    clear: both;
}
#main .btn_next{
    float:right;
    max-height:35px;
    width:auto;
}
/*フッター*/
#information{
    width:73%;
    
    margin:60px auto 10px;
    
    font-size:13px;
}
.information_tel{
    width:38%;
    float:left;
    box-sizing: border-box;
}
.info_g{
    border:solid 5px #dbdbdb;
    overflow:hidden;
    clear: both;
    padding:5px;
    margin-bottom:10px;
}
.information_tel_right{
    width:62%;
    float:left;
    font-size:11px;
    font-weight: normal;
}
.information_tel p{
    font-weight: bold;
    font-size:13px;
}
#footer h3{
    margin-bottom:0;
}
#information .information_tel p.red{
    font-size:29px;
}
.center{
    text-align: center;
    margin-bottom:5px;
}
.information2{
    width:100%;
    float: right;
    margin:60px 0 10px 0;
}
@media screen and (max-width: 941px) {

    .information_tel,.information_tel_right{
        float:none;
        width:100%;
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    #information{
        margin:0;
    }
}
#footer{
    z-index: -999;
}
#copyright{
    background-color: #ad006f;
    color: #fff;
    text-align: right;
    font-size:10px;
    padding:5px;
    clear:both;
    overflow: hidden;
}
#copyright img{
    float:left;
	width: auto;
	height: 15px;
}
#copyright p{
    float: right;
}

/*選択ページ*/
.btn_large{
    max-width:300px;
}
/*個人情報保護について*/
.privacy{
    margin:0 0 50px 25px;
}
.privacy li{
    margin-bottom:15px;
}
.gray{
    background:#f2f2f2;
    padding:15px;
    margin:15px 0;
    overflow: hidden;
}
.gray label{
    width:95%;
    margin: 0 auto;
    display: block;
    font-weight:500;
}

/*index*/
.attension{
    margin-left:30px;
}
.box_btn{
    width:48%;
    float:left;
    margin:1%;
}
#main .box_btn h2{
    margin: 0 0 5px;
}
.box_btn p{
    margin-left:5px;
    min-height: 3em;
}
/*upload*/
#show_photo1_error td{
    width:100%;
    padding-bottom:1em;
}
#show_photo2_error td{
    width:100%;
    padding-bottom:1em;
}

#show_error td{
    width: 100%;
    padding-bottom:1em;
}

input[type="file"]{
    width: 96%!important;
    padding: 0!important;
    margin:1% 4% 1% 0!important;
}
/*（写真のみ）index*/
.btn_sbs{
    margin: 0 8% 10px 8%;
    overflow: hidden;
}
.btn_sbs img{
    float:left;
    width:42%;
    margin: 0 4%;
}
/*お客様情報の入力*/
.customer_form{
    font-size:17px;
    margin:1%;
    line-height: 1.2;
    width: 98%;
}
.customer_form tr{
    border-bottom: dotted 1px #ccc;
}
.customer_form th{
    width:33%;
    text-align:left;
    padding:4% 1%;
}
.customer_form th span{
    font-size:12px;
    font-weight: normal;
}
.customer_form th .gray_t{
    color:gray;
}
.customer_form td.input_td{
    width:54%;
}
.customer_form td{
    width:7%;
    font-size:0.9em;
}
.customer_form input[type="text"]{
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.customer_form input{

    padding: 7px 5px 9px;
    vertical-align: middle;
    width:65%;
    margin:1%;
}
.customer_form .input_s{
    width:38%;
}

.customer_form select{
    padding: 7px 5px 9px;
    vertical-align: middle;
    width:65%;
    margin:1%;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
/*upload*/
.customer_form td.atena_upload{
    width:100%;
}

/*（写真のみ）upload*/
.upload_form .photo_hagaki{
    padding:0;
}
.photo_hagaki img{
    max-width:280px;
    margin: 1% auto;
    display: block;
}
span.box_red{
    display: inline-block;
    background:#ffcc32;
    color:black;
    width:20px;
    height:20px;
    text-align:center;
    line-height: 20px;
    vertical-align: middle;
    font-size:15px;
    font-weight:bolder;
    margin-right:8px;
    border:1.5px black solid;
    border-radius: 50%;
    -moz-border-radius: 50%; /* for Firefox */
    -webkit-border-radius: 50%; /* for Chrome */
    
}
.upload_form tr{
    border-bottom:none;
}
.upload_form th{
    padding-left:4%;
    width:40%;
}
.upload_form td.input_td{
    width:60%;
    padding: 1% 0;
}
/*確認画面*/
.customer_form td.confirm_td{
    width:65%;
    word-break: break-all;
    padding-right: 10px;
}
#atena_window{
    display:block;
    margin:0 3% 3%;
    width:94%;
    height:150px;
    overflow: auto;
    border:1px solid #ccc;
    text-align:left;
    -webkit-overflow-scrolling: touch;
}
#atena_window td,#atena_window th{
    padding:3px 7px;
    white-space:nowrap;
}

/*（写真のみ）確認画面*/
.upload_data{
    margin:10px 15px;
    max-width:350px;
    width:90%;
}
#upload_box p{
    margin:0 15px;
}
#upload_box div{
    width:45%;
    float:left;
}
/*完了ページ*/
.order{
    font-weight:bolder;
    font-size:25px;
    margin-top:15px;
}
.thanks_g{
    border:solid 5px #ccc;
    margin:5px 0;
}
.thanks_g p{
    font-size:18px;
    font-weight:bolder;
}
@media screen and (max-width: 640px) {
    /*ここにスマホ用スタイルを記述*/
    section{
        margin-bottom:20px;
    }
    .header_pc{
        display: none;
    }
    input[type="image"]{
        -webkit-appearance: none;/*スマートフォンのinputボタン角丸防ぐ*/
        border-radius: 0;/*スマートフォンのinputボタン角丸防ぐ*/
    }
    .btn_l{
        height:7.5vw;
    }
    .btn_s{
        height:9.5vw;
    }
    .btn_back{
        float:left;
        height:7vw;
        width:auto;
    }
    .btn_next{
        float:right;
        height:7vw;
        width:auto;
    }
    .information{
        width:94%;
        float: none;
        margin:5% 3% 1%;
    }
    .information2{
        width:94%;
        float: none;
        margin:5% 3% 1%;
    }
    p{
        margin:1%;
    }
    /*メニュー*/
    #side_menu{
        display: none;
    }
    /*右コンテンツ*/
    #main{
        width: 100%;
        margin:60px 0 0 0;
    }
    #main h1{
        border:none;
        background:#f5f5f5;
        color:#ad006f;
        margin-bottom:0;
        margin-top: 35px;
        padding-left:2%;
        padding-right:2%;
    }
    #main h1 span{
        border:none;
        padding:0;
    }
    #main h2{
        margin-left:10px;
        line-height: 25px;
        font-size: 17px;
    }
    #main section h2{
        margin-top : -55px;
        padding-top : 75px;
    }
    #main .wrap{
        width:96%;
        padding:2%;
    }
    /*パンくず*/
    #pankuzu{
        display: none;
    }
    /*扉ページ*/
    .box_btn{
        float:none;
        width:95%;
        margin:1% auto;
    }
    .box_btn p{
        height:auto;
        min-height: 1.5em;
    }
    /*フッター*/
    #copyright{
        background:none;
        padding:0;
    }
    #copyright p{
        color:gray;
        text-align:center;
        float:none;
    }
    #copyright img{
        clear:both;
        float:none;
        display: block;
        margin:0 auto;
        width:auto;
		height: 20px;
    }
    #footer_sp{
        background:#ad006f;
        padding:2%;
    }
    /*（写真のみ）index*/
    .btn_sbs{
        margin:2%;
    }
    .btn_sbs img{
        width:46%;
        margin: 0 2%;
    }
    /* お客様情報の入力*/
    .customer_form{
        margin:15px 0;
        vertical-align:middle;
    }
    .customer_form th{
        width:100%;
        display: inline-block;
        padding:2% 0% 0 1%;
    }
    
    .customer_form td{
        width: 10%;
        display: inline-block;
        padding:1% 0 2% 1%;
    }
    .customer_form td.input_td{
        width:88%;
        display: inline-block;
    }
    
    /*確認画面*/
    .customer_form td.confirm_td{
        width:95%;
    }
    /*完了画面*/
    .thanks_g{
        border-width:2px;
    }
    /*フッター*/
    #information{
        width: 96%;
        padding: 2%;
    }
}


/* pc */
@media screen and (min-width: 961px) {
    /*ここにpc用スタイルを記述*/
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
    /*ここにtablet用スタイルを記述*/
}

/* smartPhone */
@media screen and (max-width: 640px) {
    /*ここにスマホ用スタイルを記述*/
}

/* -------------------------------------------------------------------
  loading画像 20180724
------------------------------------------------------------------- */
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url(../images/gif-load.gif) center center no-repeat;
}

