﻿@charset "UTF-8";
/* ==================================================
	@extend
================================================== */
/* ===== clearfix ===== */
.btn-submit__wrapper span,
.btn-submit button span, .btn-submit__wrapper {
  position: relative;
}

.btn-submit__wrapper span:after,
.btn-submit button span:after, .btn-submit__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
/*  border-top: solid 1px;
  border-right: solid 1px;
  border-color: white;
  transform: rotate(45deg);
*/  background: url(../images/ico_arrow_02.png) center;
}

.select_ba ul, .list-note {
  list-style-type: none;
}

.select_ba ul li a {
  text-decoration: none !important;
  color: #333;
}
/*	margin
================================================== */
.mt0, .mh0, .ma0 {
  margin-top: 0px !important;
}

.mr0, .mw0, .ma0 {
  margin-right: 0px !important;
}

.mb0, .mh0, .ma0 {
  margin-bottom: 0px !important;
}

.ml0, .mw0, .ma0 {
  margin-left: 0px !important;
}

.pt0, .ph0, .pa0 {
  padding-top: 0px !important;
}

.pr0, .pw0, .pa0 {
  padding-right: 0px !important;
}

.pb0, .ph0, .pa0 {
  padding-bottom: 0px !important;
}

.pl0, .pw0, .pa0 {
  padding-left: 0px !important;
}

.mt5, .mh5, .ma5 {
  margin-top: 5px !important;
}

.mr5, .mw5, .ma5 {
  margin-right: 5px !important;
}

.mb5, .mh5, .ma5 {
  margin-bottom: 5px !important;
}

.ml5, .mw5, .ma5 {
  margin-left: 5px !important;
}

.pt5, .ph5, .pa5 {
  padding-top: 5px !important;
}

.pr5, .pw5, .pa5 {
  padding-right: 5px !important;
}

.pb5, .ph5, .pa5 {
  padding-bottom: 5px !important;
}

.pl5, .pw5, .pa5 {
  padding-left: 5px !important;
}

/*	幅
================================================== */
.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

sub.note {
  margin-left: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.contact-heading{
  border: none;
  background: #f6f3f3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #555555;
  border-left: solid 6px #ac4932;
  padding: 6px 10px 4px;
  letter-spacing: normal;
}

.contact-form {
  margin: 30px 0 70px;
  box-sizing: border-box;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #d6d6d6;
  border: none;
}
.food .contact-form {
	width: 100%;
	border: none;
}
.contact-form p {
  margin: 14px 0;
}

.contact-form p.error_ {
  color: #ed4141;
  margin: 0 0 14px;
}

.contact-form--address.dlist-inline dt {
  width: 140px;
}
.food .contact-form--address.dlist-inline dt {
  width: 140px;
	float: none;
	margin-bottom: 0;
}
.food .contact-form--address.dlist-inline dd {
	margin: 0;
	height: auto;
}

.contact-form--name label {
  display: inline-block;
  margin-left: 10px;
}
.contact-form--name label:first-child {
  margin-left: 0;
}

.contact-form--name input {
  margin-left: 5px!important;
}

.food .contact-form tr {
	border: none;
}

.contact-form th,
.contact-form td {
  font-size: 14px;
  line-height: 1.6;
  padding: 20px 20px;
  color: #333;
  letter-spacing: normal;
  border: none;
}

.contact-form th {
	width: 190px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 15px;
  background: #ededed;
}
.contact-form th.design_block_ {
	width: auto;
	padding: 0;
	border: none;
	background: #fff;
}
.contact-form th.design_block_ .design_block_ttl_ {
	background: #ededed;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.contact-form th .label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  bottom: 1px;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 12px;
}

.contact-form th .label--must {
  color: white;
  border-radius: 4px;
  background: #ed4141;
}

.contact-form th .txt_sup {
  font-size: 13px;
  font-weight: normal;
}

.contact-form th .txt_sup em {
  font-weight: bold;
  font-style: normal;
}

.contact-form td {
  background: white;
}

.contact-form td textarea {
  width: 100%;
  height: 100px;
}

.contact-form strong{
  font-weight: bold;
}

.contact-dlist {
  font-size: 14px;
  color: #333;
  margin: 15px 0;
}

.contact-dlist dt,
.contact-dlist dd {
  display: table-cell;
}

.contact-dlist dt {
  font-weight: bold;
  padding-right: 2em;
}

.contact-dlist dd strong {
  font-weight: bold;
}

.list_radio li input[type='radio'] {
  display: none;
}

.list_radio li label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
}

.list_radio li label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
  border: solid 1px #929090;
  border-radius: 50%;
}

.list_radio li input[type='radio']:checked + label:after {
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: #333;
}

.list_radio-inline {
  letter-spacing: -.5em;
}

.list_radio-inline li {
  display: inline-block;
  margin-left: 35px;
  letter-spacing: normal;
}

.list_radio-inline li:first-child {
  margin-left: 0;
}

.input-check--radio input[type='checkbox'] {
  display: none;
}

.input-check--radio label {
  position: relative;
  display: inline-block;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.input-check--radio label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: '';
  border: solid 1px #aaa;
  border-radius: 50%;
}

