@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(195, 180, 144, 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;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1264px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#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: #6a2912;
  transition: 0.5s;
  text-decoration: none;
}

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

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

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

.gothic {
  font-family: YakuHanJP, "Roboto", "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%;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.header {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 16px 24px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header.top-header {
  display: none;
}
@media screen and (max-width: 834px) {
  .header.top-header {
    display: flex;
  }
}
@media screen and (max-width: 834px) {
  .header .h-logo img {
    height: 48px !important;
    object-fit: contain;
    object-position: left center;
  }
}

.global-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .global-nav {
    padding-right: 64px;
  }
}
.global-nav .nav-list {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 834px) {
  .global-nav .nav-list {
    display: none;
  }
}
.global-nav .nav-list .nav-item {
  margin-left: 32px;
}
@media only screen and (max-width: 1000px) {
  .global-nav .nav-list .nav-item {
    margin-left: 24px;
  }
}
.global-nav .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #444;
  font-size: 1.8rem;
}
.global-nav .nav-list .nav-item a span {
  font-size: 1.2rem;
  color: #7f7f7f;
  margin-bottom: 8px;
}
.global-nav .h-btn {
  margin-left: 48px;
}
@media only screen and (max-width: 1000px) {
  .global-nav .h-btn {
    margin-left: 32px;
  }
}
.global-nav .h-btn a {
  font-size: 1.8rem;
  padding: 16px 24px;
}
@media screen and (max-width: 834px) {
  .global-nav .h-btn a {
    padding: 0 16px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .h-btn a {
    padding: 0;
    width: 48px;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .h-btn a span {
    display: none;
  }
}

.main-area {
  width: 100%;
  height: 100vh;
  padding: 7.5vh 4vw 7.5vh 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .main-area {
    padding: 80px 32px 32px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .main-area {
    padding: 80px 24px 24px;
  }
}
.main-area::before {
  content: "";
  width: 62.5%;
  height: 80%;
  display: block;
  background: url("../images/home/pt_02.png") top left/auto repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.main-area .main-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main-area .main {
  height: 100%;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .main-area .main {
    height: 60vw;
  }
}
@media screen and (max-width: 640px) {
  .main-area .main {
    height: 100vw;
  }
}
.main-area .main img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.left-menu {
  width: 18.75%;
  min-width: 240px;
  padding: 24px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .left-menu {
    display: none;
  }
}

.left-nav .nav-list {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
}
.left-nav .nav-list .nav-item {
  margin-top: 4vh;
}
.left-nav .nav-list .nav-item:first-child {
  margin-top: 0;
}
.left-nav .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #444;
  font-size: 1.8rem;
}
.left-nav .nav-list .nav-item a span {
  font-size: 1.2rem;
  color: #7f7f7f;
  margin-bottom: 8px;
}
.left-nav .h-btn {
  margin-top: 5.6vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-nav .h-btn a.h-mail {
  padding: 16px 24px;
  font-size: 1.8rem;
}

.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn a.c-mail {
  background-color: #6a2912;
  color: #fff;
}
.c-btn a span {
  margin-left: 8px;
}

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

.nav {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.nav .navigation {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #c3b490;
  transition: 0.3s;
  padding: 120px 32px;
  overflow-y: auto;
}
.nav .navigation::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}
.nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation::-webkit-scrollbar-thumb {
  background-color: #6a2912;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(106, 41, 18, 0.48);
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation .nav-list {
  height: auto;
  display: flex;
  text-align: left;
}
.nav .navigation .nav-list .nav-item {
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 16px;
}
.nav .navigation .nav-list .nav-item:last-child {
  margin-right: 0;
}
.nav .navigation .nav-list .nav-item a {
  color: #fff;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  font-size: 1.6rem;
}
.nav .navigation .nav-list .nav-item a span {
  margin-bottom: 8px;
  font-size: 2.2rem;
}
.nav .navigation .h-btn {
  margin-top: 48px;
}
.nav .navigation .h-btn a {
  padding: 16px 32px;
  font-size: 1.8rem;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  color: #fff;
  margin-top: 96px;
  text-align: left;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 72px;
  }
}
footer#global_footer a {
  color: #fff;
}

.footer {
  background-color: #444;
  padding-block: 72px;
}

.f-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .f-inner {
    flex-direction: column;
  }
}

.f-info p {
  margin-top: 16px;
}

.f-logo {
  display: flex;
  align-items: center;
}
.f-logo img {
  filter: brightness(0) invert(1);
}
.f-logo span {
  font-size: 2.4rem;
  margin-left: 20px;
  position: relative;
  padding-left: 32px;
}
.f-logo span::before {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1000px) {
  .f-nav {
    align-items: flex-start;
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  .f-nav {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.f-nav .nav-list {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .f-nav .nav-list {
    flex-direction: column;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .f-nav .nav-list:first-child {
    margin-top: 0;
  }
}
.f-nav .nav-list .nav-item {
  margin: 0 0 24px 32px;
}
@media screen and (max-width: 640px) {
  .f-nav .nav-list .nav-item {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .f-nav .nav-list .nav-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .f-nav .nav-list .nav-item:last-child {
    margin-bottom: 0;
  }
}

.f-bottom {
  background-color: #000;
  padding-block: 16px;
}

.f-b-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .f-b-inner {
    flex-direction: column;
    align-items: center;
  }
}

.f-sns {
  display: flex;
  align-items: center;
}
.f-sns li {
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .f-sns li:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .copy {
    margin-top: 16px;
  }
}
.copy a {
  pointer-events: none;
}

body {
  background: url("../images/home/pt_01.jpg") top left/auto repeat;
}
body br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  body br.sp {
    display: block;
  }
}

#main #col_main section {
  color: #444;
}
#main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .mt-96 {
    margin-top: 72px;
  }
}

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

.pblk-96 {
  padding-block: 96px;
}
@media screen and (max-width: 640px) {
  .pblk-96 {
    padding-block: 64px;
  }
}

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

.lh-2 div {
  line-height: 2;
}

.title-top h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title-top h2 {
    font-size: 2.8rem;
  }
}
.title-top h2::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #c3b490;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-top.ttl-center h2::before {
  left: 50%;
  transform: translateX(-50%);
}

