/* Selection */
/* line 4, ../scss/_forms.scss */
::-moz-selection {
  background: #000;
  color: #fff;
}

/* line 9, ../scss/_forms.scss */
::-webkit-selection {
  background: #000;
  color: #fff;
}

/* line 14, ../scss/_forms.scss */
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
/* line 21, ../scss/_forms.scss */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  height: 33px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* line 38, ../scss/_forms.scss */
.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
/* line 45, ../scss/_forms.scss */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

/* line 50, ../scss/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

/* line 55, ../scss/_forms.scss */
.rqst-form {
  margin-top: 27px;
}
/* line 58, ../scss/_forms.scss */
.rqst-form .btn {
  margin-top: 5px;
}

/* line 63, ../scss/_forms.scss */
.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*************************
inquiry
**************************/
/* line 70, ../scss/_forms.scss */
.form-control {
  text-transform: lowercase !important;
}

/* line 74, ../scss/_forms.scss */
dl.form-group {
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  /* line 81, ../scss/_forms.scss */
  dl.form-group {
    display: block;
  }
}
/* line 85, ../scss/_forms.scss */
dl.form-group dt {
  flex-basis: 160px;
  width: 30%;
  white-space: normal;
  font-weight: 300;
}

/* line 91, ../scss/_forms.scss */
dl.form-group dt span.required2:after {
  content: "※";
  font-size: 12px;
  margin-left: 5px;
  vertical-align: super;
  color: #4CC5C2;
}

@media screen and (max-width: 767px) {
  /* line 99, ../scss/_forms.scss */
  dl.form-group dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 105, ../scss/_forms.scss */
dl.form-group dd {
  flex: 1;
  width: 65%;
  margin-left: 5%;
  text-transform: lowercase;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  /* line 113, ../scss/_forms.scss */
  dl.form-group dd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
/* line 3, ../scss/common.scss */
h2, h3, h4, h5, ul, p {
  color: #707070;
}

/* line 6, ../scss/common.scss */
.hero .p_name {
  position: absolute;
  top: 40%;
  left: -100px !important;
}
/* line 10, ../scss/common.scss */
.hero .p_name.long {
  left: -160px !important;
}

/* line 14, ../scss/common.scss */
.greeting {
  margin-top: 30px;
  position: relative;
  padding: 30px;
}
/* line 18, ../scss/common.scss */
.greeting:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  background: #FCF8EA;
}
/* line 27, ../scss/common.scss */
.greeting .table.table-bordered {
  border: none;
  margin-top: 50px;
  color: #D28300;
}
/* line 31, ../scss/common.scss */
.greeting .table.table-bordered tr {
  border: none;
}
/* line 33, ../scss/common.scss */
.greeting .table.table-bordered tr td {
  border: none;
}
/* line 36, ../scss/common.scss */
.greeting .table.table-bordered tr th {
  border: none;
}

/* line 44, ../scss/common.scss */
.co_reki dd {
  color: #707070;
}

/* line 49, ../scss/common.scss */
.table-product tr:nth-child(odd) td,
.table-product tr:nth-child(odd) th {
  font-size: 14px;
  background-color: #FFFBF4 !important;
  border: none;
}

/* line 55, ../scss/common.scss */
.table-product tr:nth-child(even) td,
.table-product tr:nth-child(even) th {
  font-size: 14px;
  background-color: #FFFFFF !important;
  border: none;
}

/* line 60, ../scss/common.scss */
.table.table-product {
  border: none !important;
  margin: 20px 0px;
}
/* line 63, ../scss/common.scss */
.table.table-product tr {
  border-bottom: none !important;
}

/* line 68, ../scss/common.scss */
.products-info-r,
.products-info-l {
  margin: 30px 0px;
}

/* line 71, ../scss/common.scss */
.hr {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px #D28300 solid;
}

/* line 76, ../scss/common.scss */
.hr_dot {
  margin-bottom: 50px;
  padding-bottom: 50px;
  width: 100%;
  border-bottom: 1px #D28300 dotted;
}

/* line 83, ../scss/common.scss */
.illust img {
  width: 80%;
  margin: 10px auto;
}

/* line 89, ../scss/common.scss */
.nav-tabs {
  border-bottom-color: #D28300;
  border-bottom-width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  /* line 95, ../scss/common.scss */
  .nav-tabs li {
    flex-basis: 110px;
    text-align: center;
    margin-bottom: 5px;
  }
  /* line 100, ../scss/common.scss */
  .nav-tabs li a {
    border-color: #D28300 !important;
  }
}
/* line 105, ../scss/common.scss */
.nav-tabs li.active a {
  border-color: #D28300 !important;
  background: #D28300 !important;
  color: #ffffff;
}
/* line 110, ../scss/common.scss */
.nav-tabs li:hover a {
  background: #f6e6cc;
  color: #D28300;
  border-color: #D28300 !important;
}
@media screen and (max-width: 480px) {
  /* line 89, ../scss/common.scss */
  .nav-tabs {
    flex-wrap: wrap;
    border-bottom: none;
  }
}

/* line 121, ../scss/common.scss */
h4.f_menu {
  color: #ffffff;
}

/* line 124, ../scss/common.scss */
.copyright {
  color: #ffffff;
}

/* line 127, ../scss/common.scss */
ul.num {
  margin-left: 1em;
}
/* line 129, ../scss/common.scss */
ul.num li {
  list-style: decimal;
  padding-left: 1em;
}

/* line 134, ../scss/common.scss */
.img-rounded {
  border-radius: 25px;
}

/* line 137, ../scss/common.scss */
.commit-tex {
  width: 86%;
  margin: 0px auto 20px;
}

/* line 141, ../scss/common.scss */
#staffcom {
  margin: 100px 0;
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: url(../images/commit/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  /* line 141, ../scss/common.scss */
  #staffcom {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 141, ../scss/common.scss */
  #staffcom {
    padding-top: 40px;
  }
}

