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

* {
  -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: 1.9;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3a3a3a;
  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;
}

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: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

.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: #b39141;
  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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 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;
}

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

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

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

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

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

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

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

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

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

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media 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: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

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

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

#global_header {
  position: relative;
}

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

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 0 20px;
}

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

.header-left .logo {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .header-left .logo {
    width: 280px;
  }
}

@media screen and (max-width: 834px) {
  .header-left .logo {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.header-right {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .header-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-right p {
  font-size: 1.2rem;
  color: #b39141;
}

.header .nav {
  background-color: #f0ebdf;
  margin-top: 10px;
}

.header .nav-item {
  position: relative;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .header .nav-list {
    display: none;
  }
}

.header .nav-list .ddmenu {
  position: absolute;
  top: 66px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(240, 235, 223, 0.7);
}

@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu {
    position: relative;
    background-color: transparent;
    top: 0;
  }
}

.header .nav-list .ddmenu li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-list .ddmenu li a {
  display: block;
  font-size: 1.5rem;
}

.header .nav-list .ddmenu li a span {
  display: block;
}

.header .nav-list .ddmenu li:hover {
  background-color: rgba(197, 149, 33, 0.2);
}

@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu li:hover {
    background-color: rgba(197, 149, 33, 0);
  }
}

.header .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .nav-item a, .header .nav-item > span {
  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;
  margin: auto;
  text-align: center;
  color: #997724;
  padding: 7px;
  font-size: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-item a .sub, .header .nav-item > span .sub {
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #3a3a3a;
}

.header .nav-item a:hover, .header .nav-item > span:hover {
  background-color: rgba(197, 149, 33, 0.5);
}

@media screen and (max-width: 834px) {
  .header .nav-item a:hover, .header .nav-item > span:hover {
    background-color: rgba(197, 149, 33, 0);
  }
}

.header .nav-item:hover::before {
  width: 100%;
}

.contact {
  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) {
  .contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px auto;
  }
}

.contact .tel {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .contact .tel {
    margin-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel {
    margin-right: 10px;
  }
}

.contact .tel a {
  color: #b39141;
  line-height: 1.2;
  border: 1px solid #b39141;
  width: 240px;
  height: 55px;
  padding-top: 15px;
  display: block;
  background-color: white;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .contact .tel a {
    width: 220px;
    height: 50px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel a {
    height: 45px;
    background-color: #e0b655;
    border: none;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel a::before {
    content: "\f4d2";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
}

.contact .tel a span {
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .contact .tel a span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel a span {
    display: none;
  }
}

.contact .tel a:hover {
  background-color: #b39141;
  color: white;
}

.contact .mail a {
  color: #b39141;
  line-height: 1.2;
  border: 1px solid #b39141;
  width: 240px;
  height: 55px;
  padding-top: 15px;
  display: block;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .contact .mail a {
    width: 220px;
    height: 50px;
    padding-top: 13px;
  }
}

@media screen and (max-width: 834px) {
  .contact .mail a {
    height: 45px;
    background-color: #e0b655;
    border: none;
  }
}

@media screen and (max-width: 834px) {
  .contact .mail a::before {
    content: "\f658";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
}

.contact .mail a span {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .contact .mail a span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .contact .mail a span {
    display: none;
  }
}

.contact .mail a:hover {
  background-color: #b39141;
  color: white;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: white !important;
  margin-top: 0 !important;
  -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fixed .nav-list {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.fixed .nav-list > li .ddmenu {
  top: 66px;
}

.fixed .nav-list > li .ddmenu li a {
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .fixed {
    position: relative;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.main-item img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.main-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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;
}

.main-title::before {
  content: "";
  background: rgba(197, 149, 33, 0.75);
  width: 100vw;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 1;
}

.main-title img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 1000px) {
  .main-title img {
    padding: 0 10px;
    width: 100% !important;
  }
}

.bg_line span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #f3f3f3;
  top: 0;
  left: 25%;
  z-index: -1;
}

.bg_line span:nth-child(2) {
  left: 50%;
}

.bg_line span:nth-child(3) {
  left: 75%;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: auto;
  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: 1200px) {
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

.footer-info {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-info {
    text-align: center;
    margin-top: 40px;
  }
}

.footer-info img {
  width: 50%;
  display: block;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 834px) {
  .footer-info img {
    margin-left: auto;
  }
}

.footer-info li {
  font-size: 1.5rem;
}

.footer-info li a {
  color: #3a3a3a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-info li a:hover {
  color: #b39141;
}

.footer .nav2 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .footer .nav2 {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .footer .nav2 {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .footer .nav2 {
    padding-left: 10%;
  }
}

@media screen and (max-width: 640px) {
  .footer .nav2 {
    padding-left: 5%;
  }
}

.footer .nav2-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .nav2-list .m-left {
  padding-left: 30px;
  position: relative;
}

.footer .nav2-list .m-left::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #a5a5a5;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.footer .nav2-list a {
  color: #3a3a3a;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .footer .nav2-list a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .footer .nav2-list a {
    font-size: 1.3rem;
  }
}

.footer .nav2-list a:hover {
  color: #b39141;
}

p small a {
  display: block;
  color: #3a3a3a !important;
  font-size: 1.3rem;
  margin-top: 60px;
  padding-bottom: 20px;
}

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

.pankuzu {
  text-align: left;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #3a3a3a;
  letter-spacing: 2px;
  line-height: 1.2;
}

.pankuzu a {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 1.2rem;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:first-child a {
  color: #b39141;
}

.alpha, .title_02 article h2 span, .title_03 h2 span, .cont_04 .fabric01 .box div span, .pg_ttl01 article div {
  font-family: 'Didact Gothic', sans-serif;
}

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

@media all and (-ms-high-contrast: none) {
  .slide-animation {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slide {
  position: relative;
  z-index: 1;
}

.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #b39141;
  top: 0;
  right: 0;
  display: block;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slidein::before {
  width: 0%;
}

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

.cont_box .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.cont_box .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.cont_box .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*  ホーム  */
#contents_wrap {
  position: relative;
}

#contents_wrap > span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #f3f3f3;
  top: 0;
  left: 25%;
  z-index: -1;
}

#contents_wrap > span:nth-child(2) {
  left: 50%;
}

#contents_wrap > span:nth-child(3) {
  left: 75%;
}

.cont_01 {
  position: relative;
}

.cont_01::before {
  content: "";
  background-image: url(../images/contents/blur.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 200px;
  position: absolute;
  display: block;
  margin: auto;
  top: 60px;
  right: 0;
  left: 0;
}

.cont_01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
}

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

.cont_01-img {
  width: 50%;
  height: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .cont_01-img {
    width: 60%;
    padding-right: 0;
  }
}

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

.cont_01-img td {
  border: none !important;
  padding: 4px !important;
}

@media screen and (max-width: 1200px) {
  .cont_01-img td img {
    width: 100% !important;
    height: 100%;
  }
}

.cont_01-txt {
  width: 50%;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .cont_01-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.cont_01-txt h1, .cont_01-txt h2 {
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .cont_01-txt h1, .cont_01-txt h2 {
    font-size: 3.2rem;
  }
}

.cont_01-txt h1:before, .cont_01-txt h2:before {
  content: "";
  width: 200%;
  background: #c59521;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.cont_01-txt h1 span, .cont_01-txt h2 span {
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 1000px) {
  .cont_01-txt h1 span, .cont_01-txt h2 span {
    font-size: 1.4rem;
  }
}

.cont_01-txt div {
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}

.btn01 {
  width: 260px;
  height: 55px;
  background-color: #b39141;
  color: white !important;
  display: block;
  text-align: center;
  padding-top: 11px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  background-color: #c59521;
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 100px;
  top: -100px;
}

@media screen and (max-width: 834px) {
  .cont_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0px;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.cont_02::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: -110px;
  right: 0;
  background: #f0ebdf;
  z-index: -1;
}

.cont_02-right {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .cont_02-right {
    width: 100%;
    height: 100%;
  }
}

.cont_02-right .cont_btn .btn01 {
  margin: 40px auto 0 auto;
}

.title_02 {
  display: inline-block;
}

.title_02 article {
  display: inline-block;
  position: relative;
}

.title_02 article::before {
  content: "";
  background: #b39141;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 100px;
  right: 0;
  display: block;
  padding-right: 50px;
}

.title_02 article h2 {
  font-size: 1.6rem;
}

.title_02 article h2 span {
  font-size: 4.3rem;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 1000px) {
  .title_02 article h2 span {
    font-size: 4rem;
  }
}

.cont_02-ttl {
  top: 100px;
  position: relative;
}

.insta .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: none !important;
}

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

.insta .sns_list > div {
  width: 25% !important;
  border: none !important;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .insta .sns_list > div {
    padding: 5px;
  }
}

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

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

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

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

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

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

.cont_03-txt h2 {
  margin-bottom: 40px;
}

.cont_03-left, .cont_03-right {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_03-left, .cont_03-right {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03-right img {
    width: 100% !important;
    margin-top: 30px;
  }
}

.cont_03-left {
  padding-right: 40px;
}

@media screen and (max-width: 834px) {
  .cont_03-left {
    padding-right: 0;
  }
}

.title_03 h2 {
  font-size: 1.6rem;
}

.title_03 h2 span {
  font-size: 4.3rem;
  line-height: 1.4;
  display: block;
}

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

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

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

.cont_04 .fabric01 {
  width: 33.333%;
}

.cont_04 .fabric01 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_04 .fabric01 .box {
  position: relative;
  background-color: #000;
}

.cont_04 .fabric01 .box::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -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;
}

.cont_04 .fabric01 .box div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

@media screen and (max-width: 1000px) {
  .cont_04 .fabric01 .box div {
    font-size: 1.5rem;
  }
}

.cont_04 .fabric01 .box div span {
  font-size: 4.3rem;
  display: block;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .cont_04 .fabric01 .box div span {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .cont_04 .fabric01 .box div span {
    font-size: 3.2rem;
  }
}

.cont_04 .fabric01 .box img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100% !important;
}

.cont_04 .fabric01 a:hover img {
  opacity: 0.8;
}

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

@media screen and (max-width: 640px) {
  .cont_04 .first {
    width: 100%;
    height: 37vw;
  }
  .cont_04 .first .box {
    height: 37vw;
  }
}

.cont_04 .first .box span {
  font-size: 8rem !important;
}

@media screen and (max-width: 1200px) {
  .cont_04 .first .box span {
    font-size: 6rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .cont_04 .first .box span {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_04 .first .box span {
    font-size: 3.2rem !important;
  }
}

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

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

@media screen and (max-width: 834px) {
  .cont_04 .last {
    width: 100%;
  }
  .cont_04 .last a {
    width: 50%;
  }
}

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

.cont_05 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.cont_06 {
  background-color: #f0ebdf;
  padding-top: 115px;
  padding-bottom: 100px;
}

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

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

.cont_06-left {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_06-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 834px) {
  .cont_06-left .sp {
    display: block;
  }
}

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

.cont_06-right {
  margin: auto;
}

.cont_06-right .btn02 td {
  border: none !important;
}

.cont_06-right .btn02 td a {
  width: 460px;
  height: 80px;
  color: #b39141;
  border: 1px solid #b39141;
  text-align: center;
  display: block;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 5px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1100px) {
  .cont_06-right .btn02 td a {
    width: 380px;
  }
}

.cont_06-right .btn02 td a:hover {
  background-color: #b39141;
  color: white;
}

.cont_06-right .btn02 td .tel {
  font-size: 2.2rem;
  padding-top: 10px;
}

.cont_06-right .btn02 td .tel span {
  display: block;
  font-size: 1.3rem;
}

.cont_06-right .btn02 td .mail {
  padding-top: 20px;
}

.cont_07 {
  background-color: #f0ebdf;
  padding-bottom: 115px;
}

.cont_07 .news_wp {
  background-color: white;
  padding: 40px;
}

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

.cont_07 .hm_news {
  height: 230px;
  overflow-y: auto;
}

@media screen and (max-width: 834px) {
  .cont_07 .hm_news {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  .cont_07 .hm_news {
    height: 350px;
  }
}

.cont_07 .hm_news dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .cont_07 .hm_news dl {
    display: block !important;
  }
}

.cont_07 .hm_news dl dt, .cont_07 .hm_news dl dd {
  background-color: transparent !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .cont_07 .hm_news dl dt, .cont_07 .hm_news dl dd {
    padding: 3px !important;
  }
}

.cont_07 .hm_news dl dt {
  width: 150px !important;
}

.cont_07 .hm_news dl dt span {
  background-color: #c59521 !important;
  color: white;
  display: block;
  padding: 2px 10px;
}

@media screen and (max-width: 834px) {
  .cont_07 .hm_news dl dt span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_07 .hm_news dl dd {
    width: 100% !important;
    font-size: 1.5rem;
  }
}

.pg_ttl01 {
  background-color: #f7f7f7;
}

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

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

.pg_ttl01 article div {
  font-size: 3.8rem;
  line-height: 1.4;
  color: #c59521;
  letter-spacing: 3px;
}

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

.pg_ttl02 h2 {
  text-align: center !important;
  border-top: 4px double #b39141;
  border-bottom: 4px double #b39141;
  color: #b39141;
  font-size: 2.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}

@media screen and (max-width: 834px) {
  .pg_ttl02 h2 {
    font-size: 2.2rem;
  }
}

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

.pg_ttl03 h2, .pg_ttl03 h3 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .pg_ttl03 h2, .pg_ttl03 h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl03 h2, .pg_ttl03 h3 {
    font-size: 2rem;
  }
}

.pg_ttl03 h2::before, .pg_ttl03 h3::before {
  content: "";
  background: #b39141;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50px;
  right: 0;
  display: block;
  padding-right: 50px;
}

.txt_s div {
  font-size: 1.5rem;
}

.pg_cont {
  margin-bottom: 40px;
}

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

.pg_cont02 {
  margin-bottom: 50px;
}

.pg_cont02 .inner {
  padding-bottom: 50px;
}

.pg_cont02 .cont_01-txt div {
  letter-spacing: inherit;
}

.step {
  max-width: 800px;
  margin: 0 auto 50px auto;
  position: relative;
  -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.1);
}

.step h3 {
  background-color: #f0ebdf;
  font-size: 2.2rem;
  color: #b39141;
  padding: 5px;
  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;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .step h3 {
    font-size: 2.1rem;
  }
}

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

.step h3 span {
  font-weight: 500;
  color: white;
  background-color: #b39141;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.5rem;
}

.step div {
  background-color: white;
}

.step article > div {
  padding: 15px;
  font-size: 1.5rem;
}

.step .contact {
  max-width: 500px;
  margin: 10px auto 0 auto;
}

.step:not(:last-child)::before {
  content: "\f322";
  font-family: "Font Awesome 5 Pro";
  color: #b39141;
  position: absolute;
  bottom: -40px;
  right: 0px;
  left: 0px;
  margin: auto;
  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;
}

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

@media screen and (max-width: 1200px) {
  .fashion_btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fashion_btn .box {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .fashion_btn .box {
    width: 25%;
    padding: 5px;
  }
}

@media screen and (max-width: 834px) {
  .fashion_btn .box {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

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

.fashion_btn .box a {
  position: relative;
}

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

.fashion_btn .box a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
}

.fashion_btn .box a::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #e9c166;
  border-left: 10px solid  #e9c166;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.pg_ttl04 h2, .pg_ttl04 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #f0ebdf;
  padding: 2px;
  text-align: center !important;
}

.pg_ttl04 div {
  font-size: 1.5rem;
}

.fashion_list {
  font-size: 1.4rem;
}

.fashion_list dl dt, .fashion_list dl dd {
  background-color: white !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.fashion_list dl dt {
  border-bottom: 1px solid #b39141 !important;
  font-weight: 500;
  color: #b39141;
  width: 110px !important;
}

.fashion_list dl dd {
  border-bottom: 1px solid #f0ebdf !important;
  width: calc(100% - 110px) !important;
}

#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8 {
  padding-top: 180px;
  margin-top: -180px;
}

@media screen and (max-width: 834px) {
  #a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8 {
    padding-top: 100px;
    margin-top: 100px;
  }
}

.original_cont h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #b39141;
  text-align: center !important;
  padding: 5px;
}

.original_cont div {
  font-size: 1.4rem;
}

.insta_wp {
  background-color: #f0ebdf;
  padding: 40px;
}

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

.insta_blg .sns_list > div {
  background-color: white;
  margin-bottom: 20px;
  border: none !important;
  padding: 20px;
  height: 100%;
}

.insta_blg .sns_photo {
  width: 25% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .insta_blg .sns_photo {
    width: 50% !important;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .insta_blg .sns_photo {
    width: 80% !important;
  }
}

.insta_blg .sns_text {
  width: 75% !important;
}

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

.insta_blg .sns_text .sns_date {
  color: white;
  background-color: #c59521;
  display: inline-block;
  padding: 2px 5px;
}

.insta_blg .sns_text .caption {
  font-size: 1.4rem;
}

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

.message article {
  text-align: center;
}

.message img {
  width: 300px !important;
}

.message h2 {
  position: relative;
  top: -10px;
  font-size: 1.3rem;
  color: #b39141;
  display: inline-block;
}

.message h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b39141;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
}

.message h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b39141;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
}

.message div {
  font-size: 1.5rem;
}

.company_txt div {
  font-size: 1.5rem;
}

.map {
  margin: 0;
  background-color: black;
}

.map iframe {
  vertical-align: bottom;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map iframe:hover {
  opacity: 1;
}

/* 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(128, 128, 128, 0.6);
}

/*   404ページ　　*/
.error_txt a {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
  padding: 10px;
  color: #b39141;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #b39141;
  color: white !important;
  border-radius: 50px;
  font-size: 1.8rem;
}

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

/*  お問い合わせ　*/
.contact_txt div {
  font-size: 1.5rem;
}

.contact_txt div a {
  font-size: 1.8rem;
  margin: auto;
}

#policy {
  color: #b39141;
  cursor: pointer;
}

.policy_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  z-index: 9999;
}

.policy_popup > div div {
  font-size: 1.4rem;
  background-color: white;
  padding: 0px 30px 20px 30px;
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 90%;
  overflow: auto;
  z-index: 9998;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .policy_popup > div div {
    width: 80%;
  }
}

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

.policy_popup p {
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 20px;
  margin-bottom: -20px;
  color: #b39141;
  border-bottom: 1px solid #f0ebdf;
}

.policy_popup span {
  position: fixed;
  cursor: pointer;
  top: 5px;
  right: 5px;
  font-size: 6rem;
  color: white;
  z-index: 9999;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .policy_popup span {
    font-size: 4.5rem;
  }
}

.policy_wp div {
  font-size: 1.5rem;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
}

form .mail {
  display: none;
}

.mail_form {
  font-size: 1.4rem;
}

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

.mail_form dl dt, .mail_form dl dd {
  background-color: white !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

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

.mail_form dl dt {
  border-bottom: 1px solid #b39141 !important;
  font-weight: 500;
  color: #b39141;
  width: 160px !important;
}

.mail_form dl dt label {
  color: orange !important;
}

.mail_form dl dd {
  border-bottom: 1px solid #f0ebdf !important;
  width: calc(100% - 110px) !important;
}

.mail_form dl dd div {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.mail_form input, .mail_form textarea {
  -webkit-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
}

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

#nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 56px;
  padding: 6px;
  background-color: #b39141;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

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

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

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

#nav-toggle span {
  height: 3px;
  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: 12px;
  width: 100%;
}

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

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

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

.fixed #nav-toggle {
  top: 10px;
  right: 10px;
  height: 45px;
  width: 60px;
}

.fixed #nav-toggle > div {
  width: 44px;
}

.fixed span:nth-child(1) {
  top: 2px;
  width: 100%;
}

.fixed span:nth-child(2) {
  top: 14px !important;
  width: 100%;
}

.fixed span:nth-child(3) {
  top: 26px !important;
  width: 100%;
}

.fixed:hover span:nth-child(1) {
  top: 2px;
}

.fixed:hover span:nth-child(3) {
  top: 26px;
}

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

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

#nav_sp {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  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;
  overflow-y: auto;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  width: 96%;
  padding: 0 10%;
  height: 90%;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

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

#nav_sp .nav_wrap .nav-item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#nav_sp .nav_wrap li {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .8s ease;
  transition: opacity .2s ease, -webkit-transform .8s ease;
  transition: transform .8s ease, opacity .2s ease;
  transition: transform .8s ease, opacity .2s ease, -webkit-transform .8s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
}

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

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

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

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

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

#nav_sp .nav_wrap > a, #nav_sp .nav_wrap > span {
  display: block;
  font-size: 1.8rem;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  border: none;
  text-align: left !important;
}

#nav_sp .nav_wrap > a .sp, #nav_sp .nav_wrap > span .sp {
  display: none;
}

#nav_sp .nav_wrap a, #nav_sp .nav_wrap span {
  text-align: left !important;
}

#nav_sp .nav_wrap .sub {
  display: block;
}

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

#nav_sp .nav_wrap .ddmenu {
  margin-top: 10px;
  margin-bottom: 10px;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  font-size: 1.6rem;
  padding: 5px 5px 5px 30px;
}

.nav_info {
  text-align: center;
  margin-top: 50px;
  display: none;
}

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

.nav_info .logo img {
  width: 280px;
}

.nav_info .right p {
  font-size: 1.3rem;
  color: #b39141;
  margin-top: 20px;
}

.nav_info .contact {
  border: 4px solid white;
}

.nav_info .contact .tel a {
  color: white;
  text-align: center !important;
}

.nav_info .contact .mail a {
  font-size: 1.6rem;
  text-align: center;
}

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

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

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

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #b39141;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #b39141;
  font-size: 1.6rem;
}
/*# sourceMappingURL=common_style.css.map */