@charset "UTF-8";

/* --------------------------------------------------

  header

-------------------------------------------------- */
#header .btn-primary.btn-icon,
#fixed-nav .btn-primary.btn-icon {
  width: 250px !important;
  min-width: 250px !important;
  padding: 7px 30px 7px 20px;
  min-height: 48px;
}
#fixed-nav .nav-jcom .nav-menu {
  padding-bottom: 10px;
}
#header .snav>* {
  align-self: center;
}
@media screen and (max-width: 767px) {
#header .btn-primary.btn-icon,
#fixed-nav .btn-primary.btn-icon {
  width: 160px !important;
  min-width: 160px !important;
  min-height: 40px;
  font-size: 14px;
}
#header .btn-primary.btn-icon img,
#fixed-nav .btn-primary.btn-icon img {
  width: 20px
}
#fixed-nav {
    display: block;
}
#fixed-nav .nav-jcom .nav-menu {
  padding-bottom: 8px;
}
#header .snav>* {
  align-self: flex-end;
}
.lp-btn-bd {
  font-size: 14px;
}
}

/* --------------------------------------------------

  font

-------------------------------------------------- */
.fs-56 {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
.fs-56 {
  font-size: 32px;
}
}



/* --------------------------------------------------

  headline

-------------------------------------------------- */
/*
.headline_3 {
  width: 100%;
  max-width: 247px;
  margin: 0 auto 40px;
}
*/
.headline_4 {
  width: 210px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
  }
  /*
  .headline_3 {
    max-width: 122px;
    margin: 0 auto 32px;
  }
  */
}



/* --------------------------------------------------

  parts

-------------------------------------------------- */
.bg-brown {
  background: #C98F73;
}
.list-note.star > li::before {
  content: "★";
}
.list-note-num.star > li::before {
  content: "★";
}
.lp-btn-bd-xs.line2 {
  min-height: 60px;
}
.mt-h3 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
.mt-h3 {
  margin-top: 40px;
}
}



/* --------------------------------------------------

  mobile_text

-------------------------------------------------- */
.mobile_text {
  position: relative;
  margin-top: 150px;
  padding-top: 120px !important;
  overflow: visible;
}
.mobile_text .mobile_text_item {
  content: "";
  position: absolute;
  top: -98px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
.mobile_text {
  margin-top: 100px;
  padding-top: 80px !important;
}
.mobile_text .mobile_text_item {
  top: -19vw;
}
}
