@charset "UTF-8";
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,
b, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

@media screen and (max-width: 1350px) {
  html {
    scroll-padding-top: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  html {
    scroll-padding-top: 12vw;
  }
}
a {
  color: #B57D35;
  text-decoration: none;
}

.rwd_show {
  display: none;
}

@media screen and (max-width: 800px) {
  .rwd_hide {
    display: none;
  }
  .rwd_show {
    display: inline;
  }
}
body {
  color: #000;
  font-size: 0.95vw;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}

.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.wrap {
  max-width: 68vw;
  margin: 0 auto;
  padding: 0 5em;
}

.wrap_small {
  max-width: 33vw;
  margin: 0 auto;
  padding: 0 5em;
  margin-top: 3em;
}

.wrap_nav {
  max-width: 68vw;
  margin: 0 auto;
  padding: 0 5em;
}

.wrap_grey {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 5em;
}

.wrap_info {
  max-width: 55vw;
  margin: 0 auto;
  padding: 0 5em;
}

.content {
  padding-top: 9.5em;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .content {
    padding-top: 12vw;
  }
  .content.content_top {
    padding-top: 0;
  }
}
.sp_content_big {
  font-size: 120%;
}

.sp_content_min {
  font-size: 75%;
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
}

.sp_content_min2 {
  font-size: 65%;
  margin-left: 1em;
}

.bt_1 {
  background-color: #D3BFA1;
  width: 12em;
  margin: 0 auto;
  margin-top: 3em;
}
.bt_1 a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 100%;
  text-decoration: none;
  padding: 0.3em 1em;
  transition: all ease 0.3s;
  font-weight: 600;
}
.bt_1 a:hover {
  background-color: #4F1C39;
}

.bt_2 {
  background-color: #D3BFA1;
  width: 12em;
  margin-left: auto;
}
.bt_2 a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 100%;
  text-decoration: none;
  padding: 0.3em 1em;
  transition: all ease 0.3s;
  font-weight: 600;
}
.bt_2 a:hover {
  background-color: #4F1C39;
}

.bt_3 {
  background-color: #D3BFA1;
  margin: 0 auto;
  margin-top: 6em;
  flex: 1;
  box-sizing: border-box;
}

.bt_3 a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 80%;
  text-decoration: none;
  padding: 0.7em 1em;
  transition: all ease 0.3s;
}
.bt_3 a:hover {
  background-color: #4F1C39;
}

.sp_dn {
  display: inline;
}

.pc_dn {
  display: none;
}

@media screen and (min-width: 2700px) and (-webkit-min-device-pixel-ratio: 2) {
  body, html {
    font-size: 26px;
  }
}
@media screen and (max-width: 1450px) {
  html, body {
    font-size: 0.9vw;
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 800px) {
  html, body {
    font-size: 3.5vw;
  }
  .wrap {
    padding: 0 5vw;
    width: auto;
    max-width: unset;
  }
  .wrap_small {
    padding: 0 5vw;
    width: auto;
    max-width: unset;
  }
  .wrap_nav {
    width: auto;
    padding: 0 5vw;
    max-width: unset;
  }
  .wrap_grey {
    padding: 0 5vw;
    width: auto;
    max-width: unset;
  }
  .wrap_info {
    padding: 0 5vw;
    width: auto;
    max-width: unset;
  }
  .sp_content_min {
    line-height: 1;
  }
  .sp_content_min2 {
    margin-left: 1em;
  }
  .bt_1 {
    width: 50vw;
    margin-top: 3em;
  }
  .bt_1 a {
    padding: 0.5em 1em;
  }
  .bt_2 {
    width: 50vw;
    margin: 0 auto;
    margin-top: 3em;
  }
  .bt_2 a {
    text-decoration: none;
    padding: 0.5em 1em;
  }
  .bt_3 {
    width: 100%;
  }
  .bt_3 a {
    font-size: 3vw;
  }
  .pc_dn {
    display: block;
  }
  .sp_dn {
    display: none;
  }
}
.site_header {
  background-color: #000;
  position: relative;
}
.site_header .site_header_mv > figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25rem;
  height: 10rem;
  z-index: 100;
}
.site_header .swiper-wrapper img {
  transition: all ease 1s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.site_header .site_header_bg.loaded img {
  opacity: 1;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper > button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg) scale(0.8);
  border: 0;
  background-color: transparent;
  color: #fff;
}
.swiper .swiper-button-prev {
  top: 0;
}
.swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  .site_header {
    padding-top: 12vw;
  }
  .site_header .site_header_bg {
    height: 67vw;
  }
  .site_header .site_header_mv > figure {
    width: 15rem;
    height: 5rem;
  }
  .site_header .site_header_mv ul figure {
    height: 72vw;
  }
  .swiper .swiper-button-prev {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    transform: rotate(0deg) scale(0.8);
  }
  .swiper .swiper-button-next {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    transform: rotate(0deg) scale(0.8);
  }
}
.site_nav {
  background-color: #4F1C39;
  position: absolute;
  padding: 1em 0;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.site_nav h1 {
  width: 11rem;
  margin: 0 auto;
  display: flex;
  margin-bottom: 0.2em;
  align-items: center;
  transition: all ease 0.3s;
}
.site_nav .sp_big {
  font-size: 160%;
}
.site_nav .sp_min {
  font-size: 95%;
  display: block;
  line-height: 1;
}
.site_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_nav ul li {
  font-size: 85%;
}
.site_nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1em;
  display: block;
  text-align: center;
  position: relative;
  font-size: 90%;
}

