@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(249, 128, 43, 0.7);
}

::selection {
  background-color: rgba(249, 128, 43, 0.7);
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.header_wrap .header {
  padding: 10px 20px;
}
@media screen and (max-width: 834px) {
  .header_wrap .header {
    display: none;
  }
}
.header_wrap .header .header_item {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_wrap .header .header_item > p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}
.header_wrap .header .header_item .tel .tel_btn {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.header_wrap .header .header_item .tel .tel_btn span {
  position: relative;
  padding-left: 32px;
}
.header_wrap .header .header_item .tel .tel_btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  content: "";
  background: url(../images/home/header_tel.jpg);
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
  width: 25px;
  height: 100%;
}
.header_wrap .header .header_item .tel .tel_btn .hours {
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0.15em;
}
.header_wrap .header .header_top {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.header_wrap .header .header_top .logo {
  width: 270px;
}
.header_wrap .header .header_top .nav_global .nav_menu {
  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;
}
.header_wrap .header .header_top .nav_global .nav_menu li {
  border-left: 1px solid #ccc;
}
.header_wrap .header .header_top .nav_global .nav_menu li:first-child {
  border-left: none;
}
.header_wrap .header .header_top .nav_global .nav_menu li a {
  font-size: 1.4rem;
  color: #333333;
  padding: 8px 14px;
}
.header_wrap .header .header_top .nav_global .nav_menu li.contact {
  border-left: none;
  margin-left: 10px;
}
.header_wrap .header .header_top .nav_global .nav_menu li.contact a {
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.header_wrap .header_bottom {
  background-color: #f9802b;
}
@media screen and (max-width: 834px) {
  .header_wrap .header_bottom {
    display: none;
  }
}
.header_wrap .header_bottom .header_bottom_nav {
  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;
  max-width: 1000px;
  margin: 0 auto;
}
.header_wrap .header_bottom .header_bottom_nav li {
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  .header_wrap .header_bottom .header_bottom_nav li {
    min-width: auto;
  }
}
.header_wrap .header_bottom .header_bottom_nav li:last-child {
  border-right: 1px solid #fff;
}
.header_wrap .header_bottom .header_bottom_nav li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_wrap .header_bottom .header_bottom_nav li a:hover {
  background-color: #F8D62E;
  color: #333333;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_wrap .tab_header {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .header_wrap .tab_header {
    display: block;
  }
}
.header_wrap .tab_header > p {
  display: none;
}
.header_wrap .tab_header .tab_header_item {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .tab_header .tab_header_item .logo {
  width: 160px;
}
.header_wrap .tab_header .tab_header_item .header_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_wrap .tab_header .tab_header_item .header_btn div {
  margin-left: 8px;
}
.header_wrap .tab_header .tab_header_item .header_btn div:first-child {
  margin-left: 0;
}
.header_wrap .tab_header .tab_header_item .header_btn .tel .tel_btn {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: #89ae20 1px solid;
  display: block;
  color: #fff;
  background: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header_wrap .tab_header .tab_header_item .header_btn .tel .tel_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  content: "";
  background: url(../images/home/header_tel.jpg);
  background-repeat: no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
}
.header_wrap .tab_header .tab_header_item .header_btn .tel .tel_btn .hours {
  font-size: 1.2rem;
  color: #333333;
}
.header_wrap .tab_header .tab_header_item .header_btn .contact {
  border-left: none;
  margin-right: 50px;
}
.header_wrap .tab_header .tab_header_item .header_btn .contact a {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_wrap .tab_header .tab_header_item .header_btn .contact a i {
  font-size: 24px;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger {
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  pointer-events: auto;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 16px;
  right: 20px;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger span {
  width: 28px;
  height: 2px;
  display: block;
  position: absolute;
  left: 8px;
  background-color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger span:nth-child(1) {
  top: 13px;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger span:nth-child(2) {
  top: 21px;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger span:nth-child(3) {
  top: 30px;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger.open {
  background-color: #f9802b;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger.open span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 7px;
  background-color: #fff;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header_wrap .tab_header .tab_header_item .header_btn .hamburger.open span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_wrap .tab_header nav {
  position: fixed;
  right: -100%;
  margin-top: 0;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  opacity: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  padding: 64px 20px;
  width: 100%;
  z-index: 999;
}
.header_wrap .tab_header nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header_wrap .tab_header nav .header_bottom_nav {
  border-bottom: 1px solid #CCCCCC;
}
.header_wrap .tab_header nav .header_bottom_nav li {
  text-align: left;
}
.header_wrap .tab_header nav .header_bottom_nav li a {
  color: #333333;
  font-weight: 400;
  display: block;
  padding: 8px 0;
  position: relative;
}
.header_wrap .tab_header nav .header_bottom_nav li a::after {
  position: absolute;
  right: 0;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.header_wrap .tab_header nav .tel2 {
  margin: 10px 0;
}
.header_wrap .tab_header nav .tel2 .tel_btn {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.header_wrap .tab_header nav .tel2 .tel_btn span {
  position: relative;
  padding-left: 32px;
}
.header_wrap .tab_header nav .tel2 .tel_btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  content: "";
  background: url(../images/home/header_tel.jpg);
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
  width: 25px;
  height: 100%;
}
.header_wrap .tab_header nav .tel2 .tel_btn .hours {
  margin-top: 6px;
  font-size: 1.4rem;
  color: #333333;
}
.header_wrap .tab_header nav .contact2 {
  border-left: none;
}
.header_wrap .tab_header nav .contact2 a {
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px;
  max-width: 641px;
  margin: 0 auto;
}
.header_wrap .tab_header nav .contact2 a i {
  padding-right: 5px;
}

.main {
  position: relative;
}
.main h1 {
  position: absolute;
  bottom: 40%;
  left: 50%;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 0 20px;
  text-shadow: -1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(255, 255, 255);
}
@media only screen and (max-width: 1200px) {
  .main h1 {
    left: 40%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .main h1 {
    width: 100%;
    top: 10%;
    left: 0;
    font-size: 1.6rem;
  }
}
.main h1 span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .main h1 span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .main h1 span {
    font-size: 2.4rem;
  }
}
.main img {
  max-width: 100%;
}
.main .banner_content {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .main .banner_content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .main .banner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 30px;
  }
}
.main .banner_content .banner {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 640px) {
  .main .banner_content .banner {
    width: 100%;
  }
}
.main .banner_content .banner a img {
  width: 100%;
}
.main .banner_content .banner a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.office_furniture_01 .box {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.office_furniture_01 .box img {
  display: block;
  margin: auto;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 80px;
}

.footer_top {
  background: #FEF9DF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.footer_top .footer_nav_1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .footer_top .footer_nav_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.footer_top .footer_nav_1 li {
  padding: 16px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .footer_top .footer_nav_1 li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer_top .footer_nav_1 li a {
  color: #333333;
  display: block;
  border-left: 1px solid #333333;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .footer_top .footer_nav_1 li a {
    border-left: none;
    text-align: left;
    padding-left: 0;
    padding: 6px 0;
    display: inline-block;
  }
}
.footer_top .footer_nav_1 li:first-child a {
  padding-left: 0;
  border-left: none;
}

.footer {
  margin-top: 16px;
}
.footer .footer_cont_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer .footer_cont_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}
.footer .footer_cont_1 .logo {
  width: 200px;
}
.footer .footer_cont_1 .footer_nav_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer .footer_cont_1 .footer_nav_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer_cont_1 .footer_nav_2 li a {
  color: #333333;
  font-size: 1.4rem;
  padding: 0 14px;
  border-left: 1px solid #333333;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 834px) {
  .footer .footer_cont_1 .footer_nav_2 li a {
    padding: 6px 0;
    padding-left: 0;
    border-left: none;
  }
}
.footer .footer_cont_1 .footer_nav_2 li:first-child a {
  padding-left: 0;
  border-left: none;
}
.footer .footer_cont_2 {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .footer .footer_cont_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.footer .footer_cont_2 address {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer .footer_cont_2 .footer_contact {
  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;
}
.footer .footer_cont_2 .footer_contact div:last-child {
  padding-left: 8px;
}
.footer .footer_cont_2 .footer_contact .tel .tel_btn {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.footer .footer_cont_2 .footer_contact .tel .tel_btn span {
  position: relative;
  padding-left: 24px;
}
.footer .footer_cont_2 .footer_contact .tel .tel_btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  content: "";
  background: url(../images/home/header_tel.jpg);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 100%;
}
.footer .footer_cont_2 .footer_contact .tel .tel_btn .hours {
  font-size: 1.2rem;
  color: #333333;
}
.footer .footer_cont_2 .footer_contact .contact {
  border-left: none;
}
.footer .footer_cont_2 .footer_contact .contact a {
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  font-size: 1.4rem;
  width: 140px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.footer .footer_cont_2 .footer_contact .contact a i {
  padding-right: 5px;
}

#copyright {
  background: #f9802b;
  color: #fff;
  font-size: 1.4rem;
  margin: 30px auto 0;
}
#copyright a {
  color: #fff;
  font-size: 1.4rem;
  pointer-events: none;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

#contents {
  max-width: 1000px;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 20px;
  }
}

#contents,
#contents_wrap {
  background: transparent;
}

.inner {
  max-width: 1000px;
}
@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 20px;
  }
}

#col_main {
  width: 70% !important;
}
@media screen and (max-width: 834px) {
  #col_main {
    width: 100% !important;
  }
}

#col_side1 {
  width: 30% !important;
  padding-right: 40px;
}
@media only screen and (max-width: 1000px) {
  #col_side1 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
  #col_side1 > div:first-child {
    width: 40%;
    margin-top: 0;
  }
  #col_side1 > div:last-child {
    width: 60%;
    padding-left: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #col_side1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #col_side1 > div:first-child {
    width: 100%;
  }
  #col_side1 > div:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 834px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.sp_br {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .sp_br {
    display: block;
  }
}

#main .cont01_title {
  border-top: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
  -webkit-border-image: -webkit-linear-gradient(left, #f9802b 0% 50%, #ccc 50% 100%);
       -o-border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
          border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
  border-image-slice: 1;
}
#main .cont01_title h2 {
  padding-left: 40px;
  padding-top: 8px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 0 8px 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main .cont01_title h2 {
    font-size: 2rem;
  }
}
#main .cont01_title h2::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(../images/home/main_icon_02.jpg);
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}
#main .cont01_title div {
  padding: 20px 0;
}

#main .cont02_title {
  border-top: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
  -webkit-border-image: -webkit-linear-gradient(left, #f9802b 0% 50%, #ccc 50% 100%);
       -o-border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
          border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
  border-image-slice: 1;
}
#main .cont02_title div {
  font-size: 1.6rem;
}
#main .cont02_title h2 {
  padding-left: 40px;
  padding-top: 8px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 0 8px 40px;
}
@media screen and (max-width: 640px) {
  #main .cont02_title h2 {
    font-size: 2rem;
  }
}
#main .cont02_title h2::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(../images/home/main_icon_03.jpg);
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

#main .cont_02 {
  padding: 16px;
  margin: 12px 0 0 0;
  min-height: 100px;
  overflow-y: scroll;
  height: 180px;
  background: #F7F7F7;
}
@media screen and (max-width: 834px) {
  #main .cont_02 {
    margin: 12px 0;
  }
}
#main .cont_02 dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .cont_02 dl dt,
#main .cont_02 dl dd {
  padding: 0;
  width: 100%;
  border: none;
  background: transparent;
}
#main .cont_02 dl dd {
  padding-bottom: 8px;
}

.left {
  padding: 16px;
  border: 1px solid #CCCCCC;
}
.left .aside_logo {
  margin-bottom: 10px;
}
.left div {
  line-height: 1.4;
}
.left .tel {
  margin: 10px 0;
}
.left .tel .tel_btn {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .left .tel .tel_btn {
    font-size: 2rem;
  }
}
.left .tel .tel_btn span {
  position: relative;
  padding-left: 32px;
}
@media only screen and (max-width: 1000px) {
  .left .tel .tel_btn span {
    padding-left: 20px;
  }
}
.left .tel .tel_btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  content: "";
  background: url(../images/home/header_tel.jpg);
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
  width: 25px;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .left .tel .tel_btn span::before {
    width: 20px;
    background-size: 20px;
  }
}
.left .tel .tel_btn .hours {
  margin-top: 6px;
  font-size: 1.4rem;
  color: #333333;
}
.left .contact {
  border-left: none;
  margin-top: 16px;
}
.left .contact a {
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px;
}
.left .contact a i {
  padding-right: 5px;
}

.left2 {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCCCCC;
}
.left2 h3 {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  background: #f9802b;
  color: #fff;
  padding: 16px 16px 16px 36px;
}
.left2 h3::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background: url(../images/home/main_icon_01.jpg);
  display: block;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.left2 ul {
  background: #fef9df;
  padding: 0 10px;
}
.left2 ul li {
  border-top: 1px solid #CCCCCC;
  display: block;
  font-size: 1.4rem;
  padding: 8px 8px 8px 0;
}
.left2 ul li:first-child {
  margin-top: 0;
  border-top: none;
}
.left2 ul li:last-child {
  margin-bottom: 0;
}
.left2 ul li a {
  color: #333333;
  border-left: 2px solid #f9802b;
  display: block;
  padding: 8px;
}
.left2 ul li a i {
  color: #f9802b;
  padding: 0 5px;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex1._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex1._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex2._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex2._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex3._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex3._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex4._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex4._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 150px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 100px 30px;
  }
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 {
  border-top: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
  -webkit-border-image: -webkit-linear-gradient(left, #f9802b 0% 50%, #ccc 50% 100%);
       -o-border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#f9802b), color-stop(50%, #ccc));
          border-image: linear-gradient(to right, #f9802b 0% 50%, #ccc 50% 100%);
  border-image-slice: 1;
}
.title_01 h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 0;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2rem;
  }
}
.title_01 div {
  font-size: 1.6rem;
}
.title_02 {
  padding: 6px;
  border: 3px solid #ddd;
  border-radius: 5px;
}
.title_02 h2 {
  font-size: 1.8rem;
  border-left: 2px solid #f9802b;
  padding: 3px 3px 3px 12px;
}

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #333333;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #333333;
  pointer-events: none;
}
.pan ul li a {
  color: #89ae20;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.pan ul li a i::before {
  padding: 0 5px;
}
.pan ul div {
  display: inline-block;
}
.pan ul div i::before {
  padding: 0 5px;
}

#main .dl_list_01 dl {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  #main .dl_list_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#main .dl_list_01 dl:first-child {
  margin-top: 0;
}
#main .dl_list_01 dl dt,
#main .dl_list_01 dl dd {
  border: none;
  border-bottom: 1px dotted #CCCCCC;
}
@media screen and (max-width: 834px) {
  #main .dl_list_01 dl dt,
#main .dl_list_01 dl dd {
    width: 100%;
  }
}
#main .dl_list_01 dl dt {
  display: block;
  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;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  min-width: 100px;
  background-color: transparent;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main .dl_list_01 dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#main .dl_list_01 dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .dl_list_01 dl dd {
    padding-top: 0;
  }
}

#main .dl_list_02 dl {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  #main .dl_list_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#main .dl_list_02 dl:first-child {
  margin-top: 0;
}
#main .dl_list_02 dl dt,
#main .dl_list_02 dl dd {
  border: none;
  border-bottom: 1px dotted #CCCCCC;
}
@media screen and (max-width: 834px) {
  #main .dl_list_02 dl dt,
#main .dl_list_02 dl dd {
    width: 100%;
  }
}
#main .dl_list_02 dl dt {
  display: block;
  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;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  min-width: 100px;
  background-color: transparent;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main .dl_list_02 dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#main .dl_list_02 dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .dl_list_02 dl dd {
    padding-top: 0;
  }
}

.map {
  margin: 0;
  margin-top: 30px;
}
.map div {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .map div {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  .map div {
    padding-bottom: 80%;
  }
}
.map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.line {
  border-top: 1px solid #ccc;
  position: relative;
}
.line::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 60px 0 60px;
  border-color: #89ae20 transparent transparent transparent;
}

.recruit_01 {
  font-size: 1.8rem;
  color: #89ae20;
  font-weight: 700;
}

