/* reset.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, 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;
}

Blockquote{
  padding: 10px;
  border-left: 5px solid #ddd;
}




/* デバイスサイズ1601px以上
--------------------------------------------------------------*/
@media all and (min-width:1601px)
{

/*--------------------------------------------------------------
    ボディ
--------------------------------------------------------------*/
body {
  max-width: 2500px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FBF8EF;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',　Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#wrap #contact {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact .title {
  display: none;
}
/*--------------------------------------------------------------
    note
--------------------------------------------------------------*/
#wrap #contact .note {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  margin: 50px 0 0 0;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#wrap #contact table tbody tr:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  box-sizing: border-box;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: left;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    確認・送信ボタン
--------------------------------------------------------------*/
#wrap #contact .submit {
  margin: 50px 0 0 0;
  text-align: center;
}
#wrap #contact .submit button {
  font-size: 20px;
  letter-spacing: 4px;
}
/*--------------------------------------------------------------
    サンクス画面
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: center;
}
#wrap #contact p:nth-of-type(4) {
  display: none;
}

}




/* デバイスサイズ1201px～1600px
--------------------------------------------------------------*/
@media all and (min-width:1201px) and (max-width:1600px)
{

/*--------------------------------------------------------------
    ボディ
--------------------------------------------------------------*/
body {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FBF8EF;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',　Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#wrap #contact {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact .title {
  display: none;
}
/*--------------------------------------------------------------
    note
--------------------------------------------------------------*/
#wrap #contact .note {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  margin: 50px 0 0 0;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#wrap #contact table tbody tr:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  box-sizing: border-box;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    確認・送信ボタン
--------------------------------------------------------------*/
#wrap #contact .submit {
  margin: 50px 0 0 0;
  text-align: center;
}
#wrap #contact .submit button {
  font-size: 14px;
  letter-spacing: 2px;
}
/*--------------------------------------------------------------
    サンクス画面
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
}
#wrap #contact p:nth-of-type(4) {
  display: none;
}

}




/* デバイスサイズ737px～1200px
--------------------------------------------------------------*/
@media all and (min-width:737px) and (max-width:1200px)
{

/*--------------------------------------------------------------
    ボディ
--------------------------------------------------------------*/
body {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FBF8EF;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',　Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#wrap #contact {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact .title {
  display: none;
}
/*--------------------------------------------------------------
    note
--------------------------------------------------------------*/
#wrap #contact .note {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: center;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  margin: 50px 0 0 0;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#wrap #contact table tbody tr:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
  display: block;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
  display: block;
  width: 100%;
  vertical-align: baseline;
  margin: 10px 0 0 0;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    確認・送信ボタン
--------------------------------------------------------------*/
#wrap #contact .submit {
  margin: 50px 0 50px 0;
  text-align: center;
}
#wrap #contact .submit button {
  font-size: 20px;
  letter-spacing: 4px;
}
/*--------------------------------------------------------------
    サンクス画面
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
  margin: 50px 0 0 0;
  color: #6E6E6E;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: left;
}
#wrap #contact p:nth-of-type(4) {
  display: none;
}

}




/* デバイスサイズ0px～736px
--------------------------------------------------------------*/
@media all and (min-width:0px) and (max-width:736px)
{
/*--------------------------------------------------------------
    ボディ
--------------------------------------------------------------*/
body {
  max-width: 736px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FBF8EF;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',　Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#wrap #contact {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    title
--------------------------------------------------------------*/
#wrap #contact .title {
  display: none;
}
/*--------------------------------------------------------------
    note
--------------------------------------------------------------*/
#wrap #contact .note {
  margin: 20px 0 0 0;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
}
/*--------------------------------------------------------------
    table
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  margin: 50px 0 0 0;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tbody
--------------------------------------------------------------*/
#wrap #contact table {
  width: 100%;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    tr
--------------------------------------------------------------*/
#wrap #contact table tbody tr {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#wrap #contact table tbody tr:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}
/*--------------------------------------------------------------
    th
--------------------------------------------------------------*/
#wrap #contact table tbody tr th {
  display: block;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}
/*--------------------------------------------------------------
    td
--------------------------------------------------------------*/
#wrap #contact table tbody tr td {
  display: block;
  width: 100%;
  vertical-align: baseline;
  margin: 10px 0 0 0;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td input {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
}
#wrap #contact table tbody tr td textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
    確認・送信ボタン
--------------------------------------------------------------*/
#wrap #contact .submit {
  margin: 50px 0 20px 0;
  text-align: center;
}
#wrap #contact .submit button {
  font-size: 14px;
  letter-spacing: 2px;
}
/*--------------------------------------------------------------
    サンクス画面
--------------------------------------------------------------*/
#wrap #contact p:nth-of-type(3) {
  margin: 20px 0 0 0;
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: left;
}
#wrap #contact p:nth-of-type(4) {
  display: none;
}

}