@charset "UTF-8";
/* --------------------------------  MIX IN  -------------------------------- */
/* --------------------------------  MIX IN  -------------------------------- */
/* --------------------------------  Admin Menu  -------------------------------- */
/*メニューの背景色*/
#adminmenuback,
#adminmenuwrap,
#adminmenu {
  background: #ffffff;
}

/*メニューのホバーした時の背景色*/
#adminmenu a:hover,
#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
  color: #ffd129;
  background: #e6e6e6;
}

/* Admin Menu: submenu */
/*メニューの第2階層の背景色*/
#adminmenu .wp-submenu,
#adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #5c4800;
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #5c4800;
}

/*アクティブ時の背景色*/
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
.folded #adminmenu li.current.menu-top {
  color: #000000;
  background: #ffffff;
}

/* Admin Menu: bubble */
/*項目右の数字アイコンの色*/
#adminmenu .awaiting-mod,
#adminmenu .update-plugins {
  color: #000000;
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0);
}

#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins,
#adminmenu li:hover a .awaiting-mod,
#adminmenu li.menu-top:hover > a .update-plugins {
  color: #000000;
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0);
}

/* Admin Bar */
/*管理画面のヘッダーの色*/
#wpadminbar {
  color: #fff;
  background: #765c00;
}

/* Core UI */
/*更新、公開ボタンの色*/
.wp-core-ui .button-primary {
  background: #765c00;
  border-color: #765c00;
  color: #fff;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
  background: #765c00;
  border-color: #765c00;
  color: #fff;
}

/* --------------------------------  Admin Menu  -------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Regular Font */
@font-face {
  font-family: "Noto Sans SC";
  src: url("../font/NotoSansJP-Regular.otf");
  font-weight: 400;
}
/* Medium Font */
@font-face {
  font-family: "Noto Sans SC";
  src: url("../font/NotoSansJP-Medium.otf");
  font-weight: 500;
}
/* Bold Font */
@font-face {
  font-family: "Noto Sans SC";
  src: url("../font/NotoSansJP-Bold.otf");
  font-weight: 700;
}
body {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 16px;
}

h1 {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 3.2rem;
  }
}

h4 {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 540px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  h5 {
    font-size: 1.8rem;
  }
}

p {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  p {
    font-size: 1.6rem;
  }
}

.big {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, Meiryo, sans-serif;
  font-weight: 900;
  font-size: 12rem;
}

.middle {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, Meiryo, sans-serif;
  font-weight: 900;
  font-size: 6rem;
}

.small {
  padding-left: 20px;
  margin-right: 24px;
}

.light-yellow {
  color: #ffd129;
}

.dark-yellow {
  color: #b0901a;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.horizontal-list .item {
  /* 横スクロール用 */
  display: inline-block;
}

