@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

@font-face {
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Akrobat/WEB/Akrobat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Akrobat/WEB/Akrobat-Regular.woff2") format("woff");
}

@font-face {
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Akrobat/WEB/Akrobat-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Akrobat/WEB/Akrobat-ExtraBold.woff2") format("woff2");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  color: #775e46;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
  color: #5a3d2b;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

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

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

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #5a3d2b;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

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

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

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

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

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

table {
  table-layout: auto;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

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

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

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

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

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

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

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

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

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

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.header__nav {
  position: absolute;
  z-index: 999;
}

.header__nav > ul {
  display: none;
}

.main {
  position: relative;
  border-bottom: 10px solid #5a3d2b;
  height: 100vh !important;
  overflow: hidden;
  z-index: 3;
}

.main > span:nth-child(1) {
  position: absolute;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 16.666%;
  z-index: 1;
  opacity: 0.4;
}

.main > span:nth-child(2) {
  position: absolute;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 33.332%;
  z-index: 1;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .main > span:nth-child(2) {
    display: none;
  }
}

.main > span:nth-child(3) {
  position: absolute;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0.4;
}

.main > span:nth-child(4) {
  position: absolute;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 66.666%;
  z-index: 1;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .main > span:nth-child(4) {
    display: none;
  }
}

.main > span:nth-child(5) {
  position: absolute;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 83.333%;
  z-index: 1;
  opacity: 0.4;
}

.main__image {
  list-style: none;
}

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

.main__lines {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.4;
  width: 67% !important;
  overflow: hidden;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  height: 100vh !important;
  display: none;
}

.main__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20%;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .main__logo {
    width: 30%;
  }
}

@media screen and (max-width: 834px) {
  .main__logo {
    width: 50%;
  }
}

#global_footer {
  position: relative;
  z-index: 3;
}

.map {
  margin-bottom: 0 !important;
}

.map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  vertical-align: bottom;
}

.footer_wrap {
  padding-top: 20px;
}

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

.footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 1700px) {
  .footer__nav > ul {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__nav > ul {
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .footer__nav > ul > li {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li {
    width: 50%;
  }
}

.footer__nav > ul > li > a {
  color: white;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .footer__nav > ul > li > a {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li > a {
    background-color: rgba(161, 105, 53, 0.3);
    border: 1px solid #775e46;
  }
}

.footer__nav > ul > li > a span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 3px;
  color: #cccccc;
  letter-spacing: 0.3em;
}

.footer__nav > ul > li a:hover {
  color: #e5771e;
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li a:hover {
    background-color: #5a3d2b;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__info .info01 {
  padding: 30px;
  text-align: center;
}

.footer__info .info01 img {
  width: 40%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.footer__info .info01 li {
  color: white;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.footer__info .info01 li a {
  color: white !important;
}

.footer__info .info02 {
  margin-top: 30px;
}

.footer__info .info02 a {
  color: white !important;
  font-size: 2.4rem;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__info .info02 a:hover {
  opacity: 0.6;
}

p small a {
  display: block;
  color: white !important;
  font-size: 1.3rem;
  padding: 5px;
  letter-spacing: 2px;
}

.page_top {
  position: fixed;
  z-index: 9990;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: none;
}

.page_top .page_top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.page_top .page_top2 a {
  display: block;
  display: table-cell;
  color: white !important;
  font-size: 2.6rem;
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_top .page_top2 a:hover {
  opacity: 0.6;
}

.page_top .page_top2 .tel {
  display: none;
}

@media screen and (max-width: 834px) {
  .page_top .page_top2 .tel {
    display: block;
  }
}

.page_top .page_top2 a:not(:nth-child(3)) {
  border-bottom: none !important;
}

@media screen and (max-width: 834px) {
  .page_top .page_top2 a:not(:nth-child(3)) {
    border-bottom: 2px solid #fff !important;
  }
}

@media screen and (max-width: 834px) {
  .page_top .page_top2 a:not(:last-child) {
    border-bottom: none !important;
  }
}

#contents_wrap {
  position: relative;
}

#contents_wrap > span:nth-child(1) {
  position: fixed;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 16.666%;
  z-index: 0;
  opacity: 0.4;
}

#contents_wrap > span:nth-child(2) {
  position: fixed;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 33.332%;
  z-index: 0;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #contents_wrap > span:nth-child(2) {
    display: none;
  }
}

#contents_wrap > span:nth-child(3) {
  position: fixed;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 50%;
  z-index: 0;
  opacity: 0.4;
}

#contents_wrap > span:nth-child(4) {
  position: fixed;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 66.666%;
  z-index: 0;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #contents_wrap > span:nth-child(4) {
    display: none;
  }
}

#contents_wrap > span:nth-child(5) {
  position: fixed;
  display: block;
  height: 100vh;
  width: 1px;
  background-color: #a7a198;
  top: 0;
  left: 83.333%;
  z-index: 0;
  opacity: 0.4;
}