.btn a {
  display: inline-block;
  text-align: center;
  border: 1px solid #6a2912;
  font-size: 2.2rem;
  padding: 16px 24px 20px;
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .btn a {
    min-width: 280px;
    font-size: 1.8rem;
  }
}
.btn a:hover {
  opacity: 1;
  background-color: #6a2912;
  color: #fff;
}
.btn.btn-mini a {
  font-size: 1.8rem;
}

.wrap-01 {
  position: relative;
}
.wrap-01::before {
  content: "";
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/home/top_bg_01.jpg") top left/cover no-repeat;
  z-index: -1;
}

.inner-01 {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .inner-01 {
    flex-direction: column;
  }
}
.inner-01 .image {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  .inner-01 .image {
    order: 2;
    width: 100%;
    margin-top: 32px;
  }
}
.inner-01 .image .image100 {
  height: 100%;
}
.inner-01 .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 32px;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  .inner-01 .text {
    order: 1;
    width: 100%;
  }
}

.title-top-h1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.title-top-h1 h1 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
}
.title-top-h1 h1::before {
  content: "";
  width: 96px;
  height: 96px;
  background: url("../images/home/pt_03.png") top left/auto repeat;
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: -1;
}
.title-top-h1 h1 span {
  font-weight: 700;
}
.title-top-h1 h1 .t1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .title-top-h1 h1 .t1 {
    font-size: 2rem;
  }
}
.title-top-h1 h1 .t2 {
  font-size: 4.8rem;
  margin: 48px 24px 0 0;
}
@media screen and (max-width: 640px) {
  .title-top-h1 h1 .t2 {
    font-size: 4rem;
    margin: 32px 12px 0 0;
  }
}
.title-top-h1 div {
  margin: 72px 24px 0 0;
  line-height: 2;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .title-top-h1 div {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1000px) {
  .title-top-h1 div {
    margin: 48px 24px 0 0;
  }
}

.wrap-02 {
  background-repeat: no-repeat;
}
.wrap-02.bg-left {
  background-position: left bottom;
  background-color: #f8f6f2;
}
.wrap-02.bg-right {
  background-position: right bottom;
}

.inner-02 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .inner-02 {
    flex-direction: column;
  }
}
.inner-02 .image, .inner-02 .text {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .inner-02 .image, .inner-02 .text {
    width: 100%;
  }
}
.inner-02 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .inner-02 .text {
    order: 1;
  }
}
.inner-02 .text.left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .inner-02 .text.left {
    padding-right: 32px;
  }
}
@media screen and (max-width: 834px) {
  .inner-02 .text.left {
    padding: 0;
  }
}
.inner-02 .text.right {
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  .inner-02 .text.right {
    padding-left: 32px;
  }
}
@media screen and (max-width: 834px) {
  .inner-02 .text.right {
    padding: 0;
  }
}
.inner-02 .image {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .inner-02 .image {
    order: 2;
    margin-top: 32px;
  }
}
.inner-02 .image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -36px;
  background: url("../images/home/pt_03.png") top left/auto repeat;
}
@media only screen and (max-width: 1264px) {
  .inner-02 .image::before {
    bottom: -16px;
  }
}
@media screen and (max-width: 640px) {
  .inner-02 .image::before {
    bottom: -8px;
  }
}
.inner-02 .image.right::before {
  right: -36px;
}
@media only screen and (max-width: 1264px) {
  .inner-02 .image.right::before {
    right: -16px;
  }
}
@media screen and (max-width: 640px) {
  .inner-02 .image.right::before {
    right: -8px;
  }
}
.inner-02 .image.left::before {
  left: -36px;
}
@media only screen and (max-width: 1264px) {
  .inner-02 .image.left::before {
    left: -16px;
  }
}
@media screen and (max-width: 640px) {
  .inner-02 .image.left::before {
    left: -8px;
  }
}
.inner-02 .image .image100 {
  height: 100%;
}