.input-check--radio input[type='checkbox']:checked + label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-left: -7px;
  content: '';
  border-radius: 50%;
  background: #555;
}

.input-check input[type='checkbox'] {
  display: none;
}

.input-check label {
  position: relative;
  display: block;
  cursor: pointer;
}

.input-check label:before {
  display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: '';
  border: solid 1px #aaa;
}

.input-check input[type='checkbox']:checked + label:after {
  position: absolute;
  top: 4px;
  left: 3px;
  display: inline-block;
  width: 18px;
  height: 8px;
  content: '';
  border: solid 2px #555;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.dlist_input {
  width: 100%;
  margin-bottom: -12px;
}

.dlist_input dt {
  font-weight: bold;
  float: left;
  clear: both;
}

.dlist_input dd {
  margin-bottom: 12px;
}

* + .dlist_input {
  margin-top: 18px;
}

input[type='text'],
input[type='mail'],
input[type='number'],
textarea {
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: .5em .4em;
  border: none;
  border: solid 1px #d6d6d6;
  -webkit-border-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  font-size: 14px;
  font-family: 'Helvetica Neue','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333333;
}

input[type='submit']:focus,
input[type='submit']::-moz-focus-inner {
  border: 0;
  outline: none;
}

.input--60 {
  width: 60px !important;
}

.input--160 {
  width: 160px !important;
}

.input--320 {
  width: 320px !important;
}

.input--480 {
  width: 480px !important;
}

.select_ba {
  font-size: 13px;
  position: relative;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 32px;
  border: solid 1px #d6d6d6;
  background: white;
}

.select_ba > a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  display: table;
  width: 40px;
  height: 30px;
  border-left: solid 1px #d6d6d6;
  background: white;
}

.select_ba > a span {
  font-size: 0;
  position: relative;
  display: table-cell;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.select_ba > a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: -5px;
  content: '';
  transition: transform .25s;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #313131 transparent transparent transparent;
}

.select_ba > a.open span {
  transform: rotate(180deg);
}

.select_ba .select_value {
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
}

.select_ba select {
  display: none;
}

.select_ba ul {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -1px;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 159px;
  height: 0;
  height: auto;
  max-height: 200px;
  margin: 0;
  padding: 0;
  border: solid 1px #d2d2d2;
  border-width: 0 1px 1px;
  background: white;
}

.select_ba ul li a {
  display: block;
  height: auto;
  padding: 6px 10px;
}

.select_ba ul li a:hover {
  background: #ddd;
}

.js-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000%;
  margin: 0;
  padding: 0;
  opacity: .1;
  background: none;
}

.js-bg.is-show {
  z-index: 0;
  display: block;
}

.dlist-inline {
  display: table;
  width: 100%;
  margin: 14px 0;
}

.dlist-inline dt,
.dlist-inline dd {
  display: table-cell;
}

.text-note, .list-note li {
  font-size: 13px;
  color: #333;
}

.text-note > span, .list-note li > span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.list-note {
  padding-left: 0;
}

.btn-submit {
  margin: 30px 0;
  text-align: center;
}

.btn-submit input[type='submit'],
.btn-submit button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.btn-submit__wrapper,
.btn-submit button {
  font-size: 13px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 200px;
  padding: 10px;
  transition: all .4s;
  color: white;
  border-radius: 4px;
  background-color: #01acf1;
}

.btn-submit__wrapper span,
.btn-submit button span {
  display: inline-block;
  padding: 0 20px;
}

.btn-submit__wrapper span:after,
.btn-submit button span:after {
  transition: all .25s;
}

.btn-submit__wrapper:hover,
.btn-submit button:hover {
  opacity: .7;
}

.btn-submit__wrapper:hover span:after,
.btn-submit button:hover span:after {
  right: 0;
}

.btn-submit__wrapper {
  margin: 0;
  padding: 0;
}

.btn-submit__wrapper input[type='submit'] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  color: white;
}

.btn-submit__wrapper:after {
  right: 70px;
  transition: all .25s;
}

.btn-submit__wrapper:hover {
  opacity: .7;
}

.submit_ {
	text-align: center;
	margin: 0 auto 20px;
}
.submit_ input[type=image] {
	margin: 0 10px;
}

ul.ziplist_
{
	display: none;
	position: absolute;
	top: auto;
	left: auto;
	background-color: #F0F0F0;
	list-style-type: none;
	padding:5px 3px 5px 3px;
}
ul.ziplist_ li
{
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:left;
}
ul.ziplist_ li.hover
{
	background-color: #FFFF9A;
	cursor: pointer;
}

#food_form dl dd span {
	color: #333;
}
#food_form .btn-submit__wrapper input {
	box-sizing: content-box;
}
.support #s {
    background: #f1efed none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    height: 30px;
    margin-right: 4px;
    padding: 0 10px;
    width: 240px;
}
.support #searchsubmit {
    background: #f1efed url("../images/ico_search.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    height: 30px;
    right: 0;
    top: 0;
    width: 30px;
}

.support .resultList {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.support .index {
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
    padding-top: 20px;
}
.support .index p {
    margin-left: 20px;
}
