@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(170, 154, 99, 0.7);
}

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

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

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

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

.disnone {
  display: none;
}

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

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

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

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

li {
  list-style: none;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner2 {
    padding: 0 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

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

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #4d31a8;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

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

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

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

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

  .fltR {
    float: none;
    width: 100% !important;
  }

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

  .sptar {
    text-align: right !important;
  }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

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

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
header#global_header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 40px 72px;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header {
    padding: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  header#global_header .header {
    padding: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  header#global_header .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
header#global_header .header.bgh {
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header.bgh {
    padding: 16px;
  }
}
header#global_header .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header.fixed {
    padding: 16px;
  }
}
header#global_header .header a.h-logo {
  color: #000;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 48px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header a.h-logo {
    font-size: 28px;
  }
}
header#global_header .header .h-info {
  display: flex;
  align-items: center;
  flex: 1;
}
header#global_header .header .h-info nav {
  display: flex;
  align-items: center;
  flex: 1;
}
header#global_header .header .h-info nav ul {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1000px) {
  header#global_header .header .h-info nav ul {
    display: none;
  }
}
header#global_header .header .h-info nav ul li {
  margin-left: 48px;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header .h-info nav ul li {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  header#global_header .header .h-info nav ul li {
    font-size: 1.4rem;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-info nav ul li {
    margin-left: 20px;
  }
}
header#global_header .header .h-info nav ul li a {
  color: #000;
}
header#global_header .header .h-info nav .h-btn {
  display: flex;
  justify-content: flex-end;
  margin-left: 48px;
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-info nav .h-btn {
    margin-left: 32px;
  }
}
header#global_header .header .h-info nav .h-btn a {
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-info nav .h-btn a {
    font-size: 1.6rem;
  }
}
header#global_header .header .h-info nav .h-btn a.h-tel {
  color: #4d31a8;
}
@media screen and (max-width: 640px) {
  header#global_header .header .h-info nav .h-btn a.h-tel {
    color: #fff;
    background-color: #4d31a8;
    padding: 16px;
  }
}
header#global_header .header .h-info nav .h-btn a.h-tel span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  header#global_header .header .h-info nav .h-btn a.h-tel span {
    display: none;
  }
}
header#global_header .header .h-info nav .h-btn a.h-tel span div {
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
header#global_header .header .h-info nav .h-btn a.h-tel span p {
  font-size: 1.2rem;
  margin-top: 4px;
  font-weight: 500;
}
header#global_header .header .h-info nav .h-btn a.h-mail {
  background-color: #aa9a63;
  color: #fff;
  padding: 16px 24px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-info nav .h-btn a.h-mail {
    padding: 12px 16px;
  }
}
header#global_header .header .h-info nav .h-btn a.h-mail span {
  font-weight: 500;
}
header#global_header .header .h-info nav .h-btn a:first-child {
  margin-left: 0;
}
header#global_header .header .h-info nav .h-btn a span {
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  header#global_header .header .h-info nav .h-btn a span {
    display: none;
  }
}

.open-sp {
  display: none;
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 9999;
  background-color: transparent;
  margin-left: 16px;
}
@media only screen and (max-width: 1000px) {
  .open-sp {
    display: block;
  }
}
.open-sp span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #aa9a63;
  width: 33px;
}
.open-sp span:nth-child(1) {
  top: 15px;
}
.open-sp span:nth-child(2) {
  top: 24px;
}
.open-sp span:nth-child(3) {
  top: 33px;
}
.open-sp.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
  width: 33px;
}
.open-sp.active span:nth-child(2) {
  opacity: 0;
}
.open-sp.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  width: 33px;
}

