@charset "UTF-8";
/*
Theme Name: Theme NAMU NAMU STORE
Theme URI: 
Author: kent design
Author URI: 
Description: Wordpress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
}

/*** フェードインアニメーションを作って ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*** bodyやメインコンテンツの要素に反映させる ***/
body {
  animation: fadeIn 4s forwards;
}

html, body {
  margin: 0;
  height: 100%;
}

a {
  color: #a82d00;
}
a:hover {
  transition: 0.4s;
}
a.link {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #a82d00;
}

.wf-notosansjapanese {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h1 {
  font-size: 4.2rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.8rem;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 700;
}

.h1 {
  font-size: 4.2rem;
}

.h2 {
  font-size: 3.6rem;
}

.h3 {
  font-size: 3rem;
}

.h4 {
  font-size: 2.1rem;
}

.h5 {
  font-size: 1.8rem;
}

p {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.text-large {
  font-size: 1.8rem;
  line-height: 1.8;
}

.text-xlarge {
  font-size: 2.4rem;
  line-height: 2;
}

.text-small {
  font-size: 1.4rem;
}

.text-xsmall {
  font-size: 1.2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.color-main {
  color: #d53c03;
}

.color-white {
  color: #ffffff;
}

.color-beige {
  color: #a82d00;
}

.color-green {
  color: #e8b727;
}

.color-blue {
  color: #0D205F;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.border-pink-1 {
  border: 1px solid #d53c03;
}

.border-pink-2 {
  border: 2px solid #d53c03;
}

.border-pink-3 {
  border: 3px solid #d53c03;
}

.border-radius-1 {
  border-radius: 1rem;
}

.border-radius-2 {
  border-radius: 2rem;
}

.border-radius-3 {
  border-radius: 3rem;
}

/* images */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* bottun */
.btn-details {
  padding: 0.8rem 1.4rem;
  margin: 3rem auto;
  display: block;
  font-weight: 700;
  color: #d53c03;
  background-color: #ffffff;
  border-radius: 0.6rem;
}
.btn-details a {
  color: #ffffff;
}

.btn-details-green {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #e8b727;
  border-radius: 0.6rem;
}
.btn-details-green a {
  color: #ffffff;
}

.btn-details-blue {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #0D205F;
  border-radius: 0.6rem;
}
.btn-details-blue a {
  color: #ffffff;
}

.btn-details-brown {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #a82d00;
  border-radius: 0.6rem;
  border: 1px solid #f3f2f1;
}
.btn-details-brown a {
  color: #ffffff;
}

.btn-details-orange {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto;
  display: block;
  font-weight: 700;
  color: #ffffff;
  background-color: #d53c03;
  border-radius: 0.6rem;
}
.btn-details-orange a {
  color: #ffffff;
}

.btn-link {
  width: 380px;
  padding: 0.4rem 0.8rem;
  margin: 0.6rem 0 0.6rem auto;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  background-color: #d53c03;
  border-radius: 50vh;
}
@media screen and (max-width: 1025px) {
  .btn-link {
    width: 320px;
    padding: 0.3rem 0.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    width: 280px;
    padding: 0.3rem 0.4rem;
    font-size: 1.6rem;
  }
}
.btn-link a {
  color: #ffffff;
}

.btn-button {
  width: 100%;
  max-width: 200px;
  min-width: 14rem;
  padding: 0.4rem 0.8rem;
  margin: 0.6rem auto;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background-color: #e8b727;
  border-radius: 50vh;
}
.btn-button a {
  color: #ffffff;
}

/* SP改行削除 */
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* ページ内リンクで上マージン */
.header-fixed {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}

hr {
  margin: 1rem 0;
}

/* display flex; */
.d-flex {
  display: flex;
}
@media screen and (max-width: 480px) {
  .d-flex {
    flex-direction: column;
  }
}

.contents {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}

.contents-limtwide {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

.contents-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.contents-inner__text {
  padding: 2rem 1rem;
}

.contents-blog {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 1rem 2rem;
}

.contents-bg-orange {
  background-color: #d53c03;
}

.contents-bg-blue {
  background-color: #0022ff;
}

.contents-bg-beige {
  background-color: #f3f2f1;
}

.contents-bg-gray {
  background-color: #f0f0f0;
}

.border-top-triangle {
  padding-top: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

　 .border-top-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 10vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
}

.page-title {
  margin: 0 0 1rem;
  padding: 0.6rem 1rem;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #d53c03;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 2.4rem;
  }
}

.page-title-foot {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  border-bottom: 3px solid #d53c03;
  display: inline-block;
  margin-bottom: 2rem;
  padding-right: 1rem;
  /* &::after{
      content:"";
      display: inline-block;
      height: 2px;
      background-color: red;
      position:absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
   } */
}
.page-title-foot::before {
  content: "\f6d3";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.8rem;
}

.line-title_main {
  padding: 1rem 0;
  color: #ffffff;
  background-color: #d53c03;
}

.title-bg {
  padding: 0.6rem 2rem;
  color: #a82d00;
  background-color: #0D205F;
  font-weight: 500;
}
.title-bg_title {
  font-size: 2.8rem;
  text-align: center;
}

.title-bg-right {
  padding: 0.4rem 3rem;
  color: #666666;
  background-color: #e8b727;
}

.title-bg-blue {
  padding: 0.6rem 2rem;
  color: #ffffff;
  font-weight: 500;
  background-color: #a82d00;
}
.title-bg-blue_title {
  font-size: 2.4rem;
}

.box-text {
  width: calc(100% - 2px);
  padding: 1.6rem;
  font-weight: 500;
  border: 1px solid #010001;
}

/* card */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 4rem 0 2rem 0;
  padding: 4rem;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2rem;
}
.card-imgtext {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .card-imgtext {
    display: block;
  }
}
.card-imgtext-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card-imgtext-img {
    width: 100%;
  }
}
.card-imgtext-text {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .card-imgtext-text {
    padding: 2rem 0;
  }
}

/* box */
.box {
  width: 100%;
  max-width: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
}
.box-imgtext {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .box-imgtext {
    display: block;
  }
}
.box-imgtext_revers {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .box-imgtext_revers {
    display: inline;
  }
}
.box-imgtext-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box-imgtext-img {
    width: 100%;
  }
}
.box-imgtext-text {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .box-imgtext-text {
    width: 100%;
    padding: 2rem 0;
  }
}

