@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
h2.mail.title {
  display: none !important;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(161, 151, 103, 0.7);
}

::selection {
  background-color: rgba(161, 151, 103, 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;
  -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: 300;
}

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: "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%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  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: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@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: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "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%;
  letter-spacing: 0.025em;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), color-stop(70%, rgba(114, 89, 59, 0.5)));
  background: linear-gradient(to right, transparent 70%, rgba(114, 89, 59, 0.5) 70%);
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 9999;
}

header#global_header .header {
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 24px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  background: #fcf8f5 !important;
}

@media only screen and (max-width: 1220px) {
  header#global_header .header {
    padding: 10px 20px;
  }
}

header#global_header .header .logo {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .logo {
    width: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .header .h_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header#global_header .header .h_info .h_info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header#global_header .header .h_info .h_info_top .h_tel,
header#global_header .header .h_info .h_info_top .h_contact {
  width: 220px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_info .h_info_top .h_tel,
  header#global_header .header .h_info .h_info_top .h_contact {
    font-size: 1.6rem;
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_info_top .h_tel,
  header#global_header .header .h_info .h_info_top .h_contact {
    width: auto;
  }
}

header#global_header .header .h_info .h_info_top .h_tel a,
header#global_header .header .h_info .h_info_top .h_contact a {
  color: #fff;
  display: block;
  background-color: #443522;
  padding: 0;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_info .h_info_top .h_tel a,
  header#global_header .header .h_info .h_info_top .h_contact a {
    padding: 8px 0;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_info_top .h_tel a,
  header#global_header .header .h_info .h_info_top .h_contact a {
    padding: 5px 16px;
  }
}

header#global_header .header .h_info .h_info_top .h_tel a:hover,
header#global_header .header .h_info .h_info_top .h_contact a:hover {
  opacity: 1;
  background-color: #000;
}

header#global_header .header .h_info .h_info_top .h_tel a span,
header#global_header .header .h_info .h_info_top .h_contact a span {
  margin-left: 8px;
}

header#global_header .header .h_info .h_info_top .h_tel {
  font-family: "Cinzel", serif;
}

header#global_header .header .h_info .h_info_top .h_tel a span {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_info_top .h_tel a span {
    display: none;
  }
}

header#global_header .header .h_info .h_info_top .h_contact {
  margin-left: 32px;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_info .h_info_top .h_contact {
    margin-left: 16px;
  }
}

header#global_header .header .h_info .h_info_top .h_contact a span {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_info_top .h_contact a span {
    display: none;
  }
}

header#global_header .header .h_info nav {
  font-size: 1.6rem;
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
  header#global_header .header .h_info nav {
    display: none;
  }
}

header#global_header .header .h_info nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#global_header .header .h_info nav ul li {
  margin-left: 32px;
}

header#global_header .header .h_info nav ul li a {
  color: #000;
  font-weight: 700;
}

header#global_header .main_wrap {
  margin-top: 97px;
}

@media only screen and (max-width: 1220px) {
  header#global_header .main_wrap {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .main_wrap {
    margin-top: 93px;
  }
}

.open_sp {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .open_sp {
    display: block;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 999;
    background-color: transparent;
    margin-left: 16px;
  }
  .open_sp span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #000;
    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: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  .open_sp.active span:nth-child(2) {
    opacity: 0;
  }
  .open_sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

.nav_sp {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.nav_sp .navigation_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
  background-color: #000;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 137px;
}

@media only screen and (max-width: 1220px) {
  .nav_sp .navigation_sp {
    padding-top: 123px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav_sp .navigation_sp {
    padding-top: 93px;
  }
}

@media screen and (max-width: 640px) {
  .nav_sp .navigation_sp {
    width: 70%;
  }
}

.nav_sp .navigation_sp.open {
  left: 0;
}

.nav_sp .navigation_sp ul {
  height: auto;
}

.nav_sp .navigation_sp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  text-align: left;
  margin: 0 32px;
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  text-align: center;
}

.nav_sp .navigation_sp li a {
  color: #fff;
  display: block;
  padding: 5px;
}

.nav_sp .navigation_sp li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

br.sp_br {
  display: none;
}

@media screen and (max-width: 640px) {
  br.sp_br {
    display: block;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 64px;
  }
}

footer#global_footer .footer {
  padding: 80px 0;
  background-color: #a19767;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    padding: 48px 0;
  }
}

footer#global_footer .footer .f_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1220px) {
  footer#global_footer .footer .f_inner {
    padding: 0 20px;
  }
}

