@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.27vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #232323;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

header {
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FFF;
}

.l-header-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 5%;
  height: 100%;
}

.l-header--lower {
  height: 80px;
  background-color: #0e2b4c;
  color: #ffffff;
}

.l-header-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 5%;
  height: 100%;
}

.l-header--lower--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.l-header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header--lower--logo {
  display: block;
  width: 350px;
}

.l-header--lower--nav {
  margin: 0 0 0 auto;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.l-header--lower--nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header a:hover {
  opacity: 0.6;
}

#nav-toggle {
  z-index: 1000;
  width: 31px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 31px;
  margin: 0 auto;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 25px;
  left: 50%;
  width: 0;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open #nav-toggle span {
  background-color: #ffffff;
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#gloval-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.l-container {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

.gnav_sp-list {
  list-style: none;
  margin: 175px 0 0;
  padding: 0;
}

.gnav_sp-item:before {
  display: inline-block;
  margin-right: 10px;
  color: #d0d0d0;
  content: "・";
}

.gnav_sp-item {
  font-size: 16px;
}

@media (max-width: 1000px) {
  .u-d-sm-none {
    display: none !important;
  }
  #nav-toggle {
    display: block;
  }
}
@media (max-width: 1000px) {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .l-header--lower {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .l-header--lower--logo {
    width: 200px;
  }
  .gnav_sp-item {
    margin-top: 20px;
  }
}
.l-footer {
  padding: 80px 0;
  color: black;
}

@media (min-width: 768px) {
  .l-container {
    max-width: calc(1160px + 10%);
  }
}
.l-container {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

.l-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-container {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.l-footer--left {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.l-footer--left--info--item {
  font-size: 14px;
  line-height: 1.7857142857;
  padding-bottom: 10px;
}

.l-footer--left--info--item strong {
  display: block;
  margin-bottom: 5px;
}

.l-footer--left--telnum {
  border-top: 1px solid #dedede;
  padding: 10px 0 0 0;
}

.l-footer--left--telnum a {
  font-size: 22px;
}

.l-footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-footer--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.l-footer--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 60px;
  list-style: none;
  max-width: 560px;
  max-height: 280px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.l-footer--list {
  max-height: none !important;
}
.l-footer--list li {
  line-height: 2;
}

.l-footer--item:before {
  display: inline-block;
  margin-right: 8px;
  content: url(../img/footer-circle.svg);
}

.l-footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-footer a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
  .l-footer-container {
    gap: 30px;
  }
  .l-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer--left--info--item {
    font-size: 12px;
  }
  .l-footer--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #dedede;
    padding: 30px 0 0 0;
  }
  .l-footer--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #dedede;
    padding: 30px 0 0 0;
  }
  .l-footer--list {
    gap: 17px 20px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    font-size: 12px !important;
    margin: 0 0 50px 0 !important;
  }
  .l-footer--item {
    width: 45%;
  }
}
.fv {
  background: url(http://mihagino-seikotuin.com/wp-content/uploads/2025/11/fv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130rem 0 150rem;
}
.fv .inner {
  max-width: 1280rem;
  margin: 0 auto;
}
.fv_img {
  width: 592rem;
}
.fv-item .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 640rem;
}
.fv-item .area_txt1 {
  color: #966c2a;
  font-size: 28rem;
  font-family: "Yu Mincho", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fv-item .area_txt2 {
  font-size: 45rem;
  font-weight: 400;
  margin: 25rem 0 15rem;
  color: #606060;
  line-height: 1;
}
.fv-item .area_ttl {
  font-size: 110rem;
  font-weight: 500;
  color: #606060;
  letter-spacing: 0.15em;
  line-height: 1;
  border-bottom: 1rem solid #606060;
  padding-bottom: 20rem;
}
.fv-item .area_txt3 {
  font-size: 33rem;
  color: #606060;
  font-family: "Yu Mincho", sans-serif;
  font-weight: bold;
  margin-top: 20rem;
  letter-spacing: -0.04em;
}
.fv-item .area_bottom {
  margin-top: 30rem;
}
.fv-item .area_bottom_category {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1rem solid #966c2a;
  color: #966c2a;
  font-size: 32rem;
  font-weight: bold;
  font-family: "Yu Mincho", sans-serif;
  line-height: 1.28125;
  text-align: center;
  padding: 15rem 35rem;
  max-width: 290rem;
}
.fv-item .area_bottom_category:first-child {
  margin-right: 20rem;
}

.detail {
  padding: 90rem 0;
}
.detail .inner {
  max-width: 1120rem;
  margin: 0 auto;
}
.detail_ttl {
  text-align: center;
  font-size: 50rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #0176e3;
  font-family: "Yu Mincho", sans-serif;
  font-weight: bold;
}
.detail_sm {
  font-size: 25rem;
  font-weight: 400;
  margin: 20rem 0 80rem;
  letter-spacing: 0.2em;
}
.detail_txt {
  text-align: center;
  font-size: 30rem;
  font-weight: bold;
  font-family: "Yu Mincho", sans-serif;
  line-height: 1.6;
}

.feature {
  padding: 40rem 0 100rem;
}
.feature .inner {
  max-width: 1120rem;
  margin: 0 auto;
}
.feature_ttl_en {
  font-size: 60rem;
  font-weight: 500;
  color: #c50202;
  line-height: 1;
}
.feature_ttl_jp {
  font-size: 35rem;
  line-height: 1;
  margin-top: 30rem;
  font-weight: 500;
}
.feature_txt {
  font-size: 55rem;
  font-weight: bold;
  font-family: "Yu Mincho", sans-serif;
  color: #966c2a;
  text-align: center;
  line-height: 1.4545454545;
  margin: 90rem 0 70rem;
}
.feature_flex_bg img {
  width: 260rem;
}
.feature_flex_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_flex_txt {
  position: absolute;
  text-align: center;
  font-size: 34rem;
  font-weight: 500;
  color: #966c2a;
  line-height: 1.2352941176;
  top: 50rem;
  letter-spacing: 0;
}

.possible {
  padding: 40rem 0 150rem;
}
.possible .inner {
  max-width: 1280rem;
  margin: 0 auto;
}
.possible-item .img {
  max-width: 565rem;
}
.possible-item .img img {
  width: 564rem;
}
.possible-item .area {
  width: 70%;
  max-width: 670rem;
}
.possible-item .area_item:last-child {
  margin-top: 30rem;
}
.possible-item .area_lead {
  font-size: 38rem;
  font-weight: bold;
  padding: 20rem 30rem;
  line-height: 1;
  color: white;
  font-family: "Yu Mincho", sans-serif;
  background: #0176E3;
  background: linear-gradient(92deg, rgb(1, 118, 227) 0%, rgb(90, 159, 224) 100%);
  border-top-right-radius: 30rem;
}
.possible-item .area_txt1 {
  font-size: 32rem;
  color: #0176e3;
  font-weight: 500;
  margin: 20rem 0;
}
.possible-item .area_txt2 {
  font-size: 20rem;
  line-height: 2;
  letter-spacing: 0;
}

.product {
  padding-bottom: 150rem;
}
.product .inner {
  max-width: 1280rem;
  margin: 0 auto;
}
.product_ttl_en {
  font-size: 60rem;
  font-weight: 500;
  color: #c50202;
  line-height: 1;
}
.product_ttl_jp {
  font-size: 35rem;
  line-height: 1;
  margin-top: 30rem;
  font-weight: 500;
}
.product-item {
  margin-top: 100rem;
}
.product-item .img {
  max-width: 668rem;
}
.product-item .img img {
  width: 668rem;
}
.product-item .area {
  letter-spacing: 0;
}
.product-item .area_lead {
  font-size: 43rem;
  font-weight: 500;
  border-bottom: 1rem solid #232323;
  line-height: 1;
  padding-bottom: 15rem;
}
.product-item .area_txt1 {
  font-size: 33rem;
  font-weight: bold;
  color: #966c2a;
  font-family: "Yu Mincho", sans-serif;
  line-height: 1.3939393939;
  margin: 15rem 0 20rem;
}
.product-item .area_row {
  border-bottom: 1rem solid #bbbbbb;
  padding: 10rem 0;
  font-size: 25rem;
}
.product-item .area_category {
  min-width: 190rem;
}

.case {
  background-color: #eef2f5;
  padding: 150rem 0 70rem;
}
.case .inner {
  max-width: 1280rem;
  margin: 0 auto;
}
.case_ttl_en {
  font-size: 60rem;
  font-weight: 500;
  color: #c50202;
  line-height: 1;
}
.case_ttl_jp {
  font-size: 35rem;
  line-height: 1;
  margin-top: 30rem;
  font-weight: 500;
}
.case .inner {
  max-width: 1280rem;
  margin: 0 auto;
}
.case-item {
  margin-top: 100rem;
}
.case-item .box {
  margin-bottom: 75rem;
}
.case-item .box_img img {
  width: 370rem;
}
.case-item .box_txt {
  margin-top: 20rem;
  text-align: center;
  font-size: 25rem;
  font-weight: 500;
}
.case-item .box_txt span {
  border-bottom: 1rem solid #232323;
}

.contact {
  padding: 100rem 0;
}
.contact .inner {
  width: 750rem;
  margin: 0 auto;
}
.contact_btn {
  height: 160rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0176e3;
  color: white;
  font-size: 35rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_btn span {
  position: relative;
}
.contact_btn span::after {
  content: "";
  border-top: 13.5rem solid transparent;
  border-bottom: 13.5rem solid transparent;
  border-right: unset;
  border-left: 15rem solid white;
  position: absolute;
  top: calc(50% - 10.5rem);
  right: -50rem;
}
.contact_btn:hover {
  opacity: 0.8;
}

@media (max-width: 902px) {
  .fv-item .area_bottom_category:first-child {
    font-size: 31rem;
  }
}
@media (max-width: 767px) {
  .fv {
    padding: 60px 0;
  }
  .fv .inner {
    width: 88%;
  }
  .fv_img {
    width: 100%;
    margin-top: 20rem;
  }
  .fv-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv-item .area_txt1 {
    font-size: 15rem;
  }
  .fv-item .area_txt2 {
    font-size: 28rem;
  }
  .fv-item .area_ttl {
    font-size: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .fv-item .area_txt3 {
    font-size: 17rem;
  }
  .fv-item .area_bottom {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv-item .area_bottom_category {
    padding: 10rem;
    font-size: 16rem;
    width: 48%;
    max-width: unset;
    min-width: unset;
  }
  .fv-item .area_bottom_category:first-child {
    margin-right: unset;
    font-size: 16rem;
  }
	.detail{
		padding: 10rem 0;
	}
  .detail .inner {
    width: 88%;
  }
  .detail_ttl {
    font-size: 20rem;
  }
  .detail_sm {
    font-size: 14rem;
    margin: 20px 0;
  }
  .detail_txt {
    font-size: 16rem;
  }
  .feature {
    padding: 40px 0 0;
  }
  .feature .inner {
    width: 88%;
  }
  .feature_ttl_en {
    font-size: 30rem;
  }
  .feature_ttl_jp {
    font-size: 18rem;
    margin-top: 15rem;
  }
  .feature_txt {
    font-size: 26rem;
    margin: 40px 0;
  }
  .feature_flex_box {
    margin-bottom: 30rem;
  }
  .feature_flex_bg img {
    width: 150rem;
  }
  .feature_flex_txt {
    font-size: 18rem;
    top: 33rem;
  }
  .possible {
    padding: 60px 0;
  }
  .possible .inner {
    width: 100%;
  }
  .possible-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .possible-item .img {
    max-width: unset;
  }
  .possible-item .img img {
    width: 100%;
  }
  .possible-item .area {
    width: 100%;
  }
  .possible-item .area_lead {
    font-size: 20rem;
    border-top-right-radius: unset;
    text-align: center;
    padding: 20rem;
  }
  .possible-item .area_txt1 {
    font-size: 18rem;
    padding-left: 6%;
    margin-bottom: unset;
  }
  .possible-item .area_txt2 {
    font-size: 16rem;
    padding-left: 6%;
  }
  .product {
    padding-bottom: 60px;
  }
  .product .inner {
    width: 88%;
  }
  .product_ttl_en {
    font-size: 30rem;
  }
  .product_ttl_jp {
    font-size: 18rem;
    margin-top: 15rem;
  }
  .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .product-item .img {
    max-width: unset;
  }
  .product-item .img img {
    width: 100%;
  }
  .product-item .area {
    margin-top: 30px;
  }
  .product-item .area_lead {
    font-size: 30rem;
  }
  .product-item .area_txt1 {
    font-size: 20rem;
  }
  .product-item .area_row {
    font-size: 16rem;
  }
  .product-item .area_category {
    min-width: 120rem;
  }
  .case {
    padding: 60px 0 30px;
  }
  .case .inner {
    width: 88%;
  }
  .case_ttl_en {
    font-size: 30rem;
  }
  .case_ttl_jp {
    font-size: 18rem;
    margin-top: 15rem;
  }
  .case-item {
    margin-top: 40px;
  }
  .case-item .box {
    margin-bottom: 30px;
    width: 48%;
  }
  .case-item .box_img img {
    width: 100%;
  }
  .case-item .box_txt {
    font-size: 12rem;
  }
  .case-item .box:nth-child(6) .box_txt {
    font-size: 9rem;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .inner {
    width: 88%;
  }
  .contact_btn {
    font-size: 16rem;
    height: 60rem;
  }
  .contact_btn span {
    position: relative;
  }
  .contact_btn span::after {
    content: "";
    border-top: 8.5rem solid transparent;
    border-bottom: 8.5rem solid transparent;
    border-right: unset;
    border-left: 10rem solid white;
    position: absolute;
    top: calc(50% - 6.5rem);
    right: -30rem;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* ヘッダー情報 */

/**************************/
/*------- 非表示 -------*/
/**************************/
.sp-footer{
    display:none;
}
.header_link_box{
    display: none;
}
#hpb-footer{
    display: none;
}
.koutsuera{
    width: 100%;
    overflow: hidden;
}
.koutsuera-l{
    width: 50%; 
    overflow: hidden; 
    float: left;
}
.koutsuera-r{
    width: 45%; 
    overflow: hidden;
    float: right;
}

.h1_box h1 {
    font-size: 12px;
    font-weight: normal;
    width: 1024px;
    margin: 0 auto;
    padding: 4px 0;
    color: #fff;
}

/**************************/
/*------- ヘッダー -------*/
/**************************/
#header{
	background: #fef5e2;
}
.h1_box{
	background: #534337;
	border-bottom: 2px solid #111;
}
.h1_box h1 {
    font-size: 12px;
    font-weight: normal;
    width: 1024px;
    margin: 0 auto;
    padding: 4px 0;
    color: #fff;
}
.head_in{
	overflow: hidden;
	width: 1200px;
	margin:auto;
	padding: 10px 0px 15px;
}
.head_left {
    width: 480px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.head_left p.logo{
	margin-bottom: 5px;
}
.head_right {
    overflow: hidden;
    width: 710px;
    float: right;
    margin-top: 10px;
}

p.txt {
    font-size: 14px;
}

.h_y {
    width: 80px;
    float: left;
}
.h_t {
    width: 620px;
    float: right;
}

/**************************/
/*--- ヘッダー　ナビゲーション ---*/
/**************************/
.g_nav {
border-top: solid 1px #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #4c3b2f), color-stop(0.00, #6b594c));
background: -webkit-linear-gradient(top, #6b594c 0%, #4c3b2f 99%);
background: -moz-linear-gradient(top, #6b594c 0%, #4c3b2f 99%);
background: -o-linear-gradient(top, #6b594c 0%, #4c3b2f 99%);
background: -ms-linear-gradient(top, #6b594c 0%, #4c3b2f 99%);
background: linear-gradient(to bottom, #6b594c 0%, #4c3b2f 99%);

}
.g_nav ul {
    overflow: hidden;
    margin: auto;
    width: 1100px;
}
.g_nav ul li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px 13px;
}
.g_nav ul li a {
    padding: 0px 20px;
    text-decoration: none;
    border-left: dotted 2px #7e7975;
    color: #fff;
}
.g_nav ul li:last-child a{
	border-right: dotted 2px #7e7975;
}

/* メインメニュー */
#g_navi{
	width:782px;
	margin:0 auto;
}
#g_navi li{
	float:left;
}
#g_navi li a{
	display:block;
	height:0;
	padding-top:63px;
	overflow:hidden;
}
#g_navi li.menu01 a{
	width:124px;
	background:url(images/g_navi01.png) left top no-repeat;
}
#g_navi li.menu02 a{
	width:123px;
	background:url(images/g_navi02.png) left top no-repeat;
}
#g_navi li.menu03 a{
	width:171px;
	background:url(images/g_navi03.png) left top no-repeat;
}
#g_navi li.menu04 a{
	width:174px;
	background:url(images/g_navi04.png) left top no-repeat;
}
#g_navi li.menu05 a{
	width:190px;
	background:url(images/g_navi05.png) left top no-repeat;
}

/**************************/
/*------- フッター -------*/
/**************************/
#footer-container{
	background: #a51816;
}
.footer_in{
	color: #fff;
	overflow: hidden;
	padding: 25px 0px;
	width: 1020px;
	margin: auto;
}
.footer_in .f_navi1{
	float: left;
	width: 330px;
	margin-right: 20px;
	font-size: 13px;
}
.footer_in .f_navi2{
	float: left;
	width: 430px;
	margin-right: 35px;
}
.footer_in .f_navi3{
	float: left;
	width: 200px;
}
.footer_in .f_navi3 h3 {
    color: #fff;
    padding: 0px 0px 0px 25px;
    margin: 0px;
    background: url("http://umemoto-shinkyu.com/wp-content/themes/albatros/img/f_icon_h3.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: left center;
}
.footer_in .f_navi3 ul {
    padding: 0px 5px;
    border-radius: 0px 0px 5px 5px;
    margin: 0px;
}
.footer_in .f_navi3 ul li {
    margin: 0px;
    padding: 2px 0 2px 20px;
    background: url(http://umemoto-shinkyu.com/wp-content/themes/albatros/img/f_icon.png) no-repeat;
    background-position: left center;
    color: #333333;
    font-size: 16px;
    line-height: 1;
}
.footer_in .f_navi3 ul li a {
    color: #fff;
    font-size: 13px;
}
.copy_right{
	text-align: center;
	color: #fff;
	background: #8a0807;
	padding: 10px 0px;
	font-size: 13px;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 500px) {
    #footer-container {
        background: #a51816;
    }
    .footer_in {
        padding: 15px 3%;
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
    }

    .f_navi_sp h3 {
        background: #a51816;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 0px;
    }
    .footer_in .f_navi1 {
        float: none;
        width: auto;
        margin: 0px 0px 10px;
    }

    .footer_in .f_navi2 {
        float: none;
        width: auto;
        margin: 0px 0px 10px;
    }

    .sp {
        display: block !important;
    }
}