@charset "UTF-8";
/***********************************/
/* utility */
/***********************************/
#pagetop_btn {
  position: fixed;
  content: "";
  background: url(../../images/appli/up_img.png) no-repeat center center;
  background-size: 57px;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  z-index: 10;
}

#pagetop_btn a {
  text-decoration: none;
  width: 57px;
  padding: 40px 0;
  text-align: center;
  display: block;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #pagetop_btn {
    right: 10px;
  }

  #pagetop_btn a {
    padding-bottom: 100px;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }
}
/***********************************/
/* header */
/***********************************/
.top_bg {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.top_bg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_bg {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .top_bg img {
    width: 100%;
    margin-top: 60px;
  }
}
.header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  min-width: 980px;
}

.headerTopInner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.headerTop_logo img {
  margin-top: 10px;
  width: 150px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.headerTop_logo img:hover {
  opacity: 0.4;
}

.headerTop_title {
  font-size: 30px;
  color: #d61518;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerTop_title_img img {
  width: 40px;
  height: auto;
  margin-top: -9px;
  margin-left: 10px;
}

.headerTop_sideImg {
  width: 980px;
}

.sideImg_heartrin {
  width: 70px;
  height: auto;
  margin-top: 0;
  margin-left: 700px;
}

.sideImg_hand {
  width: 120px;
  height: auto;
  margin-top: -160px;
  margin-left: 850px;
}

.globa-nav {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 100;
}

.globalNav_item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.globalNav_item img {
  width: 53px;
  height: auto;
}

.globalNav_item a {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.globalNav_item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .header {
    min-width: unset;
  }

  .headerTopInner {
    width: 100%;
  }

  .headerTopInner_sp {
    width: 90%;
    height: 60px;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 100;
  }

  .headerTop_logo {
    width: 150px;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
  }

  .headerTop_title {
    font-size: 15px;
    margin-top: 95px;
    width: 100%;
    margin-left: -6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headerTop_title_img img {
    width: 30px;
    margin-top: 0;
  }

  .headerTop_title_Rightimg img {
    width: 40px;
    height: auto;
    margin-top: -2px;
    margin-right: 10px;
  }

  .sideImg_hand {
    width: 55px;
    height: auto;
    margin-top: -8%;
    margin-left: 83%;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .sideImg_hand {
    width: 55px;
    height: auto;
    margin-top: -16%;
    margin-left: 83%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    width: 100%;
  }

  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    background-color: #fff;
    width: 10%;
    padding-right: 2%;
  }

  .menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #5b2c25;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    /*height: 100%;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    /*background-color: #5b2c25;*/
  }

  .menu-content ul {
    padding: 70px 10px 0;
    background-color: #5b2c25;
  }

  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .menu-content ul li:last-child {
    border-bottom: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  /*
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }*/
  .menu-content {
    width: 100%;
    /*height: 100%;*/
    position: fixed;
    top: 0;
    top: -100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    /*background-color: #5b2c25;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked ~ .menu-content {
    top: 0;
    /*メニューを画面内へ*/
  }

  #menu-btn-check:checked ~ .menu-content {
    top: 0;
    /*メニューを画面内へ*/
  }
}
/***********************************/
/* main */
/***********************************/
/* aside(contact) */
/***********************************/
.contact {
  width: 980px;
  margin: 0 auto;
}

.contactBox {
  width: 600px;
  padding: 15px 0;
  margin: 60px auto;
  border: 1px solid #c4c4c4;
}

.contactBox h2 {
  text-align: center;
  line-height: 3em;
}

.contactBox img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    margin: 0 auto;
  }

  .contactBox {
    width: 90%;
  }

  .contactBox h2 {
    font-size: 12px;
  }

  .contactBox img {
    width: 180px;
  }
}
/***********************************/
/* footer */
/***********************************/
.footer {
  background: #5b2c25;
  /*height: 130px;*/
}

.downloadBox {
  width: 100%;
  background: white;
  margin: 0 auto;
  padding-bottom: 20px;
}

.downloadBox_inner {
  width: 980px;
  height: 150px;
  margin: 0 auto;
}

.downloadBox_inner h2 {
  text-align: center;
}

.downloadBox_inner p {
  text-align: center;
}

.dltext_border {
  padding: 2px 3px;
  border: 1px solid #5f5f5f;
}

.spDltext_border {
  padding: 0 3px;
  border: 1px solid #5f5f5f;
}

.downloadBox_img {
  margin: 15px 0;
}

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

.downloadBox_img a {
  display: inline-block;
  width: 170px;
  margin: 0 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.downloadBox_img img {
  width: 170px;
  height: auto;
}

.downloadBox_img a:hover {
  opacity: 0.4;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 135px;
  padding-top: 15px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .downloadBox_inner {
    width: 100%;
    height: 120px;
  }

  .downloadBox_inner p {
    font-size: 10px;
  }

  .downloadBox_img a {
    width: 100px;
    margin: 0 5px;
  }

  .downloadBox_img img {
    width: 100px;
    height: auto;
  }

  .fixed {
    padding-top: 0;
    height: 120px;
  }
}
.footerTop {
  width: 980px;
  height: auto;
  margin: 0 auto;
  background: #5b2c25;
  padding: 38px 0 20px;
  /* margin-top: 20px; */
}

.footerUtility {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.footerUtility_logo img {
  height: auto;
  width: 150px;
  margin-right: 60px;
}

.footerNav_listItem {
  color: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1px 6px 1px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footerNav_listItem:not(:first-child) {
  margin-left: 8px;
}

.footerNav_listItem a {
  color: #fff;
  text-decoration: none;
}

.footerNav_listItem a:hover {
  text-decoration: underline;
}

.footerCopy {
  margin-top: 15px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footerTop {
    width: 100%;
    margin-top: 0;
  }

  .footerUtility_logo img {
    margin-left: 4%;
    width: 120px;
  }
}
/*# sourceMappingURL=map/style.css.map */