@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: -webkit-gradient(linear, left top, right top, from(#252525), color-stop(50%, #000), to(#252525));
  background: linear-gradient(to right, #252525, #000 50%, #252525);
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
}

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, b, 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: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 468px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  color: #eb5904;
}

@media only screen and (max-width: 768px) {
  .pankuzu {
    margin-top: 20px;
  }
}

.pankuzu a {
  text-decoration: underline;
}

.pankuzu a:hover {
  text-decoration: none;
}

.error_link a {
  display: inline-block;
  margin-top: 100px;
  color: #eb5904;
}

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

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

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

.map li:last-of-type {
  display: none;
}

.policy {
  margin-top: 30px;
}

.policy h2 {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #eb5904;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  color: #eb5904;
}

.policy p {
  margin: 0 0 50px 0;
}

.smp h2 {
  margin: 70px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #eb5904;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #eb5904;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #eb5904;
}

.smp h3:first-of-type {
  margin-top: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

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

.imgL {
  margin-left: 0 !important;
  margin-right: 20px !important;
}

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

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

@media only screen and (max-width: 468px) {
  .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 {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  header#global_header {
    padding-top: 48px;
  }
}

#header {
  background: rgba(37, 37, 37, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

#header #siteID {
  width: 10%;
  max-width: 190px;
  padding-left: 20px;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  #header #siteID {
    width: 21%;
  }
}

@media only screen and (max-width: 768px) {
  #header #siteID {
    width: 100%;
  }
}

@media only screen and (max-width: 468px) {
  #header #siteID {
    padding-left: 10px;
  }
}

#header #siteID a {
  opacity: 1;
}

@media only screen and (max-width: 468px) {
  #header #siteID img {
    min-width: 100px;
  }
}

#header .hedR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

@media only screen and (max-width: 1000px) {
  #header .hedR {
    width: 79%;
  }
}

@media only screen and (max-width: 468px) {
  #header #nav_global {
    display: none;
  }
}

#header #nav_global #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #nav_global #gnavi li {
  position: relative;
}

#header #nav_global #gnavi li a {
  position: relative;
  display: block;
  padding: 26px 19px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #header #nav_global #gnavi li a {
    padding: 26px 8px;
  }
}

@media only screen and (max-width: 830px) {
  #header #nav_global #gnavi li a {
    font-size: 13px;
  }
}

#header #nav_global #gnavi li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #eb5904;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#header #nav_global #gnavi li a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#header #nav_global #gnavi li .sub {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#header #nav_global #gnavi li .sub li a {
  padding: 15px 20px;
  display: block;
  text-align: left;
}

#header #nav_global #gnavi li .sub li a:after {
  display: none;
}

#header #nav_global #gnavi li .sub li a:hover {
  color: #eb5904;
}

#header #hed_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}

@media only screen and (max-width: 768px) {
  #header #hed_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: auto;
  }
}

#header #hed_info .linkTel {
  width: 185px;
  padding: 22px 0;
  background-color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1200px) {
  #header #hed_info .linkTel {
    width: 175px;
  }
}

@media only screen and (max-width: 768px) {
  #header #hed_info .linkTel {
    width: 50%;
    padding: 7px 0;
  }
}

@media only screen and (max-width: 468px) {
  #header #hed_info .linkTel {
    padding: 0;
    background-color: none;
    letter-spacing: 0;
  }
}

#header #hed_info .linkTel a {
  display: block;
  padding: 9px 0;
  font-size: 16px;
  letter-spacing: 0;
}

#header #hed_info .linkTel i {
  margin-right: 10px;
  font-size: 22px;
}

@media only screen and (max-width: 468px) {
  #header #hed_info .linkTel i {
    margin-right: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #header #hed_info .cont {
    width: 50%;
  }
}

#header #hed_info .cont a {
  position: relative;
  display: block;
  width: 80px;
  padding: 25px 0;
  background-color: #eb5904;
  border-left: 1px solid #eb5904;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #header #hed_info .cont a {
    width: 100%;
    padding: 10px 0;
  }
}

#header #hed_info .cont a i {
  font-size: 24px;
  color: #fff;
}

#header #hed_info .cont a:after {
  content: "";
  height: 200px;
  position: absolute;
  top: -63px;
  left: -100px;
  opacity: .2;
  background: #fff;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

#header #hed_info .cont a:hover:after {
  left: 160%;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}

#header .bnr_line img {
  width: auto !important;
  height: 80px !important;
}

@media only screen and (max-width: 1000px) {
  #header .bnr_line img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 468px) {
  #header .bnr_line img {
    height: auto !important;
  }
}

#mainArea {
  width: 100%;
  overflow: hidden;
}

#mainArea #slider {
  width: 100%;
  position: relative;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 468px) {
  #mainArea #slider li img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #252525 !important;
}

.mean-container .mean-nav ul li a {
  padding: 2% 5% !important;
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  line-height: inherit !important;
  padding: 1.5% 5% !important;
}

@media only screen and (max-width: 468px) {
  .mean-container .mean-nav ul li a.mean-expand {
    padding: 1% 5% !important;
  }
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin-top: auto;
  padding-top: 30px;
  color: #cbcbcb;
}

footer#global_footer a {
  font-size: 13px;
  color: #cbcbcb;
  text-decoration: none;
}

footer#global_footer a:hover {
  text-decoration: underline;
}

footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  footer#global_footer #pagetop {
    bottom: 65px;
  }
}

footer#global_footer .fot_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  footer#global_footer .fot_wrap {
    display: block;
  }
}

footer#global_footer address {
  width: 48%;
  text-align: left;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  footer#global_footer address {
    width: 100%;
    margin-bottom: 10px;
  }
}

footer#global_footer address .fot_info {
  margin-bottom: 10px;
}

footer#global_footer address .yubin {
  display: inline-block;
  margin-right: 10px;
}

footer#global_footer address .linkTel {
  display: inline-block;
  margin-left: 10px;
}

footer#global_footer address .fot_sns li {
  display: inline-block;
  margin-left: 5px;
}

footer#global_footer address .fot_sns li a:hover {
  color: #eb5904;
}

footer#global_footer address .fot_sns li i {
  font-size: 30px;
}

footer#global_footer .fot_map {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  footer#global_footer .fot_map {
    width: 100%;
  }
}

footer#global_footer #fotID {
  margin-bottom: 10px;
}

footer#global_footer #nav_footer {
  margin-bottom: 20px;
  text-align: left;
}

footer#global_footer #nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  footer#global_footer #nav_footer ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer#global_footer #nav_footer li {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  footer#global_footer #nav_footer li {
    display: none;
  }
}

footer#global_footer #nav_footer li a {
  text-decoration: none;
}

footer#global_footer #nav_footer li a:hover {
  color: #eb5904;
}

footer#global_footer #nav_footer li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
}

@media only screen and (max-width: 768px) {
  footer#global_footer #nav_footer .sp {
    display: block;
  }
}

footer#global_footer #copy {
  display: block;
  padding: 6.5px;
  font-size: 13px;
}

footer#global_footer #copy a {
  text-decoration: none;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* index.html */
.index_contents #contents_wrap {
  margin-bottom: 0;
}

.con01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .con01 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 468px) {
  .con01 {
    padding: 50px 0;
  }
}

.con01 .txt_con01 {
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .con01 .txt_con01 {
    background-size: contain;
  }
}

@media only screen and (max-width: 468px) {
  .con01 .txt_con01 div {
    text-align: left !important;
  }
}

.con02, .con03 {
  position: relative;
  margin-top: 120px;
}

@media only screen and (max-width: 468px) {
  .con02, .con03 {
    margin: 20px auto;
  }
}

.con02 .txt, .con03 .txt {
  width: 51%;
  margin: 0 0 0 auto;
  padding: 3.4% 9% 5.8% 9%;
  border: 1px solid #fff;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .con02 .txt, .con03 .txt {
    padding: 6%;
  }
}

@media only screen and (max-width: 468px) {
  .con02 .txt, .con03 .txt {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
}

.con02 .img, .con03 .img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 51%;
}

@media only screen and (max-width: 468px) {
  .con02 .img, .con03 .img {
    position: static;
    width: 100%;
  }
}

.con02 .img img, .con03 .img img {
  width: 100% !important;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .con02 .img img, .con03 .img img {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.con03 .txt {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 468px) {
  .con03 .txt {
    margin: 0 auto 20px auto;
  }
}

.con03 .img {
  left: auto;
  right: 0;
}

.bnr .box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 91.5px 10px;
}

@media only screen and (max-width: 768px) {
  .bnr .box {
    padding: 50px 10px;
  }
}

.bnr .box div {
  position: relative;
  margin: 60px auto 40px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  color: #eb5904;
}

.bnr .box div:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background-color: #eb5904;
}

.news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  padding: 100px 0;
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .news {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 468px) {
  .news {
    margin-top: -10px;
    padding: 50px 0;
  }
}

.news .news_l {
  padding: 5%;
  background-color: rgba(37, 37, 37, 0.5);
  border: 1px solid #585858;
}

.news .news_l dl {
  display: block !important;
  margin: 0 10px 20px 0;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #585858;
}

.news .news_l dt, .news .news_l dd {
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.news .news_r {
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #585858;
}

.news .news_r p, .news .news_r a {
  margin-right: 20px;
}

.news .news_r a:hover {
  text-decoration: underline;
}

.news .news_r .text {
  margin-bottom: 10px;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #585858;
}

.news .scroll {
  height: 250px;
  overflow-x: auto;
}

.news .scroll::-webkit-scrollbar {
  width: 10px;
}

.news .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #666;
}

.news .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eb5904;
}

.youtube_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .youtube_st {
    display: block;
  }
}

.youtube_st .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .youtube_st .box {
    width: 100%;
    margin-right: 0;
  }
}

.youtube_st .box:nth-of-type(3n) {
  margin-right: 0;
}

.youtube_st .box iframe {
  height: 15vw !important;
  min-height: 280px;
}

@media only screen and (max-width: 1200px) {
  .youtube_st .box iframe {
    height: 24vw !important;
    min-height: 230px;
  }
}

@media only screen and (max-width: 1000px) {
  .youtube_st .box iframe {
    min-height: 190px;
  }
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .youtube_st .box iframe {
    height: 71vw !important;
    min-height: 230px;
  }
}

@media only screen and (max-width: 468px) {
  .youtube_st .box iframe {
    height: 72vw !important;
  }
}

.insta {
  margin-top: 50px;
}

.insta .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

.insta .sns_list > div {
  width: 16.6% !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 468px) {
  .insta .sns_list > div {
    width: 33% !important;
  }
}

.insta .sns_photo {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .insta .sns_photo {
    padding: 2px !important;
  }
}

.insta .sns_photo img {
  width: 100% !important;
  height: 9vw !important;
  min-height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 468px) {
  .insta .sns_photo img {
    height: 31vw !important;
    min-height: 95px;
  }
}

.insta .sns_text {
  display: none !important;
}

.column {
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

.column ul {
  height: 150px;
  overflow-x: auto;
}

.column ul li {
  width: 100%;
  margin: 0 10px 20px 0;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #585858;
}

.column ul li span {
  display: block;
}

.column ul::-webkit-scrollbar {
  width: 10px;
}

.column ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #666;
}

.column ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eb5904;
}

.contact {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#252525), to(#000));
  background: linear-gradient(to bottom right, #252525, #000);
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .contact {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 468px) {
  .contact {
    padding: 50px 0;
  }
}

.cont_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 960px;
  margin: 30px auto 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .cont_btn {
    display: block;
  }
}

.cont_btn .box {
  width: 29%;
  margin-right: 5%;
}

@media only screen and (max-width: 768px) {
  .cont_btn .box {
    width: 100% !important;
  }
}

.cont_btn .box:nth-of-type(3n) {
  margin-right: 0;
}

.cont_btn .box i {
  margin-right: 10px;
}

.cont_btn .linkTel {
  padding: 16px 5px;
  border: 1px solid #eb5904;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 23px;
  font-weight: bold;
  color: #eb5904;
  text-shadow: 0 0 7px #eb5904;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .cont_btn .linkTel {
    max-width: 350px;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 468px) {
  .cont_btn .linkTel {
    padding: 0;
    border: 0;
  }
}

.cont_btn .linkTel i {
  font-size: 22px;
}

.cont_btn a {
  display: block;
  padding: 16px 5px;
  border: 1px solid #eb5904;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 23px;
  font-weight: bold;
  color: #eb5904;
  text-shadow: 0 0 7px #eb5904;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .cont_btn a {
    max-width: 350px;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 468px) {
  .cont_btn a {
    margin-bottom: 20px;
  }
}

.cont_btn a i {
  font-size: 24px;
}

.cont_btn a:hover {
  background-color: #eb5904;
  color: #fff;
}

/* sale.html */
.sale {
  margin-top: 30px;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .sale {
    display: block !important;
  }
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .sale .box {
    width: 100% !important;
  }
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .sale .tbl {
    margin-top: 20px;
  }
}

/* contact.html */
.contact_contents #contents_wrap {
  padding-top: 150px;
}

.contact_contents section div.form_wrap.message {
  background-color: transparent !important;
}

.contact_contents .form_wrap {
  margin-top: 30px;
}

.cont_tel .linkTel {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #eb5904;
  letter-spacing: 0.1em;
}

.contact_txt {
  margin-top: 30px;
}

.contact_txt a {
  text-decoration: underline;
}

.contact_txt a:hover {
  text-decoration: none;
}

.form_wrap dt, .form_wrap dd {
  padding: 10px !important;
}

.form_wrap dt {
  background-color: rgba(37, 37, 37, 0.5) !important;
}

.form_wrap dd {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 468px) {
  .flex02 {
    display: block;
  }
}

.flex02 .box {
  width: 48%;
}

@media only screen and (max-width: 468px) {
  .flex02 .box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 468px) {
  .flex02 .box:last-of-type {
    margin-bottom: 0;
  }
}

.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

@media only screen and (max-width: 468px) {
  .flex03 {
    display: block;
    margin-top: -10px;
  }
}

.flex03 .box {
  width: 33.3%;
}

@media only screen and (max-width: 468px) {
  .flex03 .box {
    width: 95.5% !important;
    margin: 0 auto 20px auto;
  }
}

/* title */
.ttl_org01 h2 div, .ttl_slv01 h2 div {
  position: relative;
  margin: 60px auto 50px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  color: #eb5904;
}

@media only screen and (max-width: 468px) {
  .ttl_org01 h2 div, .ttl_slv01 h2 div {
    margin-bottom: 20px;
  }
}

.ttl_org01 h2 div:before, .ttl_slv01 h2 div:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background-color: #eb5904;
}

.ttl_slv01 h2 {
  padding-top: 20px;
}

.ttl_slv01 h2 div {
  color: #fff;
}

.ttl_slv01 h2 div:before {
  background-color: #fff;
}

.ttl_kaza h2 {
  background: url(../images/contents/ttl_kazari01.png) top left no-repeat;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .ttl_kaza h2 {
    background-size: contain;
  }
}

.ttl01 h1 {
  margin-top: 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #eb5904;
  text-align: center;
  line-height: 2.5;
  text-shadow: 0 0 7px #eb5904;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl01 h1 {
    margin-top: 50px;
    font-size: 16px;
  }
}

.ttl01 h1 .sub {
  position: relative;
  display: block;
  font-size: 48px;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .ttl01 h1 .sub {
    font-size: 28px;
  }
}

@media only screen and (max-width: 468px) {
  .ttl01 h1 .sub {
    font-size: 24px;
  }
}

.ttl01 h1 .sub:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background-color: #eb5904;
  -webkit-box-shadow: 0 0 7px #eb5904;
          box-shadow: 0 0 7px #eb5904;
}

.ttl01 h2 {
  margin: 100px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl01 h2 {
    font-size: 18px;
  }
}

.ttl01 h3 {
  margin: 50px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl01 h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.ttl01 h4 {
  margin: 30px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl01 h4 {
    font-size: 18px;
  }
}

.ttl01 h2 {
  background: #eb3504;
  background: -webkit-gradient(linear, left top, right top, from(#eb3504), to(#eb5904));
  background: linear-gradient(to right, #eb3504 0%, #eb5904 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  padding: 10px;
}

.ttl01 h3 {
  margin-top: 0;
  color: #eb5904;
}

.ttl01 h4 {
  padding: 10px;
  border-bottom: 4px double #eb5904;
  color: #eb5904;
}

.ttl_bdr01 h1 {
  margin-top: 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  color: #eb5904;
  text-align: center;
  line-height: 2.5;
  text-shadow: 0 0 7px #eb5904;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl_bdr01 h1 {
    margin-top: 50px;
    font-size: 16px;
  }
}

.ttl_bdr01 h1 .sub {
  position: relative;
  display: block;
  font-size: 48px;
}

@media screen and (min-width: 469px) and (max-width: 768px) {
  .ttl_bdr01 h1 .sub {
    font-size: 28px;
  }
}

@media only screen and (max-width: 468px) {
  .ttl_bdr01 h1 .sub {
    font-size: 24px;
  }
}

.ttl_bdr01 h1 .sub:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 1px;
  background-color: #eb5904;
  -webkit-box-shadow: 0 0 7px #eb5904;
          box-shadow: 0 0 7px #eb5904;
}

.ttl_bdr01 h2 {
  margin: 100px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl_bdr01 h2 {
    font-size: 18px;
  }
}

.ttl_bdr01 h3 {
  margin: 50px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl_bdr01 h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.ttl_bdr01 h4 {
  margin: 30px auto 20px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 468px) {
  .ttl_bdr01 h4 {
    font-size: 18px;
  }
}

.ttl_bdr01 h2 {
  color: #eb5904;
}

.ttl_bdr01 h2:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #eb5904;
  background: -webkit-gradient(linear, left top, right top, from(#eb5904), to(transparent));
  background: linear-gradient(to right, #eb5904 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.ttl_bdr01 h3 {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #eb5904;
}

.ttl_bdr01 h3:before, .ttl_bdr01 h3:after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
}

.ttl_bdr01 h3:before {
  margin-right: 1rem;
}

.ttl_bdr01 h3:after {
  margin-left: 1rem;
}

/* btn */
.btn_org01 a {
  position: relative;
  display: block;
  max-width: 200px;
  margin: 50px auto 0;
  padding: 16px 5px;
  background-color: #eb5904;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.btn_org01 a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -4px;
  right: 1px;
  display: inline-block;
  border-left: 10px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_org01 a:hover {
  background-color: rgba(235, 89, 4, 0.3);
}

.btn_org01._btn02 a {
  margin-top: 15px;
}

.btn_org02 a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 50px;
  border: 1px solid #eb5904;
  background-color: rgba(235, 89, 4, 0.2);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.btn_org02 a:hover {
  background-color: #eb5904;
}

/* common */
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

@media only screen and (max-width: 768px) {
  .fadein {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mg_t0 {
  margin-top: 0;
}

.mg_t0 h2, .mg_t0 h3, .mg_t0 h4 {
  margin-top: 0;
}

.mg_30 {
  margin: 30px auto;
}

.tbl_st01 table {
  background-color: rgba(0, 0, 0, 0.5);
}

.tbl_st01 table td {
  padding: 20px !important;
}

.tbl_st01 table td:first-of-type {
  width: 200px;
  background-color: rgba(37, 37, 37, 0.5);
}

.tbl_st01 table td:first-of-type div {
  text-align: center;
}

.bdr_none td {
  border: none !important;
}

.img30 img {
  max-width: 30% !important;
  margin-left: 20px;
}

@media only screen and (max-width: 468px) {
  .img30 img {
    max-width: 100% !important;
    margin-left: 0;
  }
}

.img_bdr img {
  border: 1px solid #eb3504;
}

.bg01 {
  margin-top: 50px;
  padding: 4%;
  background-color: rgba(37, 37, 37, 0.5);
  border: 1px solid #585858;
}

.top100 {
  margin-top: 100px;
}
/*# sourceMappingURL=common_style.css.map */