.nav-sp {
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .nav-sp {
    display: block;
    width: 100%;
  }
}
.nav-sp .navigation-sp {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #000;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 82px 32px 32px;
}
@media screen and (max-width: 640px) {
  .nav-sp .navigation-sp {
    padding: 82px 24px 32px;
    width: 100%;
    min-width: 0;
  }
}
.nav-sp .navigation-sp.open {
  right: 0;
}
.nav-sp .navigation-sp > ul {
  height: auto;
  overflow-y: auto;
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .nav-sp .navigation-sp > ul {
    padding-top: 24px;
  }
}
.nav-sp .navigation-sp > ul::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}
.nav-sp .navigation-sp > ul::-webkit-scrollbar {
  width: 8px;
}
.nav-sp .navigation-sp > ul::-webkit-scrollbar-thumb {
  background-color: #aa9a63;
}
.nav-sp .navigation-sp > ul > li {
  display: block;
  text-align: center;
}
.nav-sp .navigation-sp > ul > li a {
  color: #fff;
  display: block;
  padding: 16px 0px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .nav-sp .navigation-sp > ul > li a {
    font-size: 1.8rem;
  }
}
.nav-sp .navigation-sp .h-btn {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  line-height: 1;
}
.nav-sp .navigation-sp .h-btn a {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 16px 24px;
}
.nav-sp .navigation-sp .h-btn a.h-tel {
  color: #fff;
  background-color: #4d31a8;
}
.nav-sp .navigation-sp .h-btn a.h-tel span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.nav-sp .navigation-sp .h-btn a.h-tel span div {
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.nav-sp .navigation-sp .h-btn a.h-tel span p {
  font-size: 1.2rem;
  margin-top: 4px;
  font-weight: 500;
}
.nav-sp .navigation-sp .h-btn a.h-mail {
  background-color: #aa9a63;
  color: #fff;
}
.nav-sp .navigation-sp .h-btn a.h-mail span {
  font-weight: 500;
}
.nav-sp .navigation-sp .h-btn a:first-child {
  margin-top: 0;
}
.nav-sp .navigation-sp .h-btn a span {
  margin-left: 8px;
}

.op_anime {
  background-color: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.op_anime .fixed {
  opacity: 0;
  position: fixed;
  display: block;
  z-index: 99999;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  animation-fill-mode: forwards;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  text-align: center;
  max-width: 480px;
  padding: 64px;
  width: 100%;
  transition: 1s;
}
.op_anime .fixed p {
  color: #fff;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.op_anime .fixed p .letter-drop {
  position: relative;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.8;
  transform: rotateY(-90deg);
  animation: letterDrop 1.6s ease 1 normal forwards;
}
.op_anime .fixed p .ld1 {
  animation-delay: 1s;
}
.op_anime .fixed p .ld2 {
  animation-delay: 3s;
}
.op_anime .fixed p .ld3 {
  animation-delay: 2s;
}
.op_anime .fixed p .ld4 {
  animation-delay: 3.5s;
}
.op_anime .fixed p .ld5 {
  animation-delay: 4.5s;
}
.op_anime .fixed p .ld6 {
  animation-delay: 1.5s;
}
.op_anime .fixed p .ld7 {
  animation-delay: 4s;
}

@keyframes letterDrop {
  0% {
    top: -100vh;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    transform: rotateY(-360deg);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: rotateY(360deg);
  }
}
.main {
  position: relative;
}
.main canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 1s;
}
.main .m-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 20%;
  filter: grayscale(100%);
}
.main .m-logo img {
  filter: grayscale(100%);
}
.main .m-logo.active img {
  animation: mainLogo 5.6s ease 1 normal forwards;
}