.top-sns div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.top-sns div.sns_list > div {
  width: calc((100% - 96px) / 4);
  flex-direction: column;
  border: none;
  margin-right: 32px;
}
@media screen and (max-width: 834px) {
  .top-sns div.sns_list > div {
    width: calc((100% - 48px) / 4);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-sns div.sns_list > div {
    width: calc(50% - 8px);
  }
}
.top-sns div.sns_list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .top-sns div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.top-sns div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.top-sns div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.top-sns div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.top-sns div.sns_list > div div.sns_text {
  display: none;
}

.cont-03 {
  padding: 72px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont-03 {
    padding: 48px;
  }
}
@media screen and (max-width: 640px) {
  .cont-03 {
    padding: 28px;
  }
}
.cont-03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  border-image: url(../images/home/top_frame_01.png) 100 100 100 100 fill repeat;
  box-sizing: border-box;
  border-width: 100px;
  border-style: solid;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .cont-03::before {
    border-width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .cont-03::before {
    border-width: 40px;
  }
}

.inner-03 {
  max-height: 240px;
  overflow-y: auto;
}
.inner-03::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}
.inner-03::-webkit-scrollbar {
  width: 8px;
}
.inner-03::-webkit-scrollbar-thumb {
  background-color: #c3b490;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(106, 41, 18, 0.48);
}

#main .cont-03 dl {
  border-bottom: 1px solid #dfd3b7;
  padding: 16px 0;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  #main .cont-03 dl {
    flex-direction: column;
  }
}
#main .cont-03 dl:first-child {
  padding-top: 0;
}
#main .cont-03 dt, #main .cont-03 dd {
  padding: 0;
  border: none;
  background: transparent;
}
#main .cont-03 dt {
  width: fit-content;
  min-width: 88px;
}
@media screen and (max-width: 640px) {
  #main .cont-03 dt {
    width: 100%;
  }
}
#main .cont-03 dd {
  flex: 1;
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  #main .cont-03 dd {
    padding-left: 0;
    width: 100%;
  }
}

.cont-04 {
  justify-content: center;
}
.cont-04 .box {
  max-width: 1000px;
  width: 100%;
  position: relative;
}
.cont-04 .box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #fff;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-04 .box a {
  display: block;
  background-color: #6a2912;
  color: #fff;
  position: relative;
}
.cont-04 .box a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background: url("../images/home/arrow.png") center center/contain no-repeat;
  width: 41px;
  height: 19px;
  right: 32px;
  bottom: 32px;
}
@media screen and (max-width: 640px) {
  .cont-04 .box a::before {
    content: none;
  }
}
.cont-04 .box a:hover {
  opacity: 1;
}
.cont-04 .box a:hover .image img {
  transform: scale(1.1);
  transition: 0.5s;
}
.cont-04 .box article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont-04 .box article {
    flex-direction: column;
  }
}
.cont-04 .box article > h3 {
  display: none;
}
.cont-04 .box .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .cont-04 .box .text {
    width: 100%;
    padding: 8px 16px 16px;
  }
}
.cont-04 .box .text h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .cont-04 .box .text h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cont-04 .box .text h2 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .cont-04 .box .text h2::after {
    content: "";
    display: block;
    background: url("../images/home/arrow.png") center center/contain no-repeat;
    width: 30px;
    height: 15px;
    margin-left: 16px;
  }
}
.cont-04 .box .image {
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .cont-04 .box .image {
    width: 100%;
  }
}
.cont-04 .box .image img {
  transition: 0.5s;
}

@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 h1 {
  font-weight: 700;
  font-size: 3.6rem;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 20px 0;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .title-01 h1 {
    font-size: 3.2rem;
  }
}
.title-01 h1 .ttl-acs {
  font-size: 2rem;
  color: #7f7f7f;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .title-01 h1 .ttl-acs {
    font-size: 1.8rem;
  }
}
.title-02 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 16px;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 2.2rem;
  }
}
.title-02 h2::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #c3b490;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-02 h2 .mini {
  font-size: 2rem;
  color: #7f7f7f;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .title-02 h2 .mini {
    font-size: 1.8rem;
  }
}
.title-02.ttl-center h2 {
  text-align: center !important;
}
.title-02.ttl-center h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.title-03 h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #a5946d;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 1.8rem;
  }
}
.title-03 h3 .mini {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .title-03 h3 .mini {
    font-size: 1.4rem;
  }
}

.title-01 {
  margin-top: 84px;
}
@media screen and (max-width: 834px) {
  .title-01 {
    margin-top: 80px;
  }
}

.interval-16 article div {
  margin-top: 16px;
}

.tp {
  margin: 72px 0 -64px;
  font-size: 1.4rem;
  text-align: right;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #444;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  #main .form-common dl {
    flex-direction: column;
  }
}
#main .form-common dt, #main .form-common dd {
  border: none;
  padding: 24px 16px;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  #main .form-common dt, #main .form-common dd {
    width: 100%;
  }
}
#main .form-common dt {
  border-bottom: 1px solid #c3b490;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main .form-common dt {
    padding: 24px 8px 4px;
    border: none;
  }
}
#main .form-common dd {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  #main .form-common dd {
    padding: 0 8px 24px;
  }
}

.g-map {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .g-map {
    padding-bottom: 56.25%;
  }
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap-flex-01 {
  display: flex;
  align-items: center;
  padding-bottom: 36px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-01 {
    padding-bottom: 8px;
  }
}
.wrap-flex-01 .image, .wrap-flex-01 .text {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 .image, .wrap-flex-01 .text {
    width: 100%;
  }
}
.wrap-flex-01 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 .text {
    order: 1;
  }
}
.wrap-flex-01 .text.left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 .text.left {
    padding-right: 32px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 .text.left {
    padding: 0;
  }
}
.wrap-flex-01 .text.right {
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 .text.right {
    padding-left: 32px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 .text.right {
    padding: 0;
  }
}
.wrap-flex-01 .image {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .wrap-flex-01 .image {
    order: 2;
    margin-top: 32px;
  }
}
.wrap-flex-01 .image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -36px;
  background: url("../images/home/pt_03.png") top left/auto repeat;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 .image::before {
    bottom: -16px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-01 .image::before {
    bottom: -8px;
  }
}
.wrap-flex-01 .image.right::before {
  right: -36px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 .image.right::before {
    right: -16px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-01 .image.right::before {
    right: -8px;
  }
}
.wrap-flex-01 .image.left::before {
  left: -36px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-01 .image.left::before {
    left: -16px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-01 .image.left::before {
    left: -8px;
  }
}

.wrap-flex-02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .wrap-flex-02 {
    flex-direction: column;
  }
}
.wrap-flex-02 .left, .wrap-flex-02 .right {
  width: calc(50% - 24px);
}
@media screen and (max-width: 834px) {
  .wrap-flex-02 .left, .wrap-flex-02 .right {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-02 .right {
    margin-top: 24px;
  }
}

.wrap-flex-03 {
  display: flex;
  padding: 8px;
}
@media screen and (max-width: 640px) {
  .wrap-flex-03 {
    flex-direction: column;
  }
}
.wrap-flex-03 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .wrap-flex-03 .text {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-03 .text {
    order: 1;
    width: 100%;
  }
}
.wrap-flex-03 .text.left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-03 .text.left {
    padding-right: 32px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-03 .text.left {
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-03 .text.left {
    padding: 0;
  }
}
.wrap-flex-03 .text.right {
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-flex-03 .text.right {
    padding-left: 32px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex-03 .text.right {
    padding-left: 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-03 .text.right {
    padding: 0;
  }
}
.wrap-flex-03 .image {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .wrap-flex-03 .image {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .wrap-flex-03 .image {
    order: 2;
    margin-top: 32px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main .flex-01 {
    flex-direction: column;
  }
}
#main .flex-01 .box {
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box {
    order: 1;
    width: 100%;
    flex: initial;
  }
}
#main .flex-01 .box:nth-child(1) {
  padding: 0 24px 0 0;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(1) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(1):has(img) {
  padding: 0;
}
#main .flex-01 .box:nth-child(2) {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(2) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(2):has(img) {
  padding: 0;
}
#main .flex-01 .box:has(img) {
  width: 40%;
  flex: initial;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:has(img) {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
#main .flex-01 .box h3 {
  margin-bottom: 16px;
}

.lunch-01 ul {
  display: flex;
  flex-direction: column;
}
.lunch-01 ul li:nth-child(1)::before {
  content: "01";
}
.lunch-01 ul li:nth-child(2)::before {
  content: "02";
}
.lunch-01 ul li:nth-child(3)::before {
  content: "03";
}
.lunch-01 ul li:nth-child(4)::before {
  content: "04";
}
.lunch-01 ul li:nth-child(5)::before {
  content: "05";
}
.lunch-01 ul li:nth-child(6)::before {
  content: "06";
}
.lunch-01 ul li {
  width: 100%;
  padding-left: 36px;
  padding-block: 8px;
  position: relative;
}
.lunch-01 ul li::before {
  background-color: #a5946d;
  color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 7px;
}

#main .menu-01 dl {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #dfd3b7;
}
#main .menu-01 dl:first-child {
  padding-top: 0;
}
#main .menu-01 dt, #main .menu-01 dd {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .menu-01 dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .menu-01 dt {
    font-size: 1.6rem;
  }
}
#main .menu-01 dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4px;
}
#main .menu-01 dd .price {
  color: #e56452;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #main .menu-01 dd .price {
    font-size: 1.6rem;
  }
}

#main .menu-02 dl {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #dfd3b7;
}
#main .menu-02 dl:first-child {
  padding-top: 0;
}
#main .menu-02 dt, #main .menu-02 dd {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .menu-02 dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .menu-02 dt {
    font-size: 1.6rem;
  }
}
#main .menu-02 dd ul {
  display: flex;
  flex-direction: column;
}
#main .menu-02 dd ul li {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4px;
}
#main .menu-02 dd ul li .price {
  color: #e56452;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #main .menu-02 dd ul li .price {
    font-size: 1.6rem;
  }
}

#main .menu-03 dl {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #dfd3b7;
}
#main .menu-03 dl:first-child {
  padding-top: 0;
}
#main .menu-03 dt, #main .menu-03 dd {
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .menu-03 dt {
  font-size: 1.8rem;
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .menu-03 dt {
    font-size: 1.6rem;
  }
}
#main .menu-03 dd {
  padding-left: 16px;
  color: #e56452;
  font-size: 1.8rem;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  #main .menu-03 dd {
    font-size: 1.6rem;
  }
}

#main .menu-04 dl {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #dfd3b7;
}
#main .menu-04 dl:first-child {
  padding-top: 0;
}
#main .menu-04 dt, #main .menu-04 dd {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .menu-04 dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .menu-04 dt {
    font-size: 1.6rem;
  }
}
#main .menu-04 dd {
  flex: 1;
  white-space: nowrap;
}
#main .menu-04 dd ul {
  display: flex;
  text-align: right;
  flex-direction: column;
}
#main .menu-04 dd ul li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 16px;
}
#main .menu-04 dd ul li .price {
  color: #e56452;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #main .menu-04 dd ul li .price {
    font-size: 1.6rem;
  }
}

#main .menu-cut dt, #main .menu-cut2 dt {
  display: block;
}
#main .menu-cut dt span, #main .menu-cut2 dt span {
  font-size: 0.8em;
}

.menu-in {
  width: 100%;
}
.menu-in li {
  display: flex;
  justify-content: space-between;
}

.cl-acs {
  color: #e56452;
}

.member-01 {
  text-align: center;
}
.member-01 div {
  background-color: #ded6c4;
  display: inline-block;
  line-height: 1.4;
  padding: 16px 24px;
  font-weight: 700;
}

.recruit-01 ul {
  margin-bottom: -8px;
}
.recruit-01 ul li {
  margin: 0 8px 8px 0;
  background-color: #444;
  color: #fff;
  padding: 4px 12px;
  line-height: 1.4;
}

article.recruit {
  margin: 48px 0 0;
  padding: 0;
  border: none;
}

.recruit_title, div.recruit_index {
  text-align: center;
}
.recruit_title h1, div.recruit_index h1 {
  color: #444;
  font-weight: 700;
  font-size: 3.6rem;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.25;
  margin-inline: 0;
}
@media screen and (max-width: 834px) {
  .recruit_title h1, div.recruit_index h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit_title h1, div.recruit_index h1 {
    font-size: 2.4rem;
  }
}

.recruit_gists {
  background-image: url(../images/home/pt_02.png);
  padding: 16px;
}
.recruit_gists > img {
  border-radius: 0;
}

.recruit_detail > h2, .recruit_flow > h2, .recruit_title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 16px;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  color: #444;
  border: none;
}
.recruit_detail > h2::before, .recruit_flow > h2::before, .recruit_title h2::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #c3b490;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recruit_title h2 {
  text-align: left;
}

div.recruit_index article.recruit > div:nth-child(1) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 834px) {
  div.recruit_index article.recruit > div:nth-child(1) {
    margin: 0 0 40px;
  }
}
div.recruit_index article.recruit > div:nth-child(2) {
  flex: 1;
}
div.recruit_index .recruit_main_text {
  text-align: left;
}

.recruit_nav {
  text-align: left;
}
.recruit_nav a {
  display: inline-block;
  text-align: center;
  border: 1px solid #6a2912;
  font-size: 1.8rem;
  padding: 16px 24px 20px;
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .recruit_nav a {
    min-width: 280px;
  }
}
.recruit_nav a:hover {
  opacity: 1;
  background-color: #6a2912;
  color: #fff;
}

.recruit_flow > dl dd > div > ol li:before {
  background-color: #c3b490;
  border-radius: 0;
  border: none;
}

.recruit_flow > dl dd > h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #a5946d;
  font-family: YakuHanMP, "Shippori Mincho", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0;
  background-color: transparent;
  text-indent: 0;
}

.recruit_detail dl {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .recruit_detail dl {
    flex-direction: column;
  }
}
.recruit_detail dt, .recruit_detail dd {
  border: none;
  padding: 24px 16px;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .recruit_detail dt, .recruit_detail dd {
    width: 100%;
  }
}
.recruit_detail dt {
  border-bottom: 1px solid #c3b490;
  font-weight: 500;
  width: 20%;
}
@media screen and (max-width: 834px) {
  .recruit_detail dt {
    padding: 24px 8px 4px;
    border: none;
    width: 100%;
  }
}
.recruit_detail dd {
  border-bottom: 1px solid #ddd;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .recruit_detail dd {
    padding: 0 8px 24px;
    width: 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: YakuHanMP, "Shippori Mincho", "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 */