#contents_wrap > span:nth-child(6) {
  position: fixed;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #a7a198;
  top: 20%;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}

#contents_wrap > span:nth-child(7) {
  position: fixed;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #a7a198;
  bottom: 20%;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #775e46;
  letter-spacing: 2px;
}

.pankuzu a {
  color: #775e46;
  font-weight: 400;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#contents_wrap::before {
  content: "";
  background-image: url(../images/contents/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -ms-wrap-margin: auto;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}

#contents {
  background-color: transparent !important;
  position: relative;
}

/*  ホーム  */
.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .cont_01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

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

.cont_01 .img_01 {
  width: 50%;
}

@media screen and (max-width: 1100px) {
  .cont_01 .img_01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .img_01 {
    position: relative;
    width: 90%;
  }
}

.cont_01 .ttl_01 {
  width: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1100px) {
  .cont_01 .ttl_01 {
    z-index: 2;
    width: 800px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .ttl_01 {
    width: 100%;
    margin-top: -70px;
  }
}

.cont_01 .ttl_01 h1, .cont_01 .ttl_01 div {
  width: 100%;
}

.cont_01 .ttl_01 div {
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .cont_01 .ttl_01 h1 {
    text-align: right !important;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .ttl_01 h1 {
    text-align: left !important;
  }
}

.ttl_01 {
  padding: 0 20px;
}

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

.ttl_01 h1 {
  font-size: 10rem;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke: 2px #5a3d2b;
  -webkit-text-fill-color: transparent;
  border-bottom: 8px solid #5a3d2b;
  padding-bottom: 5px;
}

@media screen and (max-width: 1500px) {
  .ttl_01 h1 {
    font-size: 9rem;
  }
}

@media screen and (max-width: 1300px) {
  .ttl_01 h1 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 1100px) {
  .ttl_01 h1 {
    font-size: 11rem;
  }
}

@media screen and (max-width: 834px) {
  .ttl_01 h1 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl_01 h1 {
    font-size: 6.5rem;
  }
}

.cont_02 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}

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

.cont_02 .ttl_02 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_02 .ttl_02 {
    width: 90%;
    margin: auto;
  }
}

.cont_02 .ttl_02 h2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  .cont_02 .ttl_02 h2 {
    position: relative;
    margin-top: 30px;
  }
}

.cont_02 .ttl_02 div {
  padding-top: 190px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 500;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .cont_02 .ttl_02 div {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_02 .ttl_02 div {
    padding-top: 130px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .ttl_02 div {
    padding-top: 0px;
  }
}

.cont_02 .ttl_02 div span {
  font-size: 1.5rem;
  color: #e5771e;
  margin-bottom: 50px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .cont_02 .ttl_02 div span {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_02 .ttl_02 div span {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .ttl_02 div span {
    margin-bottom: 10px;
  }
}

.cont_02 .ttl_02 div::before {
  content: "";
  background-color: #5a3d2b;
  width: 200%;
  bottom: 0;
  right: -10px;
  height: 8px;
  display: block;
  position: absolute;
}

.cont_02 .img_01 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_02 .img_01 {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .img_01 {
    width: 85%;
  }
}

.cont_02 .img_01 .box {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .cont_02 .img_01 .box {
    padding: 6px;
  }
}

.cont_02 .img_01 .box:nth-child(2) {
  position: relative;
  top: 65px;
}

@media screen and (max-width: 640px) {
  .cont_02 .img_01 .box:nth-child(2) {
    top: 50px;
  }
}

.ttl_02 {
  z-index: 1;
}

.ttl_02 h2 {
  font-size: 20rem;
  color: #5a3d2b;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  display: block;
  line-height: 1;
  left: -15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .ttl_02 h2 {
    font-size: 16rem;
  }
}

@media screen and (max-width: 1000px) {
  .ttl_02 h2 {
    font-size: 14rem;
  }
}

@media screen and (max-width: 834px) {
  .ttl_02 h2 {
    font-size: 12rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ttl_02 h2 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl_02 h2 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 550px) {
  .ttl_02 h2 {
    font-size: 7rem;
  }
}

.btn_01 {
  color: #775e46 !important;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin: 20px 0 40px 0;
  letter-spacing: 1px;
  width: 250px;
  height: 55px;
  border: 1px solid #775e46;
  padding-top: 10px;
  text-align: center;
}

.btn_01::before {
  content: "";
  background-color: #5a3d2b;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 25px;
  right: -20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01::after {
  content: "";
  background-color: #5a3d2b;
  width: 3px;
  height: 3px;
  position: absolute;
  display: block;
  right: 20px;
  top: 24px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01:hover::before {
  width: 60px;
  right: -40px;
}

.cont_03 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto;
  position: relative;
}

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

.cont_03 .ttl_02 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_03 .ttl_02 {
    width: 90%;
    margin: auto;
  }
}

.cont_03 .ttl_02 h2 {
  position: absolute;
  top: 0;
  right: 0px;
  text-align: right !important;
}

@media screen and (max-width: 1200px) {
  .cont_03 .ttl_02 h2 {
    right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 .ttl_02 h2 {
    position: relative;
  }
}

.cont_03 .ttl_02 div {
  padding-top: 190px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 500;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .cont_03 .ttl_02 div {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_03 .ttl_02 div {
    padding-top: 130px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 .ttl_02 div {
    padding-top: 0;
  }
}

.cont_03 .ttl_02 div span {
  display: block;
  font-size: 1.5rem;
  color: #e5771e;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .cont_03 .ttl_02 div span {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_03 .ttl_02 div span {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 .ttl_02 div span {
    margin-bottom: 10px;
  }
}

.cont_03 .ttl_02 div::before {
  content: "";
  background-color: #5a3d2b;
  width: 200%;
  bottom: 0;
  left: -10px;
  height: 8px;
  display: block;
  position: absolute;
}

.cont_03 .img_01 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_03 .img_01 {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_03 .img_01 {
    width: 85%;
  }
}

.cont_03 .img_01 .box {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .cont_03 .img_01 .box {
    padding: 6px;
  }
}

.cont_03 .img_01 .box:nth-child(2) {
  position: relative;
  top: 65px;
}

@media screen and (max-width: 640px) {
  .cont_03 .img_01 .box:nth-child(2) {
    top: 50px;
  }
}

.cont_02, .cont_03 {
  margin-bottom: 130px;
}

.bg_wrap {
  position: relative;
}

.bg_wrap::before {
  content: "";
  background-image: url(../images/contents/map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 25%;
  right: 0;
  margin: auto;
  z-index: -1;
}

.deco_01 {
  position: relative;
}

.deco_01::before {
  content: "";
  background-image: url(../images/contents/logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .deco_01::before {
    right: 0;
    top: -90px;
  }
}

@media screen and (max-width: 834px) {
  .deco_01::before {
    right: -80px;
  }
}

@media screen and (max-width: 480px) {
  .deco_01::before {
    right: -40px;
    top: -50px;
  }
}

.ttl_03 h2 {
  color: #e5771e;
}

.ttl_03 h2 span {
  font-size: 12rem;
  color: #5a3d2b;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  position: relative;
  left: -8px;
}

@media screen and (max-width: 1200px) {
  .ttl_03 h2 span {
    font-size: 10rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl_03 h2 span {
    font-size: 8rem;
  }
}

@media screen and (max-width: 550px) {
  .ttl_03 h2 span {
    font-size: 7rem;
  }
}

.cont_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999;
}

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

@media screen and (max-width: 640px) {
  .cont_04 {
    padding: 0 30px;
  }
}

.cont_04 .ttl_03 {
  width: 330px;
}

@media screen and (max-width: 1200px) {
  .cont_04 .ttl_03 {
    width: 270px;
  }
}

.cont_04 .home_news {
  width: calc(100% - 330px);
}

@media screen and (max-width: 1200px) {
  .cont_04 .home_news {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 1000px) {
  .cont_04 .home_news {
    width: 100%;
    margin-top: 30px;
  }
}

.home_news {
  height: 200px;
  overflow-y: scroll;
  padding-right: 10px;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .home_news {
    height: 280px;
  }
}

.home_news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .home_news dl {
    display: block !important;
    padding-bottom: 30px;
  }
}

.home_news dl dt, .home_news dl dd {
  background-color: transparent !important;
  border: none !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
  padding: 13px 0 !important;
}

@media screen and (max-width: 640px) {
  .home_news dl dt, .home_news dl dd {
    font-size: 1.5rem;
  }
}

.home_news dl dt {
  width: 140px !important;
}

@media screen and (max-width: 640px) {
  .home_news dl dt {
    width: 100% !important;
    padding: 0 !important;
  }
}

.home_news dl dd {
  width: calc(100% - 150px) !important;
}

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

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

::-webkit-scrollbar-track {
  -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(90, 61, 43, 0.6);
}

.cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 8px solid #5a3d2b;
}

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

.cont_box .box {
  text-align: center;
  padding: 35px;
}

@media screen and (max-width: 1200px) {
  .cont_box .box {
    padding: 35px 10px;
  }
}

.cont_box .box h3 {
  font-size: 11rem;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .cont_box .box h3 {
    font-size: 9rem;
  }
}

@media screen and (max-width: 1000px) {
  .cont_box .box h3 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_box .box h3 {
    font-size: 6rem;
  }
}

.cont_box .box a {
  width: 270px;
  height: 55px;
  border: 2px solid #5a3d2b;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  color: #5a3d2b;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 15px 20px 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .cont_box .box a {
    margin: 15px 5px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_box .box a {
    display: block;
    margin: 10px auto;
  }
}

.cont_box .box a:hover {
  color: #e5771e;
  border: 2px solid #e5771e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_box .box:first-child {
  width: 33.33333333%;
}

@media screen and (max-width: 1000px) {
  .cont_box .box:first-child {
    width: 40%;
  }
}

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

.cont_box .box:nth-child(2) {
  width: 66.666666%;
  border-left: 8px solid #5a3d2b;
}

@media screen and (max-width: 1000px) {
  .cont_box .box:nth-child(2) {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .cont_box .box:nth-child(2) {
    width: 100%;
    border-left: none;
    border-top: 8px solid #5a3d2b;
  }
}

.cont_05 {
  background-image: url(../images/contents/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-bottom: 250px;
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  .cont_05 {
    padding-bottom: 120px;
  }
}

.cont_05 .inner {
  padding: 0 30px;
}

.g_map {
  margin-bottom: 0 !important;
  background-color: #5a3d2b;
}

.g_map iframe {
  vertical-align: bottom;
  opacity: 0.6;
}

.g_map:hover iframe {
  opacity: 1;
}

/*  バイク販売　*/
.pg_ttl01 {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .pg_ttl01 {
    padding: 130px 0 100px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl01 {
    padding: 100px 0 80px 0 !important;
  }
}

.pg_ttl01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg_ttl01 div {
  font-size: 10rem;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5a3d2b;
  font-weight: 700;
  width: 100%;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .pg_ttl01 div {
    font-size: 8rem;
  }
}

@media screen and (max-width: 834px) {
  .pg_ttl01 div {
    font-size: 6rem;
  }
}

.pg_ttl01 h1 {
  width: 100%;
}

/*  スライダー　*/
.slider02 {
  width: 100%;
}

.slider02 .slick-prev, .slider02 .slick-next {
  top: 50px !important;
  color: #5a3d2b;
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-prev, .slider02 .slick-next {
    bottom: -10% !important;
  }
}

.slider02 .slick-prev:after, .slider02 .slick-prev:before, .slider02 .slick-next:after, .slider02 .slick-next:before {
  color: #5a3d2b !important;
}

.slider02 .slick-prev {
  left: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: 0 !important;
  }
}

.slider02 .slick-next {
  right: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: 0 !important;
  }
}

.slider02 .slick-slide {
  max-width: 1000px;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-slide {
    height: auto;
  }
}

.slider02 .slick-slide img {
  max-width: 700px;
  margin: 0 auto;
  height: 420px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 1200px) {
  .slider02 .slick-slide img {
    height: 30vw !important;
  }
}

@media screen and (max-width: 834px) {
  .slider02 .slick-slide img {
    height: 45vw !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02 .slick-slide img {
    height: 60vw !important;
  }
}

.slider02 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}

.slider02 .slick-list {
  padding: 10px 0 0 0;
}

.slider02 .slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider02 .slick-dots li {
  list-style: none;
  width: 23% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 100px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain !important;";
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 120% !important;
    width: 31.11111% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-dots li {
    width: 31.11111% !important;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 90% !important;
  }
}

.slider02 .slick-dots li img {
  width: auto !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 640px) {
  .slider02 .slick-dots li img {
    height: 80px !important;
  }
}

.slider02 {
  max-width: 700px;
  margin: 0 auto;
}

.slider02 ul li {
  max-width: 700px !important;
  height: 420px !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .slider02 ul li {
    height: 32vw !important;
  }
}

@media screen and (max-width: 834px) {
  .slider02 ul li {
    height: 47vw !important;
  }
}

@media screen and (max-width: 640px) {
  .slider02 ul li {
    height: 62vw !important;
  }
}

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

.bike_wrap .left01 {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .bike_wrap .left01 {
    width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .bike_wrap .left01 {
    width: 85%;
  }
}

.bike_wrap .right01 {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .bike_wrap .right01 {
    width: 90%;
    margin: auto;
  }
}

.ttl_04 {
  border-bottom: 8px solid #5a3d2b;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .ttl_04 {
    margin-top: 40px;
  }
}

.ttl_04 h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.9;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .ttl_04 h2 {
    font-size: 5rem;
  }
}

.ttl_04 h2 span {
  position: relative;
  left: -36px;
}

@media screen and (max-width: 640px) {
  .ttl_04 h2 span {
    left: -30px;
  }
}

.ttl_04 div {
  line-height: 1.6;
}

.bike_list dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.bike_list dl dt, .bike_list dl dd {
  background-color: transparent !important;
  border: none !important;
  letter-spacing: 1px;
  padding: 4px !important;
  font-size: 1.5rem;
}

.bike_list dl dt {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 160px !important;
}

.bike_list dl dd {
  width: calc(100% - 160px) !important;
}

.point td {
  width: 25%;
  border: 1px solid #5a3d2b;
}

.point td div {
  font-size: 1.3rem;
  letter-spacing: 0px;
  line-height: 1.4;
  padding: 4px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .point td div {
    font-size: 1.1rem;
    padding: 4px 0px;
  }
}

.bike_txt div {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

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

.main_wp {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.main_wp:not(:last-child) {
  border-bottom: 1px dashed rgba(90, 61, 43, 0.3);
}

/*  バイク修理　*/
.repairs_txt div {
  font-weight: 500;
}

.sub_ttl01 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: 4px solid #5a3d2b;
  margin-bottom: 20px;
}

.sub_ttl01 h2 span {
  padding: 10px 15px;
  border-right: 4px solid #5a3d2b;
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

/*  よくあるご質問　*/
.faq {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.faq .box {
  width: 100%;
}

.faq .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq .box article h3 {
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 700;
}

.faq .box article div {
  padding: 5px 10px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 640px) {
  .faq .box article div {
    padding: 8px 10px;
  }
}

.faq .box:first-child {
  cursor: pointer;
  border: 4px solid #5a3d2b;
}

.faq .box:first-child h3 {
  text-align: center;
}

.faq .box:first-child div {
  font-size: 2rem;
  border-left: 4px solid #5a3d2b;
}

@media screen and (max-width: 640px) {
  .faq .box:first-child div {
    font-size: 1.8rem;
  }
}

.faq .box:nth-child(2) h3 {
  padding: 5px 19px;
}

.faq .box:nth-child(2) div {
  padding-top: 8px;
}

.about_txt img {
  width: 50% !important;
  padding-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .about_txt img {
    width: 60% !important;
    display: block;
    float: none !important;
    margin: 0 auto 30px auto;
  }
}

.about_txt h2 {
  font-size: 7rem;
  font-weight: 700;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  width: 45%;
  display: inline-block;
  border: 4px solid #5a3d2b;
  text-align: center !important;
  padding: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .about_txt h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .about_txt h2 {
    width: 100% !important;
  }
}

.about_txt div {
  width: 45%;
  display: inline-block;
}

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

.about_ttl h2 {
  position: relative;
  padding-left: 73px;
}

.about_ttl h2::before {
  content: "";
  background-image: url(../images/pages/gecko.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  top: 3px;
  left: 10px;
  position: absolute;
}

.about_ttl h2::after {
  content: "";
  background-color: #5a3d2b;
  height: 100%;
  width: 4px;
  display: block;
  top: 0;
  left: 56px;
  position: absolute;
  visibility: visible !important;
}

.about_list dl {
  border-bottom: 1px dashed rgba(90, 61, 43, 0.3);
}

.about_list dl dt, .about_list dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 10px;
}

/*  お問い合わせ　　*/
.contact_txt h2 {
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 4px solid #5a3d2b;
  padding-bottom: 5px;
}

.contact_txt02 div {
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .contact_txt02 div {
    font-size: 1.5rem;
  }
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

.mail_form dl {
  border: 4px solid #5a3d2b;
}

.mail_form dl dt, .mail_form dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 13px !important;
}

.mail_form dl dt {
  border-right: 4px solid #5a3d2b !important;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt {
    border-right: none !important;
    border-bottom: 1px dashed rgba(90, 61, 43, 0.5) !important;
  }
}

.mail_form dl:not(:last-child) {
  border-bottom: none !important;
}

.mail_form label {
  color: #e5771e !important;
}

.submit {
  margin-bottom: 120px;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 10px;
  margin-bottom: 10px;
  border: 4px solid #5a3d2b;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #5a3d2b;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5a3d2b;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #ffd8b4;
}

/*  インスタグラム　*/
.insta .sns_list, .insta02 .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: 8px solid #5a3d2b;
}

@media screen and (max-width: 834px) {
  .insta .sns_list, .insta02 .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div, .insta02 .sns_list > div {
  width: 16.666% !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 8px solid #5a3d2b !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div, .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.insta .sns_list > div:nth-child(6), .insta02 .sns_list > div:nth-child(6) {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3), .insta02 .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}

.insta .sns_list .sns_photo, .insta02 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

.insta .sns_list .sns_text, .insta02 .sns_list .sns_text {
  display: none;
}

/*  Youtube */
.video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video_wrap .video {
  padding-right: 10px;
  width: 50% !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .video_wrap .video {
    width: 100% !important;
  }
}

.video_ttl h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 4px solid #5a3d2b;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 55px;
  width: 70px;
  padding: 9px;
  cursor: pointer;
  display: block;
}

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

#nav-toggle span {
  height: 4px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
  width: 80%;
}

#nav-toggle p {
  position: absolute;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 35px;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}

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

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

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

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

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

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

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

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

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

.nav_wrap li {
  position: relative;
}

.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background: url(../images/contents/main-bg.jpg);
  color: #e5771e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 80%;
  height: 100vh;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-image: url(../images/pages/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  #nav_sp::before {
    width: 100%;
    opacity: 0.4;
  }
}

#nav_sp .icons {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 640px) {
  #nav_sp .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#nav_sp .icons a {
  font-size: 2.2rem !important;
  display: block;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .icons a:hover {
  opacity: 0.6;
}

#nav_sp .icons .tel {
  display: none;
}

@media screen and (max-width: 834px) {
  #nav_sp .icons .tel {
    display: block;
  }
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  #nav_sp ul {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  #nav_sp ul {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  #nav_sp ul {
    width: 100%;
  }
}

#nav_sp li {
  width: 50%;
}

#nav_sp a {
  display: block;
  color: #5a3d2b;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 1.5rem !important;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#nav_sp a span {
  display: block;
  font-size: 4rem;
  color: #5a3d2b;
  font-family: "Akrobat", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #nav_sp a span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 550px) {
  #nav_sp a span {
    font-size: 2.6rem;
  }
}

#nav_sp a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

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

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

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

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

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

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

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

#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
}

#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #5a3d2b !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

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

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.in_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.in_wp > a {
  display: block;
  text-align: left;
  margin-top: 30px;
}

.in_wp > a img {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 834px) {
  .in_wp > a img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 640px) {
  .in_wp > a img {
    margin: auto;
    display: block;
  }
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80% !important;
}

.inside li {
  font-size: 1.5rem !important;
  color: #5a3d2b;
  line-height: 1.8;
  width: 100% !important;
}

.inside li .tel {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding: 0 !important;
  letter-spacing: 2px !important;
}
/*# sourceMappingURL=common_style.css.map */