footer#global_footer .footer .f_inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer .f_inner .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer#global_footer .footer .f_inner .left .f_info {
  text-align: left;
  margin-left: 44px;
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer .f_inner .left .f_info {
    margin-left: 0;
    margin-top: 16px;
  }
}

footer#global_footer .footer .f_inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
}

footer#global_footer .footer .f_inner .right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  footer#global_footer .footer .f_inner .right nav ul {
    display: none;
  }
}

footer#global_footer .footer .f_inner .right nav ul li {
  margin-left: 8px;
}

footer#global_footer .footer .f_inner .right nav ul li::before {
  content: "|";
  margin-right: 8px;
}

footer#global_footer .footer .f_inner .right nav ul li:first-child::before {
  content: "";
}

footer#global_footer .footer .f_inner .right nav ul li a {
  color: #fff;
}

footer#global_footer .footer .f_inner .right .copy {
  margin-top: 48px;
}

footer#global_footer .footer .f_inner .right .copy a {
  color: #fff;
  pointer-events: none;
}

#contents_wrap {
  background-color: transparent;
}

#contents_wrap a {
  color: #941f57;
}

#contents_wrap a:hover,
#contents_wrap a:active {
  color: #941f57;
}

#contents_wrap a:link {
  color: #941f57;
}

#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  color: #000;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 1400px) {
  #contents_wrap #contents {
    width: 75%;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents {
    padding: 0 20px;
  }
}

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

#contents_wrap #contents #main #col_main section {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents_wrap #contents #main #col_main section .home_space {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .home_space {
    margin-top: 80px;
  }
}

#contents_wrap #contents #main #col_main section .space_48 {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_48 {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .title_top {
  padding-bottom: 48px;
  position: relative;
}

#contents_wrap #contents #main #col_main section .title_top h2 {
  font-size: 3.6rem;
  font-weight: 700;
  white-space: nowrap;
  background-color: #a19767;
  color: #fff;
  padding: 48px 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top h2 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top::before {
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 48px solid #a19767;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#contents_wrap #contents #main #col_main section .title_top03 h3 {
  font-size: 4rem;
  line-height: 1.3;
  color: #a19767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .title_top03 h3 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top03 h3 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top03 h3 span {
  display: block;
  color: #fff;
  background-color: #a19767;
  border-radius: 1000px;
  padding: 16px 20px;
  font-family: "Cinzel", serif;
  margin-right: 16px;
}

#contents_wrap #contents #main #col_main section .title_top03 h3 br {
  display: none;
}

#contents_wrap #contents #main #col_main section .title_top04 h4 {
  font-size: 3rem;
  line-height: 1.3;
  color: #a19767;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

#contents_wrap #contents #main #col_main section .title_top04 h4:before {
  position: absolute;
  content: "◆";
  left: 0;
  font-size: 0.8em;
  top: 0;
}

#contents_wrap #contents #main #col_main section .title_top04 h4:after {
  position: absolute;
  content: "◆";
  left: 1px;
  font-size: 0.8em;
  top: 6px;
  color: #685f30;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top04 h4 {
    font-size: 2rem;
    padding-left: 20px;
  }
}

#contents_wrap #contents #main #col_main section .title_top05 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  white-space: nowrap;
  color: #443522;
  position: relative;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top05 h2 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top05 h2 span {
  display: block;
  font-size: 0.7em;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  top: -10px;
}

#contents_wrap #contents #main #col_main section .title_top05 h2 span:before {
  position: relative;
  width: 60px;
  display: inline-block;
  height: 2px;
  content: "";
  background: #443522;
  top: -5px;
  right: 15px;
}

#contents_wrap #contents #main #col_main section .title_top05 h2 span:after {
  position: relative;
  width: 60px;
  display: inline-block;
  height: 2px;
  content: "";
  background: #443522;
  top: -5px;
  left: 15px;
}

#contents_wrap #contents #main #col_main section .title_top05 h3 {
  font-size: 3rem;
  line-height: 1.3;
  color: #a19767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .title_top05 h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top05 h3 {
    font-size: 2rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top05 h3 span {
  display: block;
  color: #fff;
  background-color: #a19767;
  border-radius: 1000px;
  padding: 7px 10px;
  font-family: "Cinzel", serif;
  margin-right: 16px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top05 h3 span {
    margin-right: 10px;
  }
}

#contents_wrap #contents #main #col_main section .title_top05 h3 br {
  display: none;
}