/* line 156, ../scss/common.scss */
.staffcomtext {
    color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    text-shadow: #000 1px 0 10px;
}
@media screen and (max-width: 767px) {
  /* line 156, ../scss/common.scss */
  .staffcomtext {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  /* line 156, ../scss/common.scss */
  .staffcomtext {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  /* line 169, ../scss/common.scss */
  .br_xs {
    display: none;
  }
}

/* line 174, ../scss/common.scss */
.greet {
  margin-top: 0px;
  padding-bottom: 100px;
}
/* line 178, ../scss/common.scss */
.greet .greet-img-r,
.greet .greet-img-l {
  width: 40%;
  margin: 10px 20px 20px;
}
/* line 182, ../scss/common.scss */
.greet .greet-img-r {
  float: right;
}
@media screen and (max-width: 480px) {
  /* line 182, ../scss/common.scss */
  .greet .greet-img-r {
    float: none;
    width: 90%;
    margin: 10px auto;
  }
}
/* line 190, ../scss/common.scss */
.greet .greet-img-l {
  float: left;
    margin: 20px 20px 30px;
}
@media screen and (max-width: 480px) {
  /* line 190, ../scss/common.scss */
  .greet .greet-img-l {
    float: none;
    width: 80%;
    margin: 10px auto;
  }
}
/* line 198, ../scss/common.scss */
.greet h2 {
  padding-bottom: 6px;
  position: relative;
}
/* line 201, ../scss/common.scss */
.greet h2:after {
  content: " ";
  width: 300px;
  height: 1px;
  display: block;
  background: #D28300;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.allergy27 {
	position: relative;
}
.text27 {
	position: absolute;
	text-align: center;
	width: 100%;
	display: block;
	left: 0;
	top: 60px;
}
@media screen and (max-width: 991px) {
  /* line 182, ../scss/common.scss */
  .text27 {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 182, ../scss/common.scss */
  .text27 {
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 182, ../scss/common.scss */
  .text27 {
    top: 0;
  }
}
