@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
/*------------------------------------------------------
　header
-------------------------------------------------------*/
#haedbg {
  background: url("../img/temp/food-bg02.png") no-repeat top center/cover;
  width: 100%;
  height: 1000px; }

#header {
  width: 100%;
  margin: 0 auto 30px auto;
  overflow: hidden;
  font-weight: bold;
  padding: 10px; }

.main_v {
  text-align: center;
  margin: 0 auto; }

h1 {
  text-align: center;
  margin-bottom: 20px; }
  h1 img {
    width: 90%;
    max-width: 150px; }

.wrap {
  margin: 0 auto;
  padding: 3rem 0; }

.wrap-innner-area {
  background: #FFF;
  border-radius: 20px;
  padding: 2rem; }

/*------------------------------------------------------
　コンテンツ
-------------------------------------------------------*/
.page_content {
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  .page_content {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px; } }
/*------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  padding: 10px 0;
  background: #760C0E;
  font-weight: bold;
  color: #FFF; }
  #footer .tel-box {
    width: 85%;
    padding: .8em;
    background: #FFF;
    color: #9A4B4B;
    border-radius: 50px;
    font-weight: bold;
    font-size: 150%;
    margin: 1em auto;
    text-align: center; }

.copyright {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1.5em 0;
  font-family: Verdana;
  text-align: center;
  color: #FFF; }

/*------------------------------------------------------
　TOP
-------------------------------------------------------*/
.top-notice {
  border: solid 5px #C57B7B;
  padding: 1em;
  margin: 1em auto; }
  .top-notice h3 {
    color: #9A4B4B;
    font-weight: bold;
    text-align: center; }

/*------------------------------------------------------
　Page
-------------------------------------------------------*/
dd {
  margin-left: 1em; }

/*--title--*/
.title01 {
  background: #E79B9D;
  color: #FFF;
  padding: .5em 1em;
  border-radius: 10px;
  font-weight: bold; }

.title02 {
  border-bottom: solid 3px #CCC;
  padding: 10px; }

h2 {
  position: relative;
  padding: .8rem;
  text-align: center;
  margin-bottom: 2em;
  color: #9A4B4B;
  font-weight: bold; }

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #E79B9D; }

/* ol デザイン */
ol {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none; }

ol li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
  font-weight: normal; }

ol {
  counter-reset: li; }

ol > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #E79B9D;
  padding: 6px 0; }

/*------------------------------------------------------
　フォームメール
-------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  padding: 0.5em;
  background: #eeeeee;
  border: none;
  font-size: 16px;
  width: 300px; }
  input[type="text"].width100, input[type="tel"].width100, input[type="email"].width100 {
    width: 100%; }

button {
  padding: 0.8em 1.5em;
  background: #f90;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px; }

input[type="number"] {
  -webkit-appearance: none;
  padding: 0.5em;
  background: #eeeeee;
  border: none;
  font-size: 16px;
  width: 100px; }

button:hover {
  opacity: 0.8; }

textarea {
  width: 100%;
  padding: 1em;
  background: #eeeeee;
  border: none;
  font-size: 16px; }

.required-label {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: #f55;
  color: #fff;
  font-size: 12px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  padding: 0.8em 1.5em;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 16px; }

input[type="reset"] {
  background: #82CDDB;
  font-weight: bold; }

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  background: #F19DB5;
  font-weight: bold; }

input[type="submit"]:hover {
  opacity: 0.8; }

placeholder {
  color: #AAA; }

p.item-text {
  height: 2.5em; }

@media screen and (max-width: 648px) {
  input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    padding: 0.5em; }

  textarea {
    padding: 0.5em; }

  input.radio {
    display: inline-block;
    width: 40%;
    height: 2em;
    vertical-align: top; }

  label.radiolabel {
    display: inline-block;
    width: 90%;
    height: 2em;
    line-height: 2em;
    background: #EEF;
    border: 1px solid #CCC;
    padding-left: 1em;
    margin: 0 auto; }

  p.item-text {
    height: auto; } }
.select-wrap {
  display: inline-block;
  position: relative; }
  .select-wrap select {
    padding: 1em 2.8em 1.1em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eee;
    font-size: 1em; }
    .select-wrap select option {
      background: #fff; }
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.4em;
    margin-top: -0.35em;
    border: 0.6em solid transparent;
    border-top: 0.7em solid #aaa; }

.confirm .select-wrap:before {
  display: none; }

p.error {
  background: #ffdbdc;
  color: #ee0003;
  padding: 1em;
  margin: 2em 0; }

p.confirm {
  background: #d3eaff;
  color: #101790;
  padding: 1em;
  margin: 2em 0; }

span.error {
  color: #ee0003;
  font-weight: bold; }
  span.error + input, span.error + textarea, span.error + span input {
    border: solid 2px #FF2E2E; }

td.qu-label01 label {
  min-width: 250px;
  display: inline-block;
  margin-right: 1em; }
  td.qu-label01 label.label-size0 {
    min-width: 100px;
    margin-right: 0; }

input[type="text"].text-width01 {
  width: 70%; }

@media screen and (max-width: 648px) {
  input[type="text"].text-width01 {
    width: 100%; }

  .sp_none {
    display: none; } }
td.qa01 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa02 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa03 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa04 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa05 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa06 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa07 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa08 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa09 label .locked {
  opacity: 0.75;
  color: #aaa; }