#contents_wrap #contents #main #col_main section .btn a {
  padding: 16px 64px;
  background-color: #72593b;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .btn a {
    padding: 16px 32px;
  }
}

#contents_wrap #contents #main #col_main section .btn a:hover {
  opacity: 1;
  background-color: #a38a6c;
}

#contents_wrap #contents #main #col_main section .btn a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 16px;
}

#contents_wrap #contents #main #col_main section .text span {
  color: #72593b;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .txt {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .txt {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .space_48 {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_48 {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .txt_l {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .txt_l {
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .space_64 {
  margin-top: 64px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_64 {
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .space_24 {
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_24 {
    margin-top: 16px;
  }
}

#contents_wrap #contents #main #col_main section .width_800 img {
  width: 800px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .width_800 img {
    width: auto;
  }
}

#contents_wrap #contents #main #col_main section .wrap_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_01 .cont_01 {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01 .box {
  width: calc(50% - 8px);
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01 .box:first-child {
  width: 100%;
  margin-bottom: 24px;
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r {
  width: 40%;
  padding-left: 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r .box article h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r .box article div {
  color: #a19767;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r .box article div {
    font-size: 2rem;
  }
}

#contents_wrap #contents #main #col_main section .wrap_01 .cont_01_r img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_02 .box {
  width: calc((100% - 96px) / 3);
  margin-right: 48px;
  padding-top: 24px;
  padding-left: 8px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_02 .box {
    width: calc(100% / 2);
    margin: 0 auto !important;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_02 .box:nth-child(3n) {
    margin-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_02 .box div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a19767;
  color: #fff;
  border-radius: 1000px;
  padding: 40px 16px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02 .box div {
    padding: 36px 12px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_02 .box div {
    padding: 24px 6px;
    font-size: 12px;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box:first-child, #contents_wrap #contents #main #col_main section .cont_03 .box:last-child {
  width: 42.5%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box:first-child, #contents_wrap #contents #main #col_main section .cont_03 .box:last-child {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box:first-child article, #contents_wrap #contents #main #col_main section .cont_03 .box:last-child article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#contents_wrap #contents #main #col_main section .cont_03 .box:first-child article div, #contents_wrap #contents #main #col_main section .cont_03 .box:last-child article div {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  text-align: center;
}

#contents_wrap #contents #main #col_main section .cont_03 .box:first-child article h3, #contents_wrap #contents #main #col_main section .cont_03 .box:last-child article h3 {
  display: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box:last-child {
    margin-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin: 10px 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #72593b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) div {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top right/50% 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) div p {
  font-weight: 700;
  font-size: 2.4rem;
}

#contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) div p span {
  font-weight: 700;
  font-size: 4rem;
}

#contents_wrap #contents #main #col_main section .cont_04 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 .box {
  overflow: initial;
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child {
  width: 70%;
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 .box:first-child {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 .box:first-child {
    width: 100%;
    padding-bottom: 96px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child article h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child article div {
  font-size: 1.8rem;
  font-weight: 400;
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child article img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_04 .box:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 48px solid #d8d8d8;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 .box:first-child::after {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    top: initial;
    right: initial;
    left: 50%;
    bottom: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-top: 48px solid #d8d8d8;
    border-bottom: none;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 .box:last-child {
  width: calc(26% - 96px);
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 .box:last-child {
    width: calc(40% - 96px);
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 .box:last-child {
    width: 100%;
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box:nth-child(2) {
  position: relative;
}

#contents_wrap #contents #main #col_main section .cont_05 .box:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 48px solid #d8d8d8;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contents_wrap #contents #main #col_main section .news div.blog_list {
  margin-bottom: -32px;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .news div.blog_list {
    display: block;
  }
}

#contents_wrap #contents #main #col_main section .news div.blog_list > div {
  background-color: #d8d8d8;
  margin-bottom: 32px;
  border: none;
  margin: 1%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .news div.blog_list > div {
    margin-bottom: 20px;
  }
}

#contents_wrap #contents #main #col_main section .news div.blog_list div.blog_photo {
  width: 50%;
}

#contents_wrap #contents #main #col_main section .news div.blog_list div.blog_text {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 78vw;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .news div.blog_list div.blog_text {
    left: 48px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .news div.blog_list div.blog_text {
    left: 24px;
  }
}

#contents_wrap #contents #main #col_main section .news div.blog_list div.blog_text div.detail {
  margin-top: 0;
}

#contents_wrap #contents #main #col_main section .news div.blog_list div.blog_date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#contents_wrap #contents #main #col_main section .news div.blog_list h3 {
  font-size: 1.8rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}

#contents_wrap #contents #main #col_main section .news div.blog_list h3 a {
  color: #000;
}

#contents_wrap #contents #main #col_main section .news div.blog_list ul {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 16px;
  display: none;
}

#contents_wrap #contents #main #col_main section .news div.blog_list ul a {
  color: #000;
  font-size: 1.6rem;
}

#contents_wrap #contents #main #col_main section .news div.blog_list div.detail,
#contents_wrap #contents #main #col_main section .news div.blog_list div.detail2,
#contents_wrap #contents #main #col_main section .news div.blog_list div.TRANS_BS2 {
  display: none;
}

#contents_wrap #contents #main #col_main section div.sns_list.slider {
  padding-bottom: 96px;
  background: linear-gradient(to bottom, transparent 96px, #d8d8d8 96px);
  display: block !important;
  overflow: auto;
  border: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section div.sns_list.slider {
    padding-bottom: 48px;
    background: linear-gradient(to bottom, transparent 48px, #d8d8d8 48px);
  }
}

#contents_wrap #contents #main #col_main section div.sns_list.slider div.slick-slide {
  margin-left: 48px;
  border: none;
}

#contents_wrap #contents #main #col_main section div.sns_list.slider div.slick-slide img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section div.sns_list.slider div.sns_photo {
  width: 100%;
  padding: 0;
}

#contents_wrap #contents #main #col_main section div.sns_list.slider div.sns_photo a {
  display: block;
}

#contents_wrap #contents #main #col_main section div.sns_list.slider div.sns_text {
  display: none;
}

#contents_wrap #contents #main #col_main section div.sns_list > div {
  display: block;
}

#contents_wrap #contents #main #col_main section .g_map {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .g_map {
    width: 100%;
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.acenter a {
  margin: 0 auto;
}

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

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
  padding: 0;
}

.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.4390%;
  }
}

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

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    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;
}

#contents_wrap #contents #main #col_main section img.imgR, #contents_wrap #contents #main #col_main section img.imgL,
#contents_wrap #contents #main #col_main section img.imgL {
  margin: 0;
}

#contents_wrap #contents #main #col_main section .title_01 {
  background-color: #e5e3da;
  margin-top: 97px;
}

@media only screen and (max-width: 1220px) {
  #contents_wrap #contents #main #col_main section .title_01 {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .title_01 {
    margin-top: 82px;
  }
}

#contents_wrap #contents #main #col_main section .title_01 h1 {
  font-size: 4rem;
  line-height: 1;
  padding: 45px 0;
  color: #72593b;
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_01 h1 {
    font-size: 3.2rem;
  }
}

#contents_wrap #contents #main #col_main section .title_02 h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #a19767;
  font-weight: 700;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_02 h2 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_02.center h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_wrap #contents #main #col_main section .title_02.center h2 span {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 4px;
}

#contents_wrap #contents #main #col_main section .title_02.fit div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_02.fit div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
  }
}

#contents_wrap #contents #main #col_main section .title_02.fit div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-right: 16px;
  background-color: #a19767;
  color: #fff;
  padding: 20px 24px;
  border-radius: 1000px;
  font-family: "Cinzel", serif;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_02.fit div > span {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .title_02.fit div > span > span {
  font-size: 3.2rem;
  margin-top: 2px;
}

#contents_wrap #contents #main #col_main section .title_03 h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #a19767;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .title_03 h3 span {
  font-family: "Cinzel", serif;
  margin-right: 16px;
  font-size: 3.2rem;
}

#contents_wrap #contents #main #col_main section .title_03.fit h3 {
  color: #494949;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_wrap #contents #main #col_main section .title_03.fit h3 span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 8px;
}

#contents_wrap #contents #main #col_main section .tp {
  margin-top: 32px;
}

#contents_wrap #contents #main #col_main section .tp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  color: #72593b;
}

#contents_wrap #contents #main #col_main section .tp ul a {
  color: #72593b;
}

#contents_wrap #contents #main #col_main section .txt_s {
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .concept_wrap {
  background-color: rgba(161, 151, 103, 0.3);
  padding: 48px;
}

#contents_wrap #contents #main #col_main section .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .flex_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents_wrap #contents #main #col_main section .flex_wrap.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap.re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .flex_wrap.re .right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  padding-right: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap.re .right {
    padding-right: 0;
    padding-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .flex_wrap.re .right .image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#contents_wrap #contents #main #col_main section .flex_wrap .left {
  width: 60%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap .left {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .flex_wrap .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap .right {
    padding-left: 0;
    padding-top: 32px;
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .flex_wrap .right .image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex_wrap .right img {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .flex3.last_space {
  margin-bottom: 72px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flex3.last_space {
    margin-bottom: 16px;
  }
}

#contents_wrap #contents #main #col_main section .flex3 .box {
  margin-bottom: 48px;
}

#contents_wrap #contents #main #col_main section .flex3 .box article h3 {
  margin-top: 16px;
  font-size: 1.8rem;
  text-align: center;
}

#contents_wrap #contents #main #col_main section .flex3 .box article > div {
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .flex3 .box article > div > div {
  font-weight: 700;
  text-align: center;
}

#contents_wrap #contents #main #col_main section .anc_links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .anc_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents_wrap #contents #main #col_main section .anc_links .box {
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .anc_links .box {
    line-height: 2;
    border-right: none;
  }
}

#contents_wrap #contents #main #col_main section .anc_links .box:last-child {
  border-right: none;
}

#contents_wrap #contents #main #col_main section .anc_links .box a {
  padding: 10px 10px;
  background: #a19767;
  color: #fff;
  margin: 10px;
  line-height: 2em;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .anc_links .box a {
    margin: 4px;
  }
}

#contents_wrap #contents #main #col_main section .products_01 .box {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .products_01 .box {
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 .box {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .products_01 .box:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .products_01 .box:nth-child(2n) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .products_01 .box article h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .products_01 .box article > div {
  font-size: 1.4rem;
}

#contents_wrap #contents #main #col_main section .products_01 .box article > div .name {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 4px;
}

#contents_wrap #contents #main #col_main section .products_01 .box article > div .price {
  margin-top: 4px;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .products_01 .box article > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .products_01 .box article > div > div span {
  background-color: #494949;
  color: #fff;
  margin-right: 8px;
  padding: 0 12px;
  display: inline-block;
}

#contents_wrap #contents #main #col_main section .voice_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .voice_01 .box {
  width: 100%;
  margin-bottom: 48px;
}

#contents_wrap #contents #main #col_main section .voice_01 .box:last-child {
  margin-bottom: 0;
}

#contents_wrap #contents #main #col_main section .voice_01 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .voice_01 .box h4 {
  color: #a19767;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .voice_01 .box h4 {
    margin-bottom: 20px;
  }
}

#contents_wrap #contents #main #col_main section .voice_01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .voice_01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#contents_wrap #contents #main #col_main section .voice_01 .box article .text {
  width: 80%;
  padding-right: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .voice_01 .box article .text {
    width: 100%;
    padding-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .voice_01 .box article .image {
  width: 20%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .voice_01 .box article .image {
    width: 100%;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .voice_01 .box article .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .staff_01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box:first-child {
  width: 70%;
  padding-right: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box:last-child {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box:last-child {
    width: 100%;
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box:last-child div {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

#contents_wrap #contents #main #col_main section .staff_01 .box:last-child div span {
  font-size: 1.6rem;
  margin-right: 8px;
}

#contents_wrap #contents #main #col_main section .staff_01 .box article > h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .staff_01 .box img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box img {
    width: 70%;
    margin: 0 auto;
  }
}

#contents_wrap #contents #main #col_main section .staff_02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents_wrap #contents #main #col_main section .staff_02 .box {
  max-width: 400px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .staff_02 .box {
    max-width: 320px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .staff_02 .box {
    max-width: 260px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_02 .box {
    max-width: 400px;
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .staff_02 .box:last-child {
  margin-left: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_02 .box:last-child {
    margin-left: 0;
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .staff_02 .box h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1em;
}

#contents_wrap #contents #main #col_main section .staff_02 .box h3 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_02 .box div {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_02 img {
    width: 70%;
  }
}

#contents_wrap #contents #main #col_main section .shop dl {
  border-bottom: 1px solid #a19767;
  padding: 16px 0;
}

#contents_wrap #contents #main #col_main section .shop dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .shop dl dt {
  background: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop dl dt {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .shop dl dd {
  background: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop dl dd {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .contact dl dt {
  background-color: #d8d8d8;
  border-color: #a19767;
}

#contents_wrap #contents #main #col_main section .contact dl dd {
  border-color: #a19767;
}

#contents_wrap #contents #main #col_main section br.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section br.sp {
    display: block !important;
  }
}

#contents_wrap #contents #main #col_main section br.tab {
  display: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section br.tab {
    display: block !important;
  }
}

section.blog {
  margin-top: 168px;
}

@media only screen and (max-width: 1000px) {
  section.blog {
    margin-top: 123px;
  }
}

section.blog div.wrap {
  background-color: transparent;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

section.blog div.wrap a {
  color: #941f57;
}

section.blog div.wrap a:hover,
section.blog div.wrap a:active {
  color: #941f57;
}

section.blog div.wrap a:link {
  color: #941f57;
}

section.blog div.wrap aside {
  padding: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  section.blog div.wrap aside {
    width: 38%;
  }
}

@media screen and (max-width: 640px) {
  section.blog div.wrap aside {
    padding-right: 0;
    width: 100%;
  }
}

section.blog div.wrap aside ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}

section.blog div.wrap aside ul li:first-child {
  border-top: 1px solid #72593b;
}

section.blog div.wrap aside div#form_calendar {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
}

section.blog div.wrap aside nav {
  text-align: left;
}

section.blog div.wrap aside nav h3 {
  color: #000;
}

section.blog div.wrap div#contents {
  background-color: transparent;
  padding: 0;
  overflow: initial;
  min-width: auto;
}

@media only screen and (max-width: 1200px) {
  section.blog div.wrap div#contents {
    width: 62%;
  }
}

@media screen and (max-width: 640px) {
  section.blog div.wrap div#contents {
    width: 100%;
  }
}

section.blog div.wrap div#contents article {
  padding: 0;
  padding-left: 20px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  section.blog div.wrap div#contents article {
    margin-bottom: 64px;
    padding-left: 0;
  }
}

section.blog div.wrap div#contents article div.date {
  color: #a19767;
}

copy {
  display: initial;
  padding: 0;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 48px);
      -ms-transform: translate(0, 48px);
          transform: translate(0, 48px);
}

@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media screen and (max-width: 640px) {
  .spimg80 img {
    width: 80% !important;
    margin: 0 auto;
  }
}

.spimg80 div {
  text-align: center !important;
}

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

.rev img {
  margin-bottom: 24px;
}

.spblk {
  display: none;
}

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

span.sub05 {
  background: #494949;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 150px;
}

@media screen and (max-width: 640px) {
  span.sub05 {
    padding: 0px 10px;
  }
}

span.sub06 {
  background: #494949;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  left: 0;
}

@media screen and (max-width: 640px) {
  span.sub06 {
    position: relative;
  }
}

.haikei01 {
  background: #eee8ca;
}

.haikei02 {
  background: #f9e9d5;
}

.haikei03 {
  background: #fff9e8;
}

.pad50 {
  padding: 50px 0 !important;
}

.fs12e {
  font-size: 1.2em !important;
}

@media screen and (max-width: 640px) {
  .fs12e {
    font-size: 1em !important;
  }
}

.pad20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.sns .slick-slide {
  width: 300px !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .sns .slick-slide {
    width: 150px !important;
    height: 150px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .sns .slick-slide {
    width: 150px !important;
    height: 150px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .sns .slick-slide {
    width: 120px !important;
    height: 120px !important;
  }
}

@media screen and (max-width: 834px) {
  .sns .slick-slide {
    width: 120px !important;
    height: 120px !important;
  }
}

@media screen and (max-width: 640px) {
  .sns .slick-slide {
    width: 120px !important;
    height: 120px !important;
  }
}

.sns .slick-slide img {
  height: 300px !important;
  width: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .sns .slick-slide img {
    width: 150px !important;
    height: 150px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .sns .slick-slide img {
    width: 150px !important;
    height: 150px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .sns .slick-slide img {
    width: 100px !important;
    height: 100px !important;
  }
}

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

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

.h190 .box article > div {
  height: 190px;
}

@media screen and (max-width: 640px) {
  .h190 .box article > div {
    height: auto !important;
  }
}

.h190 p.price {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .h190 p.price {
    position: inherit;
  }
}

.h190 .box {
  position: relative;
}

.spfix {
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.spfix .box {
  width: 33%;
}

.spfix a {
  padding: 3px 5px;
}

.spfix a:link {
  color: #333333;
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.91262%;
  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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.shopwrap .items article {
  position: relative;
  width: 21.35922%;
  margin-left: 2.91262%;
  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 */