/* リセットcss
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

img.bgmaximage{
  position:fixed !important;
}




/* デバイスサイズ1201px以上
--------------------------------------------------------------*/
@media screen and (min-width: 1201px) {

/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    max-width: 2000px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#contact {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact p.title {
    margin: 100px 0 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
/*--------------------------------------------------------------
    送信完了ページ
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
    margin: 50px 0 0 0;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
    width: 100%;
    margin: 50px 0 0 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table tbody {
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding:20px;
    box-sizing: border-box;
    background: #FDF2F6;
    border-color: #EB5892;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: left;
}
#wrap #contact table tbody tr:nth-of-type(n+2) th {
    border-width: 0 1px 1px 1px;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
    border-color: #EB5892;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#wrap #contact table tbody tr:nth-of-type(n+2) td {
    border-width: 0 1px 1px 0;
}
/*--------------------------------------------------------------
    1行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td input {
    width: 100%;
    height: 20px;
}
/*--------------------------------------------------------------
    複数行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td textarea {
    width: 100%;
    height: 100px;
    resize: horizontal;
}
/*--------------------------------------------------------------
    submit
--------------------------------------------------------------*/
#wrap #contact .submit {
    margin: 50px 0 100px 0;
    font-size: 0;
    text-align: center;
}
#wrap #contact .submit button {
    display: inline-block;
    width: 200px;
    margin: 0 50px;
    padding: 20px 50px;
    box-sizing: border-box;
    background: #F2F2F2;
    border-color: #D3D3D3;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

}




/* デバイスサイズ737px～1200px
--------------------------------------------------------------*/
@media screen and (min-width: 737px) and (max-width: 1200px)
{

/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#contact {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact p.title {
    margin: 80px 0 0 0;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
}
/*--------------------------------------------------------------
    送信完了ページ
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
    margin: 80px 0 0 0;
    color: #000000;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 40px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
    width: 100%;
    margin: 80px 0 0 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table tbody {
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
    display: block;
    width: 100%;
    vertical-align: baseline;;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #FDF2F6;
    border-color: #EB5892;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-align: left;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
    display: block;
    width: 100%;
    vertical-align: baseline;;
    padding: 20px 40px;
    box-sizing: border-box;
    border-color: #EB5892;
    border-width: 0 1px 0 1px;
    border-style: solid;
    color: #000000;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
}
#wrap #contact table tbody tr:last-of-type td {
    border-width: 0 1px 1px 1px;
}
/*--------------------------------------------------------------
    1行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td input {
    width: 100%;
    height: 40px;
}
/*--------------------------------------------------------------
    複数行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td textarea {
    width: 100%;
    height: 400px;
    resize: horizontal;
}
/*--------------------------------------------------------------
    submit
--------------------------------------------------------------*/
#wrap #contact .submit {
    margin: 80px 0 80px 0;
    font-size: 0;
    text-align: center;
}
#wrap #contact .submit button {
    display: inline-block;
    width: 200px;
    margin: 0 20px;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #F2F2F2;
    border-color: #D3D3D3;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}

}





/* デバイスサイズ0px～736px
--------------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 736px)
{

/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    max-width: 736px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    width: 95%;
    max-width: 736px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#contact {
    width: 100%;
    max-width: 736px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact p.title {
    margin: 40px 0 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
/*--------------------------------------------------------------
    送信完了ページ
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
    margin: 40px 0 0 0;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
    width: 100%;
    margin: 40px 0 0 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table tbody {
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
    display: block;
    width: 100%;
    vertical-align: baseline;;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FDF2F6;
    border-color: #EB5892;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: left;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
    display: block;
    width: 100%;
    vertical-align: baseline;;
    padding: 10px 20px;
    box-sizing: border-box;
    border-color: #EB5892;
    border-width: 0 1px 0 1px;
    border-style: solid;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#wrap #contact table tbody tr:last-of-type td {
    border-width: 0 1px 1px 1px;
}
/*--------------------------------------------------------------
    1行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td input {
    width: 100%;
    height: 20px;
}
/*--------------------------------------------------------------
    複数行入力
--------------------------------------------------------------*/
#wrap #contact table tbody td textarea {
    width: 100%;
    height: 200px;
    resize: horizontal;
}
/*--------------------------------------------------------------
    submit
--------------------------------------------------------------*/
#wrap #contact .submit {
    margin: 40px 0 40px 0;
    font-size: 0;
    text-align: center;
}
#wrap #contact .submit button {
    display: inline-block;
    width: 140px;
    margin: 0 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #F2F2F2;
    border-color: #D3D3D3;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

}