@charset "UTF-8";
/**************
*
* font
*
**********************/
/**************
*
* color
*
**********************/
/**************
*
* common
*
**********************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  word-break: break-all;
  font-feature-settings: "palt";
  font-family: "M PLUS 1p", sans-serif;
  color: #4d4d4d;
}
body.is-menuOpen {
  overflow: hidden;
}

@media only screen and (min-width: 1101px) {
  a:not(.hoverNot) {
    transition: all 0.2s ease-in-out;
  }
}

p {
  line-height: 1.6;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

ul > li,
ol > li {
  color: #000;
  line-height: 1.4;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input,
textarea {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (min-width: 1101px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}

.imgFull {
  width: 100%;
  height: auto;
}

.imgCover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  vertical-align: text-bottom;
}

.d-none {
  display: none !important;
}

@media only screen and (min-width: 1101px) {
  .dn-p {
    display: none !important;
  }
  .dn-pt {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .dn-pt {
    display: none !important;
  }
  .dn-t {
    display: none !important;
  }
  .dn-ts {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .dn-ts {
    display: none !important;
  }
  .dn-s {
    display: none !important;
  }
}
/**************
*
* parts
*
**********************/
.common-btn-type1 {
  color: #fff;
  background-color: #f57d32;
  border: 1px solid #f57d32;
  border-radius: 30px;
  text-align: center;
  padding: 21px 10px;
  max-width: 300px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.common-btn-type1:hover {
  background-color: #fff8aa;
  color: #f57d32;
}

.floating-btn {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 900;
  display: block;
  max-width: 90px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .floating-btn {
    top: 40px;
    max-width: 70px;
  }
}
.floating-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.floating-btn img {
  width: 100%;
}

/**************
*
* header
*
**********************/
.header {
  background-color: #fff;
}

.header-inner {
  display: flex;
  padding-top: 18px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1100px) {
  .header-inner {
    padding: 10px 20px;
  }
}

.header-logo {
  width: 330px;
  margin-left: 71px;
}
@media only screen and (max-width: 1100px) {
  .header-logo {
    margin-left: 0;
    width: 250px;
  }
}
.header-logo a {
  display: block;
}
.header-logo svg {
  fill: #f57d32;
}

.header-hamburger {
  padding: 5px;
}
.header-hamburger .menu-btn {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #f57d32;
}
.header-hamburger .menu-btn span,
.header-hamburger .menu-btn span:before,
.header-hamburger .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.header-hamburger .menu-btn span:before {
  bottom: 8px;
}
.header-hamburger .menu-btn span:after {
  top: 8px;
}
.header-hamburger #menu-btn-check {
  display: none;
}
.header-hamburger #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.header-hamburger #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.header-hamburger #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1101px) {
  .header-navi {
    display: block !important;
    margin-right: 58px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-navi {
    width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 80;
    background-color: #f57d32;
    display: none;
  }
}
@media only screen and (min-width: 1101px) {
  .header-navi__inner {
    display: flex;
  }
}
@media only screen and (max-width: 1100px) {
  .header-navi__inner {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 100%;
  }
}
@media only screen and (min-width: 1101px) {
  .header-navi li {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-navi li:not(:first-child) {
    margin-left: 50px;
  }
  .header-navi li:hover::before {
    opacity: 1;
  }
  .header-navi li::before {
    transition: all 0.5s;
    content: "";
    position: absolute;
    opacity: 0;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 54px;
    height: 54px;
    background-color: #fff0aa;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .header-navi li {
    display: block;
    text-align: center;
    margin: 25px 0;
  }
}
.header-navi .navi-item {
  font-size: 18px;
  color: #e55b00;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .header-navi .navi-item {
    color: #fff;
    z-index: 1;
  }
}

/**************
*
* footer
*
**********************/
.footer {
  background-color: #f57d32;
  padding: 39px 10px 26px;
  border-bottom: 22px solid #e55b00;
}

.footer-inner {
  max-width: 840px;
  margin-inline: auto;
}

.footer-logo {
  max-width: 330px;
  display: block;
  margin-inline: auto;
}
.footer-logo svg {
  fill: #fff;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
  gap: 10px 20px;
  justify-content: center;
}
.footer-menu a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=common.css.map */