@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

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

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

body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

::-moz-selection {
  background-color: #3a2b22;
}

::selection {
  background-color: #3a2b22;
}

a {
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}

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

@media screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

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

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !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;
}

@media screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

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

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*下層ブログ*/
@media screen and (max-width: 834px) {
  .h_blog:not(:last-child) {
    margin-bottom: 100px !important;
  }
}

.h_blog div.blog_list ul {
  display: block !important;
}

@media screen and (max-width: 834px) {
  .h_blog .blog {
    padding-bottom: 0 !important;
  }
}

.h_blog .blog_photo {
  width: 25% !important;
  float: left;
  padding: 0 !important;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
}

@media screen and (max-width: 834px) {
  .h_blog .blog_photo {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .h_blog .blog_photo {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .h_blog .blog_photo img {
    width: 100% !important;
  }
}

.h_blog .blog_photo a {
  width: 100%;
  position: relative;
  display: block;
}

@media only screen and (max-width: 640px) {
  .h_blog .blog_photo a {
    width: 50%;
  }
}

.h_blog .blog_photo a::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.h_blog .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h_blog .blog_detail {
  font-size: 1em !important;
}

.h_blog article.blog div.blog_date {
  border: 1px solid;
  display: inline-block;
  padding: 3px 10px 0;
  margin-bottom: 15px;
}

.h_blog h3 {
  font-size: 1.2em !important;
  color: #fff !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .h_blog div.blog_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*blog本体*/
.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.blog #calendar {
  display: none;
}

.blog .pages {
  text-align: left !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media screen and (max-width: 1024px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside li {
  line-height: 30px;
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #3a2b22;
  margin-bottom: 20px;
}

.blog #contents article {
  margin-bottom: 60px;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  margin: 0;
  margin-bottom: 30px;
}

.blog a {
  font-weight: inherit !important;
}

.blog .translate {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.2em !important;
}

.blog #contents dd ul {
  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;
  margin: 20px 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .date {
  color: #fff !important;
  font-weight: 500;
  padding: 0 10px;
  background: #3a2b22;
  margin-bottom: 30px !important;
  letter-spacing: 0;
  padding: 3px 10px 0;
  width: inherit !important;
  display: none !important;
}

.blog dt span {
  letter-spacing: 3px;
  color: #333 !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog .translate {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none !important;
}

.blog .translate:hover {
  color: #3a2b22 !important;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}

.blog img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 100% !important;
}

.blog h1, .blog h2 {
  font-size: 1.4em;
  border-bottom: 4px solid #eee;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.blog a {
  color: #3a2b22 !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type="text"], .blog input[type="password"], .blog textarea {
  width: 50% !important;
}

div.blog_list div.blog_date {
  display: none !important;
}

.date_blk div.blog_list div.blog_date {
  display: block !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section div#contents article h1, section div#contents article h2 {
  font-size: 20px !important;
  padding-bottom: 10px !important;
}

section div#contents article img {
  margin: 0 0 20px !important;
}

/*下層ページのブログ表示*/
section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  div.blog_list div.blog_photo {
    width: 35%;
    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 screen and (max-width: 834px) {
  div.blog_list div.blog_photo {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    width: 100%;
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #3a2b22;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  text-align: left;
}

div.blog_list h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.1em;
  display: block;
  text-align: left;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .blog article div {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0 !important;
}

div.blog_list > div {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 640px) {
  div.blog_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

div.blog_list {
  display: block;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list div.detail {
  margin-top: 10px;
  text-align: left;
}

/*form*/
.submit {
  max-width: 100%;
}

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

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

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pan1 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
}

.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

.nf_btn a:hover {
  background: #3a2b22;
  color: #fff !important;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

.mb90 {
  margin-bottom: 90px !important;
}

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*プルダウンメニュー*/
.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 166px !important;
  text-align: center;
  position: absolute;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .sub_menu {
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background: url(../images/home/bg.png) repeat top left;
}

.sub_menu li:not(:last-child) {
  border-bottom: none;
}

.sub_menu a {
  font-size: 15px !important;
  color: #fff !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}

.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*地図*/
.map01 {
  height: 100%;
}

.map01 iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

p.center {
  text-align: center;
}

.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;
  padding: 0 0 5px;
}

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

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

/**/
/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}

.infiniteslide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto !important;
}

.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}

@media screen and (max-width: 1024px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}

.infiniteslide img {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}

.infiniteslide br {
  display: none !important;
}

/*insta*/
.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 32% !important;
  margin: 0 auto 2%;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 48% !important;
    margin-bottom: 2%;
  }
}

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

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.herf {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}

.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.c_insta .sns_list {
  border: none !important;
}

.c_insta div.sns_list > div {
  border-bottom: 1px solid #3a2b22 !important;
}

.c_insta .sns_date {
  border: 1px solid;
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
}

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

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

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
@media screen and (max-width: 1024px) {
  .img100 {
    text-align: center;
  }
}

.img img {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
          box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

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

.sp {
  display: block;
}

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

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

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

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

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*color*/
.acc-color {
  color: #3a2b22 !important;
}

.acc-color a {
  color: #3a2b22 !important;
}

.main-color {
  color: #3a2b22 !important;
}

.main-color a {
  color: #3a2b22 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.voice_table {
  border: 1px solid #fff;
}

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

.voice_table .acc-title {
  padding: 20px !important;
  background: #3a2b22;
  color: #fff;
  position: relative;
}

.voice_table .acc-title:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title:after {
    display: none;
  }
}

.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title > div {
    padding-left: 40px !important;
  }
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .voice_table .acc-title b {
    left: 0;
  }
}