.instagram {
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  background-image: url(../img/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3.5em;
  right: 3em;
  z-index: 99;
}

.site_header_nav.viewout .wrap_nav .instagram {
  top: 1.2em;
}

@media screen and (max-width: 800px) {
  .site_header_nav .wrap_nav .instagram {
    position: fixed;
    top: 5em;
    right: 1.2em;
  }
  .site_header_nav.viewout .wrap_nav .instagram {
    position: fixed;
    top: 5em;
    right: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  .site_nav ul li {
    font-size: 75%;
  }
  .site_nav ul li a {
    padding: 0.5em 1em;
  }
  .site_nav h1 {
    margin-bottom: 0;
  }
}
.site_header_nav {
  position: relative;
  z-index: 100;
  transition: all ease 0.3s;
}
.site_header_nav.viewout {
  padding-top: 0.3em;
  position: fixed;
  top: -10vw;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  align-items: center;
}
.site_header_nav.viewout .wrap_nav {
  display: flex;
  max-width: 70vw;
  justify-content: space-between;
}
.site_header_nav.viewout .site_nav ul {
  gap: 2em;
}
.site_header_nav.viewout .site_nav ul a {
  padding-top: 0.3em;
}
.site_header_nav.viewout h1 {
  flex: 0 1 4em;
  margin-bottom: 0;
}
.site_header_nav.viewout ul {
  flex: 1;
  font-size: 88%;
}
.site_header_nav.scrolled {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 800px) {
  .site_header_nav {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 52.6px;
  }
  .site_header_nav .wrap_nav {
    display: flex;
    max-width: none;
    gap: 5em;
    display: block;
    justify-content: flex-start;
  }
  .site_header_nav h1 {
    flex: 0 1 6em;
  }
  .site_header_nav h1 {
    width: 7rem;
  }
  .site_header_nav h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site_header_nav ul {
    flex: 1;
    flex-direction: column;
    font-size: 120%;
    gap: 1em;
  }
  .site_header_nav.viewout {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .site_header_nav.viewout .wrap_nav {
    max-width: none;
  }
  .site_header_nav.viewout .site_nav ul {
    gap: 1em;
  }
  .site_nav {
    padding: 2vw 0;
  }
  .site_header_nav nav {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100dvh;
    background-color: rgba(24, 9, 18, 0.85);
    left: 0;
    top: 0;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    transition: all cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  }
  .site_header_nav.open nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .site_header_nav.viewout .wrap_nav {
    display: block;
  }
  .site_header_nav.viewout ul {
    font-size: 120%;
  }
}
.sb .sbh {
  text-align: center;
  margin-bottom: 2em;
}
.sb .sbh .small {
  margin-top: 1em;
  color: #ab866a;
  text-align: center;
  font-size: 90%;
}
.sb .sbh h2 {
  font-size: 90%;
  line-height: 1.5;
  font-weight: 600;
}
.sb .sbh h2 .sp_content_min {
  display: block;
  margin-top: 0.3em;
  font-size: 100%;
}
.sb .sbh h3 {
  font-size: 160%;
  color: #b47d35;
  margin-top: 1em;
  line-height: 1.8;
}
.sb .sbc > p {
  line-height: 1.7;
  margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
  .sb .sbh h3 {
    font-size: 130%;
  }
  .sb .sbh h2 {
    font-size: 85%;
  }
  .sb .sbh h2 .sp_content_min {
    font-size: 80%;
  }
  .sb .sbc > p {
    font-size: 90%;
  }
}
.sbs .sbsh {
  text-align: center;
}
.sbs .sbsh h2 {
  font-size: 120%;
  line-height: 1.2;
}
.sbs .sbsh h2 .sp_content_min {
  font-size: 75%;
  margin-top: 0.4em;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .sbs .sbsh h2 {
    font-size: 85%;
  }
}
.sb.about {
  padding: 6em 0;
  padding-bottom: 9em;
}
.sb.about .catch {
  width: 60rem;
  margin: 0 auto;
  margin-top: 5rem;
  color: #c9bc9c;
  text-align: center;
  position: relative;
}
.sb.about .catch > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sb.about .catch > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sb.about .catch > div {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
}
.sb.about .catch > div > p {
  padding: 8em 0;
}
.sb.about .catch > div > figure {
  width: 20%;
  margin: 0 auto;
}
.sb.about .sbc {
  text-align: center;
}
.sb.about .sbc .about_pick {
  font-size: 80%;
}
.sb.about .catch_in {
  margin-top: 4em;
}
.sb.about .catch_in p {
  line-height: 1.8;
}
.sb.about .sbc .min {
  margin-bottom: 0;
  line-height: 2.2;
}
.sb.about .gold {
  font-size: 80%;
  color: #b58f69;
}

.under_pages .sb.about .catch {
  width: 44rem;
}

@media screen and (max-width: 800px) {
  .about figure {
    margin-top: 0;
    width: auto;
  }
  .about {
    padding: 3em 0;
  }
  .sb.about .catch {
    width: auto;
    margin-top: 4rem;
    font-size: 70%;
  }
  .sb.about .catch > p {
    padding: 8em 5em;
  }
  .sb.about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sb.about .catch_in {
    margin-top: 2rem;
  }
  .sb.about .catch > div > figure {
    width: 40%;
  }
  .under_pages .sb.about .catch {
    width: auto;
  }
  .sb.about .catch > div > p {
    padding: 8em 2em;
  }
}
.model {
  background-color: #E2E2E2;
}
.model .model_bt_flex {
  display: flex;
  justify-content: center;
  gap: 4.5em;
  margin: 1.5em 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.model .model_bt_flex > * {
  flex: 0 1 calc((100% - 18em) / 5);
}
.model .model_bt_flex > * a {
  box-sizing: border-box;
  display: block;
  color: #000;
}
.model .model_bt_flex > * a .min {
  font-weight: 600;
}
.model .model_bt_flex > * a .min b {
  font-weight: 600;
}
.model .model_bt_flex > * a figure {
  transition: all ease 0.3s;
  margin-bottom: 0.3em;
}
.model .model_bt_flex > * a:hover figure {
  transform: scale(1.05);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.model .model_in {
  padding: 2em 8em;
  background-color: #dcdcdd;
}
.model .model_gallery {
  background-color: #eeefef;
  padding: 6em 8em;
}
.model .model_gallery .sbh {
  margin-bottom: 2.5rem;
}
.model .model_gallery .model_new_flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5em;
}
.model .model_gallery .model_new_flex_box > * {
  flex: 0 1 calc((100% - 13.5em) / 4);
}
.model .model_gallery .model_new_flex_box > * a {
  display: block;
  color: #000;
}
.model .model_gallery .model_new_flex_box > * a > figure {
  margin-bottom: 0.5em;
  overflow: hidden;
}
.model .model_gallery .model_new_flex_box > * a > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.model .model_gallery .model_new_flex_box > * a h3 {
  font-size: 100%;
  margin-bottom: 0.5em;
}
.model .model_gallery .model_new_flex_box > * a h3 span {
  font-size: 80%;
}
.model .model_gallery .model_new_flex_box > * a h3 span.sp_content_big {
  font-size: 120%;
}
.model .model_gallery .model_new_flex_box > * a h3 b {
  font-weight: 600;
}
.model .model_gallery .model_new_flex_box > * a p {
  font-size: 80%;
}
.model .model_gallery .model_new_flex_box > * a:hover > figure img {
  transform: scale(1.05);
}

@media screen and (max-width: 800px) {
  .model .model_in {
    padding: 2em 5vw;
  }
  .model .model_bt_flex > * {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
  .model .model_bt_flex {
    gap: 1rem;
  }
  .model .model_bt_flex > p {
    flex: 0 1 calc((100% - 1rem) / 3);
  }
  .model .model_bt_flex > * a .min {
    font-size: 80%;
  }
  .model .model_new_flex {
    gap: 1rem;
    row-gap: 2rem;
  }
  .model .model_new_flex > * {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
  .model .model_new_flex_box a > p:first-child {
    height: 60vw;
  }
  .model .model_new_flex_box a > p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .model .model_gallery .model_new_flex_box {
    gap: 1rem;
    row-gap: 2rem;
  }
  .model .model_gallery .model_new_flex_box > * {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
  .model .model_gallery {
    padding: 3rem 5vw;
  }
  .model .model_gallery .model_new_flex_box > * a h3 {
    font-size: 80%;
  }
}
.insta {
  padding: 6em 0;
}
.insta h2 {
  font-size: 150%;
  text-align: left;
  display: flex;
  align-items: baseline;
}
.insta h2 .sp_content_min {
  margin-left: 1em;
}
.insta .insta_kari {
  margin: 2em 0;
}

@media screen and (max-width: 800px) {
  .insta {
    padding: 3em 0;
  }
}
.linkarea .linkarea_flex {
  display: flex;
  justify-content: space-between;
}
.linkarea .linkarea_flex > * {
  flex: 1;
  box-sizing: content-box;
}
.linkarea .linkarea_flex a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  display: flex;
  background-color: #000;
  align-items: center;
  justify-content: center;
}
.linkarea .linkarea_flex a h2 {
  padding: 0.5rem 1rem;
  margin: 7rem 0;
  margin-bottom: 1rem;
  background-size: cover;
  position: relative;
  text-align: center;
  font-size: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 5em;
}
.linkarea .linkarea_flex a h2 .sp_content_min {
  margin-top: 0;
}
.linkarea .linkarea_flex a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all ease 0.3s;
}
.linkarea .linkarea_flex a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkarea .linkarea_flex a:hover figure {
  opacity: 0.5;
}

@media screen and (max-width: 800px) {
  .linkarea_flex {
    flex-direction: column;
  }
  .linkarea .linkarea_flex {
    display: block;
  }
  .linkarea .linkarea_flex a {
    height: 10rem;
  }
  .linkarea .linkarea_flex a h2 {
    padding: 0.5rem 2rem;
    margin: 2rem 0;
    width: 10em;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .linkarea .linkarea_flex a h2 .sp_content_min {
    line-height: 1.5;
  }
}
.blog {
  background-color: #E2E2E2;
  padding: 6em 0;
}
.blog .sbh {
  text-align: left;
}
.blog .sbh h2 {
  display: flex;
  align-items: baseline;
}
.blog .sbh h2 .sp_content_min {
  margin-left: 1em;
}
.blog .blog_flex {
  display: flex;
  gap: 2em;
  margin: 2em 0;
}
.blog .blog_flex > a {
  flex: 0 1 calc((100% - 4em) / 3);
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.blog .blog_flex > a img {
  transition: all ease 0.3s;
}
.blog .blog_flex > a:hover > p:first-child {
  background-color: #000;
}
.blog .blog_flex > a:hover img {
  opacity: 0.7;
  transform: scale(1.03);
}
.blog time {
  font-size: 90%;
  color: #8E6A4F;
}
.blog p {
  font-size: 85%;
}
.blog p:first-child {
  aspect-ratio: 4/3;
  height: auto;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 0.5em;
}
.blog p:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 800px) {
  .blog {
    padding: 3em 0;
  }
  .blog .blog_flex {
    gap: 2rem;
  }
  .blog .blog_flex > a {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
  .blog .blog_flex > a p:first-child {
    height: 60vw;
  }
  .blog p:first-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog_single_btn_flex .bt_3 {
    margin-top: 3em;
  }
}
.information {
  padding: 6em 0;
}
.information .wrap_info_box {
  margin-top: 2em;
}
.information .information_flex {
  border-bottom: #909090 1px solid;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  align-items: center;
  display: flex;
}
.information .information_flex time {
  font-size: 90%;
  color: #8E6A4F;
  margin-right: 0.5em;
  flex: 0 1 5em;
}
.information .information_flex a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 85%;
  transition: all ease 0.3s;
}
.information .information_flex a:hover {
  transform: translate3d(0.5em, 0, 0);
}

@media screen and (max-width: 800px) {
  .information {
    padding: 3em 0;
  }
  .information .information_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .information .information_flex time {
    flex: auto;
  }
  .information .wrap_info_box {
    margin-top: 0;
  }
}
.site_footer {
  background-image: url(../img/mv1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 2em 0;
}
.site_footer .footer_logo {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.site_footer .site_footer_con {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3em;
}
.site_footer .site_footer_con a {
  border: #fff 1px solid;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 130%;
  padding: 1em;
  transition: all ease 0.3s;
}
.site_footer .site_footer_con a:hover {
  background-color: #000;
}
.site_footer .site_footer_con .arrow {
  position: relative;
}
.site_footer .site_footer_con .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  margin: auto;
}
.site_footer p:first-of-type {
  width: 30%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1em;
}
.site_footer .site_footer_ad {
  color: #fff;
  text-align: center;
  font-size: 80%;
  line-height: 2;
}
.site_footer .sns_flex {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 1em;
}
.site_footer .sns_flex li {
  width: 2vw;
  margin: 0 0.5em;
}
.site_footer .copy {
  text-align: center;
  color: #fff;
  font-size: 70%;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 800px) {
  .site_footer .footer_logo {
    width: 50%;
  }
  .site_footer .site_footer_con {
    width: 90vw;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .site_footer .site_footer_con a {
    padding: 1em;
  }
  .site_footer p:first-of-type {
    width: 80%;
  }
  .site_footer .sns_flex {
    margin-top: 5em;
  }
  .site_footer .sns_flex li {
    width: 7vw;
    margin: 0 3em;
  }
  .site_footer .copy {
    font-size: 100%;
    margin-top: 2em;
  }
  .site_footer {
    padding: 2rem 0;
  }
  .site_footer .site_footer_con {
    width: 74vw;
  }
  .site_footer .sns_flex {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .site_footer .sns_flex li {
    width: 12vw;
    margin: 0 1em;
  }
  .site_footer p:first-of-type {
    width: 80%;
    margin-top: 2em;
  }
  .site_footer .site_footer_con a {
    font-size: 100%;
  }
}
/* aboutusページ */
.about_us {
  padding: 6em 0;
}
.about_us figure {
  width: 50vw;
  margin: 0 auto;
}
.about_us .sbc {
  margin-top: 1.7em;
}
.about_us .sbc > p:first-child {
  text-align: center;
  margin-bottom: 2rem;
}
.about_us .about_us_text {
  background: #EFEFEF;
  margin: 3em auto;
  padding: 3em;
  width: 48rem;
  text-align: center;
}
.about_us .about_us_text h4 {
  text-align: center;
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 110%;
}
.about_us .about_us_text .about_us_text_p {
  font-size: 85%;
  line-height: 2.5;
  margin-bottom: 4em;
}
.about_us .about_us_text .about_us_text_logo {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  .about_us .about_us_text {
    width: 60rem;
  }
}
@media screen and (max-width: 800px) {
  .about_us {
    padding-bottom: 3em;
    padding-top: 3em;
  }
  .about_us .about_us_text .about_us_text_logo {
    width: 50%;
    margin: 0 auto;
  }
  .about_us figure {
    width: auto;
  }
  .about_us .about_us_text {
    margin-top: 5vw;
    padding: 3em 2em;
  }
  .about_us .about_us_text {
    width: auto;
  }
  .about_us .about_us_text .about_us_text_p {
    text-align: left;
  }
}
.concept {
  padding-bottom: 6em;
}
.concept .sbc {
  margin-top: 2em;
}
.concept .concept_nav {
  margin: 5em 0;
  background-color: #efefef;
  margin-bottom: 7rem;
  padding: 1em 0;
}
.concept .concept_nav ul {
  font-size: 95%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.concept .concept_nav ul li {
  text-align: center;
  line-height: 1.5;
  flex: 1;
}
.concept .concept_nav ul li a {
  text-decoration: none;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .concept_nav ul li + li {
  border-left: 1px solid #000;
}
.concept .concept_text {
  font-size: 95%;
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
}
.concept .concept_box {
  width: 90%;
  margin: 0 auto;
}
.concept .concept_box::nth-child(2n) {
  margin-right: 0;
  margin-left: 55%;
}
.concept .concept_flex {
  justify-content: space-between;
  margin-bottom: 7em;
}
.concept .concept_flex h4 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  font-size: 110%;
  margin-left: 36rem;
}
.concept .concept_flex .concept_flex_1 {
  display: flex;
  gap: 6rem;
}
.concept .concept_flex .concept_flex_1 > * {
  flex: 1;
}
.concept .concept_flex .concept_flex_1 > *:nth-child(1) {
  flex: 0 1 30rem;
}
.concept .concept_flex .concept_flex_text {
  font-size: 90%;
  line-height: 2;
  padding-top: 1.1em;
}
.concept .concept_flex .concept_flex_text .beige {
  color: #B57D35;
}
.concept .concept_flex:nth-of-type(2n+1) .concept_flex_1 {
  flex-direction: row-reverse;
}
.concept .concept_flex:nth-of-type(2n+1) h4 {
  margin-right: 36rem;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .concept .concept_nav {
    margin-top: 0;
    padding: 0.5em 0;
    margin-bottom: 2em;
  }
  .concept .concept_nav ul {
    gap: 0;
    padding: 0 1em;
    font-size: 2.8vw;
    flex-direction: column;
  }
  .concept .concept_nav ul li {
    position: relative;
    flex: unset;
  }
  .concept .concept_nav ul li:last-child:after {
    display: none;
  }
  .concept .concept_flex .concept_flex_1 {
    flex-direction: column !important;
    gap: 1em;
  }
  .concept .concept_flex h4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .concept .concept_nav ul li + li {
    border-left: 0;
  }
  .concept .concept_nav ul li a {
    font-size: 130%;
    padding: 1em 0;
  }
  .concept .concept_nav ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9b9b9b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .concept .concept_flex h4 {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .concept .concept_flex .concept_flex_2 {
    position: relative;
    width: 100%;
  }
  .concept .concept_flex .concept_flex_text {
    padding-right: 0;
  }
  .concept .concept_flex2 h4 {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .concept .concept_flex2 .concept_flex_2 {
    position: relative;
    width: 100%;
  }
  .concept .concept_flex2 .concept_flex_text {
    padding-left: 0;
  }
  .concept .concept_flex {
    padding: 1em 0;
    margin-bottom: 1em;
  }
  .concept .concept_flex2 {
    margin-bottom: 3em;
  }
  .concept .concept_flex2 .mb_12 {
    margin-bottom: 0;
  }
  .concept .concept_flex .mb_12 {
    margin-bottom: 0;
  }
  .concept .concept_flex .concept_flex_1 > *:nth-child(1) {
    flex: 1;
  }
}
/* howtoページ */
.sb.howto {
  padding: 6em 0;
}
.sb.howto .sbc {
  text-align: center;
  margin-top: 2rem;
}
.sb.howto .wrap_small_2 {
  margin: 0 auto;
  padding: 0 5em;
}
.sb.howto .how_rink_box {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  max-width: 33em;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto;
  gap: 0.7em;
}
.sb.howto .how_rink_box > * {
  margin: 0;
  flex: 0 1 100%;
  display: flex;
}
.sb.howto .how_rink_box > * span {
  flex: 0 1 15em;
}
@media screen and (max-width: 800px) {
  .sb.howto .how_rink_box {
    width: 21em;
    text-align: center;
  }
  .sb.howto .how_rink_box > * {
    display: block;
    flex: auto;
  }
  .sb.howto .how_rink_box > * a {
    display: block;
    padding: 1em;
    padding-top: 0.5em;
  }
  .sb.howto {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.sbs.price {
  padding-top: 3em;
  padding-bottom: 3em;
}
.sbs.price .price_box {
  margin: 1em 0;
}
.sbs.price .price_box h3 {
  font-size: 160%;
  border-bottom: 1px #000 solid;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
.sbs.price .price_box .price_box_flex {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.sbs.price .price_box .price_box_flex > div {
  flex: 1;
  box-sizing: border-box;
}
.sbs.price .price_box .price_box_flex > p {
  flex: 0 1 30%;
}
.sbs.price .price_box .price_box_p_flex {
  display: flex;
  justify-content: space-between;
}
.sbs.price .price_box .price_box_p_flex p:first-child {
  font-size: 95%;
}
.sbs.price .price_box .price_box_p_flex .beige {
  color: #B57D35;
}

@media screen and (max-width: 800px) {
  .price_box_p_flex > p:nth-child(2) {
    flex: 0 1 5em;
    text-align: right;
  }
  .sbs.price .price_box .price_box_p_flex p:first-child {
    flex: 1;
  }
  .sbs.price .price_box .price_box_flex {
    flex-direction: column;
  }
  .sbs.price .price_box .price_box_flex > div {
    margin-bottom: 1em;
    font-size: 90%;
  }
  .sbs.price .price_box {
    margin: 0 3em;
  }
  .sbs.price .price_box h3 {
    margin-bottom: 0.5em;
    font-size: 120%;
  }
  .sbs.price .price_box {
    margin: 0;
    margin-bottom: 3em;
  }
  .sbs.price .sbsh {
    margin-bottom: 1em;
  }
}
.sbs.orderflow {
  padding-top: 3em;
  padding-bottom: 6em;
}
.sbs.orderflow .sbsh {
  margin-bottom: 3em;
}
.sbs.orderflow .orderflow_box {
  margin-bottom: 4em;
}
.sbs.orderflow .orderflow_box h3 {
  font-size: 180%;
  border-bottom: 1px solid #000;
}
.sbs.orderflow .orderflow_box h3 .ttl_num {
  font-size: 105%;
  border-right: 1px solid #000;
  margin-right: 0.3em;
  padding-right: 0.3em;
}
.sbs.orderflow .orderflow_box h3 .ttl_text {
  font-size: 45%;
  margin-left: 0.8em;
}
.sbs.orderflow .orderflow_box_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.sbs.orderflow .orderflow_box_flex > * {
  flex: 1;
  box-sizing: border-box;
}
.sbs.orderflow .orderflow_box_flex .orderflow_box_text {
  font-size: 85%;
  margin-top: 2.5em;
}
.sbs.orderflow .orderflow_box_flex .option h4 {
  font-size: 130%;
  margin-top: 0.2em;
}
.sbs.orderflow .orderflow_box_flex .option ul {
  font-size: 80%;
}
.sbs.orderflow .orderflow_box_flex .option ul li {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .sbs.orderflow {
    padding-top: 0;
  }
  .sbs.orderflow .orderflow_box_flex {
    flex-direction: column;
  }
  .sbs.orderflow .orderflow_box_flex .option ul {
    font-size: inherit;
  }
  .sbs.orderflow .orderflow_box_flex .orderflow_box_text {
    margin-top: 1em;
  }
  .sbs.orderflow .orderflow_box h3 {
    font-size: 120%;
  }
  .sbs.orderflow .orderflow_box_flex > figure {
    margin-bottom: 1em;
  }
  .sbs.orderflow .orderflow_box_flex .option h4 {
    font-size: 120%;
  }
  .sbs.orderflow .orderflow_box_flex .option ul {
    font-size: 90%;
  }
  .sbs.orderflow .orderflow_box_flex .option {
    margin-top: 1em;
  }
}
/* アトリエページ */
.atelier {
  padding: 6em 0;
}
.atelier .atelier_text {
  padding: 3em;
  max-width: 40vw;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
.atelier .atelier_text h4 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 110%;
  font-weight: normal;
}
.atelier .atelier_text .atelier_text_p {
  font-size: 85%;
  line-height: 2.5;
  text-align: left;
}
.atelier .atelier_photo_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 60vw;
  margin: 0 auto;
  gap: 1em;
}
.atelier .atelier_photo_flex > p {
  flex: 0 1 calc((100% - 2em) / 3);
  box-sizing: border-box;
}
.atelier .atelier_under {
  margin: 0 auto;
  margin-top: 6em;
}
.atelier .atelier_under p:first-of-type {
  width: 13em;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1em;
}
.atelier .atelier_under .atelier_under_ttl {
  text-align: center;
  font-size: 100%;
  margin-bottom: 1.5em;
}
.atelier .atelier_under .atelier_under_text {
  text-align: center;
  font-size: 85%;
  line-height: 2;
}
.atelier .atelier_under .atelier_under_text2 {
  text-align: center;
  font-size: 85%;
  line-height: 2;
  margin-top: 2em;
  position: relative;
}
.atelier .atelier_under .atelier_under_text2::before {
  content: "";
  display: block;
  width: 29%;
  height: 1px;
  position: absolute;
  bottom: 120%;
  left: 35.5%;
  background-color: #000;
}
.atelier .atelier_under .atelier_under_map {
  margin-top: 5em;
}

@media screen and (max-width: 800px) {
  .atelier .atelier_text {
    max-width: none;
    padding: 0 1em;
  }
  .atelier .atelier_photo_flex {
    max-width: none;
  }
  .atelier .atelier_under p:first-of-type {
    width: 30vw;
  }
  .atelier {
    padding-top: 3em;
  }
}
/* 靴シングルページ */
.shoes {
  padding: 6em 0;
}
.shoes .shoes_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.shoes .shoes_flex > div {
  flex: 1;
  box-sizing: border-box;
}
.shoes .shoes_flex .shoes_photo_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding-right: 8em;
  gap: 0.5em;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_box {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7em;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_main {
  transition: all ease 0.3s;
  width: 100%;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_main img {
  width: 100%;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_small {
  width: 100%;
  height: calc((100% - 5rem) / 6);
  overflow: hidden;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_small:hover {
  cursor: pointer;
}
.shoes .shoes_flex .shoes_photo_flex .shoes_photo_small img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shoes .shoes_text h2 {
  font-size: 160%;
  border-bottom: 1px solid #000;
  line-height: 1;
  padding-bottom: 0.5em;
}
.shoes .shoes_text h2 .ttl_num {
  font-size: 75%;
  margin-right: 0.6em;
}
.shoes .shoes_text h2 .ttl_text {
  font-size: 45%;
  margin-left: 3.5em;
  margin-top: 0.5em;
  display: block;
}
.shoes .shoes_text .shoes_text_detail {
  margin-top: 2.5em;
  font-size: 85%;
  line-height: 2.5;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2em;
}
.shoes .shoes_text .shoes_text_detail li {
  display: flex;
  align-items: center;
}
.shoes .shoes_text .shoes_text_detail li .shoes_text_detail_1 {
  flex: 0 1 6em;
}
.shoes .shoes_text .shoes_text_detail li .shoes_text_detail_2 {
  flex: 0 1 6em;
  font-size: 80%;
}
.shoes .shoes_text .shoes_text_detail li .shoes_text_detail_3 {
  flex: 0 1 19em;
}
.shoes .shoes_text .shoes_text_box {
  font-size: 85%;
  background-color: #efefef;
  padding: 2em;
  margin-top: 2.5em;
}
.shoes .shoes_text .shoes_rink {
  margin-top: 1em;
}
.shoes .shoes_text .shoes_rink a {
  color: #B57D35;
  text-decoration: none;
}
.shoes .swiper {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .shoes {
    padding-top: 5vw;
  }
  .shoes .shoes_flex {
    flex-direction: column;
  }
  .shoes .shoes_flex .shoes_photo_flex .shoes_photo_main {
    width: 100%;
  }
  .shoes .shoes_flex .shoes_photo_flex {
    padding-right: 0;
    margin-bottom: 2em;
    flex-direction: column;
  }
  .shoes .shoes_flex .shoes_photo_flex .shoes_photo_box {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .shoes .swiper-wrapper {
    height: auto;
  }
  .shoes .shoes .shoes_flex .shoes_photo_flex .shoes_photo_small {
    height: 10vw;
  }
  .shoes .shoes .shoes_flex .shoes_photo_flex .shoes_photo_small img {
    height: 100%;
  }
  .shoes .shoes_flex .shoes_photo_flex .shoes_photo_small {
    height: auto;
  }
}
/* コンタクトページ */
.contact {
  padding: 6em 0;
}
.contact .contact_text {
  font-size: 85%;
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
  margin-top: 2em;
}
.contact .tel {
  text-align: center;
  margin-top: 7em;
}
.contact .tel h3 {
  margin-bottom: 1em;
  font-weight: normal;
}
.contact .tel .tel_num {
  font-size: 200%;
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
  color: #000;
}
.contact .tel .tel_num span {
  font-size: 50%;
  display: block;
  line-height: 0.5;
}
.contact .tel .tel_text {
  font-size: 85%;
  position: relative;
  display: inline-block;
}
.contact .tel .tel_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 130%;
  background: #000;
  position: absolute;
}
.contact .mail {
  text-align: center;
  margin-top: 7em;
}
.contact .mail h3 {
  margin-bottom: 1em;
  font-weight: normal;
}
.contact .mail .mail_box {
  border: #000 1px solid;
  padding: 3em;
}
.contact .mail .mail_box .mail_box_flex {
  display: flex;
  justify-content: center;
  gap: 3em;
}
.contact .mail .mail_box .mail_box_flex .mail_box_btn {
  background-color: #efefef;
  margin-bottom: 3em;
  flex: 0 1 calc((100% - 3em) / 2);
  box-sizing: border-box;
  position: relative;
}
.contact .mail .mail_box .mail_box_flex .mail_box_btn a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 2em;
  font-size: 100%;
  transition: all ease 0.3s;
}
.contact .mail .mail_box .mail_box_flex .mail_box_btn a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  margin: auto;
  transition: all ease 0.3s;
}
.contact .mail .mail_box .mail_box_flex .mail_box_btn a:hover {
  background-color: #4F1C39;
  color: #fff;
}
.contact .mail .mail_box .mail_box_flex .mail_box_btn a:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.contact .mail .mail_box .mail_text {
  font-size: 85%;
  position: relative;
}
.contact .contact_form {
  padding: 6em 0;
  max-width: 45em;
  margin: 0 auto;
}
.contact .contact_form .wrap_contact {
  margin: 0 auto;
  background-color: #efefef;
  padding: 3em 4em;
}
.contact .contact_form .wrap_contact h4 {
  margin-bottom: 2em;
  text-align: center;
  font-weight: normal;
  font-size: 120%;
}
.contact .contact_form .wrap_contact form {
  font-size: 90%;
}
.contact .contact_form .wrap_contact form .item {
  overflow: hidden;
  margin-bottom: 2em;
  display: flex;
  gap: 2em;
  align-items: flex-start;
  border-bottom: 1px solid #cdcbcb;
  padding-bottom: 2em;
}
.contact .contact_form .wrap_contact form .item label {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5em;
  flex: 0 1 12em;
}
.contact .contact_form .wrap_contact form .item label span {
  padding: 0.1em 0.5em;
  color: #fff;
  background-color: red;
  margin-left: 1em;
  font-size: 80%;
  display: block;
}
.contact .contact_form .wrap_contact form .item > div {
  flex: 1;
  text-align: left;
}
.contact .contact_form .wrap_contact form .item input[type=text], .contact .contact_form .wrap_contact form .item input[type=tel], .contact .contact_form .wrap_contact form .item input[type=email], .contact .contact_form .wrap_contact form .item input[type=time], .contact .contact_form .wrap_contact form .item textarea {
  border: solid 1px #cdcbcb;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
  font-size: inherit;
  width: 100%;
}
.contact .contact_form .wrap_contact form .item input[type=text] ::-moz-placeholder, .contact .contact_form .wrap_contact form .item input[type=tel] ::-moz-placeholder, .contact .contact_form .wrap_contact form .item input[type=email] ::-moz-placeholder, .contact .contact_form .wrap_contact form .item input[type=time] ::-moz-placeholder, .contact .contact_form .wrap_contact form .item textarea ::-moz-placeholder {
  color: #999;
}
.contact .contact_form .wrap_contact form .item input[type=text] ::placeholder, .contact .contact_form .wrap_contact form .item input[type=tel] ::placeholder, .contact .contact_form .wrap_contact form .item input[type=email] ::placeholder, .contact .contact_form .wrap_contact form .item input[type=time] ::placeholder, .contact .contact_form .wrap_contact form .item textarea ::placeholder {
  color: #999;
}
.contact .contact_form .wrap_contact form .item input[type=date] {
  border: solid 1px #cdcbcb;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
  font-size: inherit;
}
.contact .contact_form .wrap_contact form .item input[type=date] ::-moz-placeholder {
  color: #999;
}
.contact .contact_form .wrap_contact form .item input[type=date] ::placeholder {
  color: #999;
}
.contact .contact_form .wrap_contact form .item select {
  border: solid 1px #cdcbcb;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
  font-size: inherit;
}
.contact .contact_form .wrap_contact form .item textarea {
  border: solid 1px #cdcbcb;
  border-radius: 5px;
  padding: 1em;
  height: 10em;
  box-sizing: border-box;
  font-size: inherit;
}
.contact input[type=submit] {
  background-color: #D3BFA1;
  margin-top: 1em;
  border: none;
  color: #fff;
  padding: 0.7em 7em;
  cursor: pointer;
  font-family: inherit;
  font-size: 120%;
  transition: all ease 0.3s;
  display: inline-block;
}
.contact input[type=submit]:hover {
  background-color: #4F1C39;
  color: #fff;
}
.contact .contact_btn {
  text-align: center;
}
.contact .contact_btn > div {
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-direction: column;
  padding-left: 14em;
}
.contact .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  padding: 1em;
}

.contact .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-response-output {
  background-color: red;
  border: 0 !important;
  color: #fff;
  padding: 1em;
  padding: 1em;
}

.wpcf7-not-valid-tip {
  margin-top: 0.2em;
}

.contact.contact_reserve .contact_form.contact_formlock {
  text-align: center;
  padding: 4em;
}
.contact.contact_reserve .contact_form.contact_formlock input[type=password] {
  padding: 0.5em;
  font-family: inherit;
  font-size: 100%;
}
.contact.contact_reserve .contact_form.contact_formlock input[type=submit] {
  max-width: none;
  width: 20em;
  margin: 0 auto;
  margin-top: 2em;
}
.contact.contact_reserve .contact_form.contact_formlock form > p {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

@media screen and (max-width: 800px) {
  .contact .mail .mail_box .mail_box_flex {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
  }
  .contact .mail .mail_box .mail_box_flex .mail_box_btn {
    margin-bottom: 0;
  }
  .contact .mail .mail_box {
    padding: 1.5em;
  }
  .contact .mail .mail_box .mail_text {
    text-align: left;
    font-size: 80%;
  }
  .contact .contact_form .wrap_contact {
    max-width: none;
    padding: 1.5em;
    padding-top: 3em;
  }
  .contact .contact_form {
    padding: 3em 0;
    padding-top: 5vw;
  }
  .contact .contact_form .wrap_contact h4 {
    margin-bottom: 2em;
  }
  .contact .contact_form .wrap_contact form .item {
    flex-direction: column;
    gap: 0.5em;
  }
  .contact .contact_form .wrap_contact form .item label {
    flex: auto;
  }
  .contact .contact_form .wrap_contact form {
    font-size: 90%;
  }
  .contact input[type=submit] {
    margin-top: 1em;
    width: 100%;
  }
  .contact .tel {
    margin-top: 4em;
    font-size: 80%;
  }
  .contact .mail {
    margin-top: 5em;
  }
  .contact {
    padding-top: 3em;
  }
  .contact .contact_form .wrap_contact form .item input[type=text], .contact .contact_form .wrap_contact form .item input[type=tel], .contact .contact_form .wrap_contact form .item input[type=email], .contact .contact_form .wrap_contact form .item input[type=date], .contact .contact_form .wrap_contact form .item input[type=time], .contact .contact_form .wrap_contact form .item textarea {
    width: 100%;
  }
  .contact .wpcf7 form .wpcf7-response-output {
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }
  .contact .contact_btn > div {
    padding: 0;
  }
  .contact .contact_form .wrap_contact form .item > div {
    width: 100%;
  }
}
/* ブログ一覧ページ */
.blog_archive {
  background-color: #E2E2E2;
  padding-top: 6em;
  padding-bottom: 8em;
}
.blog_archive .blog_archive_flex {
  display: flex;
  justify-content: space-between;
  gap: 3em;
  margin-top: 2em;
}
.blog_archive .blog_archive_side {
  flex: 0 1 13.7em;
  box-sizing: content-box;
}
.blog_archive .blog_archive_side h3 {
  font-size: 140%;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 0.3em;
}
.blog_archive .blog_archive_side li {
  font-size: 85%;
  margin-bottom: 0.5rem;
}
.blog_archive .blog_archive_side li a {
  text-decoration: none;
  color: #000;
  margin-bottom: 1rem;
}
.blog_archive .blog_archive_flex_in {
  flex: 1;
}
.blog_archive .blog_archive_box_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 2em 0;
  flex: 1;
  box-sizing: content-box;
}
.blog_archive .blog_archive_box_flex > a {
  flex: 0 1 calc((100% - 3em) / 3);
  box-sizing: content-box;
  display: block;
  text-decoration: none;
  color: #000;
  transition: all ease 0.3s;
}
.blog_archive .blog_archive_box_flex > a > p:nth-child(1) {
  overflow: hidden;
  margin-bottom: 0.5em;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.blog_archive .blog_archive_box_flex > a:hover {
  opacity: 0.7;
}
.blog_archive .blog_archive_box_flex > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_archive time {
  font-size: 85%;
  color: #8E6A4F;
}
.blog_archive p {
  font-size: 85%;
}
.blog_archive .pagination ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.8%;
}
.blog_archive .pagination li a,
.blog_archive .pagination li span {
  display: block;
  color: #8E6A4F;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #8E6A4F;
  text-decoration: none;
  font-size: 95%;
}
.blog_archive .pagination li span {
  color: #fff;
  background-color: #8E6A4F;
}
.blog_archive .pagination li a:hover {
  color: #fff;
  background-color: #8E6A4F;
}
.blog_archive .pagination li a.prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 0.9rem;
  padding-right: 10px;
  font-weight: 900;
}
.blog_archive .pagination li a.next::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 0.9rem;
  padding-left: 10px;
  font-weight: 900;
}
.blog_archive .blog_single_btn_flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2em;
}
.blog_archive .blog_single_btn_flex .bt_3_none {
  display: none;
}
.blog_archive .blog_single_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: 1.5em;
}
.blog_archive .blog_single_ttl h2 {
  font-size: 120%;
  padding-bottom: 0.3em;
}
.blog_archive .blog_single_text {
  margin-top: 1em;
  line-height: 1.7;
  font-size: 100%;
}
.blog_archive .blog_single_text > p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.blog_archive .blog_single_box img {
  width: 100%;
  height: auto;
}
.blog_archive time {
  color: #8E6A4F;
}

.blog_archiveSingle.blog_archive .blog_single_text > p {
  font-size: 90%;
}

.blog_archiveSingle.blog_archive figure img {
  height: auto;
  width: auto;
}

@media screen and (max-width: 800px) {
  .blog_archive .blog_archive_flex {
    flex-direction: column;
    margin-top: 1em;
  }
  .blog_single_box {
    padding-top: 0;
  }
  .blog_archive .blog_archive_box_flex {
    gap: 1em;
    row-gap: 2em;
  }
  .blog_archive .blog_archive_box_flex > a {
    flex: 0 1 calc((100% - 1em) / 2);
  }
  .blog_archive .blog_archive_box_flex > a > p:nth-child(1) {
    height: 23em;
  }
  .blog_archive {
    padding-top: 3em;
  }
  .blog_archive .blog_single_ttl {
    margin-bottom: 1em;
    line-height: 1.3;
    padding-bottom: 0.5em;
    font-size: 110%;
  }
  .blog_archive .blog_single_btn_flex {
    gap: 1em;
  }
}
/* スマホ対応 */
@media screen and (max-width: 800px) {
  .contact .contact_form .wrap_contact form .item label {
    margin-top: 0;
  }
}
/*wp*/
.side_blog_widget {
  margin-top: 3em;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.side_blog_widget h2 {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 120%;
  font-weight: normal;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}

.wp-block-search__inside-wrapper .wp-element-button {
  margin: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  box-sizing: border-box;
  font-size: small;
  padding: 0.5em 1em;
  flex: 1;
}
.wp-block-search__inside-wrapper .wp-element-button {
  flex: 0 1 4em;
}

.sp_nav {
  position: absolute;
  width: 10vw;
  height: 10vw;
  right: 5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  background-color: transparent;
  border: 0;
  outline: 0;
  z-index: 1000;
  display: none;
}
.sp_nav > span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #ab866a;
  left: 0;
  top: calc(50% - 0.5px);
  transition: all ease 0.2s;
}
.sp_nav > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ab866a;
  position: absolute;
  left: 0;
  top: -2vw;
  transition: all ease 0.2s;
}
.sp_nav > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ab866a;
  position: absolute;
  left: 0;
  bottom: -2vw;
  transition: all ease 0.2s;
}
.sp_nav.open span {
  transform: rotate(45deg);
  background-color: transparent;
}
.sp_nav.open span:before {
  top: 0;
  transform: rotate(90deg);
}
.sp_nav.open span:after {
  bottom: 0;
}

@media screen and (max-width: 800px) {
  .sp_nav {
    display: block;
  }
}
.under_pages .model {
  background-color: #fff;
}
.under_pages .model .model_in {
  padding: 5em 8em;
}
.under_pages .model .model_gallery {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.under_pages .blog_archive {
  background-color: #fff;
}
.under_pages .blog_single {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .under_pages .model .model_in {
    padding: 5em 5vw;
  }
}
/*非公開予約*/
.contact.contact_reserve .contact_form .wrap_contact {
  max-width: none;
  padding: 0;
}
.contact.contact_reserve .wrap_reserve {
  max-width: 45em;
  margin: 0 auto;
  padding: 0 5em;
  box-sizing: border-box;
  margin-bottom: 2em;
  margin-top: 0;
}
.contact.contact_reserve .bikou {
  border: 1px solid #cdcbcb;
  padding: 2em 2em;
  padding-left: 2.5em;
  font-size: 95%;
}
.contact.contact_reserve .bikou li:before {
  content: "＊";
  margin-left: -1em;
}
.contact.contact_reserve .robfl {
  display: flex;
  gap: 1em;
}
.contact.contact_reserve .reserve_dates {
  line-height: 2;
}
.contact.contact_reserve .reserve_date_times_view {
  font-size: 300%;
  color: #000;
  padding: 0.5em 0;
}
.contact.contact_reserve .reserve_date_times_view i {
  font-size: 50%;
  font-style: normal;
}
.contact.contact_reserve .reserve_date_times_view span:before {
  content: "♦";
  display: inline-block;
  transform: scaleY(0.5);
  font-size: 70%;
}
.contact.contact_reserve .reserve_form_bottom_wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.contact.contact_reserve .wrap_reserve_fl {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact.contact_reserve .wrap_reserve_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact.contact_reserve .wrap_reserve_ul li {
  gap: 1em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7em;
}
.contact.contact_reserve .wrap_reserve_ul li label {
  flex: 0 1 5em;
  text-align: center;
  border: 1px solid #000;
}
.contact.contact_reserve .wrap_reserve_ul li > * {
  flex: 1;
}
.contact.contact_reserve .wrap_reserve_ul li p {
  margin-bottom: 0.7em;
}
.contact.contact_reserve .wrap_reserve_ul li p:last-child {
  margin-bottom: 0;
}
.contact.contact_reserve .wrap_reserve_ul li > div > p {
  display: flex;
}
.contact.contact_reserve .wrap_reserve_ul li > div > p b {
  font-size: 110%;
}
.contact.contact_reserve .wrap_reserve_ul.wrap_reserve_ul3 > li > div {
  display: flex;
  gap: 1.5em;
}
.contact.contact_reserve .wrap_reserve_ul.wrap_reserve_ul3 > li > div > p:first-child {
  font-size: 110%;
}
.contact.contact_reserve .wpcf7 form .wpcf7-response-output {
  margin-bottom: 3em;
}

.date_inputs {
  display: flex;
  gap: 1em;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: inherit;
  width: 100%;
}
.date_inputs input {
  box-sizing: border-box;
}

.contact.contact_reserve .contact_form .wrap_contact {
  background-color: #fff;
}
.contact.contact_reserve .contact_form .wrap_contact select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
  border: 0;
}

.contact.contact_reserve .contact_form .wrap_contact form .item select {
  border: 0;
  padding: 0.5em;
  margin-top: 0.5em;
}

.form_address > p {
  border: 1px solid #eee;
  padding: 1em 2em;
}

.contact .contact_form .wrap_contact form .item.form_address {
  border-bottom: 0;
}

.contact_reserve.contact {
  padding-top: 0;
}
.contact_reserve.contact .contact_btn {
  margin-bottom: 4em;
}

.contact.contact_reserve .contact_form {
  padding-top: 0;
  max-width: none;
}

.reserve_header {
  background-color: #a98676;
  padding: 2em;
  padding-bottom: 2em;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.reserve_header p {
  font-size: 120%;
  text-align: center;
  margin-bottom: 1em;
}
.reserve_header h2 {
  font-size: 400%;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 auto;
}
.reserve_header h2 i {
  font-style: normal;
  font-size: 60%;
}

.reserve_descs {
  color: #fff;
  text-align: center;
}
.reserve_descs .reserve_descs_area {
  background-color: #f15929;
  padding: 2em;
}
.reserve_descs .reserve_descs_area h3 {
  font-size: 150%;
  font-weight: normal;
}
.reserve_descs .reserve_descs_area .wrap_reserve {
  margin-bottom: 0;
}

.wrap_reserve_fig {
  max-width: 65em;
  margin: 0 auto;
  padding: 0 3em;
  margin-bottom: 5em;
}

.contact.contact_reserve .contact_form .wrap_contact {
  padding-top: 0;
}

.reserve_form_wrapper {
  width: 50em;
  margin: 0 auto;
  padding: 0;
  margin-top: 3em;
  font-size: 105%;
}

@media screen and (max-width: 800px) {
  .wrap_reserve {
    max-width: none;
  }
  .contact.contact_reserve .wrap_reserve {
    max-width: 45em;
    padding: 0 2em;
    margin-bottom: 0;
  }
  .reserve_header h2 {
    font-size: 280%;
  }
  .reserve_form_wrapper {
    width: auto;
    padding: 0 2em;
  }
  .contact.contact_reserve .wrap_reserve_ul li > div > p {
    flex-direction: column;
    gap: 0.5em;
  }
}
.wrap_reserve_text {
  font-size: 200%;
  font-weight: 500;
  margin: 2em 0;
  margin-right: -3em;
}

.wrap_reserve_text span {
  font-size: 150%;
}

.smalls {
  color: #be1d2c;
  margin-top: 0.5rem;
  display: block;
  margin-bottom: 1em;
  display: none;
}

@media screen and (max-width: 800px) {
  .wrap_reserve_text {
    font-size: 150%;
  }
  .wrap_reserve_text span {
    font-size: 130%;
  }
  .contact.contact_reserve .wrap_reserve_ul.wrap_reserve_ul3 {
    margin-bottom: 2em;
  }
  .contact.contact_reserve .wrap_reserve_ul.wrap_reserve_ul3 li label {
    flex: 0 1 2em;
    padding: 0.1em 0.3em;
  }
  .form_address > p {
    box-sizing: border-box;
    width: 100%;
  }
  .contact .contact_form .wrap_contact form .item.form_address {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=new.css.map */