@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background: #fff;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333333;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

/*============================================================
共通クラス
============================================================*/
.inner {
  width: 1250px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .inner {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .inner {
    width: 95%;
  }
}

.h4_title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  line-height: 1.15;
  display: block;
  padding-top: 5px;
  padding-left: 20px;
  border-left: 6px solid #ff5f5f;
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .h4_title {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .h4_title {
    margin-top: 60px;
  }
}

/*===========================================================
header
===========================================================*/
header {
  border-bottom: 0.5px solid rgba(202, 200, 200, 0.7);
}

.header_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 10px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .header_first {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0;
  }
}

.header_first_left img {
  width: 119px;
}

.header_first_right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1249px) {
  .header_first_right_contacts {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_first_right_contacts {
    display: none;
  }
}

.header_first_right_contact_txt {
  font-size: 11px;
}

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

.header_first_right_phoneicon {
  width: 25px;
  margin-top: 7px;
}
.header_first_right_phoneicon img {
  display: block;
}

.header_first_right_contact_phone {
  font-size: 24px;
  color: #c52626;
  font-weight: bold;
}

.header_first_right_time_txt {
  font-size: 11px;
}

.header_first_right_btn {
  margin-left: 40px;
}
.header_first_right_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #E56147;
  border-radius: 5px;
  color: #fff;
}
.header_first_right_btn a img {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .header_first_right_btn a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .header_first_right_btn {
    display: none;
  }
}

.header_first_right_btn_txt {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .header_navs {
    display: none;
  }
}

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

.header_nav_item {
  position: relative;
  width: 178.5714285714px;
  text-align: center;
  border-right: 0.5px solid rgba(202, 200, 200, 0.7);
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .header_nav_item {
    font-size: 12px;
  }
}
.header_nav_item:first-child {
  border-left: 0.5px solid rgba(202, 200, 200, 0.7);
}
.header_nav_item a {
  font-weight: bold;
  padding: 14px 0;
  display: inline-block;
  width: 100%;
}
.header_nav_item:hover .header_subnav_lists {
  display: block;
}

@media (min-width: 768px) and (max-width: 1249px) {
  .header_nav_item-flow {
    font-size: 10px;
    margin-top: 1.5px;
  }
}

.header_nav_line-height {
  line-height: 49px;
}

.header_subnav_lists {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 100;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #ffffff;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_subnav_item {
  background-color: #e56147;
  width: 100%;
}
.header_subnav_item:hover {
  opacity: 0.8;
}
.header_subnav_item a {
  font-size: 0.7rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .header_subnav_item {
    font-size: 10px;
  }
}

/*===========================================================
bars ＆ drawer
===========================================================*/
.bars {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 2px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 250;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .bars {
    display: block;
  }
}

.bars_inner {
  width: 40px;
  height: 40px;
  position: relative;
}

