﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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;
  vertical-align:baseline;
  background:transparent;
  list-style-type: none;
}
html,body {
  font-size: 62.5%;
  line-height:1.5;
}
body {
  width:100%;
  text-align:left;
  background:#fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position:relative;
  background:url(/assets/img/sp/contact/bg.png) 0 0 repeat;
  background-size:100% auto;
  overflow-x:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  background-color: #fff;
  color: #730;
}
a {
  color: #de5d29;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  color: #de5d29;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #730;
}
hr {
  border: none;
  height: 1px;
  background-color: #d9d9d9;
}
ul {
  list-style-type: none;
  padding: 0;
}
sup {
  font-size: 11px;
}
small {
  font-size: 11px;
}

/* header
---------------------------------------------------------*/
.header{
  width:100%;
  min-width:320px;
  height:76px;
  margin:0 auto;
  zoom:1;
  overflow:hidden;
  text-align:left;
  line-height:0;
  position:relative;
  background:url("/assets/img/sp/contact/head_loop.png") 0 0 repeat-x;
  background-size:48px auto;
  line-height:0;
}
.header p.logo{
  float:left;
  padding:0 0 0 0;
}
.header p.sns{
  float:right;
  padding:0 0 0 0;
}
p.read{
  width:100%;
  min-width:320px;
  text-align:center;
}
.read img{
  width:100%;
  height:auto;
  }
h1{
  width:100%;
  min-width:320px;
  text-align:center;
  line-height:0;
  }
h1 img{
  width:100%;
  height:auto;
  }

/* footer
---------------------------------------------------------*/
#footBanner{
  width:100%;
  min-width:320px;
  margin:0 auto;
  padding:15px 0 25px;
  text-align:center;
  line-height: 15px;
  }
#footBanner a{
  margin:10px 0 0 0;
  display:block;
  }
#footBanner p{
  margin:10px 0 0 0;
  display:block;
  }
#footBanner a img{
  width:295px;
  height:auto;
  }
#footBanner p img{
  width:295px;
  height:auto;
  }
#footContact{
  width:100%;
  min-width:320px;
  background:url("/assets/img/sp/contact/foot_bg.png") 0 0 repeat;  
  background-size:100% auto;
  }
#footContact dl{
  width:100%;
  padding:18px 0;
  zoom:1;
  overflow:hidden;
  text-align:center;
  }
#footContact dl dt{
  color:#fff;
  }
#footContact dl dd{
  padding:10px 0 0 0;
  }
#footContact dl dt .title{
  font-size: 1.9rem;
  line-height: 1.6;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  }
#footContact dl dt .txt{
  margin-top:5px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  }
#footContact dl dd img{
  width:295px;
  height:auto;
  }
#footBtm{
  width:100%;
  min-width:320px;
  padding:0;
  background:#fff;
  zoom:1;
  overflow:hidden;
  }
#footBtm ul{
  padding:0;
  zoom:1;
  overflow:hidden;
  }
#footBtm ul li{
  padding:0;
  line-height:0;
  border-bottom:#ea8357 2px solid;
  }
#footBtm ul li img{
  width:100%;
  height:auto;
  }
#footBtm .cc{
  padding:20px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align:center;
  }

/* mainCont
---------------------------------------------------------*/
.mainCont {
  font-size:14px;
 line-height: 1.8;
}
.mainCont .entry .entryCont {
  width: 315px;
  margin:0 auto;
  padding: 0 0 10px;
  background: url("/assets/img/sp/contact/cont_bg.png");
  position: relative;
}
.mainCont .entry .entryCont :before {
  content: " ";
  top: 0;
  left: 0;
  width: 315px;
  height: 25px;
  background: url("/assets/img/sp/contact/cont_bg_dot.png") no-repeat 50% 0;
  background-size: 315px 25px;
  position: absolute;
}
.mainCont .entry .entryCont :after {
  content: " ";
  bottom: 0;
  left: 0;
  width: 315px;
  height: 25px;
  background: url("/assets/img/sp/contact/cont_bg_dot.png") no-repeat 50% 0;
  background-size: 315px 25px;
  position: absolute;
}
.mainCont .entry .entryCont .entryTitle {
    width: 280px;
    margin: auto;
    padding: 20px 0 14px;
    background: url("/assets/img/sp/contact/other_ttl_bg.png") no-repeat 50% 100%;
    background-size: 280px 6px;
    text-align: center;
}
.mainCont .entry .entryCont .entryTitle img {
    height: 18px;
    width: auto;
}
.mainCont .entry .entryCont .cont {
  padding:20px;
}
.mainCont .sec.secBackTop .secCont .gotop {
    padding: 20px 10px 0;
    text-align: center;
}
.mainCont .sec.secBackTop .secCont .gotop img {
    width: 240px !important;
    height: auto;
}
.mainCont .entry.contact .form h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  font-size: 1.6rem!important;
}
.mainCont .entry.contact .form table {
    display: block;
    width: 100%;
}
.mainCont .entry.contact .form table tbody {
    display: block;
    width: 100%;
}
.mainCont .entry.contact .form table tr {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr:first-child {
    border-top: 2px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr th,
.mainCont .entry.contact .form table tr td {
    display: block;
    width: 100%;
    padding: 4px 0 2px;
}
.mainCont .entry.contact .form table tr th {
    padding-left: 0;
    text-align: left;
    font-weight: bold;
}
.mainCont .entry.contact .form table tr td {
    display: block;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"],
.mainCont .entry.contact .form table tr td textarea {
    border: 1px solid #ccc;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"] {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-right: 10px;
    margin-left: 0;
}
.mainCont .entry.contact .form table tr td input[type="radio"] {
    margin-right: 2px;
}
.mainCont .entry.contact .form table tr td select {
    max-width: 100%;
}
.mainCont .entry.contact .form table tr td textarea {
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainCont .entry.contact .form table tr td input {
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainCont .entry.contact .form table tr td ol {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td ol:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td ol li {
    list-style: none;
    margin-bottom: 5px;
}
.mainCont .entry.contact .form table tr td ol li span {
    margin-right: 10px;
}
.mainCont .entry.contact .form table tr td .sex {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td .sex:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td .sex li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
}
.mainCont .entry.contact .form table tr td .must {
    font-size: 8;
}
.mainCont .entry.contact .mfp_buttons {
    margin-top: 30px;
}
.mainCont .entry.contact .mfp_buttons button {
    margin: 0;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_send {
    width: 130px;
    height: 44px;
    background: url("/assets/img/sp/contact/btn_send.png") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_cancel {
    width: 130px;
    height: 44px;
    background: url("/assets/img/sp/contact/btn_edit.png") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_err {
    display: none;
    margin-top: 3px;
    margin-left: 2px;
    color: #f34a6f;
    font-size: 90%;
}
.mainCont .entry.contact .must {
    color: #f34a6f;
}
.mainCont .entry.contact .btns,
.mainCont .entry.contact .mfp_buttons {
    text-align: center;
    overflow: hidden;
}
.mainCont .entry.contact .btns ul,
.mainCont .entry.contact .mfp_buttons ul {
    margin-top: 30px;
}
.mainCont .entry.contact .btns ul li,
.mainCont .entry.contact .mfp_buttons ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0;
}
.mainCont .entry.contact .btns button,
.mainCont .entry.contact .mfp_buttons button {
    width: 130px;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}
.mainCont .entry.contact .btns button img,
.mainCont .entry.contact .mfp_buttons button img {
    width: 130px;
    height: auto;
}
.mainCont .entry.contact .btns button:hover,
.mainCont .entry.contact .mfp_buttons button:hover {
    opacity: 0.7;
}