.MV {
  width: 100%;
  height: 660px;
  overflow-x: hidden;
  background-image: url(../img/top.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .MV {
    height: 520px;
  }
}
@media screen and (max-width: 540px) {
  .MV {
    height: 400px;
  }
}
.MV .MV_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 28px;
  right: 100px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .MV .MV_content {
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .MV .MV_content {
    position: absolute;
    left: 0;
  }
}
.MV .MV_content .logo {
  position: absolute;
  width: 164px;
  height: auto;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .MV .MV_content .logo {
    width: 120px;
  }
}
.MV .MV_content .MV_text {
  color: #ffffff;
  padding-top: 242px;
}
@media screen and (max-width: 768px) {
  .MV .MV_content .MV_text {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .MV .MV_content .MV_text {
    padding-top: 136px;
  }
}
.MV .MV_content .MV_text h1 {
  margin: 0;
  padding-left: 18px;
}
@media screen and (max-width: 540px) {
  .MV .MV_content .MV_text h1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .MV .MV_content .MV_text h1 {
    padding-left: 0;
  }
}
.MV .MV_content .MV_text h3 {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .MV .MV_content .MV_text h3 {
    padding-left: 0;
  }
}
.MV .MV_content .MV_text h4 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 18px;
}
@media screen and (max-width: 540px) {
  .MV .MV_content .MV_text h4 {
    padding-left: 0;
  }
}
.MV .MV_content .MV_text span.nearby {
  padding-left: 7%;
}
@media screen and (max-width: 1024px) {
  .MV .MV_content .MV_text span.nearby {
    padding-left: 24px;
  }
}

.goods.container {
  padding: 40px 16px;
}
.goods .goods_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .goods .goods_item {
    display: flex;
    flex-direction: column;
  }
}
.goods .goods_text {
  margin-left: 88px;
}
@media screen and (max-width: 1024px) {
  .goods .goods_text {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .goods .goods_text {
    max-width: 100%;
    text-align: center;
    padding-bottom: 32px;
    margin: 0;
  }
}
.goods .goods_text h1 {
  margin-bottom: 0;
}
.goods .goods_text h2 {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .goods .goods_text h2 {
    padding-left: 0;
  }
}
.goods .goods_text h3 {
  margin: 8px 0 0 0;
}
@media screen and (max-width: 540px) {
  .goods .goods_text h4 {
    padding-left: 0;
    line-height: 1.4em;
  }
}
.goods .goods_text p {
  margin: 8px 0 32px 0;
}
.goods .goods_text .h-goods {
  font-size: 6.4rem;
  font-weight: 600;
  padding: 2px 0 8px 0;
}
@media screen and (max-width: 768px) {
  .goods .goods_text .h-goods {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 540px) {
  .goods .goods_text .h-goods {
    font-size: 4rem;
  }
}
.goods .goods_img {
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .goods .goods_img {
    max-width: 100%;
  }
}
.goods .goods_img img {
  overflow-x: hidden;
  border-radius: 16px 16px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}
.goods a.btn {
  font-size: 2.4rem;
  padding: 16px 120px;
  font-weight: 600;
}
.goods a.btn-border {
  border: 2px solid #b0901a;
  border-radius: 8px;
  background: #fff;
  color: #b0901a;
}
.goods a.btn-border:hover {
  color: #ffffff;
  background: #b0901a;
}
.goods .btn-goods {
  margin-top: 32px;
}
@media screen and (max-width: 540px) {
  .goods .btn-goods {
    margin-top: 14px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .goods .btn-goods, .parts .btn-goods {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.goods a.btn, .parts a.btn {
  font-size: 2.4rem;
  padding: 16px 120px;
  font-weight: 600;
}
.goods a.btn-border, .parts a.btn-border {
  border: 2px solid #b0901a;
  border-radius: 8px;
  color: #b0901a;
  width: 336px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  .goods a.btn-border, .parts a.btn-border {
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .goods a.btn-border, .parts a.btn-border {
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  .goods a.btn-border, .parts a.btn-border {
    width: 200px;
  }
}

.features {
  background-color: #FAF7F1;
  padding: 88px 16px;
}
.features .features_container_item {
  max-width: 1264px;
  margin: 0 auto;
}
.features .features_contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .features .features_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.features .strength {
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 1024px) {
  .features .strength {
    width: 100%;
    margin-bottom: 64px;
  }
}
.features .strength_img {
  width: 100%;
  border-radius: 8px 8px;
}
.features .strength_img img {
  border-radius: 8px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}
.features .precision {
  width: calc((100% - 64px) / 2);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .features .precision {
    width: 100%;
  }
}
.features .strength h3 {
  margin: 12px 0;
}
.features .strength p {
  margin: 0;
}
.features .precision_img {
  width: 100%;
  border-radius: 8px;
}
.features .precision_img img {
  border-radius: 8px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}
.features .precision h3 {
  margin: 12px 0;
}
.features .precision p {
  margin: 0;
}
.features .fp-br2 {
  display: contents;
}

.how {
  height: auto;
}
@media screen and (max-width: 540px) {
  .how {
    height: auto;
    margin-bottom: 40px;
  }
}
.how .item {
  width: 900px;
  height: 500px;
}
@media screen and (max-width: 540px) {
  .how .item {
    height: auto;
  }
}
.how .item {
  position: relative;
}
.how .how009 .how009_text {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .how .how009 .how009_text {
    top: 44%;
  }
}
@media screen and (max-width: 540px) {
  .how .how009 .how009_text {
    top: 55%;
  }
}
.how .how009 .how009_text a.btn-border {
  border: 2px solid #b0901a;
  border-radius: 8px;
  background: #b0901a;
  color: #ffffff;
}
.how .how009 .how009_text a.btn-border:hover {
  color: #ffffff;
  background: #b0901a;
}
.how .how009 .how009_text .btn,
.how .how009 .how009_text a.btn,
.how .how009 .how009_text button.btn {
  font-size: 2.8rem;
  padding: 0.6rem 12rem;
}
@media screen and (max-width: 440px) {
  .how .how009 .how009_text .btn,
.how .how009 .how009_text a.btn,
.how .how009 .how009_text button.btn {
    font-size: 2rem;
    padding: 0.6 4rem;
  }
}
.how .how009 .how009_text a {
  color: #ffd129;
  text-decoration: none;
}
.how .how009 .how009_text a:hover {
  color: #ffd129;
}
.how .sliderArea .slick-slide img.pc {
  display: block;
  height: 580px;
}
@media screen and (max-width: 1024px) {
  .how .sliderArea .slick-slide img.pc {
    display: none;
  }
}
.how .sliderArea .slick-slide img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .how .sliderArea .slick-slide img.sp {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .how .sliderArea {
    height: auto;
    padding: 0;
  }
}
.how .sliderArea .slick-dots li button:before {
  font-size: 40px !important;
  color: #b0901a !important;
}

.growth {
  padding: 72px 16px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .growth {
    padding: 56px 16px;
  }
}
.growth .growth_container_item {
  max-width: 1288px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #000000;
  border-radius: 32px;
}
.growth .growth_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 262px;
  background-image: url("../img/changshu.jpg");
  background-size: cover;
  background-position: 0 28%;
}
@media screen and (max-width: 1024px) {
  .growth .growth_title {
    height: 180px;
  }
}
.growth .growth_title .h2 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.growth .growth_detail {
  padding: 72px 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .growth .growth_detail {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .growth .growth_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 540px) {
  .growth .growth_detail {
    padding: 56px 48px;
  }
}
@media screen and (max-width: 375px) {
  .growth .growth_detail {
    padding: 32px 40px;
  }
}
.growth .growth_detail .text {
  max-width: 548px;
  width: 100%;
  padding-right: 48px;
}
@media screen and (max-width: 1024px) {
  .growth .growth_detail .text {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 56px;
    text-align: center;
  }
}
.growth .growth_detail .textbox h4 {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .growth .growth_detail .textbox h4 {
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .growth .growth_detail .textbox h4 {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  .growth .growth_detail .textbox h4 {
    margin: 16px 0 0 0;
    font-size: 2rem;
  }
}
.growth .growth_detail .growth_subtext {
  font-size: 2rem;
  font-weight: 400;
  margin: 36px 0;
}
@media screen and (max-width: 540px) {
  .growth .growth_detail .growth_subtext {
    font-size: 1.6rem;
    margin: 24px 0;
  }
}
@media screen and (max-width: 1200px) {
  .growth .growth_detail .g-br1 {
    display: none;
  }
}
.growth .growth_detail .growth_atention {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.growth .growth_detail .graph-area {
  max-width: calc(100% - 548px);
  width: 100%;
  padding-left: 48px;
}
@media screen and (max-width: 1024px) {
  .growth .growth_detail .graph-area {
    max-width: 100%;
    padding-left: 0;
  }
}
.growth .growth_detail .graph-area .graph {
  text-align: center;
}
.growth .growth_detail .graph-area .graph_title {
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 375px) {
  .growth .growth_detail .graph-area .graph_title {
    font-size: 2rem;
  }
}
.growth .growth_detail .graph-area .g-2017 {
  margin: 12px 0;
}
.growth .growth_detail .graph-area p.graph_small {
  margin: 0;
  font-size: 1.6rem;
}

.parts {
  padding: 88px 0;
  background-color: #FAF7F1;
}
.parts .parts_container_item {
  max-width: 1258px;
  margin: 0 auto;
}
.parts .parts_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .parts .parts_content {
    flex-direction: column;
  }
}
.parts .parts_item {
  width: 100%;
  max-width: 756px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .parts .parts_item {
    max-width: 90%;
  }
}
.parts .parts_item img {
  width: 100%;
  height: auto;
}
.parts .item-img {
  width: 50%;
  margin-bottom: 24px;
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 1024px) {
  .parts .item-img {
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
  }
}
.parts .item-img img {
  border-radius: 8px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .parts .text {
    padding-top: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .parts .text {
    max-width: 100%;
  }
}
.parts h1 {
  font-size: 6.4rem;
  font-weight: 600;
  padding: 2px 0 8px 0;
}
@media screen and (max-width: 768px) {
  .parts h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 540px) {
  .parts h1 {
    font-size: 4rem;
  }
}
.parts p {
  margin: 8px 0 46px 0;
}
@media screen and (max-width: 1200px) {
  .parts p {
    margin: 8px 0 32px 0;
  }
}
.parts .parts_text_p {
  margin-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .parts .parts_text_p {
    margin-bottom: 32px;
  }
}

.qr {
  padding: 120px 16px;
}
.qr .qr_container_item {
  max-width: 910px;
  margin: 0 auto;
}
.qr h1,
.qr h2,
.qr h4 {
  margin: 0;
}
.qr .title,
.qr .sub-title,
.qr .qr-info {
  text-align: center;
  font-size: 36px;
}
.qr .title {
  margin-top: 48px;
}
.qr .sub-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .qr .sub-title {
    margin-bottom: 6px;
  }
}
.qr .qr-info {
  opacity: 50%;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 540px) {
  .qr .qr-info {
    margin-bottom: 24px;
  }
}
.qr .qrcode {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .qr .qrcode {
    margin-bottom: 24px;
  }
}
.qr .qrcode .qrcode-img {
  width: calc((100% - 232px) / 3);
}
@media screen and (max-width: 768px) {
  .qr .qrcode .qrcode-img {
    width: calc((100% - 160px) / 3);
  }
}
@media screen and (max-width: 540px) {
  .qr .qrcode .qrcode-img {
    width: calc((100% - 80px) / 3);
  }
}

.floating {
  position: fixed;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  left: auto;
  right: 0;
  bottom: 0;
  max-width: 364px;
  width: 100%;
  background: linear-gradient(to bottom right, #dabf61, #a18523);
  border-radius: 16px 0 0 0;
  padding: 24px;
  box-shadow: 0px 0px 10px rgba(176, 144, 26, 0.26);
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .floating {
    padding: 16px;
  }
}
.floating .floating-item {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .floating .floating-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .floating .floating-item .phone {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .floating .floating-item .btn-contact {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .floating .floating-item .btn-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .floating {
    max-width: 100%;
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 0px;
  }
}
@media screen and (max-width: 540px) {
  .floating {
    height: 128px;
  }
}
.floating h2 {
  color: #ffffff;
  line-height: 1em;
  padding-bottom: 16px;
}
.floating i {
  width: 40px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .floating i {
    margin-right: 16px;
  }
}
@media screen and (max-width: 540px) {
  .floating i {
    margin-right: 6px;
  }
}
.floating a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.floating a:hover {
  color: #b0901a;
}
.floating a.btn-border {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.96);
  color: #b0901a;
}
.floating a.btn-border:hover {
  color: #ffffff;
  background: #b0901a;
}
.floating .btn,
.floating a.btn,
.floating button.btn {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  width: 272px;
  height: 58px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .floating .btn,
.floating a.btn,
.floating button.btn {
    font-size: 2rem;
    width: auto;
    height: auto;
  }
}

footer {
  padding: 46px 16px 144px 16px;
  color: #000000;
  border-top: 1px solid #9A8530;
  margin-bottom: 80px;
}
footer .footer_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding-left: 16px;
    padding-bottom: 60px;
  }
}
footer .footer_container_item {
  max-width: 762px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  footer .info .info p {
    font-size: 1.4rem;
  }
}
footer .footer_content img {
  width: 164px;
}
footer h3 {
  padding-top: 34px;
}
footer p {
  font-weight: 400;
  margin: 10px 0;
}
footer p:last-child {
  margin-bottom: 0;
}
footer i {
  width: 20px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  footer i {
    margin-right: 24px;
  }
}
footer a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
footer a:hover {
  color: #ffd129;
}
footer a:active {
  color: #ffd129;
}
footer .location {
  display: inline-block;
}
footer .location a {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  footer .location a {
    font-size: 1.4rem;
  }
}
footer .location {
  width: calc(100% - 44px);
}
footer .location-p {
  display: inline-block;
  margin: 0;
}
/*# sourceMappingURL=common.css.map */