@charset "UTF-8";

/*主に商品名・タイトル*/
@font-face {
	font-family: 'ShinGoPro-H';
	src: url('/fonts/ShinGoPro-Heavy.otf');
}
/*主に価格*/
@font-face {
	font-family: 'Jun101-Pro-B';
	src: url('/fonts/A-OTF-GothicMB101Pro-Bold.otf');
}
/*価格細目*/
@font-face {
	font-family: 'Jun101-Pro-H';
	src: url('/fonts/A-OTF-GothicMB101Pro-Heavy.otf');
}

body#estimate {
    background-color: #AFEEEE;
}

body {
	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	
}
div#wrapper {
	max-width: 1000px;
	text-align: left;
	background-color: #FFF;
	margin:  auto;
	border-radius: 5px;
	/*border: solid 1px #666;*/
	/*box-shadow: 0px 0px 10px #666;*/
	  margin-top: 20px;

}
div#wrapper div#header {
	/*padding: 10px 30px;*/
	/*background-color: #4E626B;
	border-radius: 5px 5px 0px 0px;*/
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 72px;
	/*padding: 10px 0px 0px 0px;*/
	margin: 0px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
div#wrapper div#header p {
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}

div#wrapper div#header #gnav {
	margin-left:10px;
}

div#wrapper div#container {
	font-family: "メイリオ", "Meiryo", "Osaka","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0px 20px;
	
}
div#wrapper div#footer {
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	    margin-top: 6em;
}

div#wrapper input[type="text"] {
border:0;
padding:10px;
font-size:16px;
font-family:Arial, sans-serif;
/*color:#aaa;*/
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 80%;
	    width: 80%;
    float: right;

}

div#wrapper input[type="email"] {
border:0;
padding:10px;
font-size:16px;
font-family:Arial, sans-serif;
/*color:#aaa;*/
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	    float: right;
	margin-left: 2em;
}



/*div#wrapper select[name="都道府県"] {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	    margin-left: 2em;
}
div#wrapper select[name="設置先都道府県"] {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	    margin-left: 2em;
}*/
.form-control {
    font-size: 20px!important;
}

input#mfp_element_6 {
    margin-bottom: 2rem;
}

select {
    font-size: 18px!important;
    font-family: Arial, sans-serif!important;
    border: solid 1px #ccc!important;
    margin: 0 0 20px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    height: 5rem!important;
}
div#wrapper input[type="tel"] {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
/*color:#aaa;*/
border:solid 1px #ccc;
margin:0 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	width: 56%;
	    margin-left: 2em;
	    float: right;
}
div#wrapper textarea[name="備考欄"] {
	width:100%!important;
	min-height: 5em;
	}

	
	
div#wrapper table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
} 

div#wrapper table td input {
	margin:1em;
	
} 

#wrapper table img {
	margin: 10px;
}


table td {
	border: 1px solid #CCC;
} 

.mfp.text_box {
    text-align: -webkit-right;
}

.mfp_phase{
	border-bottom: dotted 1px #CCC;
    margin: 0px;
    padding-top: 1em;

   
}
.mfp_phase ol {
    list-style-type: none;
}
.row.mailform {
    padding-bottom: 1em;
}
p.mfp {
    font-size: large;
}
.otheradd{
	width: 100%;
	display: block;
}
.otheradd {
    display: block;
    margin-top: 1em;
    font-size: large;
    margin-bottom: 1em;
    border: 1px solid #ffffff;
    padding: 0.5em;
    /*border-radius: 10px;*/
    background-color: #337ab7;

}
.otheradd a {
 color: white;
}

.otheradd a:active {
 color: white!important;
}

header.estimate {
    border-top: 3rem solid;
    padding: 1em;
    border-color: red;
    border-bottom: 0.5rem solid #3066fc;
}

header.estimate p {
    font-size: 211%;
    text-align: center;
    margin-bottom: 0;
    font-family: 'ShinGoPro-H';
    color:#5B5B5B;
}

dl.caption {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    border: solid 1px #d2d2d2;
    padding: 1em;
    background-color: aliceblue;
	font-size: 1.7rem;
}

dl.caption dt{
	margin-bottom: 1em;
} 

@media screen and (max-width: 930px) {

header.estimate p {
    font-size: 160%;
    text-align: center;
    margin-bottom: 0;
    font-family: 'ShinGoPro-H';
    color:#5B5B5B;
}
    .mailform .col-sm-3 img {
    width: 75%;
}
}

input[type=radio] {
    margin-left: 1em!important;
}
input[type=checkbox] {
    margin-left: 1em!important;
}

@media screen and (min-width: 768px) {
.form-control {
    height: 50px!important;
	margin-bottom: 1em!important;
	}}

@media screen and (max-width: 767px) {
	
    .mailform .col-sm-3 img {
    width: 60%;
}
	.form-control {


}
}
@media screen and (max-width: 500px) {
	
    .mailform .col-sm-3 img {
    width: 100%;
}
	.form-control {


}
}
.form-cat{
	display: none;
}

	
.glyphicon-ok:before {

    color: lawngreen;
	padding-right: 1em;
}
span.tadashi {
    font-size: 0.8em;
}
.glyphicon-question-sign {
    color: darkseagreen;
    font-size: inherit;
}
.caption dt {
    font-weight: normal;
}



.popup-waku {
    display: inline-block;
    margin-bottom: 5px;
}
p.mfp.query {
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #94e400), color-stop(0.49, #b3ff00), color-stop(0.01, #a8ff52));
    background: -webkit-linear-gradient(top, #a8ff52 1%, #b3ff00 49%, #94e400 100%);
    background: -moz-linear-gradient(top, #a8ff52 1%, #b3ff00 49%, #94e400 100%);
    background: -o-linear-gradient(top, #a8ff52 1%, #b3ff00 49%, #94e400 100%);
    background: -ms-linear-gradient(top, #a8ff52 1%, #b3ff00 49%, #94e400 100%);
    background: linear-gradient(to bottom, #a8ff52 1%, #b3ff00 49%, #94e400 100%);*/
	background-color: #60c100;
    padding: 5px;
    border: solid 1px #b3ff00;
    color: white;
   
}
span.glyphicon.glyphicon-circle-arrow-right {
    color: white;
	margin-right: 1em;
}
div#navi {
    margin-left: 2em;
    margin-top: 0.5em;
}
.caption img{
	max-width: 165px;
	
}
input[type=checkbox] {

    margin: 5px 5px 5px!important;
}


::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

textarea {
    min-width: 100%!important;
    min-height: 30rem!important;
}
#estimate h2 {
    width: 100%;
    background-image: url(/images/gp/h2background.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position-y: center;
    background-position-x: 1em;
    color: white;
    font-size: 150%;
    font-weight: bolder;
    margin: 0;
    border-left: none;
    padding-right: 1em;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 1em;
    background-color: orange;
    text-align: right;
}

.together {
        background-color: #e42ba3;
    padding: 1em;
    display: block;
    margin-top: 1em;
    font-weight: bold;
	border-radius: 5px;
}
.together a {

    color: white;

}

.footer {
    text-align: center;
    border-top: solid 1px lightgray;
    padding-top: 2rem;
    margin-top: 4rem;
}