@keyframes mainLogo {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: scale(1);
  }
  90% {
    transform: scale(5);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.c-btn {
  width: fit-content;
  line-height: 1;
}
.c-btn.c-btn-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .c-btn.c-btn-flex {
    flex-direction: column;
  }
}
.c-btn.c-btn-flex a {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 834px) {
  .c-btn.c-btn-flex a {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-btn.c-btn-flex a:first-child {
    margin: 0;
  }
}
.c-btn a {
  margin-top: 24px;
  display: flex;
  font-size: 2.4rem;
}
.c-btn a.c-tel {
  color: #4d31a8;
}
.c-btn a.c-tel span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.c-btn a.c-tel span div {
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
.c-btn a.c-tel span p {
  font-size: 1.4rem;
  margin-top: 4px;
  font-weight: 500;
}
.c-btn a.c-mail {
  background-color: #aa9a63;
  color: #fff;
  padding: 16px 32px;
}
.c-btn a.c-mail span {
  font-weight: 500;
}
.c-btn a:first-child {
  margin-top: 0;
}
.c-btn a span {
  margin-left: 8px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  text-align: left;
  padding-bottom: 48px;
}
footer#global_footer .contact {
  padding: 96px 0;
  background: url("../images/home/top_05.jpg") center center/cover;
}
@media screen and (max-width: 640px) {
  footer#global_footer .contact {
    padding: 72px 0;
  }
}
footer#global_footer .contact .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer#global_footer .contact .inner {
    flex-direction: column;
  }
}
footer#global_footer .contact .inner .c-info {
  flex: 1;
}
@media screen and (max-width: 834px) {
  footer#global_footer .contact .inner .c-info {
    text-align: center;
  }
}
footer#global_footer .contact .inner .c-info .c-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.25;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  footer#global_footer .contact .inner .c-info .c-ttl {
    align-items: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .contact .inner .c-info .c-ttl {
    font-size: 1.8rem;
  }
}
footer#global_footer .contact .inner .c-info .c-ttl span {
  font-size: 4.8rem;
  margin-bottom: 4px;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  footer#global_footer .contact .inner .c-info .c-ttl span {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .contact .inner .c-info .c-ttl span {
    font-size: 4rem;
  }
}
footer#global_footer .contact .inner .c-info p {
  margin-top: 24px;
}
footer#global_footer .contact .inner .c-btn {
  padding-left: 96px;
}
@media screen and (max-width: 834px) {
  footer#global_footer .contact .inner .c-btn {
    margin-top: 48px;
    padding: 0;
  }
}
footer#global_footer .contact .inner .c-btn a {
  justify-content: center;
  align-items: center;
}
footer#global_footer .contact .inner .c-btn a.c-tel {
  color: #fff;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-direction: column;
    align-items: center;
  }
}
footer#global_footer .footer .f-info {
  padding-right: 48px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-info {
    padding-right: 0;
  }
}
footer#global_footer .footer .f-info .f-logo {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-info .f-logo {
    justify-content: center;
  }
}
footer#global_footer .footer .f-info .f-logo img {
  width: 120px;
}
footer#global_footer .footer .f-info .f-logo .f-logo-text {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-left: 12px;
}
footer#global_footer .footer .f-info .f-logo .f-logo-text span {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 400;
}
footer#global_footer .footer .f-info p {
  line-height: 1.6;
  margin-top: 24px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-info p {
    text-align: center;
  }
}
footer#global_footer .footer .f-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-nav {
    align-items: center;
    margin-top: 48px;
  }
}
footer#global_footer .footer .f-nav ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-nav ul {
    justify-content: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer .f-nav ul {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
}
footer#global_footer .footer .f-nav ul:last-child {
  margin-bottom: 0;
}
footer#global_footer .footer .f-nav ul li {
  margin-left: 48px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer .f-nav ul li {
    margin: 0;
  }
}
footer#global_footer .footer .f-nav ul li:first-child {
  margin-left: 0;
}
footer#global_footer .footer .f-nav ul li a {
  color: #fff;
}
footer#global_footer .copy {
  font-size: 1.4rem;
  margin-top: 48px;
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
}

html body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  html body br.sp {
    display: block;
  }
}

#contents_wrap {
  background-color: transparent;
}
#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 1264px) {
  #contents_wrap #contents {
    padding: 0 32px;
  }
}
#contents_wrap #contents #main #col_main section {
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_wrap #contents #main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.space-96 {
  margin-top: 96px;
}

.space-48 {
  margin-top: 48px;
}

.t-space-24 article > div {
  margin-top: 24px;
}

.space-24 {
  margin-top: 24px;
}

.title-top h1, .title-top h2 {
  line-height: 1.25;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .title-top h1, .title-top h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .title-top h1, .title-top h2 {
    font-size: 2.4rem;
  }
}

