@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn+SC&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #1a1103;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.05em;
  position: relative;
  background: url(../img/noize.jpg) repeat 50%/300px;
}

a {
  color: #9d8058;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}
#wrapper.contents {
  overflow: initial;
}

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

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 500;
}

.mincho {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}

.eng {
  font-family: "Poiret One", sans-serif;
}

.bigger {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

.en-big {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

/* 4-6 じわっ（ぼかしから出現） */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

.trbr {
  display: none;
}

@media all and (max-width: 896px) {
  .trbr {
    display: block;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.downTrigger {
  opacity: 0;
}

/* /clip_left */
[data-aos=slidein] {
  opacity: 0;
}
[data-aos=slidein].aos-animate {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
[data-aos=slidein].aos-animate:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, #202020 11.2%, #a98d66 91.1%);
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.slidein_box {
  width: 100%;
  overflow: hidden;
}

@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100.5%;
    width: 0;
  }
}
.animation-content.move {
  background-color: #fff;
}
.animation-content.move .animation-bar:before {
  animation: animation-bar 0.7s ease 0s 1 normal forwards;
}
.animation-content.move .animation-txt {
  animation: animation-txt 0s ease 0.3s 1 normal forwards;
}
.animation-content .animation-box {
  display: block;
  text-align: center;
}
.animation-content .animation-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
.animation-content .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #222;
}
.animation-content .animation-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

/* splash
----------------------------------*/
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  z-index: 9999999;
  text-align: center;
  color: #333;
}
#splash::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/bg-06.jpg) no-repeat 50%/cover;
  opacity: 1;
  z-index: -1;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
#splash-logo img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  #splash-logo {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  #splash-logo {
    width: 180px;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .splashbg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #f9f9f9;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes backBoxAnime {
  99.9% {
    z-index: 2;
    border-width: 0px;
  }
  100% {
    z-index: -1;
    border-width: 0px;
  }
}
#wrapper {
  position: relative;
}

#wrapper2 {
  position: relative;
  overflow: hidden;
}

body.appear #wrapper {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #202020, #eee);
  background-size: 600% 600%;
  animation: anim-gradient 10s ease infinite;
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#l-header {
  width: 100%;
  border-bottom: 0.9px solid rgba(254, 254, 254, 0.3);
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  position: relative;
  width: calc(100% - 100px);
  margin: 15px auto 15px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#l-header .inner #logo {
  width: 300px;
  z-index: 15;
}
#l-header .inner #logo .white {
  display: block;
}
#l-header .inner #logo .nomal {
  display: none;
}
@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 200px;
  }
}
#l-header .inner .contact-btn a {
  padding: 7px 50px;
  background: transparent;
  color: #fefefe;
  border-radius: 80px;
  border: 1px solid rgba(254, 254, 254, 0.5);
  text-shadow: 1px 1px 2px #555;
}
#l-header .inner .contact-btn a:hover {
  background: #fefefe;
  color: #a98d66;
}
@media all and (max-width: 639px) {
  #l-header .inner .contact-btn {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner {
    margin: 15px auto 15px 15px;
  }
}
#l-header.is-fixed {
  position: fixed;
  background: #101010;
}
#l-header.is-fixed .inner #logo .white {
  display: none;
}
#l-header.is-fixed .inner #logo .nomal {
  display: block;
}
#l-header.is-fixed .inner .contact-btn a {
  padding: 7px 50px;
  background: transparent;
  color: #a98d66;
  border-radius: 80px;
  border: 1px solid #a98d66;
  text-shadow: 1px 1px 2px #555;
}
#l-header.is-fixed .inner .contact-btn a:hover {
  background: #a98d66;
  color: #fefefe;
}
#l-header.is-fixed #nav-toggle span {
  background: #fff;
}
#l-header.is-fixed #header_nav ul li a {
  color: #fff;
  text-shadow: none;
}
#l-header.is-fixed #header_nav .dropdown .dropdown-li a {
  color: #fefefe;
}
#l-header .head-right {
  margin-left: auto;
  margin-right: 15px;
}
#l-header .head-right .h-content {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
@media all and (max-width: 896px) {
  #l-header .head-right {
    display: none;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#header_nav {
  position: relative;
  z-index: 20;
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
}
#header_nav ul li:last-child a {
  position: relative;
  padding: 4px 25px 4px 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #9b663b, #d6be92, #9f803d);
  background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
  margin-left: 10px;
}
#header_nav ul li:last-child a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 98%;
  height: 93%;
  transform: translate(-50%, -50%);
  border: 0.5px solid #ffe9d3;
  z-index: 1;
}
#header_nav ul li:last-child a:after {
  position: absolute;
  content: "";
  background: url(../img/SVG/arrow2.svg) no-repeat 50%/contain;
  width: 20px;
  height: 10px;
  /* position: absolute; */
  top: 50%;
  right: 7px;
  z-index: 100;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#header_nav ul li:last-child a:hover {
  background: linear-gradient(45deg, #a98d66, #a98d66);
  color: #fff;
}
#header_nav ul li:last-child a:hover:after {
  right: 4px;
}
#header_nav ul li a {
  letter-spacing: 0.09rem;
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 4px 15px 4px;
  color: #fefefe;
  text-align: center;
  text-shadow: 1px 1px 2px #555;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
@media all and (max-width: 1100px) {
  #header_nav ul li a {
    font-size: 1.1rem;
  }
}
#header_nav ul li a span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  background: #c4c4c4;
}
#header_nav ul li a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  font-size: 0;
}
#header_nav ul li a:hover, #header_nav ul li a.active {
  color: #dcd0c0;
}
#header_nav ul li:first-child {
  border-left: none;
}
#header_nav ul li:first-child a::after {
  display: none;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 999;
  padding-top: 30px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 5px;
  background: #202020;
  text-align: center;
  z-index: 999;
}
#header_nav .dropdown .dropdown-li:last-child {
  display: block;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 10px 8px;
  color: #fefefe;
  font-size: 1.2rem;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li:hover {
  background: #a98d66;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 100;
}
#page-top a {
  display: block;
  background: #a98d66;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fefefe;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 75px;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.swiper-slide {
  position: relative;
  background: #000;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: contrast(0.9);
}
.swiper-slide.slide1:before {
  background-image: url(../img/slide1.jpg);
  background-position: center 15%;
}
.swiper-slide.slide2:before {
  background-image: url(../img/slide2.jpg);
}
@media all and (max-width: 639px) {
  .swiper-slide.slide2:before {
    background-image: url(../img/slide2-sp.jpg);
  }
}
.swiper-slide.slide3:before {
  background-image: url(../img/slide3.jpg);
  background-position: center 40%;
}

.slide-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1367px) {
  .slide-img {
    height: 88vh;
  }
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 60vw;
  }
}
@media all and (max-width: 896px) {
  .slide-img img {
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 70vh;
  }
  .slide-img img {
    width: 80%;
  }
}
.slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slideshow
----------------------------------*/
#slide-bg {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  #slide-bg {
    width: 100%;
    padding: 0;
  }
}

#slideshow {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  #slideshow {
    margin: 0 auto;
    width: 100%;
  }
}

#catch {
  z-index: 150;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  mix-blend-mode: difference;
  height: 340px;
}
#catch.on {
  opacity: 1;
}
#catch img {
  height: 100%;
}
@media all and (max-width: 1100px) {
  #catch {
    height: 250px;
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
@media all and (max-width: 639px) {
  #catch {
    height: 180px;
    bottom: 7%;
    right: 7%;
  }
}

body.Android .swiper-slide {
  position: relative;
  background: #9ba7b3;
}
body.Android .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
body.Android .swiper-slide.slide1:before {
  background-image: url(../img/slide1.jpg);
}
body.Android .swiper-slide.slide2:before {
  background-image: url(../img/slide2.jpg);
}
@media all and (max-width: 639px) {
  body.Android .swiper-slide.slide2:before {
    background-image: url(../img/slide2-sp.jpg);
  }
}
body.Android .swiper-slide.slide3:before {
  background-image: url(../img/slide3.jpg);
}
body.Android .slide-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1100px) {
  body.Android .slide-img {
    height: 60vw;
  }
}
@media all and (max-width: 896px) {
  body.Android .slide-img img {
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  body.Android .slide-img {
    height: 70vh;
  }
  body.Android .slide-img img {
    width: 80%;
  }
}
body.Android .slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*scrolldown
---------------------------------------------*/
#scrolldown {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -35px;
  color: #fefefe;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  z-index: 100;
  height: 130px;
}
#scrolldown a {
  color: #fff;
}
#scrolldown span {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#scrolldown span:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c9a67f;
  cursor: pointer;
  overflow: hidden;
  /* right: 50%; */
  margin-left: -26px;
  animation: hikaru 2s infinite;
  z-index: -1;
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 90px;
  bottom: 0;
  background: #c9a67f;
  transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(201, 166, 127, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  animation: scroll-point 2.3s ease-out infinite;
  animation-fill-mode: both;
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 70px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 150px;
    opacity: 0;
  }
}
@keyframes hikaru {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    transform: scale(0.2);
    opacity: 0.2;
    filter: blur(2px);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    opacity: 0.5;
    filter: blur(2px);
  }
}
/* footer
----------------------------------*/
#j-contact,
#e-contact {
  position: relative;
}
#j-contact:before,
#e-contact:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #9b663b, #d6be92, #9f803d);
  background-size: 160% 160%;
  animation: bggradient 5s ease infinite;
  z-index: -1;
}
#j-contact:after,
#e-contact:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-06.jpg);
  opacity: 0.3;
  z-index: -1;
}
#j-contact .mtitle,
#e-contact .mtitle {
  margin: 0 auto 60px;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  padding: 10px 20px;
}
#l-footer .inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 3;
}
#l-footer .inner .contact-area {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
#l-footer .inner .contact-area > li,
#l-footer .inner .contact-area .child {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #l-footer .inner .contact-area > li,
  #l-footer .inner .contact-area .child {
    width: 40%;
    order: -1;
  }
  #l-footer .inner .contact-area > li:first-child,
  #l-footer .inner .contact-area .child:first-child {
    width: 100%;
    margin-top: 30px;
    order: 1;
  }
}
@media all and (max-width: 896px) {
  #l-footer .inner .contact-area > li,
  #l-footer .inner .contact-area .child {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  #l-footer .inner .contact-area > li,
  #l-footer .inner .contact-area .child {
    width: 100%;
  }
}
#l-footer .inner2 {
  margin: 20px auto;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
    background-size: contain;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0;
  }
  #l-footer .inner {
    padding: 0;
  }
}

.footer-map3 {
  display: flex;
  flex-wrap: wrap;
}
.footer-map3.jc-c {
  justify-content: center;
}
.footer-map3 > li,
.footer-map3 .child {
  width: 32%;
  position: relative;
  margin: 0 1% 20px 0;
  padding: 15px;
  background-color: #fff;
}
.footer-map3 > li:nth-child(3n),
.footer-map3 .child:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .footer-map3 > li,
  .footer-map3 .child {
    width: 48%;
  }
  .footer-map3 > li:first-child,
  .footer-map3 .child:first-child {
    width: 100%;
    margin-right: 0;
  }
  .footer-map3 > li:nth-child(3n),
  .footer-map3 .child:nth-child(3n) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .footer-map3 > li,
  .footer-map3 .child {
    width: 95%;
    margin: 0 auto 20px;
  }
  .footer-map3 > li:nth-child(1n),
  .footer-map3 .child:nth-child(1n) {
    width: 95%;
    margin-right: auto;
    margin-right: auto;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.contact_bnr.full {
  margin-top: 20px;
  margin-bottom: 0;
}
.contact_bnr.full > li {
  width: 100%;
  margin: 0 auto 10px;
}
.contact_bnr > li {
  /* width: 32%; */
  width: 24%;
  margin: 0 auto 15px;
}
@media all and (max-width: 896px) {
  .contact_bnr > li {
    width: 100%;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2rem;
  }
}
.contact_bnr > li .bnr_sns {
  white-space: nowrap;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}
.contact_bnr > li .bnr_sns i {
  font-size: 2.5rem;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #a98d66;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_line:before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands" !important;
  font-family: "Font Awesome 5 Free";
  content: "\f3c0";
  font-weight: 900;
}
.contact_bnr > li span {
  display: block;
  text-align: center;
}
.contact_bnr > li a {
  display: block;
  border: 1px solid #8d734f;
  color: #8d734f;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 8px 10px;
}
.contact_bnr > li a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.contact_bnr > li a:hover {
  color: #fefefe;
  background-color: #8d734f;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}
.contact_bnr.white li {
  width: 48%;
}
@media all and (max-width: 639px) {
  .contact_bnr.white li {
    width: 100%;
  }
}
.contact_bnr.white li a,
.contact_bnr.white li span {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.contact_bnr.white li a:hover,
.contact_bnr.white li span:hover {
  color: #a98d66;
  background: #fefefe;
}

.contact_bnr2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0px;
  justify-content: space-between;
}
.contact_bnr2 > li:has(.bnr_mail) {
  background: #fff;
  /* margin-top: 20px; */
}
.contact_bnr2 > li:has(.bnr_mail02) {
  background: #fff;
  margin-top: 20px;
}
.contact_bnr2 > li {
  width: 31%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_bnr2 > li:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #ffe9d3;
}
@media all and (max-width: 896px) {
  .contact_bnr2 > li:before {
    width: 100%;
  }
}
.contact_bnr2 > li span {
  font-weight: 600;
  left: 50%;
  top: -2px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  position: absolute;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.8em;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .contact_bnr2 > li span {
    background: transparent;
    font-size: 0.7em;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact_bnr2 > li .contact_bnr_txt {
  font-size: 1.8rem;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.contact_bnr2 > li a {
  display: block;
  position: relative;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .contact_bnr2 {
    flex-direction: column;
}
  .contact_bnr2 > li {
    width: 100%;
  }
  .contact_bnr2 > li:not(:last-child) {
    margin: 0 auto 10px;
  }
  .contact_bnr2 > li .contact_bnr_txt {
    font-size: 1.4rem;
  }
  .contact_bnr2 > li a {
    text-align: center;
  }
  .contact_bnr2 > li:first-of-type {
    /* margin-right: 0; */
  }
}
.contact_bnr2 > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  color: #3b3021;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.contact_bnr2 > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr2 > li .bnr_tel:hover {
  color: #202020;
}
@media all and (max-width: 896px) {
  .contact_bnr2 > li .bnr_tel {
    font-size: 18px;
    height: 60px;
    padding-top: 5px;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr2 > li {
    width: 70% !important;
  }
  .contact_bnr2 > li .bnr_tel {
    font-size: 18px;
    text-align: center;
    height: 60px;
  }
}
.contact_bnr2 > li .bnr_mobile {
  background: #fefefe;
  color: #a98d66;
}
.contact_bnr2 > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr2 > li .bnr_fax {
  background: #fdfdfd;
  color: #a98d66;
}
.contact_bnr2 > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr2 > li .bnr_mail {
  background: #fff;
  color: #3b3021;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: auto;
  width: 100%;
  line-height: 1.6;
  padding: 18px 10px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_bnr2 > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr2 > li .bnr_mail:hover {
  background: #202020;
  color: #fff;
}
@media all and (max-width: 896px) {
  .contact_bnr2 > li .bnr_mail {
    font-size: 1.1em;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr2 > li .bnr_mail {
    font-size: 1em;
    width: 100%;
  }
}
.contact_bnr2 > li:hover {
  background: linear-gradient(45deg, #d6be92, #9f803d);
}
.contact_bnr2.col2 > li {
  width: 46%;
}
.contact_bnr2.col2 > li:has(.bnr_tel) {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media all and (max-width: 639px) {
  .contact_bnr2.col2 > li {
    width: 100%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 0px auto 10px;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_navi ul li {
  margin-bottom: 8px;
}
.footer_navi ul li a {
  color: #1a1103;
  font-size: 1.2rem;
  position: relative;
  padding: 0 10px;
  font-weight: 600;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:before {
  content: "";
  background-color: #1a1103;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer_navi ul li a:hover {
  color: #a98d66;
}
.footer_navi ul li:first-child a::before {
  display: none;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.address {
  font-size: 12px;
}

.flogo {
  width: 180px;
  margin-right: 15px;
}
.flogo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .flogo {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  .flogo {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.flogo-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media all and (max-width: 1100px) {
  .flogo-area {
    width: 360px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 896px) {
  .flogo-area {
    width: 280px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .flogo-area {
    width: 80%;
    margin: 0 auto;
  }
  .flogo-area .sns-list {
    margin: 0 auto;
  }
}

.copyright {
  font-size: 1rem;
  z-index: 2;
  color: #1a1103;
  position: relative;
  font-weight: 500;
  padding: 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 0;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    text-align: center;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single {
    width: 95%;
    padding: 80px 0;
  }
}

.single01 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media all and (max-width: 1100px) {
  .single01 {
    width: 95%;
    padding: 0 0 50px;
  }
}
.single01.type1 {
  padding: 80px 0 0;
}
@media all and (max-width: 1100px) {
  .single01.type1 {
    width: 95%;
    padding: 50px 0 0px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single02 {
    padding: 80px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .margin-top {
    margin-top: -40px;
  }
}

.margin-top2 {
  margin-top: -150px;
}
@media all and (max-width: 896px) {
  .margin-top2 {
    margin-top: -80px;
  }
}

.margin-bottom {
  margin-bottom: -80px;
}
@media all and (max-width: 896px) {
  .margin-bottom {
    margin-bottom: -40px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.img-100 {
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
}
.img-100 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px;
  }
}
.mbox.base {
  background-color: #B29976;
}
.mbox.bd {
  position: relative;
  padding: 40px;
  border: 1px solid #a98d66;
}
@media all and (max-width: 639px) {
  .mbox.bd {
    padding: 40px 15px;
  }
}
.mbox.bd2 {
  border: 4px double #a98d66;
}
.mbox.bd3 {
  border: 4px double #c4c4c4;
}
.mbox.p-non {
  padding: 0;
}
@media all and (max-width: 639px) {
  .mbox.sp-non {
    padding: 0;
  }
}
.mbox.sd {
  box-shadow: 0.5rem 0.5rem 10px rgba(51, 51, 51, 0.1), -0.5rem -0.5rem 8px rgba(218, 218, 218, 0.1);
  border-radius: 8px;
}
.mbox.kk {
  background-image: linear-gradient(to right top, rgba(220, 208, 192, 0.3), rgba(32, 32, 32, 0.3));
  padding: 40px;
}
@media all and (max-width: 639px) {
  .mbox.kk {
    padding: 40px 20px;
    width: 95%;
  }
}
.mbox.kk::after, .mbox.kk::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
}
.mbox.kk::after {
  border-top: 2px solid #a98d66;
  border-left: 2px solid #a98d66;
  top: -10px;
  left: -10px;
}
.mbox.kk::before {
  border-bottom: 2px solid #a98d66;
  border-right: 2px solid #a98d66;
  bottom: -10px;
  right: -10px;
}
.mbox.kazari {
  background-image: linear-gradient(to right top, rgba(220, 208, 192, 0.3), rgba(32, 32, 32, 0.3));
  padding: 40px;
}
.mbox.kazari::after, .mbox.kazari::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
}
.mbox.kazari::after {
  background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
  left: -26px;
  transform: rotate(268deg);
  top: -30px;
}
.mbox.kazari::before {
  background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
  right: -26px;
  transform: rotate(90deg);
  bottom: -30px;
}
@media all and (max-width: 639px) {
  .mbox.kazari {
    padding: 40px 20px;
    width: 95%;
  }
  .mbox.kazari::after, .mbox.kazari::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
  }
  .mbox.kazari::after {
    background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
    left: -15px;
    top: -17px;
  }
  .mbox.kazari::before {
    background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
    right: -15px;
    bottom: -17px;
  }
}
.mbox.kazari.transparent {
  background-image: none;
}

.note {
  padding: 20px;
  background: rgba(220, 208, 192, 0.4);
}
@media all and (max-width: 639px) {
  .note {
    padding: 12px;
  }
}
.note.type1 {
  background: rgba(169, 141, 102, 0.1);
}

.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.min {
  max-width: 450px;
}

.sentence {
  line-height: 2.3;
}
.sentence p + p {
  margin-top: 20px;
}

.tcen {
  text-align: center;
}
@media all and (max-width: 639px) {
  .tcen {
    text-align: left;
  }
}

.trig {
  text-align: right;
}
@media all and (max-width: 896px) {
  .trig {
    text-align: left;
  }
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
    border-bottom: 1px solid #555;*/
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
#main .mbox a {
  font-weight: 600;
  text-decoration: underline;
}
#main .mbox a:hover {
  text-decoration: none;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

.s-contena {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .s-contena {
    max-width: 95%;
    padding: 40px 0;
  }
}

.s-main {
  width: 78%;
}
@media all and (max-width: 1100px) {
  .s-main {
    width: 75%;
  }
}
@media all and (max-width: 896px) {
  .s-main {
    width: 100%;
  }
}

.s-side {
  width: 18%;
  min-height: 400px;
  position: sticky;
  right: 0;
  top: 100px;
}
@media all and (max-width: 1100px) {
  .s-side {
    width: 20%;
  }
}
@media all and (max-width: 896px) {
  .s-side {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 40px;
  text-align: center;
}
.mtitle.b-min {
  margin-bottom: 20px;
}
.mtitle.t-mgn {
  margin-top: 40px;
}
.mtitle .logo {
  font-size: 1.5rem;
  color: #a98d66;
  text-align: center;
  width: 45px;
  margin: 0 auto -15px;
  display: block;
  filter: brightness(0.8);
}
.mtitle .eng {
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #a98d66;
  position: relative;
  display: block;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  background: linear-gradient(45deg, #9b663b, #d5a158, #9f803d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mtitle .ja {
  font-size: 1.8rem;
  color: #fff;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.mtitle.white {
  color: #fff;
}
.mtitle.white .eng {
  background: linear-gradient(45deg, #dcd0c0, #d6be92);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mtitle.white .ja {
  color: #fff;
}
.mtitle.white2 {
  color: #fff;
}
.mtitle.white2 .ja {
  color: #202020;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left span:after {
  left: 0;
  transform: none;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
.mtitle.mtitle_right span:after {
  left: 0;
  transform: none;
}
@media all and (max-width: 896px) {
  .mtitle .logo {
    width: 45px;
    margin: 0 auto 0px;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 3rem;
  }
  .mtitle .ja {
    font-size: 1.3rem;
  }
}

.mtitle_ribon {
  position: relative;
  background: linear-gradient(45deg, #d5a158, #9f803d);
  color: #fff;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
  margin: 0 0 25px -20px;
}
.mtitle_ribon .eng {
  font-size: 1.2rem;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  margin-left: 10px;
}
.mtitle_ribon.type1 {
  background: #a98d66;
  font-size: 1.6rem;
  padding: 10px 25px 10px 10px;
  margin: auto;
  border-radius: 5px;
}
.mtitle_ribon.bc {
  background: #a98d66;
}
.mtitle_ribon.sbc {
  background: #202020;
}
@media all and (max-width: 639px) {
  .mtitle_ribon {
    margin: 0 0 20px -15px;
    font-size: 1.4rem;
  }
  .mtitle_ribon .eng {
    font-size: 1rem;
  }
  .mtitle_ribon.type1 {
    font-size: 1.3rem;
    margin: 5px 0 0 -5px;
  }
}

.mtitle1 {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.2rem;
}
.mtitle1 .num {
  color: #a98d66;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  display: block;
}
.mtitle1 .eng {
  font-size: 6rem;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  color: #a98d66;
  margin-bottom: 40px;
  background: linear-gradient(90deg, rgb(172, 143, 63) 0%, rgb(228, 194, 80) 39%, rgb(198, 141, 50) 70%, rgb(230, 199, 112) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media all and (max-width: 896px) {
  .mtitle1 .eng {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle1 .eng {
    font-size: 4rem;
  }
}
.mtitle1 .ja {
  font-size: 2.5rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  display: block;
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle1 .ja {
    font-size: 1.4rem;
  }
}

.mtitle2 {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.mtitle2 span {
  display: block;
  font-size: 1.2rem;
  color: #a98d66;
  font-weight: 600;
}
.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to top, #a98d66, #202020);
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.6rem;
  }
  .mtitle2 span {
    font-size: 1.2rem;
  }
  .mtitle2 .viewbtn {
    font-size: 13px;
  }
}

.vertical-box {
  padding-left: 70px;
  max-width: 900px;
  /* margin-left: auto; */
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .vertical-box {
    padding-left: 0;
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 70px;
  left: 50px;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.3rem;
  border-right: 2px solid #a98d66;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 500;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  color: #fff;
}
.mtitle3 .eng {
  display: block;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  color: #a98d66;
  padding-left: 3px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .mtitle3 {
    left: 0px;
    top: 0px;
    min-height: auto;
    margin-bottom: 20px;
    writing-mode: inherit;
    position: relative;
    border-bottom: 2px solid #a98d66;
  }
  .mtitle3 .ja {
    border-right: none;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 639px) {
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 4rem;
  }
}

.mtitle_line {
  font-size: 2.2rem;
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
  color: #1a1103;
  letter-spacing: 0.2rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #1a1103;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #1a1103, #1a1103 1px, transparent 1px, transparent 3px);
  background-size: 4px 4px;
  backface-visibility: hidden;
}
@media all and (max-width: 896px) {
  .mtitle_line {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.6rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle4 {
  font-weight: normal;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #a98d66;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 5rem;
  background-color: #a98d66;
}
.mtitle4 span:before {
  left: -11px;
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #202020;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 2rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}
.mtitle4.min {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}
.mtitle4.min span:before, .mtitle4.min span:after {
  width: 2px;
  height: 3rem;
}

.mtitle5 {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.6;
}
.mtitle5 .logo {
  font-size: 1.5rem;
  color: #a98d66;
  text-align: center;
  width: 35px;
  margin: 0 auto 5px;
  display: block;
  filter: brightness(0.8);
}
.mtitle5 .eng {
  display: block;
  font-size: 1.4rem;
  color: #a98d66;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.mtitle5 .eng2 {
  display: block;
  font-size: 1.4rem;
  color: #f3f3f2;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.mtitle5 .ja {
  font-weight: 400;
  font-size: 2rem;
  color: #1a1103;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.mtitle5:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 2px;
  z-index: 1;
  background-image: linear-gradient(to right, #202020 0%, #202020 50%, #202020 50%, #202020 100%);
  border-radius: 10px;
}
.mtitle5.type1:after {
  background-image: linear-gradient(to right, #202020 0%, #202020 50%, #a98d66 50%, base_color 100%);
}
.mtitle5.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle5.white:after {
  color: #fff;
}
.mtitle5.mtitle_left {
  text-align: left;
}
.mtitle5.mtitle_left:after {
  left: 0;
  transform: translateX(0%);
}
@media all and (max-width: 896px) {
  .mtitle5 {
    margin: 0 auto 30px;
  }
  .mtitle5 .eng {
    font-size: 1.3rem;
  }
  .mtitle5 .ja {
    font-size: 1.6rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  position: relative;
  border-left: 6px solid #a98d66;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-weight: 600;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #bba587;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #202020;
}

.mtitle_box {
  background: linear-gradient(45deg, #9b663b, #d6be92, #9f803d);
  color: #fefefe;
  font-size: 2rem;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}
.mtitle_box.type1 {
  background: none;
  background-color: #202020;
  color: #fff;
}

.mtext1 {
  font-size: 2.1rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
  }
}

.mtext2 {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
.mtext2 span {
  font-style: italic;
  padding: 5px 15px;
  border-bottom: 2px solid #1a1103;
  border-top: 2px solid #1a1103;
  color: #1a1103;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem !important;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.4rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #a98d66;
}

/* btn
----------------------------------*/
.btn01 a {
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #a98d66;
  display: block;
  padding: 8px 5px;
  border: 1px solid #a98d66;
  border-radius: 5px;
}
.btn01 a:hover {
  background: #a98d66;
  color: #fefefe;
}
.btn01.tel a {
  background: #fefefe;
}
.btn01.tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.tel a:hover {
  background: #a98d66;
  color: #fefefe;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #202020;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.sub1 a {
  margin: 15px auto 25px 0;
}
.btn01.sub2 a {
  border: 2px solid #202020;
  color: #202020;
}
.btn01.sub2 a:hover {
  background: #202020;
  color: #fefefe;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02.right {
  margin-right: 0;
}
.btn02.left {
  margin-left: 0;
}
.btn02 a {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  border: 1px solid #a98d66;
  display: block;
  text-align: center;
  transition: 0.4s;
  width: 90%;
}
.btn02 a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a98d66;
  top: 0;
  left: 10px;
  text-align: center;
}
.btn02 a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a98d66;
  top: 0;
  right: 10px;
}
.btn02 a:hover {
  color: #fff;
  box-shadow: rgba(169, 141, 102, 0.9) 0 80px 0px 2px inset;
  transition: 0.6s;
}
.btn02 a:hover:before {
  transition: 0.4s;
  left: -1px;
}
.btn02 a:hover:after {
  transition: 0.4s;
  right: -1px;
}
@media all and (max-width: 896px) {
  .btn02 {
    width: 220px;
    font-size: 1em;
  }
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 80%;
  }
  .btn02 a {
    font-size: 1em;
  }
}

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: flex;
}
@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  position: relative;
  text-align: center;
}
.news-title span {
  display: block;
  line-height: 1.5;
  color: #a98d66;
}
.news-title .eng {
  position: relative;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3rem;
  background: linear-gradient(90deg, rgb(172, 143, 63) 0%, rgb(228, 194, 80) 39%, rgb(198, 141, 50) 70%, rgb(230, 199, 112) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.news-title .ja {
  position: relative;
  font-size: 1.8rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 15px;
  }
  .news-title .eng {
    font-size: 2rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  flex: 1;
  margin-left: 80px;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* news
----------------------------------*/
.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 7em;
  padding: 5px;
  line-height: 1.3;
  color: #a98d66;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
.news-bl dd {
  padding: 0 0 5px 8em;
  line-height: 1.6;
  margin: 0 0 5px;
}
.news-bl dd a {
  color: #333;
  background-image: linear-gradient(to right, #a98d66, #202020);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
.news-bl dd .cate {
  display: inline-block;
  padding: 3px 5px;
  font-size: 1rem;
  background: #a98d66;
  color: #fefefe;
  margin-right: 10px;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

.news-ul li {
  border-bottom: 1px solid rgba(169, 141, 102, 0.5);
}
.news-ul li:last-child {
  border-bottom: none;
}
.news-ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
}
.news-ul li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  border-top: 1px solid #a98d66;
  border-right: 1px solid #a98d66;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.news-ul li a:hover:after {
  right: 10px;
}
@media all and (max-width: 1100px) {
  .news-ul li a {
    padding: 15px 40px 15px 0;
  }
}
.news-ul .day {
  font-size: 15px;
  width: 20%;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 400;
}
.news-ul .title {
  width: 75%;
  font-weight: 600;
}
@media all and (max-width: 1100px) {
  .news-ul .day,
  .news-ul .title {
    width: 100%;
  }
}

.link-news {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .link-news {
    margin-top: 20px;
  }
}
.link-news .link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #a98d66;
  padding-right: 30px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.link-news:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #a98d66;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #a98d66;
  border-right: 1px solid #a98d66;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:hover:before {
  background: #a98d66;
}
.link-news:hover:after {
  border-color: #fefefe !important;
}

.normal-bl {
  overflow: hidden;
  line-height: 1.5;
}

.normal-bl dt {
  padding: 2px 15px;
  background-color: #a98d66;
  display: flex;
  justify-content: center;
  align-items: center;
}

.normal-bl dd {
  margin: 0 0 15px;
  color: #333;
  text-align: center;
  background-color: #f3f3f3;
}
.normal-bl dd a {
  font-weight: 600;
}

.normal-bl dd:last-child {
  margin: 0;
}

@media all and (max-width: 639px) {
  .normal-bl dt {
    float: none;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
  }
  .normal-bl dd {
    margin: 0 0 10px;
    font-size: 1rem;
  }
}
/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/page-title2.jpg) no-repeat center 60%/cover;
  width: 100%;
  margin: 0 auto;
}
.page-title.type1 {
  background: url(../img/002.jpg) no-repeat center/cover;
}
.page-title.type2 {
  background: url(../img/salon.jpg) no-repeat center/cover;
}
.page-title.type3 {
  background: url(../img/005.jpg) no-repeat center/cover;
}
.page-title.type4 {
  background: url(../img/store.jpg) no-repeat center/cover;
}
.page-title.type5 {
  background: url(../img/menu06.jpg) no-repeat center/cover;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.page-title .inner {
  margin: 0 auto;
  padding: 200px 0 100px;
  max-width: 1200px;
  overflow: hidden;
}
.page-title .inner .page-lead {
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  text-align: center;
}
.page-title .inner .page-lead .ja {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 6rem;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead .eng {
    font-size: 3.3rem;
  }
  .page-title .inner .page-lead .ja {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #111;
    opacity: 0.5;
  }
  .page-title .inner {
    width: 95%;
    padding: 200px 0 80px;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    width: 95%;
    padding: 150px 0 100px;
  }
}

/* bg
---------------------------------*/
.bg-base {
  background: rgba(220, 208, 192, 0.1);
  position: relative;
}
.bg-base.type1 {
  background-image: linear-gradient(to bottom, rgba(169, 141, 102, 0.5), rgba(220, 208, 192, 0.2));
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/bg-fixed.webp) no-repeat bottom/cover;
  background-attachment: fixed;
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .bg-base.type1:before {
    background-attachment: scroll;
  }
}
.bg-base.type1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202020 url(../img/raster2.png) repeat;
  opacity: 0.3;
  z-index: -1;
}
.bg-base.type2 {
  background: transparent;
}
.bg-base.type2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(../img/deco1.png), url(../img/deco2.png);
  background-position: 0% 10%, 100% 90%;
  background-repeat: no-repeat, no-repeat;
  opacity: 0.8;
}
.bg-base.type3 {
  background: transparent;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: linear-gradient(to bottom, transparent, rgba(169, 141, 102, 0.4));
  opacity: 0.3;
}
.bg-base.type4 {
  background: transparent;
}
.bg-base.type4:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: linear-gradient(to bottom left, #a98d66, #dcd0c0);
  opacity: 0.15;
}

.bg-fixed {
  position: relative;
}
.bg-fixed:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-06.jpg);
  background-attachment: fixed;
}
@media all and (max-width: 896px) {
  .bg-fixed:before {
    background-attachment: scroll;
  }
}

.bg-fixed2 {
  position: relative;
}
.bg-fixed2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/body2.jpg);
  background-size: 70px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.8);
}
@media all and (max-width: 896px) {
  .bg-fixed2:before {
    background-attachment: scroll;
  }
}

.bg-beige {
  position: relative;
}
.bg-beige:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: #faf7f0;
  opacity: 0.5;
  z-index: -2;
}

.bg-01 {
  position: relative;
}
.bg-01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
}
@media all and (max-width: 896px) {
  .bg-01:before {
    background-attachment: scroll;
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  font-size: 1.2rem;
  text-align: center;
}
.tbl th {
  background: #c4c4c4;
  width: 20%;
}
.tbl td .batu {
  background: linear-gradient(transparent 50%, #ff393f 70%, transparent 70%);
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 5px;
    font-size: 1.1rem;
  }
}

.tbl_new {
  margin: 0 auto;
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 0.98em;
}
.tbl_new tr th {
  font-weight: 500;
  width: 30%;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 20%;
    padding: 8px 7px;
    font-size: 0.9em;
    font-weight: 500;
  }
}
@media all and (max-width: 639px) {
  .tbl_new tr td {
    padding: 13px 5px;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #303030;
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #dcd0c0;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.1rem;
  }
}
.tbl-border th {
  width: 25%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #dcd0c0;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 1100px) {
  .tbl-border th {
    width: 21%;
    padding: 10px;
  }
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 33%;
  }
}
.tbl-border td {
  word-break: break-all;
}
@media all and (max-width: 639px) {
  .tbl-border td {
    padding: 10px 5px;
  }
}
.tbl-border.type01 th,
.tbl-border.type01 td {
  font-size: 1.4rem;
}
.tbl-border.type01 th {
  width: 35%;
}
@media all and (max-width: 639px) {
  .tbl-border.type01 th {
    width: 30%;
  }
}

.price {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 2rem;
  color: #a98d66;
  text-align: right;
}
.price span {
  font-size: 1.5rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 2rem;
  }
  .price span {
    font-size: 1.2rem;
  }
}

.p-tbl {
  width: 100%;
}
.p-tbl tr {
  border-bottom: 1px solid #b3b3b3;
}
.p-tbl tr:last-child {
  border-bottom: none;
}
.p-tbl th,
.p-tbl td {
  padding: 15px 10px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #b3b3b3;
}
.p-tbl th:last-child,
.p-tbl td:last-child {
  border-right: none;
}
.p-tbl td {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.p-tbl td.txt {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  font-size: 13px;
  width: 40%;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .p-tbl td.txt {
    font-size: 1rem;
    padding: 10px;
  }
}
@media all and (max-width: 639px) {
  .p-tbl th,
  .p-tbl td {
    padding: 10px 5px;
    font-size: 1rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 15px;
  vertical-align: middle;
}
.company th {
  width: 30%;
  position: relative;
  background: #a98d66;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #a98d66;
  margin-top: -10px;
}
@media all and (max-width: 639px) {
  .company th {
    width: 40%;
  }
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl0 {
  width: 100%;
  margin-bottom: 30px;
}
.tbl0 th,
.tbl0 td {
  padding: 5px;
  border: 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #555;
  color: #1a1103;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl0 th,
  .tbl0 td {
    font-size: 0.9rem;
  }
}
.tbl0 th {
  font-weight: normal;
  background: none;
  color: #333;
  font-weight: 600;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
.tbl0 th.nmb {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.tbl0.type1 th,
.tbl0.type1 td {
  font-size: 1.5rem;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
@media all and (max-width: 639px) {
  .tbl0.type1 th,
  .tbl0.type1 td {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .tbl0.type1 th:nth-child(1), .tbl0.type1 th:nth-child(2),
  .tbl0.type1 td:nth-child(1),
  .tbl0.type1 td:nth-child(2) {
    width: 10%;
  }
  .tbl0.type1 th:nth-child(3), .tbl0.type1 th:nth-child(4), .tbl0.type1 th:nth-child(5),
  .tbl0.type1 td:nth-child(3),
  .tbl0.type1 td:nth-child(4),
  .tbl0.type1 td:nth-child(5) {
    width: 20%;
  }
}
.tbl0.type1 th {
  background: rgba(169, 141, 102, 0.1);
}

.f-tbl {
  width: 100%;
}
.f-tbl th,
.f-tbl td {
  padding: 10px 15px;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .f-tbl th,
  .f-tbl td {
    padding: 5px 10px;
    font-size: 1.1rem;
  }
}
.f-tbl th {
  color: #202020;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
.f-tbl.ja th {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.footer {
  padding-bottom: 0;
  height: 350px;
  background: #a98d66;
}
.ggmap.footer iframe,
.ggmap.footer object,
.ggmap.footer embed {
  filter: hue-rotate(333deg);
  -webkit-filter: hue-rotate(333deg);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(221, 221, 221, 0.6431372549);
}
.list_common.common_big li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list_check li {
  padding: 8px;
  font-weight: 600;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #a98d66;
}
.list_check li:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #a98d66;
  font-weight: normal;
  right: -6px;
  position: relative;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "-";
    color: #a98d66;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list > li {
  line-height: 2;
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 3.5em;
  padding-bottom: 20px;
  color: #fff;
  font-size: 2rem;
}
.ol-list > li .ol-lead {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-size: 2rem;
}
.ol-list > li .inner {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2rem;
  color: #fefefe;
  border-radius: 50%;
  padding: 5px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.ol-list > li:after {
  position: absolute;
  content: "";
  width: 2em;
  height: 2em;
  left: 0.5em;
  top: 16px;
  z-index: -1;
  transform: rotate(45deg);
  background: linear-gradient(45deg, #9b4d3b, #d6be92, #763b2d);
  background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
}
@media all and (max-width: 896px) {
  .ol-list > li::before {
    top: 43%;
  }
  .ol-list > li:after {
    top: 11px;
  }
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1em;
    padding-left: 2.7em;
  }
  .ol-list > li .ol-lead {
    font-size: 1em;
  }
  .ol-list > li .inner {
    font-size: 0.9em;
  }
  .ol-list > li::before {
    font-size: 1.5rem;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    top: 23px;
    left: -3px;
  }
  .ol-list > li:after {
    width: 1.6em;
    height: 1.6em;
    left: 0px;
    top: 14px;
  }
}

.list_disc.dash li {
  padding-left: 15px;
  position: relative;
}
.list_disc.dash li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.list_disc.dash li:before {
  content: "";
  position: absolute;
  margin-right: 5px;
  color: #a98d66;
  top: 0.5em;
  left: -1em;
  width: 14px;
  height: 14px;
  background: #a98d66;
  transform: rotate(45deg);
}
@media all and (max-width: 896px) {
  .list_disc.dash li {
    padding-left: 25px;
  }
  .list_disc.dash li:before {
    position: absolute;
    left: 0.1em;
    top: 0.8em;
    width: 13px;
    height: 13px;
  }
}
@media all and (max-width: 639px) {
  .list_disc.dash li {
    padding-left: 25px;
    font-size: 0.93em;
    letter-spacing: 0.02em;
    line-height: 20px;
  }
  .list_disc.dash li:before {
    position: absolute;
    left: 0.5em;
    top: 0.8em;
    width: 12px;
    height: 12px;
  }
}
.list_disc li {
  padding: 5px 0;
  line-height: 20px;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list_disc li:before {
  content: "";
  position: absolute;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: #fff;
  left: 0;
}
@media all and (max-width: 639px) {
  .list_disc li {
    padding-left: 21px;
    line-height: 15px;
  }
  .list_disc li:before {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 15px;
  }
}
.list_disc.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_disc.type1 li {
  width: 48%;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-left: 1.4em;
}
.list_disc.type1 li b {
  color: #202020;
}
.list_disc.type1 li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: none;
}
.list_disc.type1 li:before {
  color: #202020;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 639px) {
  .list_disc.type1 li {
    font-size: 1.2rem;
  }
}

.list_disc2 li {
  padding: 3px 0 3px 20px;
  position: relative;
  font-size: 1.4rem;
}
.list_disc2 li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list_disc2 li:before {
  position: absolute;
  content: "●";
  top: 8px;
  left: 0;
  font-size: 10px;
  color: #a98d66;
}
@media all and (max-width: 639px) {
  .list_disc2 li {
    font-size: 0.9em;
    padding: 3px 0 3px 15px;
  }
  .list_disc2 li:before {
    font-size: 8px;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 50px;
  justify-content: center;
}
.list-btn li {
  width: 32.5%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  color: #a98d66;
  font-weight: 600;
  padding: 10px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 1px solid #a98d66;
}
.list-btn li a:hover {
  background: #a98d66;
  color: #fefefe;
}
.list-btn li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 98%;
    margin: 0 auto 10px;
  }
  .list-btn li:nth-child(4n) {
    margin: 0 auto;
  }
}
.list-btn.type1 {
  margin: 0 auto;
}
.list-btn.type1 li {
  width: 49%;
  margin: 0 1.995% 10px 0;
}
.list-btn.type1 li a {
  background: #a98d66;
  border: none;
  color: #fefefe;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.list-btn.type1 li a:hover {
  background: #735e40;
}
.list-btn.type1 li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list-btn.type1 li a {
    font-size: 1.4rem;
  }
}

.list-btn2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 50px;
  justify-content: center;
}
.list-btn2 li {
  width: 32.5%;
  margin: 0 1.995% 10px 0;
}
.list-btn2 li:last-child {
  margin-right: 0;
}
.list-btn2 li a {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  padding: 12px;
  border: 1px solid #a98d66;
  display: block;
  text-align: center;
  transition: 0.4s;
  width: 90%;
}
.list-btn2 li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a98d66;
  top: 0;
  left: 10px;
  text-align: center;
}
.list-btn2 li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a98d66;
  top: 0;
  right: 10px;
}
.list-btn2 li a:hover {
  color: #fff;
  box-shadow: rgba(169, 141, 102, 0.9) 0 80px 0px 2px inset;
  transition: 0.6s;
}
.list-btn2 li a:hover:before {
  transition: 0.4s;
  left: -1px;
}
.list-btn2 li a:hover:after {
  transition: 0.4s;
  right: -1px;
}
@media all and (max-width: 896px) {
  .list-btn2 li a {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .list-btn2 li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .list-btn2 li a {
    margin: 0 auto;
    font-size: 1em;
  }
  .list-btn2 li:nth-child(4n) {
    margin: 0 auto;
  }
}
.list-btn2 li.silver a {
  border: 1px solid #c4c4c4;
}
.list-btn2 li.silver a:before {
  background-color: #c4c4c4;
}
.list-btn2 li.silver a:after {
  background-color: #c4c4c4;
}
.list-btn2 li.silver a:hover {
  color: #fff;
  box-shadow: rgba(196, 196, 196, 0.9) 0 80px 0px 2px inset;
  transition: 0.6s;
}
.list-btn2 li.silver a:hover:before {
  transition: 0.4s;
  left: -1px;
}
.list-btn2 li.silver a:hover:after {
  transition: 0.4s;
  right: -1px;
}

.kiritori {
  height: 1px;
  background: url(../img/1x/border.png) no-repeat 50%/contain;
  height: 7px;
  margin: 40px auto;
  width: 95%;
  display: block;
}
@media all and (max-width: 896px) {
  .kiritori {
    margin: 20px auto;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2 .child {
  width: 48%;
}
.column2 .child ul li {
  margin-bottom: 30px;
}
.column2 .child ul li:hover {
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .column2 .child {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child {
    width: 100%;
  }
  .column2 .child figure img {
    height: 250px;
  }
  .column2 .child.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}

/*top-column2
----------------------------------*/
.top-column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}
.top-column2 .child {
  padding: 20px;
  position: relative;
  z-index: 1;
  left: 0px;
  position: absolute;
  bottom: 0;
}
.top-column2 .child p span {
  padding: 0.5em;
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .top-column2 .child .sp-box {
    background-color: #fff;
    padding: 5px;
  }
}
.top-column2 .child-img {
  width: 68%;
  position: relative;
  z-index: -1;
}
.top-column2 .child-img .child-img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  .top-column2 .child {
    width: 90%;
    padding: 5px;
  }
  .top-column2 .child-img {
    width: 60%;
    order: -1;
    margin-bottom: 20px;
  }
  .top-column2 .child-img .child-img_inner {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .top-column2 .child {
    width: 100%;
    padding: 5px;
    position: relative;
    left: 0;
  }
  .top-column2 .child p span {
    background-color: transparent;
    font-size: inherit;
    padding: 0;
  }
  .top-column2 .child-img {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  .top-column2 .child-img .child-img_inner {
    height: 300px;
  }
}

/*top-bnr
-----------------------------------*/
.top-bnr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 95%;
}
.top-bnr a {
  display: block;
  text-align: center;
  padding: 30px;
  transition: all 0.4s ease;
  border-radius: 15px;
  border: 1px solid rgba(169, 141, 102, 0.9);
}
.top-bnr a:before, .top-bnr a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-bnr a:before {
  background: url(../img/top-bnr.jpg) no-repeat left bottom/cover;
  z-index: -2;
}
.top-bnr a:after {
  background: radial-gradient(circle, #a98d66 0%, #a98d66 80%, #a98d66 100%);
  z-index: -1;
}
.top-bnr a .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.top-bnr a .inner .child {
  width: 28%;
}
.top-bnr a .inner .child-txt {
  width: 44%;
  padding: 0 10px;
}
.top-bnr a .inner p {
  color: #111;
}
.top-bnr a .inner .top-bnr-title {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #111;
  font-size: 2.8rem;
}
.top-bnr a .inner .top-bnr-title.type1 {
  display: table;
  margin: 10px auto 0;
  border-bottom: 4px double #fff;
  font-size: 1.9rem;
}
.top-bnr a .inner .top-bnr-title.type1 span {
  font-size: 2.6rem;
}
.top-bnr a .inner .top-bnr-txt {
  color: #493d36;
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 25px;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}
.top-bnr a:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
.top-bnr a:hover .top-bnr-txt {
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
@media all and (max-width: 1200px) {
  .top-bnr a {
    padding: 20px;
  }
  .top-bnr a .inner .top-bnr-title {
    font-size: 1.45rem;
    letter-spacing: 0.1em;
  }
  .top-bnr a .inner .top-bnr-title span {
    font-size: 3.4rem;
  }
  .top-bnr a .inner .top-bnr-title.type1 {
    font-size: 1.7rem;
  }
  .top-bnr a .inner .top-bnr-title.type1 span {
    font-size: 2.4rem;
  }
  .top-bnr a .inner .top-bnr-txt {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
@media all and (max-width: 896px) {
  .top-bnr a .inner .top-bnr-title {
    font-size: 1.3rem;
  }
  .top-bnr a .inner .top-bnr-title span {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .top-bnr a .inner .top-bnr-title.type1 {
    font-size: 1.45rem;
  }
  .top-bnr a .inner .top-bnr-title.type1 span {
    font-size: 1.8rem;
  }
  .top-bnr a .inner .top-bnr-txt {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 639px) {
  .top-bnr a {
    border-radius: 5px;
    padding: 11px;
  }
  .top-bnr a .inner {
    margin: auto;
  }
  .top-bnr a .inner .child {
    width: 50%;
  }
  .top-bnr a .inner .child-txt {
    order: -1;
    width: 100%;
    padding: 0 0 20px;
  }
  .top-bnr a .inner .top-bnr-title {
    font-size: 1.9rem;
  }
  .top-bnr a .inner .top-bnr-title span {
    font-size: 2rem;
  }
  .top-bnr a .inner .top-bnr-title.type1 {
    font-size: 1.25rem;
  }
  .top-bnr a .inner .top-bnr-title.type1 span {
    font-size: 1.5rem;
  }
  .top-bnr a .inner p {
    font-size: 1.1rem;
  }
  .top-bnr a .inner .top-bnr-txt {
    font-size: 1.1rem;
  }
}

/* blog
----------------------------------*/
.top-blog .pages {
  display: none;
}

#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 10px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .blog-wrap > li:last-child {
    border-bottom: none;
  }
}

.blog-wrap2 {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap2 * {
  transition: 0.3s;
}
.blog-wrap2 > li {
  width: 100%;
  margin: 0 0.5%;
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 5px #ddd;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 10px;
  align-items: center;
}
.blog-wrap2 > li:hover {
  box-shadow: 15px 15px 10px #ddd;
}
.blog-wrap2 > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.blog-wrap2 > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap2 > li {
    width: 100%;
    margin: 0 auto;
  }
}
.blog-wrap2 .blog-detail {
  width: 55%;
  margin-top: -5px;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-detail {
    width: 60%;
    padding: 15px 10px;
  }
}
.blog-wrap2 .blog-date {
  border: none;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  color: #fefefe;
  background: #a98d66;
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 600;
  border-radius: 5px;
}
.blog-wrap2 .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1a1103;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-title {
    font-size: 1.6rem;
  }
}
.blog-wrap2 .blog-txt {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-txt {
    font-size: 12px;
  }
}
.blog-wrap2 .blog-img {
  width: 45%;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.blog-wrap2 .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap2 .blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-img {
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-img {
    width: 40%;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-img {
    width: 30%;
    height: 130px;
  }
}

.blog-detail {
  margin-top: 10px;
}
@media all and (max-width: 639px) {
  .blog-detail {
    margin-top: 0;
    width: 65%;
  }
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-page-detail {
  margin-bottom: 15px;
}

.blog-date {
  border: 1px solid #ccc;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #aaa;
  font-size: 12px;
}

.blog-date2 {
  color: #7d6646;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 600;
  line-height: 1.5;
  margin: 6px 0;
}
@media all and (max-width: 639px) {
  .blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
  }
}

.blog-txt {
  line-height: 1.5;
  padding: 8px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
    padding: 8px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #a98d66;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}
.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #c4c4c4;
}
.category_nav li:last-child a {
  border-bottom: none;
}

/* blog_topics
----------------------------------*/
/* news_top */
.news_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_top div .mtitle_news {
  margin-bottom: 0;
}
.news_top div .jp {
  font-size: 18px;
}

.blog_topics {
  width: 100%;
  background-color: #fff;
}
.blog_topics li:first-child a {
  border-top: 1px solid #ddd;
}
.blog_topics li a {
  display: block;
  color: #1a1103;
  padding: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}
.blog_topics li a:hover {
  background: #F6F6F6;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 15%;
  height: 100px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 85%;
  padding-left: 10px;
}
.blog_topics li a .time_date {
  width: 120px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 8px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 20%;
    height: 60px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 80%;
    font-size: 90%;
    line-height: 1.5;
  }
  .blog_topics li a .time_date {
    width: 120px;
    font-size: 10px;
  }
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}
@media all and (max-width: 639px) {
  .cut {
    font-size: 1em;
  }
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.tbbr {
  display: none;
}

.color1 {
  color: #a98d66;
}

.color2 {
  color: #202020;
}

.color3 {
  color: #dcd0c0;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}
.num a {
  color: #a98d66;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #202020;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 30px auto 30px;
}
.telbnr li {
  border: 1px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 18px;
}
.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #a98d66;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #a98d66;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 1.6rem !important;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.5rem;
  color: #101010;
  margin-top: -27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.telbnr-ttl span {
  background-color: #101010;
  padding: 0 20px;
  color: #fff;
  width: 100%;
}
@media all and (max-width: 896px) {
  .telbnr-ttl {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1em;
    margin-top: -12px;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #999;
}
.breadcrumb li a {
  color: #a98d66;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form-contents form dl dd:not(.pattern-exclusion) input {
  vertical-align: inherit;
}

.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #a98d66;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: rgb(167, 167, 167);
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form dl dd input {
  margin-top: -0.5rem;
}
@media all and (max-width: 639px) {
  .form dl dd {
    font-size: 1.3rem;
  }
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  background: #f0f0f0;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
  padding: 10px;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #a98d66;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #a98d66;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #a98d66;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #a98d66;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #a98d66;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #a98d66;
  border-bottom: 3px solid #a98d66;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type=checkbox] {
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type=text],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type=text],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  border: 3px solid #202020;
  background: #fefefe;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #111;
  font-weight: 600;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
}
.mtitle_small:before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #a98d66;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
}
.mtitle_small2:before {
  content: "";
  background-color: #a98d66;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.title05 {
  padding-left: 3%;
  position: relative;
  margin-bottom: 2em;
}
.title05 span {
  color: #fff;
  font-size: 2.5rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.title05 span.eng {
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  color: #a98d66;
  margin-right: 15px;
}
.title05:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 90%;
  top: 0;
  left: 0;
  background: #d5a158;
  position: absolute;
  border-radius: 9999px;
}
.title05.type1 span.eng {
  color: #ccc;
}
.title05.type1:before {
  content: "";
  background: #ccc;
}
@media all and (max-width: 639px) {
  .title05 {
    padding-left: 4%;
  }
  .title05 span {
    font-size: 1.8rem;
  }
  .title05 span.eng {
    font-size: 2.3rem;
  }
}

.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  content: "必須";
  color: #fff;
  background: #a98d66 !important;
}

/*photoギャラリー
----------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 18.5%;
  margin: 0 1.3333333333% 25px 0;
  padding: 10px;
  background-color: #fff;
}
.gallery li:nth-child(5n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(196, 196, 196, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 140px;
  margin-bottom: 20px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li .normal-bl dd a {
  height: inherit !important;
  background: none !important;
}
.gallery li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
  letter-spacing: 0;
}
@media all and (max-width: 1100px) {
  .gallery li {
    width: 23.5%;
  }
  .gallery li:nth-child(4n) {
    margin-right: 0;
  }
  .gallery li:nth-child(5n) {
    margin: 0 1.3333333333% 25px 0;
  }
}
@media all and (max-width: 896px) {
  .gallery li {
    width: 31.5%;
  }
  .gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery li:nth-child(4n) {
    margin: 0 1.3333333333% 25px 0;
  }
  .gallery li:nth-child(5n) {
    margin: 0 1.3333333333% 25px 0;
  }
}
@media all and (max-width: 639px) {
  .gallery li {
    width: 48%;
    margin: 0 1.3333333333% 25px 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li:nth-child(3n) {
    margin: 0 1.3333333333% 25px 0;
  }
  .gallery li a {
    height: 100px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.gallery.col3 li {
  width: 31%;
  margin: 0 1% 60px;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
.gallery.col3 li a {
  height: 120px;
  background: #fefefe;
}
.gallery.col3 li a img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.gallery.col3 li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.gallery.col4 li {
  width: 23%;
  margin: 0 1% 20px;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 250px;
  background: #fefefe;
}
.gallery.col4 li a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery.col4 li p {
  text-align: left;
}
@media all and (max-width: 896px) {
  .gallery.col4 li a {
    height: 150px;
  }
}
@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 48%;
    margin: 0 1% 10px 0;
  }
  .gallery.col4 li:nth-child(4n) {
    margin: 0 1% 10px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery.col4 li a {
    height: 150px;
  }
}
.gallery.silver .normal-bl dt {
  background-color: #c4c4c4 !important;
}
.gallery.silver .normal-bl dd a {
  color: #787878;
  font-weight: 600;
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background-color: #111;
  color: #fff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(169, 141, 102, 0.3);
}
.list2.type2 > li,
.list2.type2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2.type2 > li:nth-child(2n),
.list2.type2 .child:nth-child(2n) {
  margin-left: 4%;
}
.list2.ai-c {
  align-items: center;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 896px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2 > li figure,
.list2 .child figure {
  height: 350px;
  overflow: hidden;
}
.list2 > li figure img,
.list2 .child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .list2 > li figure,
  .list2 .child figure {
    height: 210px;
  }
}
@media all and (max-width: 896px) {
  .list2 > li.list2-img,
  .list2 .child.list2-img {
    order: -1;
  }
}
@media all and (max-width: 896px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 50px auto 0;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
    font-size: 1.2rem;
  }
}
.list2 > li .link,
.list2 .child .link {
  display: block;
  transition: 0.2s all ease;
  text-align: center;
}
.list2 > li .link:hover,
.list2 .child .link:hover {
  opacity: 0.6;
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.jc-c {
  justify-content: center;
}
.list3.ai-c {
  align-items: center;
}
.list3.type1 > li,
.list3.type1 .child {
  padding: 15px;
  background-color: #fff;
}
.list3 > li,
.list3 .child {
  width: 31%;
  position: relative;
  margin: 0 1.7733333333% 20px 0;
}
.list3 > li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3 > li,
  .list3 .child {
    width: 48%;
  }
  .list3 > li:nth-child(2n),
  .list3 .child:nth-child(2n) {
    margin-right: 0;
  }
  .list3 > li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: 3.495%;
  }
}
@media all and (max-width: 639px) {
  .list3 > li,
  .list3 .child {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 > li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:nth-child(2n),
  .list3 .child:nth-child(2n) {
    margin-right: auto;
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 > li,
.list4 .child {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 > li:nth-child(4n),
.list4 .child:nth-child(4n) {
  margin-right: 0;
}

.prv dt {
  color: #a98d66;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
}

.flow-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 li {
  width: 100%;
  background-color: #fefefe;
}
.flow-list.type1 li .flow-title {
  margin-bottom: 10px;
}
.flow-list li {
  width: 48%;
  margin-right: 4%;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  background: #fefefe;
}
.flow-list li:not(:last-child) {
  margin-bottom: 35px;
}
.flow-list li.type100 {
  flex-basis: 100%;
  margin-right: 0;
}
.flow-list li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-list li {
    width: 90%;
    margin: 0 auto 30px;
    padding: 25px 18px;
  }
  .flow-list li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list li .flow-num {
  color: #a98d66;
  font-size: 3.5rem;
  border-right: 1px solid #a98d66;
  padding-right: 15px;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.flow-list li .flow-num span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.flow-list li .txt {
  flex: 1;
  margin-left: 35px;
  margin-right: 35px;
}
.flow-list li .img {
  width: 274px;
}
.flow-list li .flow-title {
  color: #1a1103;
  border-bottom: 1px solid #202020;
  padding-bottom: 4px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-size: 1.7rem;
}
@media all and (max-width: 896px) {
  .flow-list li .img {
    width: 220px;
  }
}
@media all and (max-width: 639px) {
  .flow-list li {
    flex-direction: column;
    justify-content: stretch;
  }
  .flow-list li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #202020;
  }
  .flow-list li .flow-title {
    font-size: 1.5rem;
    padding-bottom: 10px;
    text-align: center;
  }
  .flow-list li .txt {
    margin: 10px auto 0;
    flex: 0 1 auto;
    width: 100%;
    font-size: 1.1em;
  }
  .flow-list li .img {
    width: 100%;
  }
}

.flow-dl .flow-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: solid 1px #a98d66;
}
.flow-dl .flow-inner dt {
  width: 10%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #a98d66;
  line-height: 1.3;
}
.flow-dl .flow-inner dt .eng {
  font-size: 1.1rem;
  color: #a98d66;
  display: block;
}
.flow-dl .flow-inner dt .eng::after {
  content: ".";
}
.flow-dl .flow-inner dd {
  width: 87%;
  border-left: 1px solid #a98d66;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    width: 20%;
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dd {
    width: 77%;
  }
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #a98d66;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}
.blog-month ul li:hover {
  background: #c4c4c4;
  transition: all 0.4s ease;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#mainbg {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

/*qa*/
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #a98d66;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl.open dt::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  padding: 20px 30px 20px 60px;
  background-color: #010101;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: "Q";
  color: #fff;
  font-weight: bold;
}
.qa-list dl dt:after {
  position: absolute;
  top: 48%;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #a98d66;
  border-right: 1px solid #a98d66;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-color: #fefefe;
}
.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A";
  font-weight: bold;
  color: #df1414;
}
@media all and (max-width: 1100px) {
  .qa-list dl dt {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 40px 16px 42px;
    font-size: 12px;
  }
  .qa-list dl dt:before {
    font-size: 14px;
    top: 20px;
    left: 15px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 20px 16px 40px;
    font-size: 12px;
  }
  .qa-list dl dd:before {
    font-size: 14px;
    left: 15px;
    margin-top: 5px;
  }
}

.faq-dl .faq-inner {
  position: relative;
}
.faq-dl .faq-inner:not(:last-of-type) {
  border-bottom: 2px dashed #e7e7e7;
}
.faq-dl .faq-inner::before {
  content: "";
  position: absolute;
  top: calc(1.8rem + 20px);
  left: 0;
  width: 0;
  height: 10px;
  background-image: linear-gradient(to right, #a98d66, #dcd0c0);
  opacity: 0.5;
}
.faq-dl .faq-inner:hover::before {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt,
  .faq-dl .faq-inner dd {
    font-size: 1.3rem;
  }
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0.5rem;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  padding: 20px 10px;
  padding-left: 55px;
  margin: 5px auto;
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt {
    padding-left: 45px;
  }
}
.faq-dl .faq-inner dt:before {
  content: "Q.";
  color: #1a1103;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:before {
    font-size: 2rem;
  }
}
.faq-dl .faq-inner dd {
  display: none;
  margin-top: 10px;
  padding: 20px 10px 40px;
  padding-left: 55px;
}
.faq-dl .faq-inner dd:before {
  content: "A.";
  color: #a98d66;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dd:before {
    font-size: 2rem;
  }
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 896px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: flex;
}
.sns-list.vertical {
  display: block;
}
.sns-list.vertical li {
  margin-bottom: 20px;
  display: flex;
}
.sns-list.vertical li a {
  margin-right: 10px;
  max-width: 100%;
  min-width: 250px;
  height: auto;
  line-height: auto;
  border-radius: 0;
  padding: 5px 20px;
}
.sns-list.vertical li a i {
  margin-right: 4px;
}
.sns-list.center {
  justify-content: center;
  margin: 15px 0;
}
.sns-list.big li a {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-list li a {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 15px;
  color: #fefefe;
  display: block;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  border: 1px solid #fff;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-base {
  background: #0CADA9;
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

/* slide_list
----------------------------------*/
.slide_list {
  position: relative;
  display: none;
}
.slide_list li {
  margin-right: 1%;
  width: 350px;
}
.slide_list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_list li table,
.slide_list li p {
  display: none;
}
@media all and (max-width: 639px) {
  .slide_list li img {
    height: 180px;
  }
}

.bnr-img img:hover {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.3s ease;
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
  z-index: 20;
}
.accordion dt {
  background: #101010;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
}
.accordion dt:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 83%;
  border: 1px solid #f5cb90;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt:hover {
  background: #222;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 20px;
  background: #101010;
  color: #fff;
  border-bottom: 1px dotted #111;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1em;
  }
  .accordion dt:before {
    width: 98%;
  }
  .accordion dt:after {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 1em;
    font-size: 0.9em;
  }
}

.h-img {
  width: 250px;
  height: 300px;
  overflow: hidden;
}
.h-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .h-img {
    width: 100%;
    height: 300px;
  }
}
.h-img.h-500 {
  height: 500px;
}
@media all and (max-width: 639px) {
  .h-img.h-500 {
    width: 100%;
    height: 200px;
  }
}
.h-img.h-600 {
  height: 600px;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .h-img.h-600 {
    height: 400px;
  }
}
@media all and (max-width: 896px) {
  .h-img.h-600 {
    height: 330px;
  }
}
@media all and (max-width: 639px) {
  .h-img.h-600 {
    height: 200px;
  }
}
.h-img.rd {
  border-radius: 20px;
}
.h-img.long {
  height: 400px;
}
@media all and (max-width: 896px) {
  .h-img.long {
    width: 100%;
    height: 200px;
  }
}

.btn_wk2 a {
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  max-width: 200px;
  width: 80%;
  font-size: 90%;
  margin-top: 30px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}
.btn_wk2 a span {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before, .btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  color: #a98d66;
  background: #fff;
  border-color: transparent;
}
.btn_wk2 a:hover:before, .btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #fff;
}
.btn_wk2.btn-r a {
  margin-right: 5px;
}
.btn_wk2.base a {
  color: #a98d66;
  border: 1px solid #a98d66;
}
.btn_wk2.base a:before, .btn_wk2.base a:after {
  border: solid #a98d66;
}
.btn_wk2.base a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2.base a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2.base a:hover {
  color: #fff;
  background: #a98d66;
  border-color: transparent;
}
.btn_wk2.base a:hover:before, .btn_wk2.base a:hover:after {
  border-color: #a98d66;
}
.btn_wk2.right a {
  margin-right: 0;
}
.btn_wk2.left a {
  margin-left: 0;
}

.s-product {
  position: relative;
  margin: 40px auto 0;
}
@media all and (max-width: 639px) {
  .s-product {
    padding-bottom: 6rem;
  }
}
.s-product > .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 639px) {
  .s-product > .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: initial;
  }
}
.s-product > .swiper-wrapper > .swiper-slide {
  width: 31.3333333333%;
  margin: 0 2% 40px 0;
  background: transparent;
  position: relative;
}
.s-product > .swiper-wrapper > .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .s-product > .swiper-wrapper > .swiper-slide {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .s-product > .swiper-wrapper > .swiper-slide:nth-child(3n), .s-product > .swiper-wrapper > .swiper-slide:nth-child(2n) {
    margin-right: auto;
  }
}
.s-product > .swiper-wrapper > .swiper-slide .img-area {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.s-product > .swiper-wrapper > .swiper-slide .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
}
@media all and (max-width: 1100px) {
  .s-product > .swiper-wrapper > .swiper-slide .img-area {
    height: 210px;
  }
}
@media all and (max-width: 896px) {
  .s-product > .swiper-wrapper > .swiper-slide .img-area {
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .s-product > .swiper-wrapper > .swiper-slide .img-area {
    height: 180px;
  }
}
.s-product > .swiper-wrapper > .swiper-slide .cate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 115px;
}
.s-product > .swiper-wrapper > .swiper-slide .cate .nmb {
  width: 20%;
  display: block;
  color: #d5a158;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 200;
  font-size: 5rem;
  text-align: center;
  background: linear-gradient(90deg, rgb(172, 143, 63) 0%, rgb(228, 194, 80) 39%, rgb(198, 141, 50) 70%, rgb(230, 199, 112) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 15px;
}
.s-product > .swiper-wrapper > .swiper-slide .cate .nmb span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: -1rem;
}
@media all and (max-width: 896px) {
  .s-product > .swiper-wrapper > .swiper-slide .cate .nmb {
    font-size: 3rem;
  }
  .s-product > .swiper-wrapper > .swiper-slide .cate .nmb span {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .s-product > .swiper-wrapper > .swiper-slide .cate .nmb {
    font-size: 4rem;
    height: auto;
  }
  .s-product > .swiper-wrapper > .swiper-slide .cate .nmb span {
    font-size: 0.9rem;
  }
}
.s-product > .swiper-wrapper > .swiper-slide .cate .ttl {
  width: 77%;
  font-size: 1.9rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 1100px) {
  .s-product > .swiper-wrapper > .swiper-slide .cate .ttl {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .s-product > .swiper-wrapper > .swiper-slide .cate .ttl {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .s-product > .swiper-wrapper > .swiper-slide .cate .ttl {
    font-size: 1.4rem;
  }
}
.s-product > .swiper-wrapper > .swiper-slide .txt {
  color: #333;
}
.s-product > .swiper-wrapper > .swiper-slide .btn {
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  text-align: right;
}
.s-product > .swiper-wrapper > .swiper-slide .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: #dcd0c0;
  opacity: 0.5;
  z-index: -2;
  border-radius: 30px;
}
.s-product > .swiper-wrapper > .swiper-slide:hover {
  transition: all 0.3s ease;
}
.s-product > .swiper-wrapper > .swiper-slide:hover .img-area img {
  transition: all 0.3s ease;
}
.s-product > .swiper-wrapper > .swiper-slide:hover .btn::after {
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
}
.s-product .swiper-controller {
  display: none;
}
@media all and (max-width: 639px) {
  .s-product .swiper-controller {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.s-product .swiper-button-prev,
.s-product .swiper-button-next {
  position: relative;
  margin: 0;
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-image: none;
  border-radius: 50%;
  background: #a98d66;
}
@media all and (max-width: 896px) {
  .s-product .swiper-button-prev,
  .s-product .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.s-product .swiper-button-prev::before,
.s-product .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}
.s-product .swiper-button-prev::after,
.s-product .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fefefe;
  border-width: 2px 2px 0 0;
}
.s-product .swiper-button-prev:hover::before,
.s-product .swiper-button-next:hover::before {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: scale(1.2);
}
.s-product .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.s-product .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.s-product .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.menu-list {
  width: 100%;
  margin: auto;
}
.menu-list > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.menu-list > li:not(:last-child) {
  margin-bottom: 15px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#1a1103 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .info {
  flex-basis: 100%;
  font-size: 95%;
  color: #b01010;
  margin-top: 5px;
  padding: 5px 10px;
}
.menu-list > li .info.capt {
  margin-top: 10px;
  background: #fefefe;
}
.menu-list > li .left {
  order: -1;
  max-width: 65%;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #1a1103;
  font-size: 1.5rem;
  position: relative;
}
.menu-list > li .left .small {
  display: block;
  font-size: 1.2rem;
}
.menu-list > li .left .small::before {
  content: "[";
  padding-right: 3px;
}
.menu-list > li .left .small::after {
  content: "]";
  padding-left: 3px;
}
.menu-list > li .left:after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 50%;
    font-size: 1.3rem;
  }
  .menu-list > li .left .small {
    font-size: 1rem;
  }
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
}

.tab_area {
  width: 98%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.tab_area > .content_class {
  padding: 40px 0;
  border-top: 2px solid #a98d66;
}
@media all and (max-width: 639px) {
  .tab_area > .content_class {
    padding: 25px 0;
  }
}

.tab_class {
  width: calc(50% - 20px);
  height: 50px;
  background-color: #fefefe;
  border: 2px solid #a98d66;
  color: #a98d66;
  font-weight: 600;
  border-bottom: none;
  line-height: 50px;
  margin: 0 10px;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}

input[name=tab_name] {
  display: none;
}

input:checked + .tab_class {
  background-color: #a98d66;
  color: #fefefe;
}

.content_class {
  display: none;
  width: 100%;
}

input:checked + .tab_class + .content_class {
  display: block;
}

.bnr-top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-top-list.type1 li:first-child {
  width: 100%;
}
.bnr-top-list.type1 li:first-child .bnr-img-area {
  height: 310px;
}
.bnr-top-list li {
  width: 32%;
  margin-bottom: 20px;
  position: relative;
}
@media all and (max-width: 639px) {
  .bnr-top-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .bnr-top-list li:last-child {
    margin-bottom: 0;
  }
}
.bnr-top-list li .bnr-img-area {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background: #a98d66;
}
.bnr-top-list li .bnr-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.65;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media all and (max-width: 896px) {
  .bnr-top-list li .bnr-img-area {
    height: 180px;
  }
}
.bnr-top-list li:hover .bnr-img-area img {
  transition: ease 0.5s all;
  opacity: 0.15;
  filter: blur(5px);
  transform: scale(1.1);
}
.bnr-top-list li .text-area {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: block;
}
.bnr-top-list li .text-area h3 {
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #fefefe;
  display: block;
}
.bnr-top-list li .text-area h3 span {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  display: block;
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .bnr-top-list li .text-area h3 {
    margin-bottom: 20px;
  }
}
.bnr-top-list li .text-area .btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.11em;
  line-height: 15px;
  text-align: left;
  color: #fff;
  margin-top: 15px;
  margin-left: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.bnr-top-list li .text-area .btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 5px;
}

.feaure-bnr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .feaure-bnr {
    max-width: 80%;
    margin-bottom: -40px;
  }
}
@media all and (max-width: 639px) {
  .feaure-bnr {
    max-width: 95%;
  }
}
.feaure-bnr > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0 10px 100px;
}
.feaure-bnr > ul > li:last-child {
  padding-bottom: 50px;
}
@media all and (max-width: 639px) {
  .feaure-bnr > ul > li {
    width: 100%;
    padding: 55px 10px;
  }
}
.feaure-bnr > ul > li .img-area {
  width: 60%;
  height: 400px;
  overflow: hidden;
  background: #c4c4c4;
  border-radius: 10px;
}
.feaure-bnr > ul > li .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 1100px) {
  .feaure-bnr > ul > li .img-area {
    width: 55%;
  }
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .img-area {
    width: 100%;
    height: 250px;
  }
}
.feaure-bnr > ul > li .text {
  width: 35%;
}
.feaure-bnr > ul > li .text h4 {
  font-size: 2rem;
  margin-bottom: 35px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  color: #a98d66;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .text h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1100px) {
  .feaure-bnr > ul > li .text {
    width: 40%;
  }
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .text {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
}
.feaure-bnr > ul > li .btn a {
  position: relative;
  display: flex;
  justify-content: end;
  margin: 0 auto;
  margin-top: 65px;
  width: 114px;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .btn a {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.feaure-bnr > ul > li .btn a .link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  color: #a98d66;
  padding-right: 60px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .btn a .link {
    padding-right: 50px;
  }
}
.feaure-bnr > ul > li .btn a:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border: 1px solid #a98d66;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .btn a:before {
    width: 40px;
    height: 40px;
  }
}
.feaure-bnr > ul > li .btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  border-top: 1px solid #a98d66;
  border-right: 1px solid #a98d66;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li .btn a:after {
    right: 20px;
  }
}
.feaure-bnr > ul > li .btn a:hover {
  transition: all 0.3s ease;
}
.feaure-bnr > ul > li .btn a:hover:before {
  background: #a98d66;
}
.feaure-bnr > ul > li .btn a:hover:after {
  border-color: #fefefe !important;
}
.feaure-bnr > ul > li:nth-child(2n) .img-area {
  order: 2;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li:nth-child(2n) .img-area {
    order: 1;
  }
}
.feaure-bnr > ul > li:nth-child(2n) .text {
  order: -1;
}
@media all and (max-width: 896px) {
  .feaure-bnr > ul > li:nth-child(2n) .text {
    order: 2;
  }
}

/* slide_list
----------------------------------*/
.slide_left,
.slide_right {
  position: relative;
  display: none;
}
.slide_left .inner,
.slide_right .inner {
  display: none;
}
.slide_left li,
.slide_right li {
  position: relative;
  margin-right: 2%;
  width: 250px;
  height: 250px;
}
.slide_left li img,
.slide_right li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_left li::after,
.slide_right li::after {
  content: "";
  background-image: linear-gradient(to right top, #a98d66, #202020, #dcd0c0);
  opacity: 0.2;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.slide_left li p,
.slide_right li p {
  display: none;
}
@media all and (max-width: 896px) {
  .slide_left li,
  .slide_right li {
    width: 200px;
    height: 200px;
  }
}

.salonintro {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.salonintro .deco {
  width: 18%;
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .salonintro .deco {
    width: 100%;
    height: 250px;
  }
}
.salonintro .deco:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/001.jpg) no-repeat 35% 50%/cover;
  opacity: 0.8;
  /*
   @include for-size(pro) {
  background-attachment: scroll;
   }*/
}
.salonintro .deco:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202020 url(../img/raster2.png) repeat;
  opacity: 0.3;
  z-index: -1;
}
.salonintro .introduction {
  width: 82%;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #faf7f0;
}
@media all and (max-width: 896px) {
  .salonintro .introduction {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .salonintro .introduction {
    padding: 30px 0 0;
  }
}
.salonintro .introduction .txt {
  width: 50%;
  padding: 0px 30px 0px 30px;
  display: block;
}
@media all and (max-width: 896px) {
  .salonintro .introduction .txt {
    width: 45%;
    padding: 50px 10px;
  }
}
@media all and (max-width: 639px) {
  .salonintro .introduction .txt {
    width: 100%;
  }
}
.salonintro .introduction .right-side {
  width: 45%;
  display: block;
}
.salonintro .introduction .right-side .swiper-slide .slide-img {
  height: 500px;
}
.salonintro .introduction .right-side .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .salonintro .introduction .right-side {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  .salonintro .introduction .right-side {
    width: 100%;
  }
  .salonintro .introduction .right-side .swiper-slide .slide-img {
    height: 250px;
  }
}

.clipboard {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #f7f3e8;
  border-radius: 20px;
  background: #faf7f0;
  padding: 30px;
}
.clipboard::after {
  content: "";
  background: url(../img/clip.png) no-repeat center/contain;
  width: 220px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.clipboard .inner {
  background: #fefefe;
  padding: 40px;
}
@media all and (max-width: 639px) {
  .clipboard .inner {
    padding: 40px 5px;
  }
}

.ringbinder {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #f7f3e8;
  border-radius: 20px;
  background: #faf7f0;
  padding: 30px;
}
.ringbinder .inner {
  background: #fefefe;
  padding: 40px;
  position: relative;
}
.ringbinder .inner::after {
  content: "";
  background: url(../img/ring.png) repeat-y 50% 17px/contain;
  width: 22px;
  height: calc(100% - 17px);
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
@media all and (max-width: 639px) {
  .ringbinder .inner {
    padding: 40px 5px;
  }
}

.greet_news {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.greet_news .greet {
  width: 56%;
  padding: 50px 35px;
  position: relative;
}
.greet_news .greet p {
  line-height: 2.5;
}
.greet_news .greet::before {
  content: "";
  background: url(../img/greeting.jpg) no-repeat 70% 50%/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
@media all and (max-width: 896px) {
  .greet_news .greet {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  .greet_news .greet {
    width: 100%;
    padding: 40px 15px;
    margin-bottom: 50px;
  }
  .greet_news .greet p {
    line-height: 1.8;
  }
  .greet_news .greet p + p {
    margin-top: 15px;
  }
}
.greet_news .news {
  width: 44%;
  padding: 50px 20px;
  background: #a98d66;
}
@media all and (max-width: 896px) {
  .greet_news .news {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  .greet_news .news {
    width: 100%;
    padding: 40px 20px;
  }
}

.staff > li,
.staff .child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media all and (max-width: 639px) {
  .staff > li,
  .staff .child {
    margin-bottom: 80px;
  }
}
.staff > li:last-child,
.staff .child:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 639px) {
  .staff > li:nth-child(2n) .img-box,
  .staff .child:nth-child(2n) .img-box {
    order: 1;
  }
}
.staff > li:nth-child(2n) .info,
.staff .child:nth-child(2n) .info {
  order: -1;
}
@media all and (max-width: 639px) {
  .staff > li:nth-child(2n) .info,
  .staff .child:nth-child(2n) .info {
    order: 2;
  }
}
.staff > li .img-box,
.staff .child .img-box {
  width: 20%;
  height: 200px;
  display: block;
  position: relative;
}
.staff > li .img-box img,
.staff .child .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-clip-path: polygon(84% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 86%, 0 0);
          clip-path: polygon(84% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 86%, 0 0);
}
@media all and (max-width: 639px) {
  .staff > li .img-box,
  .staff .child .img-box {
    width: 65%;
    height: 250px;
    margin: 0 auto 30px;
  }
}
.staff > li .img-box::before, .staff > li .img-box::after,
.staff .child .img-box::before,
.staff .child .img-box::after {
  content: "";
  background: #a98d66;
  width: 50px;
  height: 1px;
  position: absolute;
  transform: rotate(55grad);
}
@media all and (max-width: 896px) {
  .staff > li .img-box::before, .staff > li .img-box::after,
  .staff .child .img-box::before,
  .staff .child .img-box::after {
    transform: rotate(60grad);
  }
}
@media all and (max-width: 639px) {
  .staff > li .img-box::before, .staff > li .img-box::after,
  .staff .child .img-box::before,
  .staff .child .img-box::after {
    transform: rotate(53grad);
  }
}
.staff > li .img-box::before,
.staff .child .img-box::before {
  top: 10px;
  right: -15px;
}
@media all and (max-width: 639px) {
  .staff > li .img-box::before,
  .staff .child .img-box::before {
    top: 15px;
    right: -13px;
  }
}
.staff > li .img-box::after,
.staff .child .img-box::after {
  bottom: 10px;
  left: -15px;
}
@media all and (max-width: 639px) {
  .staff > li .img-box::after,
  .staff .child .img-box::after {
    bottom: 11px;
    left: -12px;
  }
}
.staff > li .info,
.staff .child .info {
  width: 75%;
  position: relative;
  display: block;
}
@media all and (max-width: 639px) {
  .staff > li .info,
  .staff .child .info {
    width: 100%;
  }
}
.staff > li .info .name,
.staff .child .info .name {
  position: relative;
  display: block;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcd0c0;
  padding-bottom: 5px;
  font-size: 1.8rem;
}
.staff > li .info .name span,
.staff .child .info .name span {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #dcd0c0;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
@media all and (max-width: 639px) {
  .staff > li .info .name span,
  .staff .child .info .name span {
    font-size: 1.3rem;
    top: 15px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 20px 15px !important;
  }
  .form-contents form dl dd label {
    display: block !important;
  }
}

.form-pattern-2 .submit-btn {
  color: #fff;
  background: #a98d66 !important;
  border: 1px solid #a98d66 !important;
  -o-border-image: initial;
     border-image: initial;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  border-radius: 25px;
}
.form-pattern-2 .submit-btn:hover {
  color: #a98d66 !important;
  background-color: #fff !important;
}
.form-pattern-2 .submit-btn:hover:before {
  background-color: #a98d66 !important;
}

.trbr {
  display: none;
}
@media all and (max-width: 896px) {
  .trbr {
    display: block;
  }
}

/* fixed-btn
----------------------------------*/
.fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  transform: translateY(-30%);
  display: none;
}
.fixed-btn ul li {
  margin-bottom: 10px;
}
.fixed-btn ul li:nth-child(2n) a {
  background: #202020;
}
.fixed-btn ul li a {
  background: #a98d66;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 70px;
  text-align: center;
  border-radius: 100px 0 0 100px;
}
.fixed-btn ul li a:hover {
  transition: all 0.3s ease;
  transform: translateX(5px);
  background: black;
}
.fixed-btn ul li .cont {
  font-size: 1.3rem;
  text-align: center;
  padding-left: 15px;
}
.fixed-btn ul li .cont i {
  display: block;
  font-size: 2rem;
}
.fixed-btn ul li:nth-child(3) {
  display: none;
}
@media all and (max-width: 639px) {
  .fixed-btn {
    display: block;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 35px);
    width: 100%;
  }
  .fixed-btn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fixed-btn ul li {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  .fixed-btn ul li a {
    width: 100%;
    height: 60px;
    writing-mode: initial;
    border-radius: 0;
  }
  .fixed-btn ul li a:hover {
    transition: all 0.3s ease;
    transform: translateX(0);
  }
  .fixed-btn ul li .cont {
    font-size: 1rem;
    padding: 0;
  }
  .fixed-btn ul li .cont img {
    margin: 0 auto;
    display: block;
  }
  .fixed-btn ul li:nth-child(3) {
    display: block;
  }
}

.new_open_salon {
  position: relative;
}
.new_open_salon .img-area {
  position: relative;
  width: 65%;
  height: 400px;
  z-index: -1;
}
.new_open_salon .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
@media all and (max-width: 1100px) {
  .new_open_salon .img-area {
    width: 70%;
    height: 300px;
  }
}
@media all and (max-width: 896px) {
  .new_open_salon .img-area {
    width: 80%;
    height: 250px;
  }
}
@media all and (max-width: 639px) {
  .new_open_salon .img-area {
    width: 90%;
    height: 150px;
  }
  .new_open_salon .img-area img {
    opacity: 0.35;
  }
}
.new_open_salon .txt-area {
  width: 50%;
  margin: -15% 0 0 auto;
}
@media all and (max-width: 1100px) {
  .new_open_salon .txt-area {
    width: 70%;
  }
}
@media all and (max-width: 896px) {
  .new_open_salon .txt-area {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .new_open_salon .txt-area {
    width: 90%;
  }
}
.new_open_salon .txt-area h3 {
  margin-bottom: 30px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  font-size: 3.5rem;
}
@media all and (max-width: 896px) {
  .new_open_salon .txt-area h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .new_open_salon .txt-area h3 {
    font-size: 2.5rem;
  }
}
.new_open_salon .txt-area h4 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  color: #a98d66;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .new_open_salon .txt-area h4 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .new_open_salon .txt-area h4 {
    font-size: 1.2rem;
  }
}
.new_open_salon .txt-area p + p {
  margin-top: 15px;
}
.new_open_salon .txt-area p {
  letter-spacing: 0.1rem;
  line-height: 2.5;
}
@media all and (max-width: 1100px) {
  .new_open_salon .txt-area p {
    line-height: 1.8;
  }
}
@media all and (max-width: 639px) {
  .new_open_salon .txt-area p {
    font-size: 1.1rem;
  }
}

.sbsc-list li {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(26, 17, 3, 0.05);
  font-weight: 600;
  height: 330px;
}
@media all and (max-width: 639px) {
  .sbsc-list li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sbsc-list li:nth-child(2n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .sbsc-list li {
    flex-direction: column;
  }
}

.arrow {
  font-size: 5rem;
  color: #fff;
  margin-top: 40px;
}

#hed_side {
  position: fixed;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 222;
  transition: 0.2s ease-in all;
}
#hed_side ul li img {
  width: 30px;
}
#hed_side ul li.mail a {
  background-color: #a98d66;
}
#hed_side ul li a {
  display: block;
  padding: 10px 15px 15px;
  background: #a98d66;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
}
#hed_side ul li a.ico {
  font-size: 24px;
  background: #95813f;
}
#hed_side ul li a.sec {
  background: #e0e3e4;
}
#hed_side ul li a span {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  align-items: center;
  margin: 0 auto;
}
#hed_side ul li a:hover {
  opacity: 0.8;
}
#hed_side ul li a:visited {
  opacity: 1;
}

@media all and (max-width: 896px) {
  #hed_side {
    display: none;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 62px;
  }
  #hed_side li {
    border-right: 1px solid #dadada;
  }
  #hed_side li:last-child {
    border-right: none;
  }
}
/*sec01
----------------------------------*/
.sec01 {
  padding: 120px 5vw 160px 5vw;
  position: relative;
}
@media all and (max-width: 900px) {
  .sec01 {
    padding: 40px 0 40px;
    margin-bottom: 0;
  }
}
.sec01 .t-layout-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sec01 .t-layout-wrapper .t-ttl01 {
  right: 7%;
  top: -50px;
  display: inline-block;
  width: 22px;
  color: #1b1b1d;
  writing-mode: vertical-rl;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: lighter;
  position: absolute;
  width: 42px;
}
@media all and (max-width: 1025px) {
  .sec01 .t-layout-wrapper .t-ttl01 {
    font-size: 25px;
    right: 6%;
  }
}
@media all and (max-width: 900px) {
  .sec01 .t-layout-wrapper .t-ttl01 {
    display: block;
    width: auto;
    writing-mode: horizontal-tb;
    font-size: 2.4rem;
    position: static;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .sec01 .t-layout-wrapper .t-ttl01:before {
    height: 1px;
    width: 80px;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
}
@media all and (max-width: 639px) {
  .sec01 .t-layout-wrapper .t-ttl01 {
    font-size: 1.8rem;
    padding: 0 10px;
    margin-left: 0;
  }
}
.sec01 .t-layout-wrapper .t-layout {
  display: flex;
  flex-direction: inherit;
  align-items: flex-end;
}
@media all and (max-width: 900px) {
  .sec01 .t-layout-wrapper .t-layout {
    display: block;
  }
}
.sec01 .t-layout-wrapper .t-layout .l-img {
  flex: 0 0 54vw;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
}
.sec01 .t-layout-wrapper .t-layout .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  max-height: 640px;
  height: auto;
  width: 100%;
  transform: scale(1.1);
  transition: 3s all ease;
}
.sec01 .t-layout-wrapper .t-layout .l-img img:hover {
  transform: scale(1);
}
@media all and (max-width: 1100px) {
  .sec01 .t-layout-wrapper .t-layout .l-img {
    flex: 0 0 64vw;
  }
}
@media all and (max-width: 900px) {
  .sec01 .t-layout-wrapper .t-layout .l-img img {
    width: 85%;
    min-width: 0;
    -o-object-fit: fill;
    object-fit: fill;
    font-family: "object-fit: fill;";
    max-height: 100%;
    height: auto;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .sec01 .t-layout-wrapper .t-layout .l-img img {
    width: 100%;
  }
}
.sec01 .t-layout-wrapper .t-layout .l-desc {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 520px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 50px;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media all and (max-width: 1025px) {
  .sec01 .t-layout-wrapper .t-layout .l-desc {
    bottom: -200px;
  }
}
@media all and (max-width: 900px) {
  .sec01 .t-layout-wrapper .t-layout .l-desc {
    position: relative;
    margin: -200px 0 0 auto;
    padding: 50px;
    width: 60%;
    bottom: 0;
  }
}
@media all and (max-width: 900px) and (max-width: 639px) {
  .sec01 .t-layout-wrapper .t-layout .l-desc {
    margin: -50px auto 0;
    padding: 30px 20px;
    width: 90%;
  }
}
.sec01.type1 {
  margin-bottom: 100px;
}
.sec01.type1 .t-layout-wrapper .t-layout {
  flex-direction: row-reverse;
}
.sec01.type1 .t-layout-wrapper .l-desc {
  left: 0;
  right: auto;
}
@media all and (max-width: 900px) {
  .sec01.type1 .t-layout-wrapper .l-desc {
    margin: -200px auto 0 0;
  }
}
@media all and (max-width: 639px) {
  .sec01.type1 .t-layout-wrapper .l-desc {
    margin: -50px auto 0;
    padding: 30px 20px;
    width: 90%;
  }
}

/*what-inner
----------------------------------*/
.what-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 30px;
  border-radius: 20px;
}
.what-inner.sbetween {
  justify-content: space-between;
}
.what-inner.alc {
  align-items: center;
}
.what-inner.m-b0 {
  margin-bottom: 0;
}
.what-inner.p30 {
  padding: 30px;
}
@media all and (max-width: 896px) {
  .what-inner.p30 {
    padding: 0;
  }
}
.what-inner .in-left {
  width: 39%;
  padding: 0 15px;
}
.what-inner .in-left figure {
  max-width: 280px;
  margin: 0 auto;
}
.what-inner .in-left .read {
  font-size: 3rem;
  color: #a98d66;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  background-color: #fff;
  padding: 5px;
  text-align: center;
}
.what-inner .in-right {
  width: 60%;
  padding: 10px;
  margin-left: auto;
  position: relative;
}
.what-inner .in-right.m-l0 {
  margin-left: 0;
}
@media all and (max-width: 1100px) {
  .what-inner .in-left .ttl {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 639px) {
  .what-inner {
    padding: 10px;
  }
  .what-inner .in-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .what-inner .in-left figure {
    width: 170px;
  }
  .what-inner .in-left .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .what-inner .in-left .ttl span {
    font-size: 14px;
    display: inherit;
  }
  .what-inner .in-left .read {
    font-size: 2rem;
  }
  .what-inner .in-right {
    width: 100%;
  }
}

/*reason-wrap
----------------------------------*/
.reason-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason-wrap .heading {
  width: 34%;
}
.reason-wrap .heading .inner {
  position: sticky;
  top: 80px;
}
.reason-wrap .detail {
  width: 62%;
}

@media all and (max-width: 639px) {
  .reason-wrap .heading {
    margin-bottom: 40px;
    width: 100%;
  }
  .reason-wrap .detail {
    width: 100%;
  }
}
.reason-child {
  margin-bottom: 40px;
  position: relative;
}
.reason-child .number-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
}
.reason-child .number-box .number-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  max-width: 96px;
  max-height: 96px;
  border-radius: 50%;
  border: 1px solid #202020;
}
.reason-child .number-box .number-inner span {
  font-size: 2rem;
  font-weight: 500;
  color: #202020;
}
.reason-child .reason-right {
  position: relative;
  padding-left: calc(0% + 96px);
}
.reason-child .reason-right .r-ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 16px 0 10px;
  max-height: 96px;
  border-top: 1px solid #202020;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .reason-child .number-box {
    width: 50px;
    height: 50px;
  }
  .reason-child .reason-right {
    padding-left: calc(0% + 70px);
  }
  .reason-child .reason-right .r-ttl {
    font-size: 1.6rem;
  }
}

.reason-image {
  position: relative;
  height: 320px;
  margin-bottom: 30px;
}
.reason-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .reason-image {
    height: 220px;
  }
}
/*course-bnr*/
.course-bnr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  position: relative;
  z-index: 2;
}
.course-bnr li .photo-area {
  position: relative;
  z-index: -1;
}
.course-bnr li .photo-area figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.course-bnr li .photo-area figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
}
.course-bnr li .photo-area .bnr-img2 {
  position: relative;
  width: 80px;
  height: 80px;
  background: #006494;
  border-radius: 100%;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -60px;
}
.course-bnr li .photo-area .bnr-img2 .num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
.course-bnr li .txt-area {
  padding: 20px 15px;
  color: #333;
  color: #111;
  font-size: 1.4rem;
}
.course-bnr li .txt-area h3 {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.course-bnr li .txt-area h3 span {
  display: block;
  font-size: 1.6rem;
}
@media all and (max-width: 1200px) {
  .course-bnr {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-bnr li a .photo-area figure {
    height: 240px;
  }
  .course-bnr li a .txt-area h3 {
    font-size: 1.8rem;
  }
  .course-bnr li a .txt-area h3 span {
    font-size: 1.45rem;
  }
  .course-bnr li a .txt-area p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 896px) {
  .course-bnr {
    grid-template-columns: 1fr;
  }
  .course-bnr li .icon {
    margin-top: 30px;
  }
  .course-bnr li a .photo-area figure {
    height: 160px;
  }
  .course-bnr li a .photo-area .bnr-img {
    width: 70px;
    height: 70px;
    top: -35px;
    margin-bottom: -35px;
  }
  .course-bnr li a .photo-area .bnr-img img {
    width: 45px;
  }
  .course-bnr li a .txt-area {
    padding: 15px 10px;
  }
  .course-bnr li a .txt-area h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .course-bnr li a .txt-area h3 span {
    font-size: 1.2rem;
  }
  .course-bnr li a .txt-area p {
    font-size: 1.1rem;
  }
}

/*frame-box
----------------------------------*/
.gold-box {
  border: 1px solid #aaa;
  -o-border-image: linear-gradient(to right, #a98d66, #d5a158);
     border-image: linear-gradient(to right, #a98d66, #d5a158);
  border-image-slice: 1;
  padding: 4px;
}

.silver-box {
  border: 1px solid #aaa;
  -o-border-image: linear-gradient(to right, #dedede, #c4c4c4);
     border-image: linear-gradient(to right, #dedede, #c4c4c4);
  border-image-slice: 1;
  padding: 4px;
}

.frame-outline {
  position: relative;
  border: 1px solid #aaa;
  -o-border-image: linear-gradient(to right, #a98d66, #d5a158);
     border-image: linear-gradient(to right, #a98d66, #d5a158);
  border-image-slice: 1;
  padding: 4px;
  background-color: #000;
}

.frame-box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: rgba(254, 141, 172, 0.1) 0px 10px 50px;
  border: 2px double #9A926C;
  -o-border-image: linear-gradient(to right, #a98d66, #d5a158);
     border-image: linear-gradient(to right, #a98d66, #d5a158);
  border-image-slice: 1;
}
.frame-box:before, .frame-box:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-box:before, .frame-box:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-box:before {
  background: url(../img/fr-left.png) no-repeat left top/contain;
  left: 0;
}
.frame-box:after {
  background: url(../img/fr-right.png) no-repeat right top/contain;
  right: 0;
}
.frame-box.type01:before {
  background: url(../img/SVG/left-top.svg) no-repeat left top/contain;
  left: 0;
}
.frame-box.type01:after {
  background: url(../img/SVG/right-top.svg) no-repeat right top/contain;
  right: 0;
}
.frame-box.silver {
  -o-border-image: linear-gradient(to right, #dedede, #c4c4c4);
     border-image: linear-gradient(to right, #dedede, #c4c4c4);
  border-image-slice: 1;
}
.frame-box.silver:before {
  background: url(../img/fr-left2.png) no-repeat left top/contain;
  left: 0;
}
.frame-box.silver:after {
  background: url(../img/fr-right2.png) no-repeat right top/contain;
  right: 0;
}
.frame-box.white-inner {
  background-color: #f1f1f1;
}

.frame-bottom {
  position: relative;
}
.frame-bottom:before, .frame-bottom:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-bottom:before, .frame-bottom:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-bottom:before {
  background: url(../img/fr-b-left.png) no-repeat left top/contain;
  left: 0;
}
.frame-bottom:after {
  background: url(../img/fr-b-right.png) no-repeat right top/contain;
  right: 0;
}
.frame-bottom.type01:before {
  background: url(../img/SVG/left-bottom.svg) no-repeat left top/contain;
  left: 0;
}
.frame-bottom.type01:after {
  background: url(../img/SVG/right-bottom.svg) no-repeat right top/contain;
  right: 0;
}
.frame-bottom.silver:before {
  background: url(../img/fr-b-left2.png) no-repeat left top/contain;
  left: 0;
}
.frame-bottom.silver:after {
  background: url(../img/fr-b-right2.png) no-repeat right top/contain;
  right: 0;
}

.frame-inner {
  padding: 75px 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .frame-inner {
    padding: 40px 25px;
  }
}

.frame-list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  align-items: end;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .frame-list2 {
    margin-top: -25px;
  }
}
.frame-list2 .child1 {
  width: 54%;
  color: #fff;
  letter-spacing: 0.01em;
}
.frame-list2 .child1:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 896px) {
  .frame-list2 .child1:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 896px) {
  .frame-list2 .child1 {
    width: 100%;
    margin: 50px auto 0;
  }
}
@media all and (max-width: 639px) {
  .frame-list2 .child1 {
    width: 100%;
    margin: 25px auto 0;
  }
}
.frame-list2 .child2 {
  width: 44%;
  position: relative;
}
@media all and (max-width: 896px) {
  .frame-list2 .child2 {
    width: 100%;
  }
  .frame-list2 .child2 figure {
    display: block;
  }
}

.frame-box2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.frame-box2:before, .frame-box2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-box2:before, .frame-box2:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-box2:before {
  background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
  left: 0;
  transform: rotate(270deg);
}
.frame-box2:after {
  background: url(../img/SVG/kazari.svg) no-repeat right top/contain;
  right: 0;
}

.frame-bottom2 {
  position: relative;
}
.frame-bottom2:before, .frame-bottom2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-bottom2:before, .frame-bottom2:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-bottom2:before {
  background: url(../img/SVG/kazari.svg) no-repeat left top/contain;
  left: 0;
  transform: rotate(180deg);
}
.frame-bottom2:after {
  background: url(../img/SVG/kazari.svg) no-repeat right top/contain;
  right: 0;
  transform: rotate(90deg);
}

.frame-inner {
  padding: 75px 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .frame-inner {
    padding: 35px 8px;
  }
}

/* category_tab
----------------------------------*/
.innerB {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  box-sizing: border-box;
  border: 1px solid #eee;
}
.innerB.innerB_news {
  border-top: none;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  background-color: #F5F5F5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  background-color: #a98d66;
}
@media all and (max-width: 639px) {
  .innerB {
    padding: 25px 10px;
  }
}

.category_tab {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  /*margin-bottom: 30px;*/
}
.category_tab:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #9d8058;
}
.category_tab li {
  position: relative;
  width: 33%;
  box-sizing: border-box;
  background: #9d8058;
  border-top: 3px solid #9d8058;
  border-right: 3px solid #9d8058;
  border-left: 3px solid #9d8058;
  color: #FFFFFF;
  padding: 20px 10px;
  cursor: pointer;
  margin-left: 20px;
}
.category_tab li:last-child {
  margin-right: 20px;
}
.category_tab li.active {
  background: #FFFFFF;
  color: #555;
}
.category_tab li.active:before {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #FFFFFF;
}
@media all and (max-width: 639px) {
  .category_tab li {
    margin-left: 2px;
    width: 40%;
    padding: 10px;
  }
  .category_tab li:last-child {
    margin-right: 0px;
  }
}

.panel {
  display: none;
}

.top-reasons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 20px;
  margin-top: 100px;
}
.top-reasons-list.type1 > li {
  width: 31%;
}
.top-reasons-list > li {
  width: 47%;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #d5a158;
  filter: drop-shadow(15px 15px 28px #fff);
}
.top-reasons-list > li .icon {
  margin: -80px auto 0;
  width: 110px;
  height: 125px;
}
.top-reasons-list > li .icon.type1 {
  margin: 0 auto 0;
}
.top-reasons-list > li .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-reasons-list > li .ttl {
  font-size: 1.6rem;
  text-align: center;
}
.top-reasons-list > li .ttl span {
  font-size: 1.6rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  color: #1a1103;
  font-weight: 600;
}
.top-reasons-list > li .txt {
  font-family: 1.6rem;
}
@media all and (max-width: 1100px) {
  .top-reasons-list > li {
    padding: 20px;
  }
  .top-reasons-list > li .ttl span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .top-reasons-list {
    gap: 30px 20px;
  }
  .top-reasons-list > li {
    padding: 20px;
  }
  .top-reasons-list > li .icon {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 639px) {
  .top-reasons-list {
    margin-top: 75px;
  }
  .top-reasons-list.type1 > li {
    width: 100%;
  }
  .top-reasons-list > li {
    width: 100%;
  }
  .top-reasons-list > li .icon {
    margin: -55px auto 0;
    width: 75px;
    height: 75px;
  }
  .top-reasons-list > li .txt {
    font-family: 1.4rem;
  }
  .top-reasons-list > li .ttl {
    font-size: 1.2rem;
  }
  .top-reasons-list > li .ttl span {
    font-size: 1.2rem;
  }
}

.mask {
  position: relative;
  -webkit-clip-path: circle(1%);
          clip-path: circle(1%);
  transition: 0.6s ease-in all;
}
.mask.on {
  -webkit-clip-path: circle(120%);
          clip-path: circle(120%);
}

/* top-animation
----------------------------------*/
#top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
#top-logo .top-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 639px) {
  #top-logo {
    width: 100%;
  }
}
#top-logo.is-hide {
  display: none;
}

.logo-img {
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 160px;
}
@media all and (max-width: 1240px) {
  .logo-img {
    width: 160px;
  }
}
@media all and (max-width: 1100px) {
  .logo-img {
    width: 140px;
  }
}
@media all and (max-width: 896px) {
  .logo-img {
    width: 140px;
  }
}
@media all and (max-width: 740px) {
  .logo-img {
    width: 110px;
  }
}
@media all and (max-width: 639px) {
  .logo-img {
    max-width: 100px;
    width: 60%;
  }
}
.logo-img.is-hide {
  display: none;
}

#top-animation {
  background-image: linear-gradient(to bottom, #a98d66 0%, #9d8058 100%);
  background: url(../img/body2.jpg) repeat 50%/60px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#top-animation.up {
  height: 0;
  right: auto;
  bottom: auto;
}
#top-animation.up #top-logo {
  z-index: -200;
}

.contact_bnr2 > li {
  width: 32%;
}

.nowrap {
  white-space: nowrap;
}

.contact_bnr2 {
  flex: 1 1 100px;
}