body {
  font-size: 0.14rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #444;
  background-color: #fff;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.3rem);
  }
}

.container_min {
  max-width: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: calc(100% - 0.3rem);
  }
}

a {
  color: #444;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_header {
  width: 100%;
  min-width: 1240px;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  background-color: #fff;
}

.cmn_header .logo {
  width: 0.95rem;
}

.cmn_header .logo_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_header .txt {
  font-size: 0.1rem;
  margin-left: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

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

.cmn_header .lists .item {
  padding: 0.29rem 0;
  text-align: center;
}

.cmn_header .lists .item:not(:last-of-type) {
  margin-right: 0.4rem;
}

.cmn_header .lists .item .parent {
  cursor: pointer;
}

.cmn_header .lists .en {
  font-size: 0.16rem;
  letter-spacing: 0.16em;
}

.cmn_header .lists .ja {
  margin-top: 0.05rem;
  font-size: 0.1rem;
  color: #999;
}

.cmn_header .lists .logo_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmn_header .lists .logo_lists li:not(:last-of-type) {
  margin-right: 0.1rem;
}

.cmn_header .dropmenu {
  position: relative;
}

.cmn_header .dropmenu .child_lists {
  width: 2.5rem;
  position: absolute;
  z-index: 10;
  top: 90%;
  left: 0;
}

.cmn_header .dropmenu .child_lists li {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left;
}

.cmn_header .dropmenu .child_lists li:first-of-type {
  position: relative;
}

.cmn_header .dropmenu .child_lists li:first-of-type::before {
  content: "";
  width: 0.16rem;
  height: 0.14rem;
  opacity: 0;
  position: absolute;
  top: -0.14rem;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  background-color: #f8f4e6;
  -webkit-clip-path: polygon(50% 0%, 0% 14px, 16px 14px);
          clip-path: polygon(50% 0%, 0% 14px, 16px 14px);
}

.cmn_header .dropmenu .child_lists li a {
  padding: 0 0 0 0.55rem;
  display: block;
  line-height: 0.4rem;
  background-color: #f8f4e6;
  position: relative;
}

.cmn_header .dropmenu .child_lists li a::before {
  content: "";
  width: 0.045rem;
  height: 0.08rem;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: 0.3rem;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/f_nav_arrow.svg);
}

.cmn_header .dropmenu .child_lists li a:hover {
  opacity: 1;
}

.cmn_header .dropmenu .child_lists li a:hover::before {
  left: 0.35rem;
}

.cmn_header .dropmenu .child_lists.lists01 li:first-of-type::before {
  left: 0.12rem;
}

.cmn_header .dropmenu .child_lists.lists02 li:first-of-type::before {
  left: 0.24rem;
}