.title-top-center h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .title-top-center h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .title-top-center h2 {
    font-size: 1.8rem;
  }
}
.title-top-center h2 span {
  font-size: 4.8rem;
  margin-bottom: 4px;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .title-top-center h2 span {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .title-top-center h2 span {
    font-size: 4rem;
  }
}

.btn a {
  display: inline-block;
  padding: 16px 64px 12px 32px;
  background-color: #aa9a63;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.btn a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  height: 1px;
  width: 24px;
  background-color: #fff;
}

.wrap .image img {
  min-height: 560px;
}
@media only screen and (max-width: 1200px) {
  .wrap .image img {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .wrap .image img {
    min-height: 320px;
  }
}

.wrap-01 {
  padding: 24px 0 96px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrap-01 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.wrap-01 .left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 48px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #000;
}
@media only screen and (max-width: 1600px) {
  .wrap-01 .left {
    padding: 48px;
    width: 56%;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-01 .left {
    width: 64%;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-01 .left {
    width: 90%;
    position: relative;
    z-index: 2;
    margin-top: -48px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .left {
    width: calc(100% - 24px);
    padding: 32px 24px;
  }
}
.wrap-01 .right {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  .wrap-01 .right {
    width: calc(100% - 24px);
  }
}
.wrap-01 .top-acs-text {
  right: 12px;
}
@media screen and (max-width: 640px) {
  .wrap-01 .top-acs-text {
    font-size: 6.4rem;
  }
}

.top-acs-text {
  position: absolute;
  top: 0;
  font-size: 9.6rem;
  line-height: 1;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
}
.top-acs-text div {
  font-weight: 600;
}

.wrap-02 {
  padding: 24px 0 48px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrap-02 {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 {
    padding-top: 16px;
  }
}
.wrap-02 .left {
  width: 80%;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1200px) {
  .wrap-02 .left {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .left {
    width: calc(100% - 24px);
  }
}
.wrap-02 .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 96px 72px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #000;
}
@media only screen and (max-width: 1600px) {
  .wrap-02 .right {
    padding: 48px;
    width: 56%;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-02 .right {
    width: 64%;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-02 .right {
    width: 90%;
    position: relative;
    z-index: 2;
    margin: -48px 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .right {
    width: calc(100% - 24px);
    padding: 32px 24px;
  }
}
.wrap-02 .top-acs-text {
  left: 12px;
  opacity: 0.72;
}
@media only screen and (max-width: 1200px) {
  .wrap-02 .top-acs-text {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-02 .top-acs-text {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .top-acs-text {
    font-size: 2.8rem;
  }
}

.wrap-03 {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 {
    flex-direction: column;
  }
}
.wrap-03 > div {
  width: 50%;
  position: relative;
  min-height: 400px;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wrap-03 > div {
    min-height: 320px;
  }
}
.wrap-03 > div .image100 {
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 > div .image100 {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-03 > div .image100 {
    min-height: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-03 > div .image100 img {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-03 > div .image100 img {
    min-height: 320px;
  }
}
.wrap-03 > div .top-acs-text {
  font-size: 7.2rem;
  top: 48px;
  left: 48px;
  opacity: 0.72;
}
@media only screen and (max-width: 1400px) {
  .wrap-03 > div .top-acs-text {
    top: 24px;
    left: 24px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .wrap-03 > div .top-acs-text {
    font-size: 3.2rem;
  }
}
.wrap-03 > div .title-top {
  position: absolute;
  bottom: 48px;
  left: 48px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #000;
  padding: 32px 40px;
  width: calc(100% - 96px);
}
@media only screen and (max-width: 1400px) {
  .wrap-03 > div .title-top {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-03 > div .title-top {
    padding: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-03 > div .title-top article > div {
    margin-top: 16px;
  }
}
.wrap-03 > div .btn {
  position: absolute;
  top: 48px;
  right: 48px;
}
@media only screen and (max-width: 1400px) {
  .wrap-03 > div .btn {
    top: 24px;
    right: 24px;
  }
}

#main .cont-04 {
  max-height: 240px;
  overflow-y: scroll;
}
#main .cont-04::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}
#main .cont-04::-webkit-scrollbar {
  width: 8px;
}
#main .cont-04::-webkit-scrollbar-thumb {
  background-color: #aa9a63;
}
#main .cont-04 dl {
  padding: 16px 0;
  border-bottom: 1px solid #fff;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  #main .cont-04 dl {
    flex-direction: column;
  }
}
#main .cont-04 dl:first-child {
  padding-top: 0;
}
#main .cont-04 dl dt, #main .cont-04 dl dd {
  background-color: transparent;
  border: none;
  padding: 0;
}
#main .cont-04 dl dt {
  width: fit-content;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
}
#main .cont-04 dl dd {
  padding-left: 80px;
  flex: 1;
}
@media only screen and (max-width: 1264px) {
  #main .cont-04 dl dd {
    padding-left: 32px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-04 dl dd {
    padding: 0;
    margin-top: 4px;
  }
}

.cont-05 {
  padding: 0 96px;
}
@media only screen and (max-width: 1600px) {
  .cont-05 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .cont-05 {
    padding: 0 24px;
  }
}
.cont-05 div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.cont-05 div.sns_list > div {
  flex-direction: column;
  border: none;
}
.cont-05 div.sns_list .slick-slide {
  padding: 0 12px;
}
@media screen and (max-width: 640px) {
  .cont-05 div.sns_list .slick-slide {
    padding: 0 4px;
  }
}
.cont-05 div.sns_list div.sns_photo {
  width: 100%;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.cont-05 div.sns_list div.sns_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cont-05 div.sns_list div.sns_text {
  display: none;
}

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

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title-01 {
  height: 240px;
  position: relative;
  background-size: cover;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .title-01 {
    height: 200px;
  }
}
.title-01 h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: 700;
}
.title-01 h1 span {
  font-size: 4.8rem;
  margin-bottom: 4px;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.title-02 h2 {
  line-height: 1.25;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #aa9a63;
}

#contents_wrap #contents #main #col_main section .tp {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .tp {
    font-size: 1.4rem;
  }
}
#contents_wrap #contents #main #col_main section .tp ul li, #contents_wrap #contents #main #col_main section .tp ul div {
  display: inline-block;
}
#contents_wrap #contents #main #col_main section .tp ul div {
  margin: 0 4px;
}
#contents_wrap #contents #main #col_main section .tp ul div::before {
  content: "\f105";
  font-family: "font Awesome 6 Free";
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  #main .flex-01 {
    flex-direction: column;
  }
}
#main .flex-01 .box:first-child {
  width: 70%;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:first-child {
    width: 100%;
    padding: 0;
  }
}
#main .flex-01 .box:last-child {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:last-child {
    width: 100%;
    margin-top: 24px;
  }
}

p.str {
  font-weight: 500;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

#main .service-01 {
  flex-direction: column;
}
#main .service-01 .box {
  width: 100%;
  padding: 16px 24px;
  background-color: #333;
  margin-top: 16px;
}
#main .service-01 .box:first-child {
  margin-top: 0;
}
#main .service-01 .box h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.frame-01 {
  padding: 16px 24px;
  border: 1px solid #aa9a63;
}

.check-list ul {
  display: flex;
  flex-direction: column;
}
.check-list ul li {
  width: 100%;
  padding-left: 28px;
  position: relative;
}
.check-list ul li::before {
  content: "\f14a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 20px;
  line-height: 1;
}

.works-01 div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.works-01 div.sns_list > div {
  flex-direction: column;
  border: none;
}
.works-01 div.sns_list .slick-slide {
  padding: 0 12px;
}
.works-01 div.sns_list div.sns_photo {
  width: 100%;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.works-01 div.sns_list div.sns_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.works-01 div.sns_list div.sns_text {
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
}
.works-01 div.sns_list div.sns_text div.sns_date {
  font-size: 1.8rem;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  color: #aa9a63;
}
.works-01 div.sns_list div.sns_text ul li a {
  font-size: 1.6rem;
}

#main .form-common dl {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 834px) {
  #main .form-common dl {
    flex-direction: column;
  }
}
#main .form-common dl:first-child {
  padding-top: 0;
}
#main .form-common dl dt, #main .form-common dl dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 834px) {
  #main .form-common dl dt, #main .form-common dl dd {
    width: 100%;
  }
}
#main .form-common dl dt {
  font-weight: 500;
}

.g-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */