@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
.pcnone {
  display: none;
}

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

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

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

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

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

@media only 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;
}

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

li {
  list-style: none;
}

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: 1.7em;
  font-weight: 400;
  color: #333;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-size: 16px;
  background: #fff;
}

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

.inner2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

#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-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 40px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.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: #ff0000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only 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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media only 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;
  }
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 10;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  #header {
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 834px) {
  #header {
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: 80px;
    background: #ff4000;
  }
}

#header .flxL {
  width: 20%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .flxL {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  #header .flxL {
    width: 40%;
  }
}

#header .flxR {
  width: 78%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .flxR {
    width: 67%;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 640px) {
  #header .flxR {
    width: 57%;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    position: fixed;
    top: 0;
    right: 0;
  }
}

#hednav .navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap {
    display: block;
  }
}

#hednav .navwrap #nav_global {
  width: 100%;
}

#hednav .navwrap #nav_global > ul {
  height: 100%;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#hednav .navwrap #nav_global > ul > li {
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #nav_global > ul > li {
    border-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #nav_global > ul > li:first-child {
    border-left: 0;
  }
}

#hednav .navwrap #nav_global > ul > li a {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding: 10px 1.25vw;
  line-height: 1;
  display: block;
  height: 100%;
  color: #000;
}

#hednav .navwrap #nav_global > ul > li a:hover {
  opacity: 1;
  -webkit-animation: zoom .3s;
          animation: zoom .3s;
}

#hednav .navwrap #nav_global > ul > li a span {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #nav_global > ul > li a span {
    display: none !important;
  }
}

#hednav .navwrap #hed_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  #hednav .navwrap #hed_info {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #hed_info {
    display: block;
    position: static;
  }
}

#hednav .navwrap #hed_info .store1 {
  height: 100%;
}

#hednav .navwrap #hed_info .store1 a {
  height: 100%;
  width: 190px;
  padding: 10px;
  font-family: 'Noto Serif JP';
  font-weight: bold;
  font-size: 20px;
  color: #ff4000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hednav .navwrap #hed_info .store1 p {
  font-weight: bold;
}

#hednav .navwrap #hed_info .store2 {
  border-left: 1px solid #ccc;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #hed_info .store2 {
    border-left: 0;
  }
}

#hednav .navwrap #hed_info .store2 a {
  height: 100%;
  width: 69px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background: #69a6db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hednav .navwrap #hed_info .store2 a span {
  line-height: 1;
  display: none;
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #hed_info .store2 a span {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #hed_info .store2 a i {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 834px) {
  #hednav .navwrap #hed_info {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
  #hednav .navwrap #hed_info .hoverbtn {
    width: 100%;
    margin-top: 10px;
    margin: 10px auto 0;
  }
  #hednav .navwrap #hed_info .hoverbtn a {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
  }
  #hednav .navwrap #hed_info .hoverbtn a img {
    margin-right: 5px;
  }
  #hednav .navwrap #hed_info .hoverbtn a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 834px) {
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .global-menu-btn {
    position: relative;
    cursor: pointer;
    height: 100%;
    width: 80px;
    font-size: 13px;
    z-index: 11;
    line-height: 1;
    -webkit-transition: 1s;
    transition: 1s;
    color: #fff;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global-menu-btn::after {
    content: "MENU";
    width: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 10px;
  }
  .global-menu-btn .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-menu-btn .menu-trigger i {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
  }
  .global-menu-btn .menu-trigger i:nth-child(1) {
    top: 0;
    -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
  }
  .global-menu-btn .menu-trigger i:nth-child(2) {
    width: 20px;
    top: 9px;
    opacity: 1;
  }
  .global-menu-btn .menu-trigger i:nth-child(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 .75s forwards;
            animation: menu-bar02 .75s forwards;
  }
  .navdamy {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    width: 80px;
    z-index: 14;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    right: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: #eef2f2;
    width: 70%;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    -webkit-transform: translateX(240%);
        -ms-transform: translateX(240%);
            transform: translateX(240%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 80px;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
    background: none;
  }
  #hednav .wrap .navwrap #nav_global > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrap .navwrap #nav_global > ul .pcnone {
    display: block !important;
  }
  #hednav .wrap .navwrap #nav_global > ul .clonenone {
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li {
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a {
    line-height: 1.7em;
    color: #000;
    font-weight: 700 !important;
    display: block;
    padding: 26px 36px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a:hover {
    opacity: 1;
    color: #fff;
    background: #ff4000 !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a img {
    width: 25%;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span {
    width: 70%;
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span b {
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span span {
    display: block;
    font-size: 0.8em;
    color: #333;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul {
    display: block;
    width: 100%;
    position: static;
    background: none;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul li a {
    background: #f7f7f7;
    color: #333;
    font-weight: 500;
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p:hover:after {
    color: #333;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p span {
    display: block;
    margin-top: 7px;
    font-size: 0.7em;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p:after {
    border: solid 1px #ddd;
    font-weight: 100;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    bottom: 0;
    width: 79px;
    height: 79px;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f4f7f6;
    z-index: 1;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p.open:after {
    content: "\f00d";
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
  .MenuOpened {
    z-index: 13 !important;
    display: none;
    display: block;
  }
  .MenuOpened .global-menu-btn {
    z-index: 11;
  }
  .MenuOpened .global-menu-btn i:nth-child(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
            animation: active-menu-bar01 .75s forwards;
  }
  .MenuOpened .global-menu-btn i:nth-child(2) {
    opacity: 0;
  }
  .MenuOpened .global-menu-btn i:nth-child(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
            animation: active-menu-bar03 .75s forwards;
  }
  .MenuOpened .wrap {
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .MenuOpened .wrap .navwrap {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh !important;
    margin-left: auto;
  }
}

#mainArea2 {
  background: url(../images/common/main_1_p.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  #mainArea2 {
    margin-top: 0 !important;
    margin-bottom: 80px;
  }
}

#local-keyvisual {
  position: relative;
}

#local-keyvisual #local-keyvisual-title {
  width: 100%;
  padding: 150px 0;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title {
    padding: 150px 10px;
  }
}

#local-keyvisual #local-keyvisual-title h1 {
  z-index: 1;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Anton', sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  #local-keyvisual #local-keyvisual-title h1 {
    font-size: 40px;
  }
}

#local-keyvisual #local-keyvisual-title h1 span {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.5em;
  display: block;
  margin-top: 15px;
}

#local-keyvisual #local-keyvisual-title .blogh1 {
  z-index: 1;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Anton', sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title .blogh1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  #local-keyvisual #local-keyvisual-title .blogh1 {
    font-size: 40px;
  }
}

#local-keyvisual #local-keyvisual-title .blogh1 span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  display: block;
  margin-top: 15px;
}

#local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual .local-keyvisual-bg {
    margin-left: 0 !important;
  }
}

.pan1 {
  margin: 20px 0 50px;
}

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

.pan1 a {
  color: #221815;
}

.pan1 ol li {
  display: inline-block;
}

#mainArea {
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 7%;
  position: relative;
}

#mainArea:before {
  content: "";
  background: blue;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#mainArea .maintxt {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width: 1200px) {
  #mainArea .maintxt {
    max-width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea .maintxt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#mainArea .maintxt h1 {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  padding-left: 5%;
  color: #fff;
  line-height: 1.7em;
  font-weight: 900;
  font-size: 45px;
}

@media only screen and (max-width: 1200px) {
  #mainArea .maintxt h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea .maintxt h1 {
    font-size: 35px;
    text-align: center;
  }
}

#mainArea ul {
  width: 85%;
  margin-left: auto;
  margin-bottom: 0;
}

#mainArea #slider img {
  vertical-align: middle;
  height: auto !important;
}

#mainArea img {
  width: 100% !important;
}

#mainArea button {
  display: none !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}

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

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

#footer {
  color: #333;
  background: url(../images/common/cont_bg.jpg) top no-repeat fixed;
  background-size: cover;
}

#footer .wrap_copy {
  padding: 10px 0;
  border-top: 1px solid #fff;
}

#footer .wrap_copy .sns_area {
  float: left;
}

#footer .wrap_copy .sns_area a {
  color: #fff;
}

#footer .wrap_copy #copyright {
  float: right;
  color: #fff;
  text-align: right;
}

#footer .wrap_copy2 .f_left {
  text-align: center;
  margin-bottom: 20px;
}

#footer .wrap_copy2 #f_nav {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto 10px auto;
}

@media only screen and (max-width: 640px) {
  #footer .wrap_copy2 #f_nav {
    display: none;
  }
}

#footer .wrap_copy2 #f_nav h4 {
  font-family: "sawarabi Gothic";
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

#footer .wrap_copy2 #f_nav .col_nav a {
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  padding: 50px 0;
}

@media only screen and (max-width: 1200px) {
  #footer .inner {
    padding: 50px 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #footer .inner {
    padding: 50px 30px;
  }
}

#footer .inner .ttl {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  font-family: 'Anton', sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  #footer .inner .ttl {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  #footer .inner .ttl {
    font-size: 40px;
  }
}

#footer .inner .ttl span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  display: block;
  margin-top: 15px;
}

#footer .inner .wrap {
  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: 834px) {
  #footer .inner .wrap {
    display: block;
    width: 100%;
  }
}

#footer .inner .wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}

@media only screen and (max-width: 834px) {
  #footer .inner .wrap dl {
    display: block;
    width: 100%;
  }
  #footer .inner .wrap dl:nth-child(2) {
    margin-top: 30px;
  }
}

#footer .inner .wrap dl dt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.7em;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  padding: 20px 10px;
  font-size: 25px;
  background: #ff4000;
}

@media only screen and (max-width: 834px) {
  #footer .inner .wrap dl dt {
    font-size: 20px;
  }
}

#footer .inner .wrap dl dd {
  width: 100%;
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  #footer .inner .wrap dl dd {
    display: block;
    margin: 0;
  }
}

#footer .inner .wrap dl dd a img {
  opacity: 1 !important;
}

#footer .inner .wrap dl dd a:hover {
  opacity: 1 !important;
}

#copy {
  color: #333;
  display: block;
  padding: 5px 0;
}

#copy a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

#copy a:hover {
  opacity: 0.6;
}

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

.btn a {
  background: #ff4000;
  font-weight: 700;
  position: relative;
  padding: 15px 30px;
  display: block;
  color: #fff;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.btn a:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn a:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn2 {
  max-width: 350px;
}

.btn2 a {
  background: #ff4000;
  font-weight: 700;
  position: relative;
  padding: 15px 30px;
  display: block;
  color: #fff;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.btn2 a:hover:before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn2 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn2 a:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.cont_1 {
  color: #000;
  background: url(../images/common/bg_3.jpg) left top;
  padding: 100px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_1 {
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 834px) {
  .cont_1 {
    padding: 80px 30px;
  }
}

.cont_1 .inner .txt {
  line-height: 2em;
}

.cont_2 {
  color: #fff;
  background: url(../images/common/bg_4.jpg) right top no-repeat fixed;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_2 {
    padding: 150px 10px;
  }
}

@media only screen and (max-width: 834px) {
  .cont_2 {
    padding: 80px 30px;
    background-size: cover;
  }
}

.cont_2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont_2 .wrap {
  display: inline-block;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 834px) {
  .cont_2 .wrap {
    margin: 0 auto 0 0;
  }
}

.cont_2.fxdrr {
  background: url(../images/common/bg_4.jpg) center top no-repeat !important;
}

.cont_2.fxdrr .wrap {
  margin: 0 auto 0 0;
}

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

@media only screen and (max-width: 834px) {
  .cont_3 .inner {
    padding: 0 30px;
  }
}

.cont_4 {
  position: relative;
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 1200px) {
  .cont_4 {
    padding: 100px 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4 {
    padding: 80px 30px 0;
  }
}

.cont_4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 70%;
}

.cont_4 .inner {
  overflow-x: hidden;
}

.inst .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inst .owl-nav, .inst .owl-dots {
  display: none !important;
}

.inst > ul {
  margin-bottom: 30px;
}

.inst .owl-item {
  position: relative;
  border: none !important;
}

.inst .owl-item > li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  background: #fff;
  border: none !important;
}

.inst .owl-item > li .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.inst .owl-item > li .sns_photo a {
  opacity: 1 !important;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.inst .owl-item > li .sns_photo a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 250px !important;
}

@media only screen and (max-width: 834px) {
  .inst .owl-item > li .sns_photo a img {
    position: static;
  }
}

.inst .owl-item > li .sns_text {
  padding: 15px;
}

.inst .owl-item > li .sns_text .sns_date {
  color: #fff;
  background: #ff4000;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}

.inst .owl-item > li .sns_text .caption {
  font-size: 14px;
}

.inst .owl-item > li .sns_text ul {
  display: none;
}

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

@media only screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 0 30px;
  }
}

.newswrap {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 834px) {
  .newswrap {
    width: 100%;
    height: 300px;
  }
}

.newswrap .news {
  overflow-y: auto;
  z-index: 1;
  position: relative;
  height: 100%;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  .newswrap .news {
    padding-right: 0;
  }
}

.newswrap .news .blog_list {
  border: 0;
}

.newswrap .news .blog_list .blog_photo {
  display: none;
}

.newswrap .news .blog_list > div {
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 834px) {
  .newswrap .news .blog_list > div {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.newswrap .news .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.newswrap .news .blog_list .blog_text .blog_date {
  line-height: 1.7em;
  font-size: 14px;
  font-weight: 800;
  color: #333;
}

.newswrap .news .blog_list .blog_text ul {
  display: none;
}

.newswrap .news .blog_list .blog_text h3 {
  margin-left: 0;
  margin-bottom: 0;
}

.newswrap .news .blog_list .blog_text h3 a span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.newswrap .news .blog_list .blog_text .detail {
  display: none;
}

.newswrap .news dl {
  padding: 15px 0;
  border-bottom: 1px dashed #333;
  display: block !important;
}

.newswrap .news dl:first-child {
  padding: 0 0 15px;
}

.newswrap .news dl dt, .newswrap .news dl dd {
  color: #333;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

.newswrap .news dl dt {
  width: auto !important;
  display: inline-block;
  padding: 5px !important;
  background-color: #ff4000 !important;
  color: #fff;
}

.newswrap2 {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 834px) {
  .newswrap2 {
    width: 100%;
    height: 300px;
  }
}

.newswrap2 .news2 {
  overflow-y: auto;
  z-index: 1;
  position: relative;
  height: 100%;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  .newswrap2 .news2 {
    padding-right: 0;
  }
}

.newswrap2 .news2 .box:last-child article {
  border-bottom: 1px dashed #333;
}

.newswrap2 .news2 .box article {
  border-top: 1px dashed #333;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .newswrap2 .news2 .box article {
    display: block;
    padding: 25px 0;
  }
}

.newswrap2 .news2 .box article img {
  width: 20% !important;
  height: auto !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .newswrap2 .news2 .box article img {
    width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap2 .news2 .box article img {
    width: 100% !important;
  }
}

.newswrap2 .news2 .box article .w {
  width: 78%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .newswrap2 .news2 .box article .w {
    width: 68% !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap2 .news2 .box article .w {
    width: 100% !important;
    margin-top: 10px;
  }
}

.newswrap2 .news2 .box article .w .i h3 {
  font-size: 16px;
  color: #ff4000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.newswrap2 .news2 dl {
  padding: 15px 0;
  border-bottom: 1px dashed #333;
  display: block !important;
}

.newswrap2 .news2 dl:first-child {
  padding: 0 0 15px;
}

.newswrap2 .news2 dl dt, .newswrap2 .news2 dl dd {
  color: #333;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

.newswrap2 .news2 dl dt {
  width: auto !important;
  display: inline-block;
  padding: 5px !important;
  background-color: #ff4000 !important;
  color: #fff;
}

.sample01.fxdr {
  background: #f4f8ff;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .sample01.fxdr {
    padding: 80px 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .sample01.fxdr {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .sample01.fxdr {
    padding: 80px 40px;
  }
}

.sample01.fxdr .inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 834px) {
  .sample01.fxdr .inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 1200px) {
  .sample01 {
    margin-left: 0 !important;
    padding: 0 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .sample01 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .sample01 {
    padding: 0 40px;
  }
}

.sample01 .inner {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .sample01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sample01 .flxL {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sample01 .flxL {
    width: 100%;
  }
}

.sample01 .flxL .btn {
  max-width: 400px;
}

@media only screen and (max-width: 834px) {
  .sample01 .flxL .btn {
    max-width: 100%;
  }
}

.sample01 .flxL .btn a {
  padding: 15px 10px;
}

.sample01 .flxR {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .sample01 .flxR {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sample01 .flxR img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.sample02 {
  background: #f4f8ff;
  padding: 80px 0 50px;
}

@media only screen and (max-width: 1200px) {
  .sample02 {
    padding: 80px 10px 50px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .sample02 {
    padding: 80px 30px 50px;
  }
}

@media only screen and (max-width: 640px) {
  .sample02 {
    padding: 80px 40px 50px;
  }
}

.sample02 .wrap {
  border: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 834px) {
  .sample02 .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.sample02 .wrap .box {
  margin-bottom: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  width: 23.36066%;
  margin-left: 1.63934%;
}

@media only screen and (max-width: 834px) {
  .sample02 .wrap .box {
    width: 100%;
    margin-left: 0;
  }
}

.sample02 .wrap .box:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sample02 .wrap .box a {
  display: block;
}

.sample02 .wrap .box a .wrapbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sample02 .wrap .box a .wrapbox > div {
  background: rgba(255, 64, 0, 0.7);
  padding: 20px 10px;
  width: 100%;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .sample02 .wrap .box a .wrapbox > div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .sample02 .wrap .box a .wrapbox > div {
    font-size: 16px;
  }
}

.sample02 .wrap .box a img {
  width: 100% !important;
}

.pcblk {
  display: block;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pcblk {
    display: none;
  }
}

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

/* title */
h2.mail.title {
  display: none !important;
}

.midashi h2 {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #000;
  line-height: 1.4em;
  font-weight: 900;
  font-size: 40px;
}

@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 30px;
  }
}

.midashi h2:after {
  content: "";
  background: #ff4000;
  width: 100px;
  height: 5px;
  display: block;
  margin: 30px auto 0;
}

.midashi2 h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 40px;
  }
}

.midashi2 h2 span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  display: block;
  margin-top: 15px;
}

.midashi2.black h2 {
  color: #222;
}

.midashi3 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1.7em;
  padding-bottom: 1px;
  font-weight: 700;
  color: #ff4000;
  border-bottom: 1px solid #ff4000;
  font-size: 25px;
}

@media only screen and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}

.midashi3 h2:after {
  content: "";
  margin-top: 1px;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 3px solid #ff4000;
}

.midashi3 h3 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7em;
  padding-bottom: 1px;
  font-weight: 700;
  color: #ff4000;
  border-bottom: 1px solid #ff4000;
  font-size: 20px;
}

@media only screen and (max-width: 834px) {
  .midashi3 h3 {
    font-size: 18px;
  }
}

.midashi3 h3:after {
  content: "";
  margin-top: 1px;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 3px solid #ff4000;
}

.midashi3 h3 span {
  color: #ccc;
  font-size: 0.7em;
}

.midashi6 {
  width: 100%;
  position: relative;
}

.midashi6 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #f3f3f3;
  padding: 1em 0.5em 1em 1.5em;
  position: relative;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.midashi6 span {
  position: absolute;
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px 10px 5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.midashi7 {
  width: 100%;
}

.midashi7 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #f3f3f3;
  padding: 1em 0.5em 1em 1.5em;
  position: relative;
  font-size: 25px;
}

.midashi7 h2:after {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 500px;
  background: #ff4000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.midashi7 span {
  background: #1dab3c;
  font-size: 0.8em;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
}

.midashi8 {
  width: 100%;
}

.midashi8 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #ff4000;
  padding: 1em 0.5em 1em 1.5em;
  position: relative;
  font-size: 20px;
  color: #fff;
}

.midashi9 {
  width: 100%;
}

.midashi9 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #f3f3f3;
  padding: 1em 0;
  font-size: 25px;
  text-align: center;
}

.midashi9 span {
  position: relative;
}

.midashi9 span:after {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 500px;
  background: #ff4000;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

.company01wrap {
  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;
}

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

.company01wrap .company01 {
  width: 48%;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .company01wrap .company01 {
    width: 100%;
  }
}

.company01wrap iframe {
  vertical-align: middle;
}

.policy01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .policy01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.policy01 .flxL {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .policy01 .flxL {
    width: 100%;
    margin-top: 30px;
  }
}

.policy01 .flxR {
  width: 38%;
}

@media only screen and (max-width: 834px) {
  .policy01 .flxR {
    width: 100%;
  }
}

.policy01 .flxR .img {
  width: 100%;
}

.policy01 .flxR .img img {
  width: 100% !important;
}

.safety01 .box {
  background: #fff;
  border: 1px solid #ff4000;
  padding: 30px;
}

.safety01 .box h3 {
  text-align: center;
  font-weight: 700;
  background: #ff4000;
  padding: 1em 0.5em 1em 1.5em;
  position: relative;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.safety01 ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.safety01 ul li:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  font-size: 18px;
  font-weight: 700;
  color: #ff4000;
  vertical-align: middle;
  text-align: right;
  display: block;
}

.waku {
  background: #fff;
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
  font-size: 1rem;
}

.company_area dt {
  border-bottom: 1px solid #ccc !important;
}

.company_area dd {
  border-bottom: 1px solid #eee !important;
}

@media screen and (max-width: 640px) {
  .company_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area dt {
    border-bottom: 0 !important;
    background: #f9f9f9 !important;
    font-weight: bold;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
}

.comp dl {
  margin: 5px 0;
}

.comp dl dt {
  border: 0 !important;
  background: #d9f4ff !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: #ff4000;
}

.comp dl dd {
  border: 0 !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .comp dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt, .comp dd {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.objc a {
  width: 100% !important;
  height: auto !important;
}

.objc img {
  width: 100% !important;
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 1000px) {
  .objc img {
    height: 500px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .objc img {
    height: 400px !important;
  }
}

@media only screen and (max-width: 640px) {
  .objc img {
    height: 550px !important;
  }
}

.objc2 .box > a {
  display: block;
  position: relative;
}

.objc2 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc2 .box > a:before {
    display: none;
  }
}

.objc2 .box > a 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;
}

@media only screen and (max-width: 834px) {
  .objc2 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc2 div {
  text-align: center;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

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

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

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

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex2cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .flex2cl:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl .flxL {
    width: 100%;
  }
}

.flex2cl .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl .flxR .img {
  width: 100%;
}

.flex2cl .flxR .img img {
  width: 100% !important;
}

.flex2cl2 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
}

@media only screen and (max-width: 1000px) {
  .flex2cl2 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl2 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
}

@media only screen and (max-width: 1000px) {
  .flex2cl2 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl2 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl2 .box img {
  width: 100% !important;
}

.flex2cl2 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl2 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.flex3cl .flxL {
  width: 49%;
}

@media only screen and (max-width: 834px) {
  .flex3cl .flxL {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex3cl .flxR {
  width: 49%;
}

@media only screen and (max-width: 834px) {
  .flex3cl .flxR {
    width: 100%;
  }
}

.faq01 dl {
  margin-bottom: 30px;
  display: block !important;
}

.faq01 dl:last-child {
  margin-bottom: 0 !important;
}

.faq01 dl dt {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  width: 100% !important;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .faq01 dl dt {
    font-size: 16px;
  }
}

.faq01 dl dt:before {
  margin-right: 10px;
  content: "Q";
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: #ff4000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.faq01 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100% !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: inherit !important;
  font-size: 16px;
}

.faq01 dl dd:before {
  margin-right: 10px;
  content: "A";
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.contact02 a {
  background: #ff4000;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.contact02 span {
  padding: 20px 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.contact01 {
  background: #f3f3f3;
  margin: 0 auto;
  padding: 50px;
}

.contact01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}

.contact01 dl:last-child {
  margin-bottom: 0;
}

.contact01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media only screen and (max-width: 640px) {
  .contact01 dl dt {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact01 dl dt label {
  margin-top: 5px;
  background: #ff4000;
  border-radius: 5px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 6px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .contact01 dl dt label {
    line-height: 1;
    padding: 3px;
    font-size: 11px;
  }
}

.contact01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

@media only screen and (max-width: 640px) {
  .contact01 dl dd {
    width: 100% !important;
  }
}

.contact01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact01 .file {
  border-top: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .contact01 .file {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contact01 .file dt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media only screen and (max-width: 640px) {
  .contact01 .file dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.contact01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.policy a {
  color: #ff4000;
}

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

.formtel td {
  font-size: 16px;
  border: 0 !important;
}

.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

.wrap_copy2 {
  background: #ff4000 !important;
  padding: 50px 0 0 0;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: "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 only screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -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: -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;
}
/*# sourceMappingURL=assets.css.map */