@media screen and (min-width: 768px) {
  .cmn_header .dropmenu:hover .child_lists li {
    overflow: visible;
    height: 0.4rem;
  }
  .cmn_header .dropmenu:hover .child_lists li:first-of-type::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .cmn_header {
    padding: 0.1rem;
    min-width: auto;
  }
  .cmn_header .logo {
    width: 0.45rem;
  }
  .cmn_header .txt {
    width: 15em;
    font-size: 0.08rem;
    margin: 0 0 0 0.1rem;
    line-height: 1.45;
  }
  .cmn_header .nav {
    position: relative;
  }
  .cmn_header .nav .global {
    width: 100%;
    height: 100vh;
    padding: 0.4rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow-y: scroll;
    background-color: #f2edd8;
  }
  .cmn_header .nav .global .lists {
    display: block;
  }
  .cmn_header .nav .global .lists .item {
    padding: 0.15rem 0;
  }
  .cmn_header .nav .global .item {
    display: block;
    width: 100%;
    font-size: 0.16rem;
  }
  .cmn_header .nav .global .item:not(:last-of-type) {
    margin: 0;
  }
  .cmn_header .nav .dropmenu {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_header .nav .dropmenu::before, .cmn_header .nav .dropmenu::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #814033;
  }
  .cmn_header .nav .dropmenu::before {
    width: 0.16rem;
    height: 1px;
    top: 0.3rem;
    right: 0.2rem;
  }
  .cmn_header .nav .dropmenu::after {
    width: 1px;
    height: 0.16rem;
    right: 0.27rem;
    top: calc(50% - 0.08rem);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_header .nav .dropmenu .parent {
    display: inline-block;
  }
  .cmn_header .nav .dropmenu .child_lists {
    width: 100%;
    position: static;
  }
  .cmn_header .nav .dropmenu .child_lists .child_item {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: none;
    position: relative;
    font-size: 0.14rem;
  }
  .cmn_header .nav .dropmenu .child_lists .child_item a {
    padding: 0 0 0 0.625rem;
    display: block;
    color: #444;
    background-color: #fff;
  }
  .cmn_header .nav .dropmenu.active_sp::after {
    opacity: 0;
    height: 0;
  }
  .cmn_header .nav .dropmenu.active_sp .parent {
    padding-bottom: 0.1rem;
  }
  .cmn_header .nav .dropmenu.active_sp .child_lists li {
    overflow: visible;
    height: 0.4rem;
    opacity: 1;
    visibility: visible;
  }
  .cmn_header .nav .hamburger {
    padding: 0.25rem;
    top: -0.18rem;
    right: -0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    z-index: 100;
  }
  .cmn_header .nav .hamburger span {
    width: 0.27rem;
    height: 2px;
    position: absolute;
    right: 0.1rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #814033;
  }
  .cmn_header .nav .hamburger span:nth-of-type(1) {
    top: 0.1rem;
  }
  .cmn_header .nav .hamburger span:nth-of-type(2) {
    top: 0.18rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .nav .hamburger span:nth-of-type(3) {
    top: 0.26rem;
  }
  .cmn_header .nav .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .nav .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .nav .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .cmn_header .logo_lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn_header .logo_lists li:not(:last-of-type) {
    margin-right: 0.1rem;
  }
  .cmn_header .logo_lists li img {
    width: 0.3rem;
  }
}

.cmn_header.bg {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
}

.cmn_footer {
  margin-top: 1.4rem;
  padding: 1rem 0 0.6rem;
  background-color: #f8f4e6;
}

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

.cmn_footer .bnr_lists li {
  width: 2.85rem;
}

.cmn_footer .wrap {
  padding-top: 0.95rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmn_footer .info {
  width: 5rem;
}

.cmn_footer .logo {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_footer .logo img {
  width: 0.95rem;
}

.cmn_footer .logo .txt {
  margin-left: 0.1rem;
  line-height: 1.42;
}

.cmn_footer .btn a {
  width: 3.2rem;
  line-height: 0.64rem;
  display: block;
  font-size: 0.16rem;
  letter-spacing: 0.16em;
  text-align: center;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmn_footer .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #444;
}

.cmn_footer .btn a:hover .icon svg {
  fill: #fff;
}

.cmn_footer .btn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.2rem;
}

.cmn_footer .btn .icon svg {
  width: 0.16rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmn_footer .btn:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

.cmn_footer .tel {
  pointer-events: none;
}

.cmn_footer .add {
  margin-top: 0.3rem;
  font-size: 0.12rem;
  line-height: 1.75;
}

.cmn_footer small {
  margin-top: 1rem;
  font-size: 0.12rem;
  text-align: center;
  display: block;
}

.cmn_footer .lists {
  width: calc(100% - 5rem);
  padding-top: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .child_lists {
  margin-top: 0.2rem;
  padding-left: 0.15rem;
}

.cmn_footer .child_lists .child_item {
  padding-left: 0.2rem;
  position: relative;
  font-size: 0.12rem;
}

.cmn_footer .child_lists .child_item::before {
  content: "";
  width: 0.045rem;
  height: 0.08rem;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/f_nav_arrow.svg);
}

.cmn_footer .child_lists .child_item:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

.cmn_footer .child_lists .child_item:hover::before {
  left: 0.05rem;
}

.cmn_footer .parent_lists li:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    padding: 0.5rem 0 0.3rem;
    margin-top: 0.7rem;
  }
  .cmn_footer .bnr_lists {
    gap: 0.05rem;
  }
  .cmn_footer .bnr_lists li {
    width: 1.7rem;
  }
  .cmn_footer .wrap {
    padding-top: 0.5rem;
    display: block;
  }
  .cmn_footer .info {
    width: 100%;
  }
  .cmn_footer .logo {
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_footer .logo img {
    width: 0.7rem;
  }
  .cmn_footer .logo .txt {
    margin-left: 0.1rem;
    line-height: 1.42;
  }
  .cmn_footer .btn a {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.14rem;
    letter-spacing: 0.16em;
  }
  .cmn_footer .btn .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.2rem;
  }
  .cmn_footer .btn .icon svg {
    width: 0.16rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_footer .btn:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .cmn_footer .tel {
    pointer-events: auto;
  }
  .cmn_footer .add {
    margin-top: 0.3rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .cmn_footer small {
    margin-top: 0.5rem;
    font-size: 0.1rem;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit01 {
  margin-bottom: 0.6rem;
  text-align: center;
}

.mod_tit01 .en {
  margin-bottom: 0.14rem;
  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.18em;
}

.mod_tit01 .ja {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999;
}

@media screen and (max-width: 767px) {
  .mod_tit01 {
    margin-bottom: 0.4rem;
  }
  .mod_tit01 .en {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .mod_tit01 .ja {
    font-size: 0.12rem;
  }
}

.mod_txt {
  line-height: 2;
}

.mod_btn a {
  width: 5.4rem;
  line-height: 0.64rem;
  display: block;
  font-size: 0.16rem;
  text-align: center;
  position: relative;
  border: 1px solid #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #444;
}

.mod_btn a:hover .arrow {
  right: 0.1rem;
}

.mod_btn a:hover .arrow svg {
  fill: #fff;
}

.mod_btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn .arrow svg {
  width: 0.065rem;
}

.mod_btn .arrow img {
  width: 0.065rem;
}

@media screen and (max-width: 767px) {
  .mod_btn a {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }
}

.zoom_anim img {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.zoom_anim .img {
  overflow: hidden;
}

.zoom_anim:hover {
  opacity: 1;
}

.zoom_anim:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

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

.mod_post_lists::before, .mod_post_lists::after {
  content: "";
  display: block;
  width: 2.88rem;
}

.mod_post_lists::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.mod_post_lists li {
  width: 2.88rem;
}

.mod_post_lists .zoom_anim .img {
  position: relative;
}

.mod_post_lists .zoom_anim .cate,
.mod_post_lists .zoom_anim .new {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
}

.mod_post_lists .zoom_anim .new {
  width: 0.6rem;
  line-height: 0.24rem;
  top: 0;
  color: #fff;
  background-color: #814033;
}

.mod_post_lists .zoom_anim .cate {
  max-width: 2.5rem;
  padding: 0.07rem 0.2rem;
  bottom: 0;
  background-color: #fff;
}

.mod_post_lists .date {
  margin: 0.18rem 0 0.07rem;
  letter-spacing: 0.06em;
  color: #999;
}

.mod_post_lists .txt {
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .mod_post_lists {
    display: block;
  }
  .mod_post_lists::before, .mod_post_lists::after {
    content: none;
  }
  .mod_post_lists li {
    width: 100%;
  }
  .mod_post_lists li:not(:last-of-type) {
    margin-bottom: 0.25rem;
  }
  .mod_post_lists .zoom_anim .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
  }
  .mod_post_lists .date {
    margin: 0.1rem 0 0.035rem;
  }
}

.under_mv {
  padding: 1rem 0 0;
}

.under_mv .tit .en {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.under_mv .tit .ja {
  margin-top: 0.17rem;
  font-size: 0.16rem;
  color: #999;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .under_mv {
    padding: 0.5rem 0 0;
  }
  .under_mv .tit .en {
    font-size: 0.3rem;
  }
  .under_mv .tit .ja {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}

.under_mv_img {
  margin-top: 0.83rem;
}

@media screen and (max-width: 767px) {
  .under_mv_img {
    margin: 0.4rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.breadcrumbs {
  padding: 1rem 0 0;
  position: relative;
  z-index: 10;
}

.breadcrumbs_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs_wrap > span {
  display: inline;
  font-size: 0.1rem;
}

.breadcrumbs_wrap > span a,
.breadcrumbs_wrap > span > span {
  padding: 0.1rem 0 0.1rem;
}

.breadcrumbs_wrap > span a {
  margin-right: 0.2rem;
  position: relative;
}

.breadcrumbs_wrap > span a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.14rem;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.7rem 0.1rem 0.15rem;
  }
  .breadcrumbs .container {
    width: 100%;
  }
  .breadcrumbs_wrap > span a,
  .breadcrumbs_wrap > span > span {
    padding: 0.1rem 0 0.1rem;
  }
  .breadcrumbs_wrap > span a {
    margin-right: 0.2rem;
  }
  .breadcrumbs_wrap > span a::after {
    right: -0.14rem;
  }
}

.mod_item_content {
  padding: 1.1rem 0 0;
}

.mod_item_content .tit {
  margin-bottom: 0.47rem;
  font-size: 0.36rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #814033;
}

@media screen and (max-width: 767px) {
  .mod_item_content {
    padding: 0.5rem 0 0;
  }
  .mod_item_content .tit {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
  }
}

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

.mod_item_lists::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.mod_item_lists li {
  margin-bottom: 0.6rem;
}

.mod_item_lists .zoom_anim .img {
  position: relative;
}

.mod_item_lists .zoom_anim .cate,
.mod_item_lists .zoom_anim .new {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
}

.mod_item_lists .zoom_anim .new {
  width: 0.6rem;
  line-height: 0.24rem;
  top: 0;
  color: #fff;
  background-color: #814033;
}

.mod_item_lists .zoom_anim .cate {
  max-width: 2.5rem;
  padding: 0.07rem 0.2rem;
  bottom: 0;
  background-color: #fff;
}

.mod_item_lists .date {
  margin: 0.18rem 0 0.07rem;
  letter-spacing: 0.06em;
  color: #999;
}

.mod_item_lists .txt {
  margin-top: 0.15rem;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mod_item_lists .price {
  margin-top: 0.05rem;
  letter-spacing: 0.06em;
  color: #999;
}

@media screen and (max-width: 767px) {
  .mod_item_lists {
    display: block;
  }
  .mod_item_lists li {
    margin-bottom: 0.3rem;
  }
  .mod_item_lists .zoom_anim .cate,
  .mod_item_lists .zoom_anim .new {
    text-align: center;
    position: absolute;
    z-index: 5;
    left: 0;
  }
  .mod_item_lists .zoom_anim .new {
    width: 0.6rem;
    line-height: 0.24rem;
    top: 0;
    color: #fff;
    background-color: #814033;
  }
  .mod_item_lists .zoom_anim .cate {
    max-width: 2.5rem;
    padding: 0.07rem 0.2rem;
    bottom: 0;
    background-color: #fff;
  }
  .mod_item_lists .date {
    margin: 0.1rem 0 0.035rem;
  }
  .mod_item_lists .txt {
    margin-top: 0.1rem;
  }
  .mod_item_lists .price {
    margin-top: 0.05rem;
  }
}

.mod_item_lists.col4::before, .mod_item_lists.col4::after {
  content: "";
  display: block;
  width: 2.88rem;
}

.mod_item_lists.col4 li {
  width: 2.88rem;
}

.mod_item_lists.col4 .zoom_anim .img {
  width: 2.88rem;
  height: 2.88rem;
}

@media screen and (max-width: 767px) {
  .mod_item_lists.col4::before, .mod_item_lists.col4::after {
    content: none;
  }
  .mod_item_lists.col4 li {
    width: 100%;
  }
  .mod_item_lists.col4 .zoom_anim .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }
}

.mod_item_lists.col3::before, .mod_item_lists.col3::after {
  content: "";
  display: block;
  width: 3.8rem;
}

.mod_item_lists.col3 li {
  width: 3.8rem;
}

.mod_item_lists.col3 .zoom_anim .img {
  width: 3.8rem;
  height: 2.85rem;
}

@media screen and (max-width: 767px) {
  .mod_item_lists.col3::before, .mod_item_lists.col3::after {
    content: none;
  }
  .mod_item_lists.col3 li {
    width: 100%;
  }
  .mod_item_lists.col3 .zoom_anim .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
  }
}

.sns_share_lists {
  width: 8rem;
  margin: 0.8rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sns_share_lists li img {
  width: 0.3rem;
}

.sns_share_lists li:not(:last-of-type) {
  margin-right: 0.1rem;
}

.sns_share_lists .copy_txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .sns_share_lists {
    width: 100%;
    margin: 0.4rem auto 0;
    padding: 0 0.15rem;
  }
  .sns_share_lists li img {
    width: 0.2rem;
  }
  .sns_share_lists li:not(:last-of-type) {
    margin-right: 0.1rem;
  }
}

.mod_detail_content {
  width: 8rem;
  margin: 0.1rem auto 0;
}

.mod_detail_content .cate {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #814033;
}

.mod_detail_content .tit {
  font-size: 0.28rem;
  letter-spacing: 0.06em;
  line-height: 1.42;
}

.mod_detail_content .price {
  margin-top: 0.05rem;
  color: #999;
}

.mod_detail_content .pic_lists {
  width: 100%;
  margin-top: 0.4rem;
}

.mod_detail_content .gallery_main {
  width: 100%;
  margin-bottom: 0.2rem;
}

.mod_detail_content .gallery_main img {
  width: 100%;
}

.mod_detail_content .gallery_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.228rem;
}

.mod_detail_content .gallery_thumb .item {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
}

.mod_detail_content .gallery_thumb .item:hover {
  opacity: 0.7;
}

.mod_detail_content .gallery_thumb .item.active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.mod_detail_content .item_after_detail {
  margin-top: 0.5rem;
}

.mod_detail_content .item_after_detail .stit {
  margin-bottom: 0.45rem;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
  font-weight: 400;
}

.mod_detail_content .item_after_detail .lists {
  width: 8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #999999;
}

.mod_detail_content .item_after_detail .lists dt,
.mod_detail_content .item_after_detail .lists dd {
  padding: 0.32rem 0.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #999999;
}

.mod_detail_content .item_after_detail .lists dt {
  width: 2.2rem;
}

.mod_detail_content .item_after_detail .lists dd {
  width: calc(100% - 2.2rem);
}

.mod_detail_content .item_after_detail .lists dd a {
  display: inline-block;
  padding-left: 0.35rem;
  line-height: 0.3rem;
  background: url(../images/ico_pdf.svg) no-repeat;
  background-size: 0.3rem auto;
}

.mod_detail_content .item_after_detail p {
  font-size: 0.16rem;
  line-height: 1.75;
}

.mod_detail_content .item_after_detail p:not(:last-of-type) {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .mod_detail_content {
    width: 100%;
    padding: 0 0.15rem;
    margin: 0.1rem auto 0;
  }
  .mod_detail_content .cate {
    font-size: 0.14rem;
  }
  .mod_detail_content .tit {
    font-size: 0.18rem;
  }
  .mod_detail_content .pic_lists {
    margin-top: 0.2rem;
  }
  .mod_detail_content .gallery_main {
    margin-bottom: 0.1rem;
  }
  .mod_detail_content .gallery_thumb {
    gap: 0.09rem;
  }
  .mod_detail_content .gallery_thumb .item {
    width: 0.5rem;
    height: 0.5rem;
  }
  .mod_detail_content .item_after_detail {
    margin-top: 0.4rem;
  }
  .mod_detail_content .item_after_detail .stit {
    margin-bottom: 0.25rem;
    font-size: 0.16rem;
  }
  .mod_detail_content .item_after_detail .lists {
    width: 100%;
    margin: 0.2rem auto 0;
    display: block;
  }
  .mod_detail_content .item_after_detail .lists dt,
  .mod_detail_content .item_after_detail .lists dd {
    padding: 0 0.1rem;
  }
  .mod_detail_content .item_after_detail .lists dt {
    font-weight: 700;
    padding-top: 0.1rem;
    margin-bottom: 0.05rem;
    width: 100%;
    border-bottom: none;
  }
  .mod_detail_content .item_after_detail .lists dd {
    padding-bottom: 0.1rem;
    width: 100%;
  }
  .mod_detail_content .item_after_detail p {
    font-size: 0.14rem;
  }
}

.mod_other {
  margin-top: 0.7rem;
}

@media screen and (max-width: 767px) {
  .mod_other {
    margin-top: 0.4rem;
  }
}

.post_cete_lists {
  width: 8rem;
  margin: 0.8rem auto 0;
}

.post_cete_lists .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.post_cete_lists .lists li a {
  min-width: 1.5rem;
  display: block;
  text-align: center;
  padding: 0.1rem;
  border: 1px solid #999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post_cete_lists .lists li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #814033;
}

.post_cete_lists .lists li a.current {
  color: #fff;
  background-color: #814033;
}

@media screen and (max-width: 767px) {
  .post_cete_lists {
    width: 100%;
    margin: 0.4rem auto 0;
    padding: 0 0.15rem;
  }
  .post_cete_lists .lists {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.post_detail_content {
  width: 8rem;
  margin: 0.8rem auto 0;
}

.post_detail_content .catch {
  margin-bottom: 0.6rem;
}

.post_detail_content .catch img {
  width: 100%;
}

.post_detail_content .wrap {
  margin: 0.1rem 0 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_detail_content .cate {
  min-width: 0.8rem;
  margin-right: 0.1rem;
  text-align: center;
  padding: 0.1rem;
  color: #fff;
  background-color: #814033;
}

.post_detail_content .tit {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .post_detail_content {
    width: 100%;
    margin: 0.4rem auto 0;
    padding: 0 0.15rem;
  }
  .post_detail_content .catch {
    margin-bottom: 0.3rem;
  }
  .post_detail_content .wrap {
    margin: 0.1rem 0 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_detail_content .cate {
    min-width: 0.6rem;
    padding: 0.05rem;
    font-size: 0.12rem;
  }
  .post_detail_content .tit {
    font-size: 0.18rem;
  }
}

.mod_flow {
  padding: 1.1rem 0 0;
}

.mod_flow .lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  gap: 0.4rem;
}

.mod_flow .lists::before {
  content: "";
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  top: 0.99rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #814033;
}

.mod_flow .lists li {
  width: 2rem;
  position: relative;
}

.mod_flow .lists li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.9rem;
  left: calc(50% - 0.1rem);
  border-radius: 50%;
  background-color: #814033;
}

.mod_flow .lists .notes {
  position: absolute;
  top: 0.24rem;
  right: -0.76rem;
  text-align: center;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #814033;
}

.mod_flow .lists .step {
  margin-bottom: 0.03rem;
  text-align: center;
}

.mod_flow .lists .num {
  text-align: center;
  font-size: 0.42rem;
}

.mod_flow .lists .tit {
  margin: 0.75rem 0 0.2rem;
  text-align: center;
  font-size: 0.16rem;
}

.mod_flow .lists .txt {
  font-size: 0.12rem;
  line-height: 2;
}

.mod_flow .lists .txt p:not(:last-of-type) {
  margin-bottom: 1em;
}

.mod_flow .lists .txt .strong {
  font-size: 0.14rem;
  color: #814033;
}

.mod_flow .btn {
  margin-top: 0.2rem;
}

.mod_flow .btn a {
  width: 100%;
  line-height: 0.4rem;
  padding-left: 0.5rem;
  display: block;
  font-size: 0.12rem;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #999;
}

.mod_flow .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #444;
}

.mod_flow .btn a:hover .icon svg {
  fill: #fff;
}

.mod_flow .btn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.2rem;
}

.mod_flow .btn .icon svg {
  width: 0.16rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .mod_flow {
    padding: 0.5rem 0 0;
  }
  .mod_flow .wrap {
    width: 100%;
    overflow: auto;
    padding: 0.2rem;
  }
}

.mod_contact {
  padding: 0.74rem 0 0;
}

.mod_contact .txt {
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #814033;
}

.mod_contact .wrap {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.mod_contact .btn a {
  width: 3.2rem;
  line-height: 0.64rem;
  display: block;
  font-size: 0.16rem;
  letter-spacing: 0.16em;
  text-align: center;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #999;
}

.mod_contact .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #444;
}

.mod_contact .btn a:hover .icon svg {
  fill: #fff;
}

.mod_contact .btn .notes {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  text-align: center;
}

.mod_contact .btn .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.2rem;
}

.mod_contact .btn .icon svg {
  width: 0.16rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_contact .btn:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

.mod_contact .tel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .mod_contact {
    padding: 0.4rem 0 0;
  }
  .mod_contact .txt {
    font-size: 0.12rem;
  }
  .mod_contact .wrap {
    margin-top: 0.2rem;
    display: block;
  }
  .mod_contact .btn a {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }
  .mod_contact .btn .notes {
    margin-top: 0.05rem;
    font-size: 0.1rem;
  }
  .mod_contact .btn:not(:last-of-type) {
    margin-bottom: 0.2rem;
  }
  .mod_contact .tel {
    pointer-events: auto;
  }
}

/* wp-pagenavi ---------- */
.wp-pagenavi {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.05rem;
}

.wp-pagenavi a {
  font-size: 0.14rem;
  background-color: #fff;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
  .wp-pagenavi a:hover {
    background-color: #814033;
    border: 1px solid #814033;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  padding: 0.13rem 0.15rem 0.13rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.4rem;
  margin: 0 0.05rem;
  font-size: 0.14rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #814033;
    border: 1px solid #814033;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi .current {
  font-size: 0.14rem;
  color: #fff;
  background-color: #814033;
  border: 1px solid #814033;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 0.15rem;
    height: 0.3rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    width: 0.3rem;
    height: 100%;
    margin: 0 0.02rem;
  }
  .wp-pagenavi a {
    font-size: 0.12rem;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    padding: 0.09rem 0.12rem 0.1rem;
    margin: 0 0.025rem;
    font-size: 0.1rem;
    width: 0.3rem;
  }
  .wp-pagenavi .current {
    font-size: 0.12rem;
    font-weight: bold;
    border: 1px solid #ddd;
  }
}

/* wp-pagenavi ---------- */
.post_content h1 {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2 {
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h3 {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h4 {
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h5 {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h6 {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content p {
  margin: 0 0 3em;
  font-size: 0.14rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.post_content img {
  max-width: 100%;
  height: auto;
}

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content a {
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

/* TOP
--------------------------------------------------------------*/
.top_page .cmn_footer {
  margin-top: 0;
}

.top_mv {
  margin-top: 0.9rem;
  position: relative;
  min-height: 4rem;
}

.top_mv .swiper {
  min-height: 4rem;
  height: calc(100vh - 2rem);
}

.top_mv .swiper-img {
  min-height: 4rem;
  height: calc(100vh - 2rem);
}

.top_mv .objectfit {
  -o-object-position: bottom;
     object-position: bottom;
}

.top_mv .mv_slide {
  width: 10rem;
  padding: 0.32rem 0.32rem 0.2rem;
  margin: -0.9rem auto 0;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-radius: 0.1rem;
  left: calc(50% - 5rem);
  bottom: -0.7rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0.02rem 0.06rem;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0.02rem 0.06rem;
}

.top_mv .mv_slide .swiper-slide {
  width: 3rem;
  margin: 0 0.05rem;
}

.top_mv .mv_slide .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_mv .swiper-container {
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.top_mv .swiper-wrapper.active {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.top_mv .swiper-wrapper.active .swiper-slide {
  margin: 0;
}

.top_mv .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}

.top_mv .swiper-button-next,
.top_mv .swiper-button-prev {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 54%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0 0.07rem 0.29rem 0;
          box-shadow: rgba(100, 100, 111, 0.2) 0 0.07rem 0.29rem 0;
}

.top_mv .swiper-button-next::after,
.top_mv .swiper-button-prev::after {
  content: "";
}

.top_mv .swiper-button-next:hover,
.top_mv .swiper-button-prev:hover {
  opacity: 0.7;
}

.top_mv .swiper-button-prev {
  left: -0.2rem;
}

.top_mv .swiper-button-next {
  right: -0.2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .top_mv {
    margin-top: 0.44rem;
    min-height: auto;
  }
  .top_mv .swiper {
    min-height: auto;
    height: 2rem;
  }
  .top_mv .swiper-img {
    min-height: auto;
    height: 2rem;
  }
  .top_mv .objectfit {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top_mv .mv_slide {
    width: 100%;
    padding: 0;
    position: static;
    margin: 0.25rem auto 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top_mv .mv_slide .swiper-slide {
    width: 2.5rem;
    margin: 0 0.05rem;
  }
  .top_mv .swiper-container {
    position: relative;
    bottom: 0;
    overflow: hidden;
  }
  .top_mv .swiper-wrapper.active {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .top_mv .swiper-wrapper.active .swiper-slide {
    margin: 0;
  }
  .top_mv .swiper-slide .img {
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
  }
  .top_mv .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #d1d1d1;
    opacity: 1;
  }
  .top_mv .swiper-pagination-bullets {
    bottom: -0.25rem !important;
  }
  .top_mv .swiper-pagination-bullet-active {
    background-color: #717171;
  }
  .top_mv .swiper-pagination-bullet {
    margin: 0 0.025rem !important;
  }
}

.top_item {
  padding: 1.8rem 0 0;
}

.top_item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3rem;
}

.top_item .zoom_anim .img {
  position: relative;
  width: 3.8rem;
  height: 1.9rem;
}

.top_item .zoom_anim .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(68, 68, 68, 0.16);
}

.top_item .zoom_anim .large {
  width: 5.8rem;
  height: 2.9rem;
}

.top_item .item {
  position: relative;
}

.top_item .item_tit {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_item .item_tit .en {
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  letter-spacing: 0.16em;
}

.top_item .mod_btn a {
  margin: 0.6rem auto 0;
}

@media screen and (max-width: 767px) {
  .top_item {
    padding: 0.9rem 0 0;
  }
  .top_item .wrap {
    display: block;
  }
  .top_item .zoom_anim .img {
    width: 100%;
    height: 100%;
  }
  .top_item .zoom_anim .large {
    width: 100%;
    height: 100%;
  }
  .top_item .item:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .top_item .item_tit .en {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.16em;
  }
  .top_item .mod_btn a {
    margin: 0.4rem auto 0;
  }
}

.top_works {
  padding: 1.1rem 0 0;
}

.top_works .mod_tit01 {
  margin-bottom: 0.7rem;
}

.top_works .wrap {
  min-height: 0.8rem;
}

.top_works .wrap:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.top_works .noentry {
  padding-top: 0.22rem;
}

.top_works .tit .en {
  font-size: 0.3rem;
  letter-spacing: 0.16em;
}

.top_works .tit .ja {
  margin-top: 0.1rem;
  color: #999;
}

.top_works .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.top_works .works_slide {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  position: relative;
  margin: -0.6rem calc(50% - 50vw) 0 2.75rem;
}

.top_works .swiper-slide {
  width: 3rem;
}

.top_works .works_slide.swiper {
  overflow: visible;
}

.top_works .zoom_anim {
  position: relative;
}

.top_works .zoom_anim .img {
  width: 3rem;
  height: 2.25rem;
}

.top_works .zoom_anim .new {
  width: 0.6rem;
  line-height: 0.24rem;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #814033;
}

.top_works .txt {
  margin-top: 0.1rem;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top_works .mod_btn {
  margin: 0.2rem 0 0 2.75rem;
}

.top_works .mod_btn a {
  width: 3.4rem;
}

@media screen and (max-width: 767px) {
  .top_works {
    padding: 0.7rem 0 0;
  }
  .top_works .mod_tit01 {
    margin-bottom: 0.4rem;
  }
  .top_works .wrap {
    margin-bottom: 0.35rem;
  }
  .top_works .noentry {
    padding-top: 0;
    text-align: center;
  }
  .top_works .tit {
    margin-bottom: 0.2rem;
  }
  .top_works .tit .en {
    font-size: 0.16rem;
  }
  .top_works .tit .ja {
    font-size: 0.12rem;
  }
  .top_works .works_slide {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    position: relative;
    margin: 0 calc(50% - 50vw) 0 0;
  }
  .top_works .swiper-slide {
    width: 100%;
  }
  .top_works .works_slide.swiper {
    overflow: visible;
  }
  .top_works .zoom_anim {
    position: relative;
  }
  .top_works .zoom_anim .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
  }
  .top_works .zoom_anim .new {
    width: 0.6rem;
    line-height: 0.24rem;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #814033;
  }
  .top_works .txt {
    margin-top: 0.1rem;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .top_works .mod_btn {
    margin: 0.2rem 0 0 0;
  }
  .top_works .mod_btn a {
    width: auto;
  }
}

.top_column {
  padding: 1.1rem 0 0;
}

.top_column .mod_btn a {
  margin: 0.57rem auto 0;
}

@media screen and (max-width: 767px) {
  .top_column {
    padding: 0.6rem 0 0;
  }
  .top_column .mod_btn a {
    margin: 0.3rem auto 0;
  }
}

.top_news {
  padding: 1.1rem 0 0;
}

.top_news .mod_btn a {
  margin: 0.57rem auto 0;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: 0.6rem 0 0;
  }
  .top_news .mod_btn a {
    margin: 0.3rem auto 0;
  }
}

.top_service {
  padding: 1.15rem 0 0;
}

.top_service .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3rem;
}

.top_service .zoom_anim .img {
  position: relative;
  width: 3.8rem;
  height: 1.9rem;
}

.top_service .zoom_anim .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(68, 68, 68, 0.16);
}

.top_service .item {
  position: relative;
}

.top_service .item_tit {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_service .item_tit .en {
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding: 0.6rem 0 0;
  }
  .top_service .wrap {
    display: block;
  }
  .top_service .zoom_anim .img {
    width: 100%;
    height: 100%;
  }
  .top_service .item:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .top_service .item_tit .en {
    font-size: 0.18rem;
  }
  .top_service .item_tit .ja {
    font-size: 0.12rem;
  }
}

.top_insta {
  padding: 1.15rem 0 0;
}

.top_insta .mod_btn a {
  margin: 0.6rem auto 0;
}

.top_insta .mod_btn .icon img {
  width: 0.28rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.2rem;
}

@media screen and (max-width: 767px) {
  .top_insta {
    padding: 0.6rem 0 0;
  }
  .top_insta .mod_btn a {
    margin: 0.4rem auto 0;
  }
  .top_insta .mod_btn .icon img {
    width: 0.2rem;
  }
}

.top_about {
  padding: 1.15rem 0 0;
  text-align: center;
}

.top_about .mod_tit01 {
  margin-bottom: 0.65rem;
}

.top_about .stit {
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
}

.top_about .txt {
  margin-top: 0.45rem;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.top_about .mod_btn a {
  margin: 0.55rem auto 0;
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: 0.6rem 0 0;
  }
  .top_about .mod_tit01 {
    margin-bottom: 0.35rem;
  }
  .top_about .stit {
    font-size: 0.16rem;
    line-height: 1.85;
  }
  .top_about .txt {
    margin-top: 0.25rem;
    font-size: 0.14rem;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.06em;
  }
  .top_about .txt span {
    letter-spacing: -1.5em;
  }
  .top_about .mod_btn a {
    margin: 0.4rem auto 0;
  }
}

.top_map {
  padding: 1rem 0 0;
}

.top_map iframe {
  width: 100%;
  height: 4.6rem;
}

@media screen and (max-width: 767px) {
  .top_map {
    padding: 0.5rem 0 0;
  }
  .top_map iframe {
    height: 2.5rem;
  }
}

/* ERROR
--------------------------------------------------------------*/
.error_content {
  padding: 1rem 0 0;
}

.error_content .txt {
  text-align: center;
  line-height: 1.65;
}

.error_content .mod_btn a {
  margin: 0.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .error_content .txt {
    font-size: 0.12rem;
  }
  .error_content .mod_btn01 a {
    margin: 0.25rem auto 0;
  }
}

/* ABOUT
--------------------------------------------------------------*/
.about_intro {
  padding: 1.08rem 0 0;
}

.about_intro .tit {
  font-size: 0.36rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #814033;
  font-weight: 400;
}

.about_intro .desc {
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.about_intro .desc:not(:last-of-type) {
  margin-bottom: 1.8em;
}

.about_intro .f_desc {
  margin: 0.4rem 0 0.6rem;
  text-align: center;
}

.about_intro .item {
  height: 3.3rem;
  position: relative;
}

.about_intro .item:nth-of-type(odd) .img {
  left: 0;
}

.about_intro .item:nth-of-type(odd) .stit,
.about_intro .item:nth-of-type(odd) .desc {
  margin-left: 4.8rem;
}

.about_intro .item:nth-of-type(even) .img {
  right: 0;
}

.about_intro .item:nth-of-type(even) .stit,
.about_intro .item:nth-of-type(even) .desc {
  margin-right: 4.8rem;
}

.about_intro .item:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

.about_intro .item .img {
  top: 0;
}

.about_intro .img {
  position: absolute;
}

.about_intro .txt {
  width: 5.2rem;
}

.about_intro .stit {
  margin-bottom: 0.43rem;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
}

.about_intro .item01 {
  padding-top: 0.4rem;
}

.about_intro .item02 {
  padding-top: 0.1rem;
}

@media screen and (max-width: 767px) {
  .about_intro {
    padding: 0.5rem 0 0;
  }
  .about_intro .tit {
    font-size: 0.18rem;
  }
  .about_intro .desc {
    font-size: 0.14rem;
  }
  .about_intro .desc:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
  .about_intro .f_desc {
    margin: 0.4rem 0 0.6rem;
    text-align: center;
  }
  .about_intro .item {
    height: auto;
  }
  .about_intro .item:nth-of-type(odd) .stit,
  .about_intro .item:nth-of-type(odd) .desc {
    margin-left: 0;
  }
  .about_intro .item:nth-of-type(even) .stit,
  .about_intro .item:nth-of-type(even) .desc {
    margin-right: 0;
  }
  .about_intro .item:not(:last-of-type) {
    margin-bottom: 0.4rem;
  }
  .about_intro .img {
    position: static;
    margin-bottom: 0.1rem;
  }
  .about_intro .txt {
    width: 100%;
  }
  .about_intro .stit {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .about_intro .item01 {
    padding-top: 0;
  }
  .about_intro .item02 {
    padding-top: 0;
  }
}

.about_shop {
  padding: 1.1rem 0 0;
}

.about_shop .logo {
  text-align: center;
}

.about_shop .logo img {
  width: 1.4rem;
}

.about_shop .logo .txt {
  margin-top: 0.15rem;
  letter-spacing: 0.06em;
  color: #814033;
}

.about_shop .lists {
  width: 8rem;
  margin: 0.43rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #999999;
}

.about_shop .lists dt,
.about_shop .lists dd {
  padding: 0.32rem 0.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #999999;
}

.about_shop .lists dt {
  width: 2.2rem;
}

.about_shop .lists dd {
  width: calc(100% - 2.2rem);
}

.about_shop .map {
  margin-top: 0.8rem;
}

.about_shop .map iframe {
  width: 100%;
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .about_shop {
    padding: 0.5rem 0 0;
  }
  .about_shop .logo img {
    width: 0.7rem;
  }
  .about_shop .logo .txt {
    margin-top: 0.1rem;
  }
  .about_shop .lists {
    width: 100%;
    margin: 0.2rem auto 0;
    display: block;
  }
  .about_shop .lists dt,
  .about_shop .lists dd {
    padding: 0 0.1rem;
  }
  .about_shop .lists dt {
    font-weight: 700;
    padding-top: 0.1rem;
    margin-bottom: 0.05rem;
    width: 100%;
    border-bottom: none;
  }
  .about_shop .lists dd {
    padding-bottom: 0.1rem;
    width: 100%;
  }
  .about_shop .map {
    margin-top: 0.4rem;
  }
  .about_shop .map iframe {
    height: 2rem;
  }
}

.about_company {
  padding: 1.1rem 0 0;
}

.about_company .lists {
  width: 8rem;
  margin: 0.4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #999999;
}

.about_company .lists dt,
.about_company .lists dd {
  padding: 0.32rem 0.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #999999;
}

.about_company .lists dt {
  width: 2.2rem;
}

.about_company .lists dd {
  width: calc(100% - 2.2rem);
}

@media screen and (max-width: 767px) {
  .about_company {
    padding: 0.5rem 0 0;
  }
  .about_company .lists {
    width: 100%;
    margin: 0.2rem auto 0;
    display: block;
  }
  .about_company .lists dt,
  .about_company .lists dd {
    padding: 0 0.1rem;
  }
  .about_company .lists dt {
    font-weight: 700;
    padding-top: 0.1rem;
    margin-bottom: 0.05rem;
    width: 100%;
    border-bottom: none;
  }
  .about_company .lists dd {
    padding-bottom: 0.1rem;
    width: 100%;
  }
}

/* ITEM
--------------------------------------------------------------*/
.item_cate_lists {
  padding: 0.85rem 0 0;
}

.item_cate_lists .tit {
  margin-bottom: 0.47rem;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
}

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

.item_cate_lists .lists::before, .item_cate_lists .lists::after {
  content: "";
  display: block;
  width: 2.88rem;
}

.item_cate_lists .lists::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.item_cate_lists .lists li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.15rem;
}

.item_cate_lists .lists li a {
  width: 2.88rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  text-align: center;
}

.item_cate_lists .lists li a:hover {
  opacity: 1;
}

.item_cate_lists .lists li:not(.all) a {
  display: block;
}

.item_cate_lists .lists li:hover {
  background-color: #814033;
}

.item_cate_lists .lists li:hover .cate {
  color: #fff;
}

.item_cate_lists .lists li.current {
  background-color: #814033;
}

.item_cate_lists .lists li.current .cate {
  color: #fff;
}

.item_cate_lists .lists .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_cate_lists .lists .img {
  width: 0.78rem;
  height: 0.78rem;
}

.item_cate_lists .lists .txt {
  width: calc(100% - 0.78rem);
  height: 100%;
  padding: 0 0.1rem;
  text-align: center;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .item_cate_lists {
    padding: 0.4rem 0 0;
  }
  .item_cate_lists .tit {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
  }
  .item_cate_lists .lists {
    display: block;
  }
  .item_cate_lists .lists::before, .item_cate_lists .lists::after {
    content: none;
  }
  .item_cate_lists .lists li {
    margin-bottom: 0.1rem;
  }
  .item_cate_lists .lists li a {
    width: 100%;
    height: 0.6rem;
  }
  .item_cate_lists .lists .img {
    height: 0.6rem;
  }
}

/* WORKS
--------------------------------------------------------------*/
.works_cate_lists {
  padding: 0.8rem 0 0;
  text-align: center;
}

.works_cate_lists .txt {
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.works_cate_lists .txt:not(:last-of-type) {
  margin-bottom: 2em;
}

.works_cate_lists .lists {
  margin-top: 0.55rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.3rem;
}

.works_cate_lists .lists li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.works_cate_lists .lists li a {
  width: 2.88rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  text-align: center;
}

.works_cate_lists .lists li a:hover {
  opacity: 1;
}

.works_cate_lists .lists li:hover {
  background-color: #814033;
}

.works_cate_lists .lists li:hover .cate {
  color: #fff;
}

.works_cate_lists .lists li.current {
  background-color: #814033;
}

.works_cate_lists .lists li.current .cate {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .works_cate_lists {
    padding: 0.4rem 0 0;
  }
  .works_cate_lists .txt {
    font-size: 0.14rem;
    text-align: left;
  }
  .works_cate_lists .lists {
    margin-top: 0.3rem;
    display: block;
  }
  .works_cate_lists .lists li a {
    width: 100%;
    height: 0.5rem;
  }
  .works_cate_lists .lists li:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
}

/* CONTACT
--------------------------------------------------------------*/
.contact_content {
  width: 8rem;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.contact_content .lists .required {
  color: #dd0000;
}

.contact_content .lists dt {
  margin: 0.3rem 0 0.05rem;
}

.contact_content .lists dd input,
.contact_content .lists dd textarea {
  color: #000;
  border: 1px solid #e0e0e0;
  font-size: 0.16rem;
}

.contact_content .lists dd input,
.contact_content .lists dd textarea {
  width: 100%;
  padding: 0.05rem 0.1rem 0.05rem;
}

.contact_content .lists dd input {
  height: 0.5rem;
}

.contact_content .lists dd textarea {
  min-height: 2rem;
}

.contact_content .lists dd .confirm {
  display: block;
  margin: 0.1rem 0 0.1rem;
}

.contact_content .lists dd .fileup {
  margin-top: 0.1rem;
}

.contact_content .lists dd .fileup input {
  height: auto;
  padding: 0;
  font-size: 0.14rem;
  border: none;
}

.contact_content .pp {
  width: 5rem;
  padding: 0.15rem;
  margin: 0.3rem auto;
  margin-top: 0.3rem;
  height: 1.6rem;
  border: 1px solid #e4e4e4;
  overflow-y: scroll;
}

.contact_content .pp .tit,
.contact_content .pp .desc {
  font-size: 0.12rem;
}

.contact_content .pp .tit {
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.contact_content .pp .desc {
  line-height: 1.5;
}

.contact_content .pp .desc:not(:last-of-type) {
  margin-bottom: 0.15rem;
}

.contact_content .btn {
  margin-top: 0.4rem;
}

.contact_content .btn .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact_content .btn .submit:hover input {
  color: #814033;
  background-color: #fff;
  opacity: 1;
}

.contact_content .btn .submit input {
  width: 100%;
  height: 0.5rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: #814033;
  border: 1px solid #814033;
}

.contact_content .btn .submit .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact_content {
    width: calc(100% - 0.3rem);
    padding: 0.5rem 0 0;
  }
  .contact_content .lists dt {
    margin: 0.3rem 0 0.05rem;
  }
  .contact_content .lists dd input {
    height: 0.4rem;
  }
  .contact_content .lists dd textarea {
    min-height: 1.5rem;
  }
  .contact_content .pp {
    width: 100%;
  }
  .contact_content .btn .submit {
    width: 100%;
  }
}

/* THANKS
--------------------------------------------------------------*/
.thanks_content {
  padding: 1rem 0 0;
  text-align: center;
}

.thanks_content .tit {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
  line-height: 1.65;
}

.thanks_content .txt {
  line-height: 1.65;
}

.thanks_content .mod_btn a {
  margin: 0.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .thanks_content .tit {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .thanks_content .txt {
    font-size: 0.12rem;
  }
  .thanks_content .mod_btn01 a {
    margin: 0.25rem auto 0;
  }
}

/* PLANNING
--------------------------------------------------------------*/
.planning_content {
  padding: 0.8rem 0 0;
  text-align: center;
}

.planning_content .tit {
  margin-bottom: 0.4rem;
  line-height: 1.44;
  font-size: 0.36rem;
  letter-spacing: 0.06em;
  color: #814033;
  font-weight: 400;
}

.planning_content .txt {
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.planning_content .txt:not(:last-of-type) {
  margin-bottom: 2em;
}

.planning_content .img {
  margin-top: 1rem;
}

.planning_content .img img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .planning_content {
    padding: 0.4rem 0 0;
  }
  .planning_content .tit {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
  }
  .planning_content .txt {
    font-size: 0.14rem;
    text-align: left;
  }
  .planning_content .img {
    margin-top: 0.5rem;
  }
  .planning_content .img img {
    width: 100%;
  }
}

/* REPAIR
--------------------------------------------------------------*/
.repair_content {
  padding: 0.8rem 0 0;
}

.repair_content .txt {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.repair_content .item {
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #999;
}

.repair_content .item:first-of-type {
  border-top: 1px solid #999;
}

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

.repair_content .lists li {
  text-align: center;
  position: relative;
}

.repair_content .lists li:not(:last-of-type) .img::after {
  content: "";
  width: 0.136rem;
  height: 0.24rem;
  position: absolute;
  top: calc(50% - 0.12rem);
  right: -0.26rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_1.svg);
}

.repair_content .lists .img {
  position: relative;
}

.repair_content .lists .list_txt {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}

.repair_content .desc {
  margin-top: 0.3rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .repair_content {
    padding: 0.4rem 0 0;
  }
  .repair_content .txt {
    margin-bottom: 0.3rem;
    font-size: 0.14rem;
    text-align: left;
  }
  .repair_content .item {
    padding: 0.2rem 0;
  }
  .repair_content .lists li:not(:last-of-type) .img::after {
    width: 0.08rem;
    height: 0.24rem;
    top: calc(50% - 0.12rem);
    right: -0.04rem;
  }
  .repair_content .lists .img img {
    width: 90%;
  }
  .repair_content .lists .list_txt {
    font-size: 0.18rem;
  }
  .repair_content .desc {
    padding: 0 0.05rem;
    margin-top: 0.1rem;
    line-height: 1.75;
  }
}

.repair_price {
  width: 8rem;
  margin: 0 auto;
  padding: 1.1rem 0 0;
}

.repair_price .tit {
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
}

.repair_price .price:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

.repair_price .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #999;
}

.repair_price .lists dt,
.repair_price .lists dd {
  font-size: 0.16rem;
  line-height: 2;
  padding: 0.3rem 0 0.3rem;
  border-bottom: 1px solid #999;
}

.repair_price .lists dt {
  padding-left: 0.2rem;
  width: 2.6rem;
}

.repair_price .lists dd {
  padding-right: 0.2rem;
  text-align: right;
  width: calc(100% - 2.6rem);
}

.repair_price .lists .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.repair_price .notes {
  margin-top: 0.1rem;
  text-align: right;
  font-size: 0.12rem;
}

.repair_price .capt {
  margin-top: 0.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .repair_price {
    width: calc(100% - 0.3rem);
    padding: 0.5rem 0 0;
  }
  .repair_price .tit {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .repair_price .price:not(:last-of-type) {
    margin-bottom: 0.6rem;
  }
  .repair_price .lists {
    display: block;
  }
  .repair_price .lists dt,
  .repair_price .lists dd {
    font-size: 0.14rem;
    padding: 0;
  }
  .repair_price .lists dt {
    padding: 0.15rem 0 0 0;
    width: 100%;
    border-bottom: none;
    font-weight: 700;
  }
  .repair_price .lists dd {
    padding: 0 0 0.15rem 0;
    text-align: left;
    width: 100%;
  }
  .repair_price .notes {
    margin-top: 0.1rem;
    text-align: left;
    font-size: 0.1rem;
    line-height: 1.65;
  }
  .repair_price .capt {
    margin-top: 0.3rem;
  }
}

/* RENTAL
--------------------------------------------------------------*/
.rental_content {
  padding: 1rem 0 0;
  text-align: center;
}

.rental_content .tit {
  font-size: 0.36rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
  color: #814033;
  font-weight: 400;
}

.rental_content .txt {
  margin-top: 0.35rem;
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.rental_content .scene {
  width: 8rem;
  margin: 0.35rem auto 0;
  padding: 0.2rem 0.4rem;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #814033;
}

@media screen and (max-width: 767px) {
  .rental_content {
    padding: 0.5rem 0 0;
  }
  .rental_content .tit {
    font-size: 0.18rem;
  }
  .rental_content .txt {
    text-align: left;
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
  .rental_content .scene {
    width: 100%;
    margin: 0.2rem auto 0;
    padding: 0.1rem 0.2rem;
  }
}

.rental_merit {
  padding: 1.1rem 0 0;
}

.rental_merit .lists {
  padding: 0.6rem;
  border: 1px solid #999;
}

.rental_merit .lists li {
  padding-left: 0.24rem;
  font-size: 0.18rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}

.rental_merit .lists li::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  top: 0.07rem;
  left: 0;
  border-radius: 50%;
  background-color: #814033;
}

.rental_merit .lists li:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .rental_merit {
    padding: 0.5rem 0 0;
  }
  .rental_merit .lists {
    padding: 0.2rem 0.1rem;
  }
  .rental_merit .lists li {
    padding-left: 0.2rem;
    font-size: 0.14rem;
  }
  .rental_merit .lists li::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.07rem;
  }
}

.rental_price {
  padding: 1.1rem 0 0;
}

.rental_price .txt {
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  color: #814033;
}

.rental_price .wrap {
  margin-top: 0.65rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rental_price .course {
  width: 3.8rem;
  padding: 0 0 0.4rem;
  text-align: center;
  background-color: #f8f4e6;
}

.rental_price .cat {
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem auto 0.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #814033;
}

.rental_price .cat .strong {
  margin-bottom: 0.05rem;
  font-size: 0.42rem;
  display: inline-block;
}

.rental_price .tit {
  font-size: 0.18rem;
}

.rental_price .case {
  margin-top: 0.1rem;
}

.rental_price .price {
  height: 0.88rem;
  font-size: 0.18rem;
  color: #814033;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rental_price .price .strong {
  font-size: 0.42rem;
  letter-spacing: 0.16em;
}

.rental_price .price .ask {
  font-size: 0.38rem;
}

.rental_price .desc {
  font-size: 0.12rem;
  line-height: 1.5;
}

.rental_price .notes {
  margin-top: 0.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rental_price {
    padding: 0.5rem 0 0;
  }
  .rental_price .txt {
    font-size: 0.16rem;
  }
  .rental_price .wrap {
    margin-top: 0.65rem;
    display: block;
  }
  .rental_price .course {
    width: 100%;
    padding: 0.5rem 0 0.4rem;
    position: relative;
  }
  .rental_price .course:not(:last-of-type) {
    margin-bottom: 0.6rem;
  }
  .rental_price .cat {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.2rem;
    font-size: 0.12rem;
    position: absolute;
    top: -0.3rem;
    left: calc(50% - 0.3rem);
  }
  .rental_price .cat .strong {
    font-size: 0.24rem;
  }
  .rental_price .tit {
    font-size: 0.16rem;
  }
  .rental_price .case {
    margin-top: 0.1rem;
  }
  .rental_price .price {
    height: 0.6rem;
    font-size: 0.18rem;
  }
  .rental_price .price .strong {
    font-size: 0.24rem;
  }
  .rental_price .price .ask {
    font-size: 0.2rem;
  }
  .rental_price .desc {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .rental_price .notes {
    margin-top: 0.2rem;
    line-height: 1.65;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */