@charset "UTF-8";
/* CSS Document */
html, body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

body {
  line-height: 1.5em;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 375px) {
    body {
        font-size: 16px;
    }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp_only480 {
  display: none !important;
}

.img_sp {
  display: none !important;
}

@media screen and (min-width: 801px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .sp_hide {
    display: none !important;
  }

  .img_pc {
    display: none !important;
  }

  .img_sp {
    display: block !important;
  }

  .moji_tate .img_pc {
    display: block !important;
  }
  .moji_tate .img_sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .moji_tate .img_pc {
    display: none !important;
  }
  .moji_tate .img_sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_kaigyo {
    display: block !important;
  }
  .sp_kaigyo.pl01 {
    padding-left: 1em;
  }
  .sp_kaigyo.pl02 {
    padding-left: 4.5em;
  }

  .sp_only480 {
    display: block !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.text_red {
  color: #C0272D;
}

.text_red2 {
  color: #C0272D;
  font-size: 80%;
}


.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* userAgentで異なる表示を元に戻す */
.luxbar-navigation .luxbar-item.contact span.tel a {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

span.tel a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .tel_icon {
    display: none;
  }
}
/* ヘッダー画像
---------------------------------------------------------------------------------------------------------------------------------------*/
header {
  margin-top: 123px;
}

h1 {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 9px;
  text-align: left;
}

@media screen and (max-width: 1360px) {
  h1 {
    width: 100%;
  }
}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article {
  width: 100%;
}

section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


.contents-wrap {
  display: flex;
  flex-wrap: wrap;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

.contents-box_full {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.contents-box_full img {
  display: block;
  width: 100%;
  height: auto;
}

.contents-box-main img {
  width: 100%;
  height: auto;
}

.contents-box {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}
.contents-box img {
  width: 100%;
  height: auto;
}

.contents-box2 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 50%;
}
.contents-box2 img {
  display: block;
  width: 100%;
  height: auto;
}

.contents-box3 {
  margin-bottom: 1rem;
  padding: 1rem 0;
  width: 33.3%;
}
.contents-box3 img {
  display: block;
  width: 100%;
  height: auto;
}

dl.dl_style dt {
  float: left;
  clear: left;
}
dl.dl_style dd {
  float: left;
  padding-left: 30px;
}

@media screen and (max-width: 800px) {
  .contents-box2 {
    width: 100%;
  }

  .contents-box3 {
    width: 100%;
  }

  .contents-box4 {
    width: 100%;
  }
}

/* Scroll To Top
---------------------------------------------------------------------------------------------------------------------------------------*/
#scrolltotop {
  z-index: 9999;
  visibility: hidden;
  opacity: 0.2;
  position: fixed;
  bottom: 20px;
  right: 5px;
  padding: 8px 10px 5px;
  line-height: normal;
}
#scrolltotop.visible {
  visibility: visible;
  opacity: 0.5;
  transition: all .8s ease-in-out;
}
#scrolltotop img {
  width: 80px;
}
#scrolltotop:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  #scrolltotop {
    bottom: 20px;
  }
  #scrolltotop img {
    width: 50px;
  }
}