@charset "UTF-8";
/*
Theme Name: BusinessPress-child
Theme URI: https://businesspress.jp/theme/
Author: FLOW DESIGN
Author URI: https://flow-d.jp
Description: 味の加久の屋テーマ
Template: businesspress
Version: 1.0.0
*/
img {
  -webkit-backface-visibility: hidden;
}

/* Main Header */
.site-title a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.45rem;
}

.site-logo {
  margin-right: 10px;
}
.site-logo img {
  transform: scale(0.9, 0.9);
}
@media only screen and (min-width:980px) {
  .site-logo img {
    transform: scale(1, 1);
  }
}

.site-description {
  font-size: 10px;
  font-weight: 600;
  color: #444;
}
@media only screen and (min-width:980px) {
  .site-description {
    font-size: 12px;
    font-weight: 500;
  }
}

.main-header {
  padding-bottom: 8px;
  border-bottom: 4px solid #692157;
}
@media only screen and (min-width:980px) {
  .main-header {
    padding-top: 24px;
    padding-bottom: 18px;
  }
}
.main-header .site-logo img {
  height: 54px;
}

.jumbotron {
  background-image: url("img/image_index_product_ichigoni.jpg");
  background-position: center;
  background-size: cover;
  background-color: #fff;
}

/* Home Header */
.home-header {
  height: 65vw;
  position: relative;
}
@media only screen and (min-width:782px) {
  .home-header {
    height: 600px;
  }
}
@media only screen and (min-width: 1520px) {
  .home-header {
    height: 720px;
  }
}

.hero-content {
  height: 65vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width:782px) {
  .hero-content {
    height: 600px;
  }
}
@media only screen and (min-width: 1520px) {
  .hero-content {
    height: 720px;
  }
}

.home-header-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 100%;
}

/* Navigation */
.main-navigation a {
  position: relative;
}
.main-navigation a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url("img/icon_nonoji.svg") center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.main-navigation a:hover {
  color: #692157;
}

@media only screen and (min-width:980px) {
  .main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
    padding-left: 15px;
  }
}

.drawer-navigation a {
  padding-left: 15px;
}

/* Common Content */
.widget-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #692157;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .widget-title {
    font-size: 2rem;
  }
}

.grad_btn {
  display: inline-block;
  position: relative;
  background: rgb(105, 33, 87);
  background: linear-gradient(135deg, rgb(137, 44, 119) 0%, rgb(101, 32, 84) 100%);
  width: 220px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  border-bottom: none;
  border-radius: 25px;
  font-weight: 500;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:782px) {
  .grad_btn {
    font-size: 14px;
    width: 270px;
    height: 40px;
    line-height: 40px;
  }
}
.grad_btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 9px;
  background: url("img/arrow_wht_md.png") center center no-repeat;
  background-size: contain;
  top: 11px;
  right: 19px;
}
@media only screen and (min-width:782px) {
  .grad_btn:before {
    width: 16px;
    height: 12px;
  }
}
.grad_btn:hover {
  background: rgb(105, 33, 87);
  background: linear-gradient(135deg, rgb(101, 32, 84) 0%, rgb(137, 44, 119) 100%);
}

.stores_link a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  color: #3b3b3b;
  text-decoration: none;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
  padding: 34px 32px 7px 32px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width:782px) {
  .stores_link a {
    font-size: 13px;
    padding: 45px 50px 9px 50px;
  }
}
.stores_link a:hover {
  color: #fff;
  background: rgb(59, 59, 59);
  background: linear-gradient(135deg, rgb(72, 72, 72) 0%, rgb(34, 34, 34) 100%);
}
.stores_link a:hover:before {
  background: url("img/ec-logo-wht.png") center center no-repeat;
  background-size: contain;
}
.stores_link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url("img/ec-logo.png") center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media only screen and (min-width:782px) {
  .stores_link a:before {
    top: 7px;
  }
}

table th, table td {
  border: solid 1px #999;
}

/* Footer Content */
#footer_banner .bn_list {
  margin-left: 0;
  list-style: none;
}
@media only screen and (min-width: 767px) {
  #footer_banner .bn_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width:980px) {
  #footer_banner .bn_list {
    width: 98%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer_banner .bn_list li {
  box-sizing: border-box;
  width: 220px;
  padding: 3px 10px;
  border: 1px solid #692157;
  margin: 10px auto;
  text-align: center;
  /*@media only screen and (min-width:782px) {
    width: 88%;
    padding: 10px;
  }*/
}
@media only screen and (min-width: 767px) {
  #footer_banner .bn_list li {
    margin: 10px;
  }
}
@media only screen and (min-width:980px) {
  #footer_banner .bn_list li {
    width: 18%;
    max-width: 260px;
    padding: 0;
    margin: 10px 5px;
  }
}
#footer_banner .bn_list li img {
  margin-bottom: 0;
}

.footer_bn .widget {
  margin-bottom: 2rem;
}
.footer_bn ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_bn ul li {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .footer_bn ul li {
    width: auto;
  }
}
.footer_bn ul li img {
  margin-bottom: 0;
}

.site-bottom {
  background: rgba(105, 33, 87, 0.05) !important;
}

@media only screen and (min-width:980px) {
  .site-bottom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.site-bottom-content:before, .site-bottom-content:after {
  display: none;
}

@media only screen and (min-width:980px) {
  .footer-widget-2 {
    width: auto !important;
    text-align: left;
    padding-left: 0;
  }
}
.footer-widget-2 h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-widget-2 p {
  font-size: 1.1rem;
}
@media only screen and (min-width:980px) {
  .footer-widget-2 p {
    font-size: 1rem;
  }
}
.footer-widget-2 .widget {
  margin-bottom: 0;
}

.footer-menu {
  display: none;
}
@media only screen and (min-width:980px) {
  .footer-menu {
    display: block;
  }
}

.site-copyright {
  font-size: 1.1rem;
}
@media only screen and (min-width:980px) {
  .site-copyright {
    font-size: 1rem;
    text-align: left;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Home Content */
.index_page_desc p {
  font-weight: 600;
  color: #333;
}
@media only screen and (min-width:980px) {
  .index_page_desc p {
    font-size: 24px;
    font-weight: 400;
  }
}

.index_product {
  position: relative;
}
@media only screen and (min-width:782px) {
  .index_product {
    height: 340px;
  }
}
@media only screen and (min-width:980px) {
  .index_product {
    height: 465px;
  }
}
.index_product:before {
  content: "";
  width: 100%;
  height: 50vw;
  display: block;
}
@media only screen and (min-width:782px) {
  .index_product:before {
    position: absolute;
    width: 50vw;
    height: 100%;
  }
}
.index_product.product_kani:before {
  background: url("img/image_index_product_kani.jpg") center center no-repeat;
  background-size: cover;
}
.index_product.product_souzai:before {
  background: url("img/image_index_product_souzai.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width:782px) {
  .index_product.product_souzai:before {
    right: 0;
    order: 1;
  }
}
.index_product.product_kanzume:before {
  background: url("img/image_index_product_ichigoni.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width:782px) {
  .index_product.product_oem {
    height: 520px;
  }
}
.index_product.product_oem:before {
  background: url("https://xs597832.xsrv.jp/kakunoya/wp-content/uploads/2021/05/9059-1.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width:782px) {
  .index_product.product_oem:before {
    right: 0;
    order: 1;
  }
}
.index_product.product_oem .btn_wrap {
  margin-top: 1em;
}
.index_product .index_product_content {
  padding: 20px;
}
@media only screen and (min-width:980px) {
  .index_product .index_product_content {
    padding: 0 48px;
  }
}
.index_product .index_product_content .widget-title {
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 0.6rem;
  color: #333;
  text-align: left;
}
@media only screen and (min-width:980px) {
  .index_product .index_product_content .widget-title {
    font-size: 1.9rem;
  }
}
.index_product .index_product_content .btn_wrap {
  text-align: center;
}
@media only screen and (min-width:980px) {
  .index_product .index_product_content .btn_wrap {
    margin-top: 3em;
  }
}
.index_product .index_product_content .stores_link {
  text-align: center;
  margin-top: 2em;
}
@media only screen and (min-width:980px) {
  .index_product .index_product_content .stores_link {
    margin-top: 3em;
  }
}

.company_banner {
  flex-direction: initial !important;
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 20px;
}
@media only screen and (min-width:782px) {
  .company_banner {
    padding: 0;
  }
}
.company_banner .panel-grid-cell {
  width: 50% !important;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0 10px !important;
}
@media only screen and (min-width:782px) {
  .company_banner .panel-grid-cell {
    flex: 0 1 25% !important;
  }
}
@media only screen and (min-width:980px) {
  .company_banner .panel-grid-cell {
    flex: 0 1 260px !important;
    width: 260px !important;
  }
}
.company_banner .panel-grid-cell p {
  margin-bottom: 0;
}

/* Product Content */
.product_list {
  align-items: stretch !important;
}
@media only screen and (min-width:782px) {
  .product_list {
    width: 96vw;
    margin-left: calc((96vw - 720px) / 2 * -1);
  }
}
@media only screen and (min-width: 1150px) {
  .product_list {
    width: 1120px;
    margin-left: -200px;
  }
}
.product_list > div {
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width:782px) {
  .product_list > div {
    flex: 0 1 32% !important;
    margin-bottom: 0 !important;
  }
}
.product_list .widget_sow-image {
  margin-top: 20px;
}
@media only screen and (min-width:782px) {
  .product_list .widget_sow-image {
    height: 18vw;
    margin-bottom: 10px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1150px) {
  .product_list .widget_sow-image {
    height: 200px;
    margin-bottom: 20px !important;
  }
}
.product_list .widget_sow-image + .widget_text .textwidget {
  text-align: center;
}
.product_list .widget_sow-image + .widget_text .textwidget p {
  display: inline-block;
  font-size: 1.2rem;
  color: #692157;
  line-height: 1.4;
  padding: 5px 20px;
  width: 60%;
  border: 2px solid #692157;
  border-radius: 50px;
}
.product_list .sow-image-container {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_list .textwidget {
  font-weight: 600;
}
@media only screen and (min-width:782px) {
  .product_list .textwidget p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:980px) {
  .product_list .textwidget p {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width:782px) {
  .product_list.customer {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.product_list.customer > div {
  padding: 54px 54px 35px 54px !important;
}
@media only screen and (min-width:782px) {
  .product_list.customer > div {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1150px) {
  .product_list.customer .widget_sow-image {
    height: auto;
    margin-bottom: 0 !important;
  }
}

.product_list.square1 .widget_sow-image img {
  max-height: 300px;
  width: auto;
}
@media only screen and (min-width:782px) {
  .product_list.square1 .widget_sow-image img {
    max-height: 200px;
  }
}
.product_list.square1 .so-widget-sow-image {
  margin-left: auto;
  margin-right: auto;
}

.product_list.square > div {
  padding: 40px 40px 20px 40px !important;
}
@media only screen and (min-width:782px) {
  .product_list.square > div {
    padding: 34px 60px 10px 60px !important;
  }
}
@media only screen and (min-width: 1150px) {
  .product_list.square .widget_sow-image {
    height: 280px;
  }
}
.product_list.square .widget_sow-image img {
  max-height: 300px;
  width: auto;
}
@media only screen and (min-width:782px) {
  .product_list.square .widget_sow-image img {
    max-height: 260px;
  }
}
.product_list.square .so-widget-sow-image {
  margin-left: auto;
  margin-right: auto;
}

/* Campany Content */
.tbl_company table {
  font-size: 100%;
}
.tbl_company table th, .tbl_company table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
@media only screen and (min-width:782px) {
  .tbl_company table th, .tbl_company table td {
    display: table-cell;
  }
}
.tbl_company table th {
  background: none;
  color: #333;
  padding-bottom: 0;
}
@media only screen and (min-width:782px) {
  .tbl_company table th {
    width: 28%;
    padding: 1em 1.2em;
    border-bottom: solid 1px #999;
  }
}
.tbl_company table td {
  border-bottom: solid 1px #999;
  padding-top: 3px;
}
@media only screen and (min-width:782px) {
  .tbl_company table td {
    width: 72%;
    padding: 1em 1.2em;
  }
}
.tbl_company table tr:nth-child(1) th {
  border-top: 3px solid #692157;
}
@media only screen and (min-width:782px) {
  .tbl_company table tr:nth-child(1) td {
    border-top: 3px solid #692157;
  }
}
@media only screen and (min-width:782px) {
  .tbl_company table tr:last-child th {
    border-bottom: 3px solid #692157;
  }
}
.tbl_company table tr:last-child td {
  border-bottom: 3px solid #692157;
}

dl.award {
  font-size: 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #999;
}
dl.award dt, dl.award dd {
  font-weight: normal;
  border-bottom: solid 1px #999;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
dl.award dt {
  width: 6em;
  margin: 0;
}
dl.award dd {
  width: calc(100% - 6em);
  margin: 0;
}

.map_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact Content */
.form_contact .danger {
  font-size: 1.3rem;
  margin-bottom: 1em;
  color: #e25c63;
}
@media only screen and (min-width:782px) {
  .form_contact .danger {
    font-size: 1.1rem;
  }
}
.form_contact .error {
  color: #e25c63;
}
.form_contact form p {
  border-bottom: 1px solid #999;
  padding-bottom: 1em;
}
.form_contact label {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (min-width:782px) {
  .form_contact label {
    font-size: 90%;
    margin-bottom: 4px;
  }
}
.form_contact label .required {
  color: #e25c63;
}
.form_contact .mwform-radio-field label {
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (min-width:782px) {
  .form_contact .mwform-radio-field label {
    display: initial;
    margin-bottom: 10px;
  }
}
.form_contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_contact select, .form_contact input[type=text], .form_contact input[type=email], .form_contact textarea {
  width: 100%;
  -webkit-appearance: none;
}
@media only screen and (min-width:782px) {
  .form_contact select {
    width: 50%;
  }
}
@media only screen and (min-width:782px) {
  .form_contact textarea {
    height: 8em;
  }
}
.form_contact .mwform-tel-field input[type=text] {
  width: 30%;
}
@media only screen and (min-width:782px) {
  .form_contact .mwform-tel-field input[type=text] {
    width: 6.5em;
  }
}
.form_contact .form_btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form_contact .form_btns button, .form_contact .form_btns input[type=button], .form_contact .form_btns input[type=reset], .form_contact .form_btns input[type=submit] {
  width: 10em;
  margin: 8px;
}

/*# sourceMappingURL=style.css.map */