#main .faq_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .faq_01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .faq_01 .box > * {
  min-width: 0;
}
#main .faq_01 .box::before {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .faq_01 .box:first-child {
  color: #89ae20;
  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;
}
#main .faq_01 .box:first-child::before {
  content: "Q.";
  color: #89ae20;
}
#main .faq_01 .box:first-child > div {
  font-weight: 700;
}
#main .faq_01 .box:last-child {
  margin-top: 16px;
  padding: 8px;
  border: 1px solid #ccc;
}
#main .faq_01 .box:last-child::before {
  content: "A.";
  color: #f9802b;
}
#main .faq_01 .box > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq_02 h2 {
  margin-top: 6px;
  font-weight: 700;
}

#main .moving_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #main .moving_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
#main .moving_01 .box:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .moving_01 .box:first-child::before {
  padding-right: 20px;
  content: "1";
  font-family: "lato", "Arial Black", sans-serif;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  color: #f9802b;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #main .moving_01 .box:last-child {
    margin: auto;
  }
}
#main .moving_01 .box h2 {
  font-weight: 700;
  color: #f9802b;
}

#main .moving_02 .box:first-child::before {
  content: "2";
}

#main .moving_03 .box:first-child::before {
  content: "3";
}

#main .moving_04 .box:first-child::before {
  content: "4";
}

#main .moving_05 .box:first-child::before {
  content: "5";
}

@media screen and (max-width: 640px) {
  .actual_introduction_01 {
    width: 100%;
    overflow-x: scroll;
  }
  .actual_introduction_01::-webkit-scrollbar {
    height: 6px;
    /* スクロールバーの高さ */
  }
  .actual_introduction_01::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    /* ツマミの色 */
    border-radius: 7px;
    /* ツマミ両端の丸み */
  }
  .actual_introduction_01::-webkit-scrollbar-track {
    background: #FEF9DF;
    /* トラックの色 */
    border-radius: 7px;
    /* トラック両端の丸み */
  }
}
.actual_introduction_01 table {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .actual_introduction_01 table {
    width: 641px;
  }
}
.actual_introduction_01 table tr:first-child {
  background: #f2f2f2;
}
.actual_introduction_01 table tr td:first-child {
  width: 50%;
}

.actual_introduction_02 h2 {
  margin-top: 16px;
  text-align: center;
  border-bottom: 1px solid #333333;
}
.actual_introduction_02 .actual_btn {
  color: #333333;
  display: block;
  text-align: right;
}
.actual_introduction_02 .actual_btn i {
  margin-top: 16px;
  padding-right: 5px;
  color: #f9802b;
}

.actual_introduction_date div {
  font-size: 1.2rem;
}

.entry_01 {
  background-color: #EEEEEE;
  overflow-y: scroll;
  height: 200px;
}
.entry_01 div {
  padding: 16px;
}

#main .contact_01 dl dt:first-child {
  background: #f2f2f2;
  border-left: none;
  width: 30%;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt:first-child {
    border-right: none;
    width: 100%;
  }
}
#main .contact_01 dl dd {
  border-right: none;
  border-left: none;
}

.recruit_btn a {
  border-radius: 5px;
  border: #1f82b8 1px solid;
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d3ee), color-stop(50%, #a0d3ee), color-stop(50%, #27a2e3), to(#27a2e3));
  background: -webkit-linear-gradient(top, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  background: linear-gradient(to bottom, #a0d3ee, #a0d3ee 50%, #27a2e3 50%, #27a2e3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px;
  max-width: 641px;
  margin: 0 auto;
  font-weight: 600;
}
.recruit_btn a i {
  padding-right: 5px;
}

#main .actual_introduction01_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .actual_introduction01_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .actual_introduction01_01 img {
  margin: 0;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  #main .actual_introduction01_01 img {
    max-width: none !important;
    width: 100%;
  }
}
#main .actual_introduction01_01 div {
  background: #FEF9DF;
  padding: 16px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .actual_introduction01_01 div {
    margin-top: 16px;
    margin-left: 0;
  }
}

.actual_btn div a {
  max-width: 200px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  line-height: 1.2;
  color: #fff;
  background: #f9802b;
  color: #fff;
  font-size: 1.8rem;
}
.actual_btn div a i {
  padding-right: 5px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

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

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */