@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: 2;
  letter-spacing: .05em;
  font-weight: 400;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: url(../images/home/body.jpg) repeat;
  padding: 20px;
}

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

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

body div, body a {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background-color: #741d13;
}

::selection {
  background-color: #741d13;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

.inner {
  max-width: 1400px;
  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: 1400px) {
  #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: 1400px;
  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;
  }
}

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

.h_blog .blog_photo {
  float: left;
  margin-right: 20px !important;
}

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

.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.4em !important;
  background: url(../images/home/contact_bg.jpg) right center;
  color: #fff !important;
  padding: 15px;
  padding-left: 60px;
  position: relative;
}

.h_blog h3:before {
  content: "";
  background: url(../images/home/icon3.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .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 .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: #552723;
  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;
}

.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: #552723;
  margin-bottom: 10px !important;
  display: inline-block !important;
  letter-spacing: 0;
  width: inherit !important;
}

.blog dt span {
  letter-spacing: 3px;
  color: #333 !important;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
}

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

.blog .translate:hover {
  color: #741d13 !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;
  margin: 0 auto !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: #741d13 !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;
}

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

/*下層ページのブログ表示*/
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%;
  display: none;
}

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

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

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #741d13;
  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;
  border-bottom: 3px dotted #eee;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

div.blog_list > div {
  border-bottom: none;
}

.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: 1400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 200px;
}

@media screen and (max-width: 1200px) {
  .pan1 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 80px;
  }
}

.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: left;
}

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

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

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  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: #111;
  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: #741d13;
  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);
  }
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(116, 29, 19, 0.9);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}

@media screen and (max-width: 1024px) {
  .sub_menu {
    display: none;
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 1024px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

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

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !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;
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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: 31% !important;
  margin: 0 1% 2% !important;
  margin: 0 auto;
}

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

.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 #552723 !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: #741d13 !important;
}

.acc-color a {
  color: #741d13 !important;
}

.main-color {
  color: #552723 !important;
}

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

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

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

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

.voice_table b {
  font-weight: bold;
  font-size: 2em;
}

.voice_table .acc-title {
  padding: 20px !important;
  background: #552723;
  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: #fafafa;
  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: #552723;
}

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

/**ハンバーガーメニュー04**/
@media screen and (min-width: 1201px) {
  .ham_menu {
    display: none;
  }
}

.ham_menu > span {
  text-transform: none;
  opacity: .5;
  font-weight: 300;
  font-size: 12px;
}

.ham_menu input + label {
  position: fixed;
  height: 20px;
  width: 35px;
  z-index: 99999;
  top: 11px;
  right: 15px;
  background: #fff;
  padding: 25px;
  background: #741d13;
  border: 2px solid #552723;
}

.ham_menu input + label span {
  position: absolute;
  width: 75%;
  height: 2px;
  margin: 6px 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
}

.ham_menu input + label span:first-child {
  top: -20px;
}

.ham_menu input + label span:last-child {
  top: 20px;
}

.ham_menu label:hover {
  cursor: pointer;
}

.ham_menu input:checked + label span {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ham_menu input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
}

.ham_menu input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.ham_menu input ~ nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 9999;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.ham_menu input ~ nav > ul {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 99;
  padding: 0 120px;
  overflow: scroll;
}