.voice_table .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}

.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt > div {
    padding-left: 40px !important;
  }
}

.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #3a2b22;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt b {
    left: 0;
  }
}

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

.voice_table td {
  width: 100%;
  display: block;
}

/*ふわふわと上下に動く*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 0.65em;
  font-weight: 600;
  color: #3a2b22;
  letter-spacing: 0;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 32px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  font-size: 0.65em;
  font-weight: 600;
  color: #51C6B8;
  letter-spacing: 0;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #51C6B8;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 3px;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #3a2b22;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  padding: 0 120px;
  overflow: auto;
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav nav {
  width: 100%;
}

#gloval-nav .h_logo {
  margin-bottom: 10px;
}

#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav li {
  z-index: 1;
}

#gloval-nav a, #gloval-nav span {
  display: block;
  color: #3a2b22 !important;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 640px) {
  #gloval-nav a, #gloval-nav span {
    font-size: 1.2em;
  }
}

#gloval-nav a:hover, #gloval-nav span:hover {
  color: #666;
}

#gloval-nav a .sub_menu, #gloval-nav span .sub_menu {
  position: static !important;
  z-index: 10;
}

#gloval-nav a .sub_menu li, #gloval-nav span .sub_menu li {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

#gloval-nav a .sub_menu a, #gloval-nav span .sub_menu a {
  color: #fff !important;
  border-bottom: none !important;
}

#gloval-nav ul {
  list-style: none;
  background-size: contain;
  background-position: center;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

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

.acc {
  color: #3a2b22;
}

.acc div {
  color: #3a2b22;
}

.bold div {
  font-weight: bold;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt, .form_wrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

.contact_form dt {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  background: #ddd !important;
}

@media screen and (max-width: 640px) {
  .contact_form dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.submit_l, .submit_r {
  float: none !important;
}

/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading svg {
  height: 100% !important;
  width: 100% !important;
}

#loading span {
  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;
}

.animsition-overlay-slide {
  background-color: #3a2b22 !important;
  position: relative;
  z-index: 9999 !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    -webkit-animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
            animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  -webkit-animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-one.sample-animation:before {
  -webkit-animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-one:before {
  width: 100%;
}

@-webkit-keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

@keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
            transform: scale(1.2) translateY(24px);
  }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  -webkit-animation-name: sample-third-before;
          animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  -webkit-animation-name: sample-third-after;
          animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

/*バイリンガル*/
#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}

@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #3a2b22;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.inview img {
  opacity: 0;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.newswrap > div {
  height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .newswrap a {
    text-decoration: underline !important;
  }
}

.newswrap dl {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: auto;
  margin: 6px 0;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    display: block !important;
    padding: 6px 0;
  }
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    border-bottom: 1px solid #eee;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  font-size: 14px;
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 90% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  font-size: 14px;
  letter-spacing: 0;
  border: none !important;
  background: none !important;
  color: #3a2b22 !important;
  width: 10% !important;
  text-align: center !important;
  padding: 0 !important;
  border-right: none !important;
  -webkit-box-align: left !important;
      -ms-flex-align: left !important;
          align-items: left !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*会社概要等*/
.comArea {
  background: #fff;
  padding: 20px;
}

.info01 {
  padding: 20px;
  padding-bottom: 60px;
  border: 1px solid #3a2b22;
  background: #fff;
}

.info01 label {
  position: static;
}

.info01 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  padding: 10px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .info01 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
  }
}

.info01 dt:before {
  content: "";
  background: rgba(58, 43, 34, 0.5);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.info01 dd {
  border: none !important;
  border-bottom: 1px solid #3a2b22 !important;
  padding: 20px !important;
  padding-left: 40px !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
    margin-bottom: 10px;
  }
}

.info01 a {
  color: #3a2b22 !important;
}

.info01 b {
  background: #3a2b22;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: .9em;
}

@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .cont_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cont_flex .list1 {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .cont_flex .list1 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .cont_flex .list1 dl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
}

.cont_flex .list1 dt, .cont_flex .list1 dd {
  border: none !important;
  padding: 0 !important;
}

.cont_flex .list1 dt {
  background-color: transparent !important;
}

.cont_flex .img100 {
  width: 38% !important;
  margin-left: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px) {
  .cont_flex .img100 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2%;
  }
}

.imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.imgtxt > img {
  width: 38% !important;
  margin-left: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px) {
  .imgtxt > img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2%;
  }
}

.imgtxt div {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .imgtxt div {
    width: 100%;
  }
}

.imgtxt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.imgtxt2 img {
  width: 38% !important;
  margin-right: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px) {
  .imgtxt2 img {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2%;
  }
}

.imgtxt2 div {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .imgtxt2 div {
    width: 100%;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -webkit-transition: all  0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

.title {
  display: none;
}

.box {
  overflow: inherit !important;
}

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

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*サムネ付きスライダー*/
.slidebox img {
  width: 90% !important;
  margin: 0 auto;
}

.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
}

.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}

.slidebox .slick-dots li img {
  width: 100% !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/*フローチャート1*/
.flow02 {
  border: 1px solid #3a2b22;
  border-bottom: 1px;
  height: 100%;
}

.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #3a2b22;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flow02 .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: wrap;
            flex-direction: wrap;
  }
}

.flow02 .flow_flex::before, .flow02 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .flow02 .flow_flex::before, .flow02 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow02 .flow_flex::before {
  border-width: 21px;
  border-top-color: #3a2b22;
}

.flow02 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow02 .flow_flex:last-child::before, .flow02 .flow_flex:last-child::after {
  display: none;
}

.flow02 .flow_flex {
  margin: 0;
  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;
}

.flow02 .box {
  text-align: center;
}

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

.flow02 .box:nth-child(1) {
  width: 15%;
  background: #3a2b22;
  color: #fff;
  font: 2em;
  font-weight: 500;
  padding: 10px 0 5px;
}

@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(1) {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow02 .box:nth-child(2) {
  width: 80%;
  letter-spacing: 3px;
  text-align: left;
  color: #3a2b22;
}

@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(2) {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}

.flow02 .box:nth-child(2) div {
  font-size: 1.4em;
  border-bottom: 1px solid #3a2b22;
  padding-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .flow02 .box:nth-child(2) div {
    font-size: 1.2em;
    padding-top: 10px;
  }
}

.flow02 .box:nth-child(3) {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

/*フローチャート2*/
.flow01 {
  position: relative;
}

.flow01 {
  margin-bottom: 40px;
}

.flow01::before {
  content: "";
  height: 70px;
  display: block;
  border-left: 5px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow01 dl {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3a2b22;
  position: relative;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flow01 dl::before,
.flow01 dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.flow01 dl::before {
  border-width: 22px;
  border-top-color: #3a2b22;
}

.flow01 dl::after {
  border-width: 21px;
  border-top-color: #fafafa;
}

.flow01 dl dt {
  padding: 10px !important;
  text-align: center !important;
  background: rgba(58, 43, 34, 0.8) !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 10px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .flow01 dl dt {
    font-size: 1em;
    letter-spacing: 3px;
  }
}

.flow01 dl dd {
  padding: 10px !important;
  text-align: center;
  border: none !important;
  width: 100% !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .flow01 dl dd {
    text-align: left !important;
  }
}

.flow01 dl dd b {
  display: block;
  font-size: 1.4em;
  margin: 30px 0;
}

.flow01 dl dd span {
  margin-right: 20px !important;
  line-height: inherit !important;
  display: inline-block;
  color: #fff !important;
  font-size: 1.6em;
  background: #3a2b22;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-weight: 600;
  padding-left: 60px;
}

.flow01 dl dd span:nth-child(2) {
  position: relative;
}

.flow01 dl dd span:nth-child(2):before {
  content: "\f1e4";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
}

.flow01 dl dd span:nth-child(3) {
  position: relative;
}

.flow01 dl dd span:nth-child(3):before {
  content: "\f1ac";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
}

.flow01 dl dd span a {
  color: #fff !important;
  font-weight: 600;
}

.last dl::after, .last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.slick-slide {
  outline: none;
}

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

header#global_header .clearfix:after {
  display: none !important;
}

#header {
  width: 100%;
  background: url(../images/home/bg.png) repeat top left;
  position: absolute;
  z-index: 999999;
  padding: 10px 20px 15px;
}

@media screen and (max-width: 1024px) {
  #header {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  #header {
    position: static;
  }
}

.header_container {
  position: relative;
}

.header_container .col_01 {
  margin: 25px 0 45px;
}

@media screen and (max-width: 640px) {
  .header_container .col_01 {
    text-align: left;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .header_container .col_01 {
    text-align: center;
  }
}

.header_container .col_02 {
  position: absolute;
  top: 0;
  right: 0;
}

.header_container .col_02 .h_contact a {
  display: block;
  color: #fff !important;
  font-size: 13px;
}

#nav_global {
  width: 100%;
}

#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a, #nav_global ul li span {
  font-size: 18px;
  color: #fff !important;
  display: inline-block;
  display: block;
}

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

#mainArea {
  position: relative;
}

#mainArea .slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1400px) {
  #mainArea .slider img {
    height: 80vh !important;
  }
}

@media screen and (max-width: 1024px) {
  #mainArea .slider img {
    height: 60vh !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .slider img {
    height: 35vh !important;
  }
}

/**/
@media screen and (max-width: 1024px) {
  #nav_global {
    display: none !important;
  }
}

.slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

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

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

#global_footer {
  background: none !important;
  border-top: 1px solid #3f2b0a;
  padding-top: 10px;
}

#footer {
  background: #fafafa;
  padding: 0 20px;
}

.footer_container .col_03 {
  margin-bottom: 20px;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.nav_footer a {
  font-size: 13px;
  color: #333 !important;
}

@media screen and (max-width: 640px) {
  .nav_footer a {
    font-size: 14px;
  }
}

.nav_footer a span {
  font-size: .8em;
  display: block;
  font-weight: 500 !important;
}

.nav_footer a b {
  font-weight: 500 !important;
  font-size: .7em;
}

#copyright {
  color: #333;
  letter-spacing: 0;
  font-size: .9em;
}

#pagetop {
  position: fixed;
  right: 80px;
  bottom: 168px;
  z-index: 99;
}

@media screen and (max-width: 1200px) {
  #pagetop {
    right: 40px;
    bottom: 120px;
  }
}

.h1txt {
  border: 5px solid #3a2b22;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1024px) {
  .h1txt {
    border: 5px solid #3a2b22;
    border-top: 0;
    border-bottom: 0;
  }
}

.h1txt h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

.cont_h2 {
  margin-bottom: 40px;
}

.cont_h2 h2 {
  border-bottom: 3px solid #3a2b22;
  font-size: 25px;
}

.imgbox1 .box {
  width: 23%;
  margin: 0 1%;
}

@media screen and (max-width: 1024px) {
  .imgbox1 .box {
    width: 48%;
    margin: 0 1% 2%;
  }
}

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

.imgbox2 .box {
  width: 48%;
  margin: 0 1%;
}

.cls_tbl table {
  table-layout: auto;
}

.cls_tbl .ttl {
  background: #3a2b22;
  color: #fff;
}

.cls_tbl td {
  text-align: center !important;
  border: 1px solid #ccc !important;
  padding: 20px 10px !important;
}

@media screen and (max-width: 1024px) {
  .yt_box:not(:last-child) {
    margin-bottom: 50px;
  }
}

.yt_box .box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yt_box .box:nth-child(odd) {
  width: 58%;
}

@media screen and (max-width: 1024px) {
  .yt_box .box:nth-child(odd) {
    width: 100%;
    margin-bottom: 30px;
  }
}

.yt_box .box:nth-child(even) {
  width: 38%;
}

@media screen and (max-width: 1024px) {
  .yt_box .box:nth-child(even) {
    width: 100%;
  }
}

.wo_toptxt {
  padding: 150px 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -ms-scroll-snap-points-x: 1;
      scroll-snap-points-x: 1;
}

@media screen and (max-width: 1024px) {
  .wo_toptxt {
    padding: 120px 60px;
  }
}

@media screen and (max-width: 640px) {
  .wo_toptxt {
    padding: 100px 60px;
  }
}

.wo_toptxt:before {
  content: "";
  background: url(../images/table/img2_01.jpg) no-repeat left top;
  width: 340px;
  height: 340px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .wo_toptxt:before {
    width: 200px;
  }
}

.wo_toptxt:after {
  content: "";
  background: url(../images/table/img2_02.jpg) no-repeat bottom right;
  width: 340px;
  height: 340px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .wo_toptxt:after {
    width: 200px;
  }
}

.faq_tbl td {
  padding: 10px 10px 10px 60px !important;
}

.faq_question {
  background: url(../images/faq/img.png) no-repeat 15px center;
  background-color: #edf3ff;
}

.faq_answer {
  background: url(../images/faq/img1.png) no-repeat 15px center;
  background-color: #ffe3e3;
}

.txt_white {
  text-align: center;
  color: #fff;
}

.txt_white div {
  background: #3a2b22;
  display: inline-block;
  padding: 5px 60px;
}

@media screen and (max-width: 640px) {
  .txt_white div {
    padding: 5px 40px;
  }
}

@media screen and (max-width: 640px) {
  .youtube_01 iframe {
    width: 100%;
  }
}

.cont_tbl table {
  table-layout: auto;
}

.cont_tbl td {
  border: 1px solid !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .cont_tbl td {
    display: block;
    border: none !important;
    padding: 5px !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_tbl td:nth-child(odd) {
    background: #3a2b22;
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .imgbox2.fs13 .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .imgbox2.fs13 .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 135px 20px 80px;
}

@media screen and (max-width: 1024px) {
  #contents_wrap {
    padding: 100px 20px 80px;
  }
}

h2 {
  color: #3a2b22;
  font-size: 30px;
  font-weight: bold;
}

h3 {
  font-size: 25px;
  font-weight: bold;
}

.h_h2 {
  background: url(../images/home/line.png) no-repeat center bottom;
}

@media screen and (max-width: 834px) {
  .cont2,
  .cont3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

.cont2 a,
.cont3 a {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .cont2 a,
  .cont3 a {
    width: auto !important;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .cont2 a,
  .cont3 a {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .cont2 a article,
  .cont3 a article {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .cont2 a img,
  .cont3 a img {
    width: 100% !important;
  }
}

.cont2 a .img_txt,
.cont3 a .img_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont2 .box,
.cont3 .box {
  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 screen and (max-width: 834px) {
  .cont2 .box,
  .cont3 .box {
    width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .wr01 {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

.cont2 > .box {
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .cont2 > .box {
    padding-left: 0;
    text-align: left;
  }
}

.cont3 > .box {
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .cont3 > .box {
    padding-right: 0;
    text-align: left;
  }
}

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

@media screen and (max-width: 834px) {
  .h_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 834px) {
  .h_flex > div {
    width: 100%;
  }
}

.cont4 {
  position: relative;
}

.cont4:before {
  content: "";
  background: url(../images/home/home_works_top.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.cont4:after {
  content: "";
  background: url(../images/home/home_works_bottom.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.cont4 .img100 {
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .cont4 .img100 {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.cont4 .img100 img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .cont4 .img100 img {
    height: auto !important;
    width: 100% !important;
  }
}

.cont4 .h_box1 {
  font-size: 13.5px;
}

@media screen and (max-width: 834px) {
  .cont4 .h_box1 .box {
    width: 100%;
  }
}

.cont4 .h_box1 .box:nth-child(2) {
  margin: 10px 0 50px;
}

.h_h3 {
  border-bottom: 2px solid #3a2b22;
  color: #3a2b22;
  margin-bottom: 10px;
  width: 100%;
}

.cont5 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont5 > div {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .cont5 > div {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .cont5 .box2 {
    margin-bottom: 80px;
  }
}

.cont5 .box2 .box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e5e5e5;
  font-size: 13px;
  color: #212121;
  width: 100%;
}

.cont5 .box2 .box a {
  display: block;
}

.cont5 .r_box .h_h3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont5 .r_box .h_h3 h3 {
  margin-right: 20px;
}

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

.fukidashi_box .box:nth-child(1) {
  width: 200px;
}

@media only screen and (max-width: 1024px) {
  .fukidashi_box .box:nth-child(1) {
    width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .fukidashi_box .box:nth-child(1) {
    width: 120px;
  }
}

.fukidashi_box .box:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #eaf3fb;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eaf3fb;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=assets.css.map */