.box-list {
  margin: 0;
}
.box-list-item {
  padding: 0 0 1rem 1rem;
}
.box-list-item::before {
  content: "\f1b0";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.8rem;
  color: #e8b727;
}
.box-list-item span {
  padding-left: 2rem;
  font-size: 1.4rem;
}

/* table */
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
}
.table td {
  font-size: 1.4rem;
  padding: 15px 25px;
  border: 1px solid #b0b0b0;
  vertical-align: middle;
}

.td-white {
  background-color: #ffffff;
}

.td-gray {
  background-color: #efefef;
}

.td-pink {
  background-color: #f3d8d2;
}

.td-blue {
  background-color: #e3f8fc;
}

.td-green {
  background-color: #daf3d2;
}

.td-header {
  background-color: #dfdede;
}

.table-responsive {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    margin-inline: auto;
    overflow-x: auto;
  }
}

/* list */
ul.tree {
  list-style: none;
  padding-left: 2rem;
}
ul.tree li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 1rem;
}
ul.tree li::before {
  content: "\f4d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #e8b727;
}

/* ------- header ------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #d53c03;
  padding: 0;
  z-index: 10;
}
.header a {
  color: #ffffff;
}
.header a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.header-inner {
  width: 100%;
  /* height: 18rem; */
  margin: 0;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  width: 130px;
  margin-left: 3rem;
}
@media screen and (max-width: 1025px) {
  .header-title {
    width: 100px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-title {
    width: 80px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .header-title {
    width: 80px;
    margin-left: 1rem;
  }
}

.header-nav {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
}
.header-nav-item {
  margin-right: 2rem;
}
.header-nav-item:last-of-type {
  margin-right: 0;
}

/* ハンバーガーメニュー */
.hamburger-nav {
  position: fixed;
  left: 0;
  top: -120%;
  width: 100%;
  height: 50rem;
  padding-top: 8rem;
  background-color: #e8b727;
  transition: all 0.3s;
  z-index: 20;
  overflow-y: auto;
}
.hamburger-nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .hamburger-nav-list {
    flex-direction: column;
  }
}
.hamburger-nav-list_child {
  padding: 0 0 0.2rem 0.2rem;
  font-size: 1.4rem;
  /* @include va.mq(sp-sm) {
      display: none;
  } */
}
.hamburger-nav-item {
  padding: 1rem 0;
  width: 22%;
}
@media screen and (max-width: 480px) {
  .hamburger-nav-item {
    width: 80%;
    padding-left: 2rem;
  }
}
.hamburger-nav-item a {
  display: block;
  color: #010001;
  width: 100%;
}

.hamburger {
  position: absolute;
  right: 3rem;
  top: 1rem;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 30;
  background-color: #d53c03;
  border-radius: 1rem;
  /* @include va.mq(tab){
      display: none;
  } */
}
@media screen and (max-width: 480px) {
  .hamburger {
    right: 1rem;
  }
}
.hamburger_line {
  position: absolute;
  left: 8px;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 50vh;
}
.hamburger_line_1 {
  top: 1.1rem;
}
.hamburger_line_2 {
  top: 2.1rem;
}
.hamburger_line_3 {
  top: 3.1rem;
}

.hamburger-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #010001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .hamburger-nav {
  top: 0;
}