@media screen and (max-width: 1024px) {
  .ham_menu input ~ nav > ul {
    padding: 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .ham_menu input ~ nav > ul {
    padding: 0 60px;
  }
}

.ham_menu input ~ nav > ul > li {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ham_menu input ~ nav > ul a {
  color: #fff !important;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid;
  display: block;
}

@media screen and (max-width: 640px) {
  .ham_menu input ~ nav > ul a {
    font-size: .9em;
  }
}

.ham_menu input ~ nav > ul .ham_logo a {
  border-bottom: none;
}

.ham_menu input:checked ~ nav {
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.ham_menu input:checked ~ nav > ul > li {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.ham_menu input {
  background: none;
}

.ham_menu .ham_logo {
  margin-bottom: 30px;
}

.ham_menu .col_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.ham_menu .col_02 div {
  margin: 0 1%;
}

.ham_menu #burger {
  display: none;
}

/* 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: #741d13;
}

.acc div {
  color: #741d13;
}

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

.c_contactArea {
  background: #eee;
  padding: 20px;
}

.c_contactArea .contact_form {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

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

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
  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: 1024px) {
  #local-keyvisual {
    height: 550px;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual {
    height: 480px;
  }
}

#local-keyvisual h1, .blog_ttl {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(17, 17, 17, 0.8);
  font-size: 2.8em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span, .blog_ttl span {
  display: block;
  font-family: "PT Serif", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: .4em;
  margin-top: -5px;
  border-right: 1px solid;
  padding-right: 10px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

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

/**/
@-webkit-keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**/
/*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: #552723 !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: #fafafa;
  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: #741d13;
  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;
  font-size: 14px;
  border-bottom: 2px solid #552723;
}

.newswrap > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  height: 430px;
  overflow-y: auto;
}

@media screen and (max-width: 1200px) {
  .newswrap > div {
    height: 380px;
  }
}

.newswrap dl {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: auto;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

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

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

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 75% !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 {
  letter-spacing: 0;
  border: 1px solid #552723 !important;
  background: none !important;
  color: #552723 !important;
  width: 20% !important;
  text-align: center !important;
  padding: 3px 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: bold;
}

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

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

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*会社概要等*/
.comArea {
  width: 100%;
}

.info01 {
  -webkit-box-shadow: 0 0 50px rgba(204, 204, 204, 0.3);
          box-shadow: 0 0 50px rgba(204, 204, 204, 0.3);
  padding: 40px 40px 70px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .info01 {
    padding: 40px 40px 70px;
  }
}

@media screen and (max-width: 640px) {
  .info01 {
    padding: 20px;
  }
}

.info01 label {
  position: static;
}

.info01 dt {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  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: #ccc;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.info01 dd {
  font-size: .9em;
  color: #333;
  border: none !important;
  border-bottom: 1px solid #eee !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;
  }
}

.info01 a {
  color: #741d13 !important;
}

.info01 b {
  background: #552723;
  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;
  }
}

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

.imgtxt3 {
  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) {
  .imgtxt3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt3 .img1 {
  text-align: center !important;
  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) {
  .imgtxt3 .img1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2%;
  }
}

.imgtxt3 div {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .imgtxt3 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 #741d13;
  border-bottom: 1px;
  height: 100%;
}

.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #741d13;
  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: #741d13;
}

.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: #741d13;
  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: #552723;
}

@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 #741d13;
  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 #552723;
  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: #552723;
}

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

.flow01 dl dt {
  padding: 10px !important;
  text-align: center !important;
  background: rgba(85, 39, 35, 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: #552723;
  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;
}

/**

    Genericons Helper CSS

*/
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
  font-family: 'Genericons';
  src: url("genericons-regular-webfont.eot");
}

@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("genericons-regular-webfont.ttf") format("truetype"), url("genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.sharrre {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Buttons */
.sharrre .share,
.sharrre .count {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sharrre .share {
  color: #fff;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

.sharrre:hover .share {
  border: none;
  color: #fff;
  text-decoration: none;
}

.sharrre .count {
  background-color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
}

/* Small */
.share-small .share,
.share-small .count {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .share-small .share,
  .share-small .count {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.share-small .share {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 0 0 24px;
  width: 20px;
}

.share-small .sharrre:hover .share {
  width: 60px;
}

.share-small .facebook:hover .share {
  width: 50px;
}

.share-small .pinterest:hover .share {
  width: 45px;
}

.share-small .googlePlus:hover .share {
  width: 40px;
}

.share-small .count {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  width: 42px;
}

@media screen and (max-width: 640px) {
  .share-small .count {
    width: 60px;
  }
}

/* Medium */
.share-medium .share,
.share-medium .count {
  font-size: 13px;
  height: 25px;
  line-height: 25px;
}

.share-medium .share {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 0 0 28px;
  width: 28px;
}

.share-medium .count {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  width: 42px;
}

.share-medium .sharrre:hover .share {
  width: 65px;
}

.share-medium .facebook:hover .share {
  width: 55px;
}

.share-medium .pinterest:hover .share {
  width: 50px;
}

.share-medium .googlePlus:hover .share {
  width: 45px;
}

/* Tall */
.share-tall .share {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  text-align: center;
  width: 100%;
}

.share-tall .googlePlus .share {
  padding-left: 16px;
}

.share-tall .facebook .share {
  padding-left: 18px;
}

.share-tall .count {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  float: none;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  width: 75px;
}

/* Icons */
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
  line-height: 1;
  display: block;
  font-family: 'Genericons';
  font-size: 13px;
  height: 20px;
  top: 4px;
  left: 6px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 20px;
}

@media screen and (max-width: 640px) {
  .share-small .share:before,
  .share-medium .share:before,
  .share-tall .share:before {
    top: 10px;
    left: 3px;
  }
}

.share-medium .share:before {
  font-size: 14px;
  top: 5px;
  left: 7px;
}

.share-tall .share:before {
  bottom: 0px;
  top: auto;
}

.twitter .share:before {
  content: '\f202';
}

.facebook .share:before {
  content: '\f204';
}

.googlePlus .share:before {
  content: '\f218';
}

.youtube .share:before {
  content: '\f213';
}

.digg .share:before {
  content: '\f221';
}

.delicious .share:before {
  content: '\f202';
}

.pinterest .share:before {
  content: '\f209';
}

.linkedin .share:before {
  content: '\f207';
}

.stumbleupon .share:before {
  content: '\f223';
}

.share-small .pinterest .share:before {
  font-size: 12px;
}

.share-small .linkedin .share:before {
  font-size: 16px;
  top: 1px;
}

@media screen and (max-width: 640px) {
  .share-small .linkedin .share:before {
    top: 8px;
  }
}

.share-small .stumbleupon .share:before {
  font-size: 16px;
  top: 3px;
}

.share-medium .pinterest .share:before {
  font-size: 13px;
  top: 6px;
}

.share-medium .linkedin .share:before {
  font-size: 17px;
  top: 3px;
}

.share-medium .stumbleupon .share:before {
  font-size: 16px;
  top: 5px;
}

.share-tall .facebook .share:before {
  left: 10px;
}

.share-tall .googlePlus .share:before {
  left: 13px;
}

.share-tall .pinterest .share:before {
  font-size: 13px;
  bottom: -1px;
}

.share-tall .linkedin .share:before {
  font-size: 17px;
  bottom: 2px;
}

.share-tall .stumbleupon .share:before {
  font-size: 16px;
}

/* Appearance - filled */
.share-filled .twitter .share {
  background: #09b0ed;
}

.share-filled .twitter .count,
.share-filled .twitter .count:hover {
  color: #09b0ed;
  border: 1px solid #09b0ed;
}

.share-filled .facebook .share {
  background: #3d5a98;
}

.share-filled .facebook .count,
.share-filled .facebook .count:hover {
  color: #3d5a98;
  border: 1px solid #3d5a98;
}

.share-filled .googlePlus .share {
  background: #dd4c39;
}

.share-filled .googlePlus .count,
.share-filled .googlePlus .count:hover {
  color: #dd4c39;
  border: 1px solid #dd4c39;
}

.share-filled .linkedin .share {
  background: #035a87;
}

.share-filled .linkedin .count,
.share-filled .linkedin .count:hover {
  color: #035a87;
  border: 1px solid #035a87;
}

.share-filled .youtube .share {
  background: #cc181e;
}

.share-filled .youtube .count,
.share-filled .youtube .count:hover {
  color: #cc181e;
  border: 1px solid #cc181e;
}

.share-filled .pinterest .share {
  background: #cb2127;
}

.share-filled .pinterest .count,
.share-filled .pinterest .count:hover {
  color: #cb2127;
  border: 1px solid #cb2127;
}

.share-filled .stumbleupon .share {
  background: #eb4923;
}

.share-filled .stumbleupon .count,
.share-filled .stumbleupon .count:hover {
  color: #eb4923;
  border: 1px solid #eb4923;
}

.share-filled .twitter:hover .count {
  background: #09b0ed !important;
}

.share-filled .facebook:hover .count {
  background: #3d5a98 !important;
}

.share-filled .googlePlus:hover .count {
  background: #dd4c39 !important;
}

.share-filled .linkedin:hover .count {
  background: #035a87 !important;
}

.share-filled .youtube:hover .count {
  background: #cc181e !important;
}

.share-filled .pinterest:hover .count {
  background: #cb2127 !important;
}

.share-filled .stumbleupon:hover .count {
  background: #eb4923 !important;
}

.share-filled .sharrre:hover .count {
  color: #fff;
}

/* Appearance - outlined */
.share-outlined .twitter .share,
.share-outlined .twitter .count,
.share-outlined .twitter .count:hover {
  border: 1px solid #09b0ed;
  color: #09b0ed;
}

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .facebook .count:hover {
  border: 1px solid #3d5a98;
  color: #3d5a98;
}

.share-outlined .googlePlus .share,
.share-outlined .googlePlus .count,
.share-outlined .googlePlus .count:hover {
  border: 1px solid #dd4c39;
  color: #dd4c39;
}

.share-outlined .linkedin .share,
.share-outlined .linkedin .count,
.share-outlined .linkedin .count:hover {
  border: 1px solid #035a87;
  color: #035a87;
}

.share-outlined .youtube .share,
.share-outlined .youtube .count,
.share-outlined .youtube .count:hover {
  border: 1px solid #cc181e;
  color: #cc181e;
}

.share-outlined .pinterest .share,
.share-outlined .pinterest .count,
.share-outlined .pinterest .count:hover {
  border: 1px solid #cb2127;
  color: #cb2127;
}

.share-outlined .stumbleupon .share,
.share-outlined .stumbleupon .count,
.share-outlined .stumbleupon .count:hover {
  border: 1px solid #eb4923;
  color: #eb4923;
}

.share-outlined.share-small .share,
.share-outlined.share-medium .share {
  border-right: none !important;
}

.share-outlined.share-tall .share {
  border-top: none !important;
}

.share-outlined .twitter:hover .share,
.share-outlined .twitter:hover .count {
  background: #09b0ed;
}

.share-outlined .facebook:hover .share,
.share-outlined .facebook:hover .count {
  background: #3d5a98;
}

.share-outlined .googlePlus:hover .share,
.share-outlined .googlePlus:hover .count {
  background: #dd4c39;
}

.share-outlined .linkedin:hover .share,
.share-outlined .linkedin:hover .count {
  background: #035a87;
}

.share-outlined .youtube:hover .share,
.share-outlined .youtube:hover .count {
  background: #cc181e;
}

.share-outlined .pinterest:hover .share,
.share-outlined .pinterest:hover .count {
  background: #cb2127;
}

.share-outlined .stumbleupon:hover .share,
.share-outlined .stumbleupon:hover .count {
  background: #eb4923;
}

.share-outlined .sharrre:hover .count,
.share-outlined .sharrre:hover .share {
  color: #fff;
}

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

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

#header {
  background: #fafafa !important;
  padding: 0 20px;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 30px;
}

.header_container .col_01 {
  text-align: left;
}

#nav_global {
  width: 100%;
}

#nav_global ul {
  width: 220px;
  margin: 0 0 0 auto;
  max-width: 100%;
  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;
}

#nav_global ul li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a {
  color: #fff !important;
  display: block;
  font-size: 14px;
}

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

.h_insta {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.h_insta a {
  color: #fff !important;
  font-size: 14px;
}

.h_insta i {
  padding-right: 5px;
}

#mainArea {
  position: relative;
}

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

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

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

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

#mainArea .slick-dots li {
  position: relative;
  display: inline-block;
  width: 70px;
}

#mainArea .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0px;
  width: 80px;
  height: 2px;
  background: #fff;
  content: "";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mainArea .slick-dots {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  margin: auto;
  right: -30px;
  width: auto;
  z-index: 99;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  #mainArea .slick-dots {
    right: -40px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .slick-dots {
    right: -50px;
  }
}

#mainArea .slick-active button::before {
  background: #999 !important;
}

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

#global_footer {
  background: none !important;
  background: url(../images/home/footer_bg.jpg) no-repeat center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #fff;
  font-size: 14px;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  #global_footer {
    background-attachment: scroll !important;
  }
}

#footer {
  padding: 0 20px;
}

.footer_container .col_03 {
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}

.footer_container .col_03 > div {
  margin-bottom: 40px;
}

.footer_container .col_03 > div:last-child {
  margin-bottom: 60px;
}

.f_tel {
  font-family: "PT Serif", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 26px;
}

.f_tel a {
  color: #fff !important;
  position: relative;
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}

.f_tel a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: .2s;
  transition: .2s;
}

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

@media screen and (max-width: 1024px) {
  .nav_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #333;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav_footer li {
    border: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

.nav_footer li:last-child {
  border-right: 1px solid #333;
}

@media screen and (max-width: 1024px) {
  .nav_footer li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer li {
    padding: 10px;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}

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

.nav_footer li:active {
  /*ボタンを押したとき*/
}

@media screen and (max-width: 1024px) {
  .nav_footer li:active {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
        transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer li:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}

.nav_footer a {
  display: block;
  color: #fff !important;
}

.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: #fff;
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  background-color: #741d13;
  opacity: .8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .scroll-top {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .scroll-top {
    bottom: 90px;
  }
}

.scroll-top:hover {
  cursor: pointer;
}

.cont_h2 {
  margin-bottom: 30px;
}

.cont_h2 h2 {
  font-size: 2em;
}

@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.6em;
  }
}

.cont_h2 h2 > span {
  display: block;
}

.cont_h2 .br01 {
  display: inline-block !important;
  font-size: .8em;
  margin-top: 10px;
  display: block;
  font-family: "PT Serif", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #741d13;
  position: relative;
}

.cont_h2 .br01:after {
  content: "";
  background: #741d13;
  width: 21vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -24vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont_h202 {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .cont_h202 {
    margin-bottom: 80px;
  }
}

.cont_h202 h2 {
  font-size: 2em;
  border: 1px solid;
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cont_h202 h2 {
    font-size: 1.6em;
  }
}

.cont_h202 h2:before {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 80px;
}

@media screen and (max-width: 640px) {
  .cont_h202 h2:before {
    right: 30px;
    top: -35px;
    height: 70px;
  }
}

.cont_h202 h2:after {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  bottom: -50%;
  left: 80px;
}

@media screen and (max-width: 640px) {
  .cont_h202 h2:after {
    left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .cont_h202 h2:after {
    left: 30px;
    bottom: -35px;
    height: 70px;
  }
}

.c_txt {
  line-height: 3;
}

@media screen and (max-width: 1024px) {
  .c_txt {
    line-height: 2.8;
  }
}

@media screen and (max-width: 640px) {
  .c_txt {
    line-height: 2.5;
  }
}

.c_txt2 {
  line-height: 3;
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .c_txt2 {
    line-height: 2.8;
  }
}

@media screen and (max-width: 640px) {
  .c_txt2 {
    line-height: 2.5;
  }
}

.c_cont1, .c_cont2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_cont1 > div, .c_cont2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 1200px) {
  .c_cont1 .h_flex2 > div, .c_cont2 .h_flex2 > div {
    width: 100%;
  }
}

.c_cont1 .l_box, .c_cont2 .l_box {
  padding-left: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 1400px) {
  .c_cont1 .l_box, .c_cont2 .l_box {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .c_cont1 .l_box, .c_cont2 .l_box {
    padding: 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .c_cont1 .l_box, .c_cont2 .l_box {
    padding: 0 20px;
  }
}

.c_cont1 .l_box:before, .c_cont2 .l_box:before {
  content: "";
  background: url(../images/home/bg_img03.png) no-repeat;
  width: 21vw;
  background-size: contain;
  max-width: 100%;
  height: 496px;
  position: absolute;
  top: -10vw;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .c_cont1 .l_box:before, .c_cont2 .l_box:before {
    top: -7vw;
  }
}

@media screen and (max-width: 834px) {
  .c_cont1 .l_box:before, .c_cont2 .l_box:before {
    width: 30vw;
  }
}

@media screen and (max-width: 640px) {
  .c_cont1 .l_box:before, .c_cont2 .l_box:before {
    width: 40vw;
    top: -8%;
  }
}

@media screen and (max-width: 1200px) {
  .c_cont1 .r_box, .c_cont2 .r_box {
    padding: 0 40px 0 70px;
  }
}

@media screen and (max-width: 640px) {
  .c_cont1 .r_box, .c_cont2 .r_box {
    padding: 0 20px;
  }
}

.c_cont1 .c_yt, .c_cont1 .c_vd, .c_cont2 .c_yt, .c_cont2 .c_vd {
  position: relative;
  z-index: 1;
}

.c_cont1 .c_yt:before, .c_cont1 .c_vd:before, .c_cont2 .c_yt:before, .c_cont2 .c_vd:before {
  content: "";
  background: #741d13;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .c_cont1 .c_yt:before, .c_cont1 .c_vd:before, .c_cont2 .c_yt:before, .c_cont2 .c_vd:before {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .c_cont1 .c_yt iframe, .c_cont1 .c_vd iframe, .c_cont2 .c_yt iframe, .c_cont2 .c_vd iframe {
    height: 50vw;
  }
}

@media screen and (max-width: 640px) {
  .c_cont1 .c_yt iframe, .c_cont1 .c_vd iframe, .c_cont2 .c_yt iframe, .c_cont2 .c_vd iframe {
    height: 60vw;
  }
}

.c_cont1 .c_yt video, .c_cont1 .c_vd video, .c_cont2 .c_yt video, .c_cont2 .c_vd video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;";
  font-family: "object-position: top;";
}

@media screen and (max-width: 1200px) {
  .c_cont1 .c_yt video, .c_cont1 .c_vd video, .c_cont2 .c_yt video, .c_cont2 .c_vd video {
    height: 50vw;
  }
}

@media screen and (max-width: 640px) {
  .c_cont1 .c_yt video, .c_cont1 .c_vd video, .c_cont2 .c_yt video, .c_cont2 .c_vd video {
    height: 60vw;
  }
}

.c_cont1 .img100, .c_cont2 .img100 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.c_cont1 .img100:before, .c_cont2 .img100:before {
  content: "";
  background: #741d13;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30px;
  right: 30px;
  z-index: -1;
}

.c_cont1 .img100 img, .c_cont2 .img100 img {
  width: 100% !important;
}

.c_cont2 .h_flex2 {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.c_cont2 .l_box {
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .c_cont2 .l_box {
    padding: 0 70px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .c_cont2 .l_box {
    padding: 0 50px 0 20px;
  }
}

.c_cont2 .l_box:before {
  display: none;
}

.c_cont2 .r_box {
  padding-right: 120px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c_cont2 .r_box {
    padding-right: 0;
    padding: 0 40px;
    margin-bottom: 60px;
  }
}

.c_cont2 .r_box:before {
  content: "";
  background: url(../images/home/bg_img03.png) no-repeat;
  width: 21vw;
  background-size: contain;
  max-width: 100%;
  height: 496px;
  position: absolute;
  top: -50%;
  right: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

@media screen and (max-width: 1200px) {
  .c_cont2 .r_box:before {
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
    right: inherit;
    left: 0;
    top: -10%;
  }
}

@media screen and (max-width: 640px) {
  .c_cont2 .r_box:before {
    width: 40vw;
    top: -8%;
  }
}

.c_cont2 .img100 {
  width: 100%;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.c_cont2 .img100:before {
  content: "";
  background: #741d13;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30px;
  left: 30px;
  z-index: -1;
}

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

.c_imgbox .box {
  text-align: center;
  width: 49%;
}

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

.c_imgbox .box:not(:last-child) {
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .c_imgbox .box:not(:last-child) {
    margin-bottom: 4%;
  }
}

.c_imgbox .box:nth-child(odd) {
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  .c_imgbox .box:nth-child(odd) {
    margin-right: 0;
  }
}

.c_imgbox .box h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

@media screen and (max-width: 1024px) {
  .c_imgbox .box h3 {
    margin-top: 0;
  }
}

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

.c_imgbox .box h3::first-letter {
  font-size: 2em;
  color: #741d13;
}

@media screen and (max-width: 1024px) {
  .c_imgbox .box h3::first-letter {
    font-size: 1.8em;
  }
}

/*マウスストーカー*/
body {
  cursor: none;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .cursor,
  .follower {
    display: none !important;
  }
}

.cursor {
  width: 5px;
  height: 5px;
  background-color: #111;
  z-index: 1001;
}

.follower {
  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;
  width: 40px;
  height: 40px;
  background-color: rgba(116, 29, 19, 0.5);
  z-index: 1000;
  -webkit-transition: -webkit-transform ease .1s;
  transition: -webkit-transform ease .1s;
  transition: transform ease .1s;
  transition: transform ease .1s, -webkit-transform ease .1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.follower.is-active {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

.time_tbl {
  border: 1px solid #ccc;
  padding: 40px;
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

.time_tbl td {
  display: block;
}

.time_tbl td:nth-child(odd) {
  width: 70% !important;
}

@media screen and (max-width: 640px) {
  .time_tbl td:nth-child(odd) {
    width: 100% !important;
  }
}

.time_tbl td:nth-child(even) {
  width: 30% !important;
  text-align: right !important;
}

@media screen and (max-width: 640px) {
  .time_tbl td:nth-child(even) {
    width: 100% !important;
  }
}

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

.time_tbl tr {
  border-bottom: 1px solid #ccc !important;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .time_tbl tr {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .time_tbl tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_tel a {
  margin: 0 auto;
  width: 360px;
  font-size: 1.8em;
}

@media screen and (max-width: 640px) {
  .c_tel a {
    font-size: 1.6em;
  }
}

.tel_txt .bb01 {
  margin-bottom: -10px;
  padding-bottom: 10px;
  display: block;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .tel_txt .bb01 {
    font-size: 1.2em;
  }
}

.tel_txt .bb01 .en01 {
  color: #741d13;
  font-size: .65em;
  padding-left: 20px;
}

.tel_txt {
  border: 1px solid #ccc;
  padding: 40px;
  position: relative;
}

.reserve01 {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  font-size: 1.8em;
}

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

.reserve01 a {
  color: #fff !important;
  display: block;
  padding: 10px 0;
}

.reserve01 span {
  font-size: .8em;
  padding: 0 25px 0 12px;
  margin-right: 25px;
  border-right: 1px solid #fff;
}

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

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

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

.cont1 {
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-bottom: 300px;
  padding: 0 30px 0 20px;
}

@media screen and (max-width: 1024px) {
  .cont1 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 640px) {
  .cont1 {
    margin-bottom: 80px;
  }
}

.cont1:after {
  content: "";
  background: url(../images/home/cont1_bg.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 670px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .cont1:after {
    width: 90%;
  }
}

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

.flame1 {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}

.flame1:before {
  content: "";
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  height: 90%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

.flame1:after {
  content: "";
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  height: 90%;
  border: 1px solid;
  position: absolute;
  top: 10px;
  left: 10px;
}

.inner1 {
  height: 600px;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .inner1 {
    height: 860px;
    padding: 40px 0;
  }
}

.inner1:before {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 80px;
}

@media screen and (max-width: 640px) {
  .inner1:before {
    right: 60px;
  }
}

.inner1:after {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 80px;
}

@media screen and (max-width: 640px) {
  .inner1:after {
    left: 60px;
  }
}

.inner1 .inner2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .inner1 .inner2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  .h_h1 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .h_h1 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-left: 0;
    width: 100%;
  }
}

.h_h1 h1 {
  font-size: 30px;
  color: #552723;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .h_h1 h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 640px) {
  .h_h1 h1 {
    margin: 0 0 30px 40px;
  }
}

.h_h1 h1 .en {
  display: block;
  font-family: "PT Serif", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
}

.h_h1 h1 .br01 {
  display: block;
  margin-top: 90px;
  position: relative;
}

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

.h_h1 h1 .br01:before {
  content: "";
  background: #552723;
  width: 1px;
  height: 80px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .h_h1 h1 .br01:before {
    display: none;
  }
}

.ver01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 480px;
  line-height: 3vw;
}

@media screen and (max-width: 1400px) {
  .ver01 {
    line-height: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .ver01 {
    height: 530px;
    line-height: 6.4vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
  }
}

.cont2 {
  position: relative;
}

.cont2:before {
  content: "";
  background: url(../images/home/bg_img03.png) no-repeat;
  width: 21vw;
  background-size: contain;
  max-width: 100%;
  height: 496px;
  position: absolute;
  top: -30%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .cont2:before {
    width: 25vw;
    top: -18%;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  .cont2:before {
    width: 40vw;
  }
}

.inner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(((1400px - 100%) / 2) * -1) !important;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 1400px) {
  .inner3 {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .inner3 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-right: 20px;
  }
}

.inner3 .h_h202 {
  width: 25%;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .inner3 .h_h202 {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .inner3 .h_h202 {
    width: 100%;
  }
}

.inner3 .img100 {
  width: 70%;
}

@media screen and (max-width: 1400px) {
  .inner3 .img100 {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .inner3 .img100 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .inner3 .img100 img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media screen and (max-width: 1024px) {
  .inner3 .img100 img {
    height: 50vh !important;
  }
}

@media screen and (max-width: 640px) {
  .inner3 .img100 img {
    height: 40vh !important;
  }
}

.h_box1 {
  -ms-flex-line-pack: center;
      align-content: center;
}

.h_box1 .box {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .h_box1 .box:not(:last-child) {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .h_box1 .box:not(:last-child) {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .h_box1 .btn {
    margin: 0 auto;
  }
}

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

.h_h202 h2 {
  font-size: 48px;
  color: #552723;
  font-weight: 600;
  font-family: "PT Serif", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  position: relative;
}

.h_h202 h2 span {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: .4em;
  margin-top: -10px;
}

.btn {
  width: 280px;
  max-width: 100%;
  display: block;
  color: #552723 !important;
  border: 1px solid #552723;
  padding: 20px 15px 15px 20px;
  position: relative;
}

.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #552723;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn:hover span:after {
  -webkit-transition: .5s;
  transition: .5s;
  right: 30px;
}

.btn span {
  display: block;
  position: relative;
  padding-left: 10px;
}

.btn span:after {
  content: "";
  background: url(../images/home/arrow02.png) no-repeat;
  width: 50px;
  height: 6px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn span:hover span:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.jpack-share-top {
  margin-bottom: 80px;
}

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

.cont3 > div {
  width: 49%;
  margin-right: 1%;
}

.cont3 > div:first-child {
  margin-left: 1%;
}

.h_box2 {
  margin-bottom: 260px;
  color: #fff;
  background-size: cover;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  .h_box2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .h_box2 {
    margin-bottom: 120px;
  }
}

.h_box2 a {
  width: 48%;
  position: relative;
  display: block;
}

@media screen and (max-width: 1200px) {
  .h_box2 a {
    width: 100%;
  }
}

.h_box2 a:hover .box:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.h_box2 a:last-child {
  position: relative;
  top: 80px;
}

@media screen and (max-width: 1200px) {
  .h_box2 a:last-child {
    top: 0;
  }
}

.h_box2 a:not(:last-child) {
  margin-right: 1%;
}

@media screen and (max-width: 1200px) {
  .h_box2 a:not(:last-child) {
    margin-bottom: 40px;
  }
}

.h_box2 article > div {
  width: 100%;
  padding: 0 120px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff !important;
}

@media screen and (max-width: 1400px) {
  .h_box2 article > div {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .h_box2 article > div {
    padding: 0 40px;
  }
}

.h_box2 .box:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 50px;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.h_box2 .box img {
  width: 100% !important;
  height: 50vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .h_box2 .box img {
    height: 45vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  .h_box2 .box img {
    height: 40vh !important;
  }
}

.h_box2 .box img:hover {
  opacity: 1 !important;
}

.h_box2 h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .h_box2 h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 640px) {
  .h_box2 h2 {
    font-size: 2em;
  }
}

.h_ban {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  border: 2px solid #741d13;
}

.h_ban:before {
  content: "";
  background: url(../images/home/circle.png) no-repeat;
  background-size: contain;
  width: 300px;
  max-width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .h_ban:before {
    width: 200px;
    background-position: center;
  }
}

.h_ban:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 50px;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.h_ban:hover:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.h_ban p {
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  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;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .h_ban p {
    font-size: 1.2em;
  }
}

.h_ban img {
  height: 45vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 640px) {
  .h_ban img {
    height: 30vh !important;
  }
}

.h_ban img:hover {
  opacity: 1 !important;
}

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

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

.h_flex2 > div {
  width: 48%;
}

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

@media screen and (max-width: 1200px) {
  .h_flex2 > div:not(:last-child) {
    margin-bottom: 60px;
  }
}

.newsArea h2 {
  border-bottom: 2px solid;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

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

.h_btn .box {
  width: 48%;
  text-align: center;
  position: relative;
}

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

@media screen and (max-width: 834px) {
  .h_btn .box:not(:last-child) {
    margin-bottom: 80px;
  }
}

.h_btn .box:before {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 80px;
}

.h_btn .box:after {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 11px;
  height: 80px;
  background-size: contain;
  position: absolute;
  bottom: -45px;
  left: 80px;
}

.h_btn a {
  position: relative;
  display: block;
  border: 1px solid;
  color: #552723 !important;
  font-size: 26px;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .h_btn a {
    padding: 30px 0;
  }
}

.h_btn a:before {
  content: "";
  border: 1px solid #552723;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.h_btn a:after {
  content: "";
  background: url(../images/home/arrow02.png) no-repeat;
  width: 50px;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.h_btn a:hover:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

/* title */
/*# sourceMappingURL=assets.css.map */