.bar1,
.bar2,
.bar3 {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 1.5px solid black;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.bar1 {
  top: 13px;
}

.bar2 {
  top: 20px;
}

.bar3 {
  top: 27px;
}

.bar1_toggle {
  -webkit-transition: 1s;
  transition: 1s;
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bar2_toggle {
  -webkit-transition: 1s;
  transition: 1s;
  display: none;
}

.bar3_toggle {
  -webkit-transition: 1s;
  transition: 1s;
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer {
  position: fixed;
  z-index: 150;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  display: none;
}

.block {
  display: block;
}

.drawer_lists {
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.drawer_list {
  position: relative;
}
.drawer_nav_lists {
  display: none;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.drawer_nav_lists_block {
  display: block;
}

.drawer_list_a {
  display: block;
  border-bottom: 0.5px solid rgb(185, 185, 185);
  font-size: 15px;
  padding: 15px 0;
  padding-left: 10px;
}

.drawer_nav_list_a {
  display: block;
  border-bottom: 0.5px solid rgb(185, 185, 185);
  font-size: 15px;
  padding: 15px 0;
  padding-left: 25px;
}

.drawer_list_a-toppage {
  border-top: 0.5px solid rgb(185, 185, 185);
}

.drawer_list_bars {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  background-color: #fff;
}

.drawer_list_bar-inner {
  width: 30px;
  height: 30px;
  position: relative;
}

.drawer_list_bar1,
.drawer_list_bar2 {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  border-bottom: 1.5px solid black;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}

.drawer_list_bar1 {
  top: 15px;
  left: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer_list_bar2 {
  top: 15px;
  right: 46%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer_list_bar1-click {
  width: 16px;
  left: 23%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer_list_bar2-click {
  width: 16px;
  right: 23%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*===========================================================
breadcrumb
===========================================================*/
.breadcrumb {
  padding: 20px 0;
}

.breadcrumb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.breadcrumb_top a {
  font-size: 12px;
}
.breadcrumb_top a span {
  border-bottom: 0.5px dotted rgb(219, 219, 219);
}
.breadcrumb_top a img {
  width: 12px;
  margin-right: 5px;
}

.breadcrumb_arrow {
  margin: 0 5px;
}

.breadcrumb_thispage a {
  font-size: 12px;
}

/*========================
モーダル用 start
==========================*/
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 700;
  text-align: center;
}

.big-image {
  position: fixed;
  width: 100%;
  max-width: 60%;
  top: 50%;
  left: 50%;
  z-index: 500;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.big-image:hover {
  opacity: none;
}
@media (max-width: 767px) {
  .big-image {
    max-width: 95%;
  }
}

.margin-none {
  margin: 0;
}

/*========================
モーダル用 end
==========================*/
/*===========================================================
contact_btns
===========================================================*/
.contact_btns {
  padding: 50px 0;
}

.contact_btns_wrapper {
  text-align: center;
}
.contact_btns_wrapper a {
  width: 250px;
  display: inline-block;
  color: #fff;
  background: #FF0000;
  padding: 20px 20px;
  font-size: 18px;
  border-radius: 5px;
  border-bottom: 5px solid #8d0000;
  text-align: center;
  font-weight: bold;
}
.contact_btns_wrapper a .btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.contact_btns_wrapper a:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff7e7e;
  border-bottom: 2px solid #8d0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_btns_wrapper i {
  margin-left: 5px;
}

/*===========================================================
footer
===========================================================*/
.footer {
  background-color: rgb(70, 70, 70);
  padding-top: 50px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
/*     margin-bottom: 60px; */
  }
}
@media (max-width: 585px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer_wrapper {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_wrapper {
    display: block;
  }
}

.footer_contents {
  width: 30%;
}
@media (max-width: 767px) {
  .footer_contents {
    width: 100%;
  }
}

.footer_list {
  border-bottom: 0.5px solid rgba(223, 223, 223, 0.2);
  background-color: rgb(70, 70, 70);
}
.footer_list a {
  padding: 15px 0 15px 5px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.footer_list a img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.footer_list:hover {
  background-color: rgba(177, 177, 177, 0.2);
}
@media (max-width: 767px) {
  .footer_list a {
    padding: 12px 0 12px 5px;
  }
}

.footer_list_btn {
  border: none;
  text-align: center;
  margin-top: 20px;
}
.footer_list_btn a {
  width: 150px;
  display: inline-block;
  color: #fff;
  background: #FF0000;
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 5px solid #8d0000;
  text-align: center;
}
.footer_list_btn a .btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.footer_list_btn a:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff7e7e;
  border-bottom: 2px solid #8d0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_list_btn:hover {
  background-color: rgb(70, 70, 70);
}
@media (max-width: 767px) {
  .footer_list_btn {
    margin-top: 30px;
  }
}

.footer_copyright {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer_copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

.top_page {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 70px;
  z-index: 200;
}
.top_page img {
  -webkit-transition: 1s;
  transition: 1s;
}

.elm {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

/*===========================================================
footer
===========================================================*/
.footer {
  background-color: rgb(70, 70, 70);
  padding-top: 50px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
/*     margin-bottom: 60px; */
	margin-top: 0px;
  }
}
.footer_wrapper {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer_wrapper {
    display: block;
  }
}
.footer_contents {
  width: 30%;
}

@media (max-width: 767px) {
  .footer_contents {
    width: 100%;
  }
}
.footer_list {
  border-bottom: 0.5px solid rgba(223, 223, 223, 0.2);
  background-color: rgb(70, 70, 70);
}

.footer_list a {
  padding: 15px 0 15px 5px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.footer_list a img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.footer_list:hover {
  background-color: rgba(177, 177, 177, 0.2);
}

@media (max-width: 767px) {
  .footer_list a {
    padding: 12px 0 12px 5px;
  }
}
.footer_list_btn {
  border: none;
  text-align: center;
  margin-top: 20px;
}

.footer_list_btn a {
  width: 150px;
  display: inline-block;
  color: #fff;
  background: #FF0000;
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 5px solid #8d0000;
  text-align: center;
}

.footer_list_btn a .btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.footer_list_btn a:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff7e7e;
  border-bottom: 2px solid #8d0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_list_btn:hover {
  background-color: rgb(70, 70, 70);
}

@media (max-width: 767px) {
  .footer_list_btn {
    margin-top: 30px;
  }
}
.footer_copyright {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .footer_copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}
.top_page {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 70px;
  z-index: 200;
}

.top_page img {
  -webkit-transition: 1s;
  transition: 1s;
}

.elm {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

/*===========================================================
footer_fixed
===========================================================*/
.footer_fixed {
  background-color: #ff3a3a;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 502;
  display: none;
}

@media (max-width: 767px) {
  .footer_fixed {
    display: block;
  }
}
.footer_fixed-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer_fixed-item {
  text-align: center;
}

.footer_fixed-item-image {
  text-align: center;
}

.footer_fixed-item-image img {
  display: block;
  width: 25px;
  margin: 0 auto;
}

.footer_fixed-item-name {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}

.footer_fixed_item-name-black {
  color: #1f1f1f;
}