.nav-open .hamburger-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger_line_1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger_line_2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger_line_3 {
  transform: rotate(-45deg);
  top: 20px;
}

.nav-open .hamburger_title {
  font-size: 0;
}

.nav-open .hamburger_title::before {
  font-size: 1.2rem;
  content: "CLOSE";
  left: 0.1rem;
}

.sns-icons {
  padding-left: 1rem;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}
.sns-icons-item {
  padding-right: 1rem;
}

.header-info {
  display: flex;
  justify-content: space-around;
}
.header-info__contact {
  font-size: 1.4rem;
}
.header-info__company {
  padding: 0 1rem;
}
.header-info__company-title {
  font-size: 1.6rem;
  font-weight: 400;
}
.header-info__company-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .header-info__company {
    display: none;
  }
}
.header-info_sns {
  font-size: 2.8rem;
  color: #010001;
}
.header-info_sns a {
  color: #010001;
}

/*** main ***/
main {
  padding-top: 100px;
}

.hero {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  z-index: -20;
  background-color: #010001;
}
@media screen and (max-width: 1025px) {
  .hero {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 100vh;
  }
}
.hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* @include va.mq(sp-sm){
      width: 100%;
      height: auto;
  } */
}

@media screen and (min-width: 481px) {
  .hero_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hero_lrg {
    display: none;
  }
}
.top-mg100vh {
  height: 100vh;
}
@media screen and (max-width: 1025px) {
  .top-mg100vh {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mg100vh {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mg100vh {
    height: 100vh;
  }
}

.hero-slide__img {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}

.hero-slide__item:nth-of-type(4) .hero-slide__img {
  animation-delay: 15s;
}

/* .hero-slide__item:nth-of-type(5) .hero-slide__img {
    animation-delay: 20s;
} */
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    /* transform: translateX(-10%); */
  }
}
.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero-title {
  position: absolute;
  width: 80%;
  max-width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .hero-title {
    height: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-title {
    top: 50%;
  }
}
.hero-title__img {
  display: block;
  width: 100%;
  padding-bottom: 2rem;
}
.hero-title__lead {
  font-weight: 700;
  color: #ffffff;
}

.top-heading {
  padding: 40px 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-heading {
    flex-wrap: wrap;
  }
}
.top-heading_img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top-heading_img {
    width: 100%;
    padding-bottom: 20px;
  }
}
.top-heading_text {
  width: 64%;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .top-heading_text {
    width: 100%;
  }
}

.top-popcicle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-popcicle {
    flex-wrap: wrap;
  }
}
.top-popcicle-img {
  width: 16%;
}
@media screen and (max-width: 767px) {
  .top-popcicle-img {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .top-popcicle-img {
    width: 48%;
  }
}
.top-popcicle-img img {
  padding-bottom: 16px;
}

.top-bnr {
  display: flex;
  padding-bottom: 6rem;
}
.top-bnr_box {
  width: 50%;
  position: relative;
}
.top-bnr_box img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bnr_title {
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.details {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .details {
    padding: 1rem 0;
  }
}

.details-title {
  text-align: center;
}

.main {
  margin: 0;
  padding: 0;
}

.haeder-pages {
  width: 100%;
  padding: 0 0 60px;
}
.haeder-pages_img {
  width: 100%;
  height: 160px;
}
.haeder-pages_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.haeder-pages_title {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .haeder-pages_title {
    font-size: 3.2rem;
  }
}

/* ページのリード */
.pages-lead {
  padding: 60px 24px;
  background-color: #f3f2f1;
}
.pages-lead-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.pages-lead-inner p {
  font-size: 2.4rem;
  font-weight: bold;
}
.pages-lead-img {
  width: 400px;
  margin: 0 auto;
}

/* 各ページのメインビジュアル */
.page-gallery {
  width: 100%;
  padding: 4rem 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-gallery {
    flex-direction: column;
  }
}
.page-gallery-img {
  width: 32%;
  padding-bottom: 3rem;
}
.page-gallery-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-gallery-img {
    width: 100%;
  }
}

/*
 * conpany
 */
.company {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company dl {
    flex-flow: column;
  }
}
.company dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #f1f1f1;
}
.company dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
}

/* お問い合わせ */
dl.contact {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid #666666;
}
@media screen and (max-width: 767px) {
  dl.contact {
    flex-flow: column;
  }
}
dl.contact dt {
  flex-basis: 20%;
  padding: 2rem;
  border-bottom: 1px solid #666666;
}
dl.contact dd {
  flex-basis: 80%;
  padding: 2rem;
  border-bottom: 1px solid #666666;
}

/* フォーム */
.form-box {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid #666666;
}
.form-box-title {
  width: 20rem;
}
.form-box-text {
  width: 100%;
}

.text, textarea, .dropdown, .wpcf7-text {
  width: 100%;
  padding: 0.6rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

input {
  overflow: visible;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}

.wpcf7 textarea[name=your-message] {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cf-turnstile {
  display: flex !important;
  justify-content: center !important;
}

.footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.footer-info {
  width: 100%;
  margin: 0;
  padding: 10rem 0 0 0;
  text-align: center;
}
.footer-info_logo {
  display: block;
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
}
.footer-info_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-info-recruit {
  width: 100%;
  padding: 4rem 1rem;
  margin-top: 4rem;
  background-image: url(./assets/img/bg_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-info-recruit_title {
  max-width: 800px;
  margin: 2rem auto;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.footer-info-recruit_text {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto 4rem auto;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
}
.footer-nav {
  width: 100%;
  margin: 0;
  padding: 2rem 0 1rem;
  background-color: #d53c03;
  border-top: 18px solid #e8b727;
}
.footer-nav-inner {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
  padding: 1rem;
  color: #ffffff;
}
.footer-nav-inner a {
  color: #ffffff;
}
.footer-nav_logo {
  width: 25%;
}
.footer-nav_item {
  padding: 0 1rem 0.5rem 0;
}
.footer-nav_details {
  width: 40%;
}
.footer-nav_btn {
  width: 18%;
}
.footer-nav_number {
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 0;
}
.footer-nav-sns {
  padding-left: 1rem;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
}
.footer-nav-sns_item {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-copy {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 8rem;
  display: flex;
  justify-content: space-between;
  background-color: #a82d00;
  color: #ffffff;
}
.footer-copy p {
  font-size: 1.2rem;
}
.footer-copy a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    display: block;
    text-align: center;
  }
}
.footer-btn {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 481px) {
  .footer-btn {
    display: none;
  }
}
.footer-btn_inquiry {
  width: 45%;
  text-align: center;
  background-color: #d53c03;
  padding-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-btn_inquiry a {
  color: #ffffff;
}
.footer-btn_store {
  width: 35%;
  text-align: center;
  padding-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e8b727;
}
.footer-btn_store a {
  color: #010001;
}
.footer-btn_instagram {
  width: 20%;
  text-align: center;
  font-size: 3rem;
  background-color: #d53c03;
}
.footer-btn_instagram a {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */