@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&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/lea/noize.jpg) repeat 50%/300px;
}

a {
  color: rgb(103.1647398844, 69.9132947977, 44.3352601156);
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

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

.bigger {
  font-size: 1.8rem;
}

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

.en-big {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.chosei {
  margin-bottom: 80px;
}

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

.chosei4 {
  margin-bottom: 25px;
}

@media all and (max-width: 639px) {
  .chosei4 {
    margin-bottom: 15px;
  }
}

/* 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%, #795234 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;
}

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

@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 {
  display: block !important;
  text-align: center;
}

.animation-content.move {
  display: inline-block;
}

.animation-content.move .animation-bar:before {
  animation: animation-bar 0.7s ease 0s 1 normal forwards;
}

.animation-content.move .animation-txt {
  animation: animation-txt 0.1s ease 0.4s 1 normal forwards;
}

.animation-content .animation-box {
  display: block;
  text-align: center;
}

.animation-content .animation-bar {
  position: relative;
  display: inline-block !important;
  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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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%;
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
  background: url(../../img/lea/noize.jpg) repeat 50%/300px;
}

#l-header.is-hide {
  transform: translateY(-100%);
}

#l-header .inner {
  position: relative;
  width: calc(100% - 100px);
  margin: 0px auto 0px 0px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#l-header .inner #logo {
  width: 300px;
  z-index: 15;
  position: absolute;
  left: -20px;
  top: 0;
  padding: 20px;
  background: url(../../img/lea/noize.jpg) repeat 50%/300px;
}

#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: 160px;
  }
}

#l-header .inner .contact-btn a,
#sp-nav .innerA .contact-btn li a {
  padding: 7px 50px;
  background: transparent;
  color: #fefefe;
  border-radius: 80px;
  border: 2px solid rgba(255, 255, 255, 1);
  /* text-shadow: 1px 1px 2px #555; */
  margin-right: 10px;
  font-weight: bold;
}

#sp-nav .innerA .contact-btn li a {
  max-width: 215px;
  margin: 20px auto;
  padding: 5px 10px;
  transition: color 0.4s ease;
}

#l-header .inner .contact-btn a:hover {
  /* background: #fefefe; */
  background: #b87333;
  /* color: #b87333; */
  border: 2px solid #b87333;
}

@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: #795234;
  border-radius: 80px;
  border: 1px solid #795234;
  text-shadow: 1px 1px 2px #555;
}

#l-header.is-fixed .inner .contact-btn a:hover {
  background: #795234;
  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;
  border-left: 1px dashed #202020;
}

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

#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: #795234;
}

#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: #795234;
  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);
  }
}

.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;
  }
}

@media all and (max-width: 639px) {
  #slider_xvdghj_1754452240.slider_wrapper {
    --swiper-wrapper-height: 55vh !important;
  }
}

#slideshow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

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

@media all and (max-width: 639px) {
  .main_catch__inner__created_by_js {
    max-width: 86vw !important;
  }
}

#slideshow .catch02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 800px;
  width: 90%;
  background-color: rgba(17, 17, 17, 0.65);
  border-radius: 10px;
  padding: 10px;
}

#slideshow .catch02 img {
  width: 100%;
}

/*scrolldown
---------------------------------------------*/
#scrolldown {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -35px;
  color: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

#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: 48% !important;
  margin: 0 auto 15px !important;
}

@media all and (max-width: 896px) {
  .contact_bnr>li {
    width: 100%;
  }
}

.contact_bnr>li .bnr_tel {
  white-space: nowrap;
  position: relative;
  font-family: "Birthstone", cursive;
  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: "Birthstone", cursive;
  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: #795234;
}

.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 rgb(85.3294797688, 57.8265895954, 36.6705202312);
  color: rgb(85.3294797688, 57.8265895954, 36.6705202312);
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 8px 10px !important;
}

.contact_bnr>li a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.contact_bnr>li a:hover {
  color: #fefefe;
  background-color: rgb(85.3294797688, 57.8265895954, 36.6705202312);
}

@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: #795234;
  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;
}

.contact_bnr2>li {
  width: 48%;
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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>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: black;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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;
}

.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: #fff;
}

@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 .bnr_tel {
    font-size: 18px;
    text-align: center;
    height: 60px;
  }
}

.contact_bnr2>li .bnr_mobile {
  background: #fefefe;
  color: #795234;
}

.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: #795234;
}

.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: black;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: auto;
  width: 100%;
  line-height: 1.6;
  padding: 18px 10px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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_reserve {
  background: #fff;
  color: black;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: auto;
  width: 100%;
  line-height: 1.6;
  padding: 18px 10px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_bnr2>li .bnr_reserve:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  font-weight: 900;
  margin-right: 5px;
}

.contact_bnr2>li .bnr_mail:hover {
  background: #202020;
  color: #fff;
}

.contact_bnr2>li .bnr_reserve:hover {
  background: #202020;
  color: #fff;
}

@media all and (max-width: 896px) {
  .contact_bnr2>li .bnr_mail {
    font-size: 1.1em;
    width: 100%;
  }

  .contact_bnr2>li .bnr_reserve {
    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 .bnr_reserve {
    font-size: 1em;
    width: 100%;
  }
}

.contact_bnr2>li:hover {
  background: #202020;
  color: #fff;
}

.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: #fff;
  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: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer_navi ul li a:hover {
  color: #795234;
}

.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: 280px;
  margin: 0 auto 30px;
}

.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: #fff;
  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 #795234;
}

@media all and (max-width: 639px) {
  .mbox.bd {
    padding: 40px 15px;
  }
}

.mbox.bd2 {
  border: 4px double #795234;
}

.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(184, 115, 51, 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 #795234;
  border-left: 2px solid #795234;
  top: -10px;
  left: -10px;
}

.mbox.kk::before {
  border-bottom: 2px solid #795234;
  border-right: 2px solid #795234;
  bottom: -10px;
  right: -10px;
}

.mbox.kazari {
  background-image: linear-gradient(to right top, rgba(184, 115, 51, 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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/SVG/kazari.svg) no-repeat left top/contain;
  left: -26px;
  transform: rotate(268deg);
  top: -30px;
}

.mbox.kazari::before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/SVG/kazari.svg) no-repeat left top/contain;
    left: -15px;
    top: -17px;
  }

  .mbox.kazari::before {
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/SVG/kazari.svg) no-repeat left top/contain;
    right: -15px;
    bottom: -17px;
  }
}

.mbox.kazari.transparent {
  background-image: none;
}

.note {
  padding: 20px;
  background: rgba(184, 115, 51, 0.4);
}

@media all and (max-width: 639px) {
  .note {
    padding: 12px;
  }
}

.note.type1 {
  background: rgba(121, 82, 52, 0.1);
}

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

.small-box.min {
  max-width: 650px;
  margin-left: 0;
}

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

#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: #795234;
  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: #795234;
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.mtitle .ja {
  font-size: 1.8rem;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.mtitle.white {
  color: #fff;
}

.mtitle.white .eng {
  background: linear-gradient(45deg, #b87333, #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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  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: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 10px;
}

.mtitle_ribon.type1 {
  background: #795234;
  font-size: 1.6rem;
  padding: 10px 25px 10px 10px;
  margin: auto;
  border-radius: 5px;
}

.mtitle_ribon.bc {
  background: #795234;
}

.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: #795234;
  font-size: 2rem;
  font-family: "Birthstone", cursive;
  font-weight: 400;
  text-align: center;
  display: block;
}

.mtitle1 .eng {
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #b87333;
  margin-bottom: 40px;
}

@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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.mtitle2 span {
  display: block;
  font-size: 1.2rem;
  color: #795234;
  font-weight: 600;
}

.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to top, #795234, #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 #795234;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 500;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #fff;
}

.mtitle3 .eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  color: #795234;
  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 #795234;
  }

  .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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.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: #795234;
}

.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: #795234;
}

.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: #795234;
  text-align: center;
  width: 35px;
  margin: 0 auto 5px;
  display: block;
  filter: brightness(0.8);
}

.mtitle5 .eng {
  display: block;
  font-size: 1.4rem;
  color: #795234;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.mtitle5 .eng2 {
  display: block;
  font-size: 1.4rem;
  color: #f3f3f2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.mtitle5 .ja {
  font-weight: 400;
  font-size: 2rem;
  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-weight: 500;
}

.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, #795234 0%, #795234 50%, #795234 50%, #795234 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 #795234;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 600;
}

.mtitle_sub .hissu {
  color: #fff;
  background: rgb(156.6705202312, 106.1734104046, 67.3294797688);
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@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: #795234;
}

/* btn
----------------------------------*/
.btn01 a {
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #795234;
  display: block;
  padding: 8px 5px;
  border: 1px solid #795234;
  border-radius: 5px;
}

.btn01 a:hover {
  background: #795234;
  color: #fefefe;
}

.btn01.tel a {
  background: #fefefe;
  margin: 15px auto 25px 0;
}

.btn01.tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}

.btn01.tel a:hover {
  background: #795234;
  color: #fefefe;
}

.btn01.mail {
  flex-basis: 100%;
}

.btn01.mail a {
  margin: 15px auto 25px 0;
}

.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}


.btn01.reserve {
  flex-basis: 100%;
}

.btn01.reserve a {
  margin: 15px auto 25px 0;
}

.btn01.reserve a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  font-weight: 900;
  margin-right: 5px;
}

.btn01.line {
  flex-basis: 100%;
}

.btn01.line a {
  margin: 15px auto 25px 0;
}

.btn01.line a:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f3c0";
  font-weight: 400;
  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 #795234;
  display: block;
  text-align: center;
  transition: 0.4s;
  width: 90%;
}

.btn02 a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #795234;
  top: 0;
  left: 10px;
  text-align: center;
}

.btn02 a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #795234;
  top: 0;
  right: 10px;
}

.btn02 a:hover {
  color: #fff;
  box-shadow: rgba(121, 82, 52, 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: #795234;
}

.news-title .eng {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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: #795234;
  background: #fff;
  font-size: 1.4rem;
}

@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, #795234, #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: #795234;
  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(121, 82, 52, 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 #795234;
  border-right: 1px solid #795234;
  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: "Birthstone", cursive;
  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: #795234;
  padding-right: 30px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.link-news:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #795234;
  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 #795234;
  border-right: 1px solid #795234;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.link-news:hover:before {
  background: #795234;
}

.link-news:hover:after {
  border-color: #fefefe !important;
}

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

.normal-bl dt {
  padding: 2px 15px;
  background-color: #795234;
  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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/page-title01.jpg) no-repeat center 60%/cover;
  width: 100%;
  margin: 0 auto;
}

.page-title.type1 {
  background: url(../../img/lea/page-title02.jpg) no-repeat center/cover;
}

.page-title.type2 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/page-title03.jpg) no-repeat center/cover;
}

.page-title.type3 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/page-title04.jpg) no-repeat center/cover;
}

.page-title.type4 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/page-title05.jpg) no-repeat center 80%/cover;
}

.page-title.type5 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/menu06.jpg) no-repeat center 80%/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: 100px 0 100px;
  max-width: 1200px;
  overflow: hidden;
}

.page-title .inner .page-lead {
  color: #fff;
  font-size: 2rem;
  position: relative;
  text-align: center;
}

.page-title .inner .page-lead .ja {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 4rem;
}

@media all and (max-width: 639px) {
  .page-title .inner .page-lead .eng {
    font-size: 2rem;
  }

  .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: 100px 0 80px;
  }
}

@media all and (max-width: 639px) {
  .page-title .inner {
    width: 95%;
    padding: 80px 0 80px;
  }
}

/* bg
---------------------------------*/
.bg-base {
  background: rgba(32, 32, 32, 0.1);
  position: relative;
}

.bg-base.type1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(17, 17, 17, 0.2));
}

.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/deco1.png), url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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(121, 82, 52, 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, #795234, #b87333);
  opacity: 0.15;
}

.bg-fixed {
  position: relative;
}

.bg-fixed:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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/lea/body2.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.8);
  background-color: #111;
  background-blend-mode: soft-light;
  filter: brightness(0.8);
}

@media all and (max-width: 896px) {
  .bg-fixed2:before {
    background-attachment: scroll;
    background-image: url(../../img/lea/noize.jpg);
  }
}

.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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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 #b87333;
  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: #b87333;
}

.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;
}

.tbl-border td .info-insta {
  margin-left: 5px;
}

.tbl-border td .info-insta img {
  width: 33px;
}

@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: "Birthstone", cursive;
  font-weight: 400;
  font-weight: 600;
  font-size: 2rem;
  color: #795234;
  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: "Birthstone", cursive;
  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: #d6be92;
  color: #795234;
  font-weight: 600;
}

@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;
  width: 35%;
}

.tbl0 th:after,
.tbl0 th:before {
  display: none;
}

.tbl0 th.nmb {
  font-family: "Birthstone", cursive;
  font-weight: 400;
}

@media all and (max-width: 639px) {
  .tbl0 th {
    width: 38%;
  }
}

.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(121, 82, 52, 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: "Montserrat", sans-serif;
  font-weight: 500;
  font-weight: 600;
}

.f-tbl.ja th {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

/* 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: #795234;
}

.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 !important;
  padding-left: 1rem !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 10px !important;
  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: #795234;
}

.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: #795234;
  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: #795234;
  }

  .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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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: "Birthstone", cursive;
  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>li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}

.list_disc>li:last-child {
  margin-bottom: 0;
}

.list_disc>li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #795234;
}

.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: #d5a158;
}

@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: #795234;
  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 #795234;
}

.list-btn li a:hover {
  background: #795234;
  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: #795234;
  border: none;
  color: #fefefe;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}

.list-btn.type1 li a:hover {
  background: rgb(56.7930635838, 38.4878612717, 24.4069364162);
}

.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-size: 1.2em;
  letter-spacing: 0.2em;
  padding: 12px;
  border: 1px solid #795234;
  display: block;
  text-align: center;
  transition: 0.4s;
  width: 90%;
}

.list-btn2 li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #795234;
  top: 0;
  left: 10px;
  text-align: center;
}

.list-btn2 li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #795234;
  top: 0;
  right: 10px;
}

.list-btn2 li a:hover {
  color: #fff;
  box-shadow: rgba(121, 82, 52, 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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/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.tp {
  align-items: start;
}

.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(121, 82, 52, 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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26684/top-bnr.jpg) no-repeat left bottom/cover;
  z-index: -2;
}

.top-bnr a:after {
  background: radial-gradient(circle, #795234 0%, #795234 80%, #795234 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;
  }
}

/*top-bnr-list
---------------------------------*/
.top-bnr-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.top-bnr-list2>li {
  width: 32%;
  position: relative;
  margin-bottom: 20px;
}

.top-bnr-list2>li.col2 {
  width: 49%;
}

@media all and (max-width: 639px) {
  .top-bnr-list2>li.col2 {
    width: 48%;
  }
}

.top-bnr-list2>li.col2 a .top-bnr-img {
  height: 180px;
}

.top-bnr-list2>li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in;
}

.top-bnr-list2>li a:hover .btn-arrow::before {
  border-top-color: #fefefe;
  border-right-color: #fefefe;
  border-bottom-color: #fefefe;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.top-bnr-list2>li a:hover .btn-arrow::after {
  border-top: 1px solid #fefefe;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.top-bnr-list2>li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}

.top-bnr-list2>li a:hover .btn-arrow i::before {
  border-right-color: #fefefe;
}

.top-bnr-list2>li a:hover .top-bnr-img img {
  padding: 0;
  transform: scale(1.05);
  opacity: 0.9;
}

.top-bnr-list2 .top-bnr-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.9);
}

.top-bnr-list2 .top-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 0.2s ease-in;
  opacity: 0.35;
}

@media all and (max-width: 900px) {
  .top-bnr-list2 .top-bnr-img {
    height: 180px;
  }
}

.top-bnr-list2 .btn-arrow {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 3%;
  bottom: 5%;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}

.top-bnr-list2 .btn-arrow::before,
.top-bnr-list2 .btn-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-sizing: inherit;
}

.top-bnr-list2 .btn-arrow::before {
  border: 1px solid transparent;
}

.top-bnr-list2 .btn-arrow::after {
  border: 0 solid transparent;
}

.top-bnr-list2 .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #fefefe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-bnr-list2 .btn-arrow i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  right: 3px;
  bottom: -1px;
  border-right: 2px solid #fefefe;
  transform: skew(45deg);
}

@media all and (max-width: 900px) {
  .top-bnr-list2 .btn-arrow {
    width: 50px;
    height: 50px;
  }
}

.top-bnr-list2 .top-bnr-title {
  font-weight: 500;
  padding: 15px 5px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 98%;
}

.top-bnr-list2 .top-bnr-title .eng {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fefefe;
  display: block;
}

@media all and (max-width: 900px) {
  .top-bnr-list2 .top-bnr-title .eng {
    font-size: 1.3rem;
  }
}

.top-bnr-list2 .top-bnr-title .ja {
  display: block;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: 400;
}

@media all and (max-width: 900px) {
  .top-bnr-list2 .top-bnr-title .ja {
    font-size: 1.2rem;
  }
}

.top-bnr-list2 .top-bnr-txt {
  color: #222;
  padding: 10px;
  font-size: 1.4rem;
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-bnr-list2 .h-num {
  position: absolute;
  bottom: 5%;
  right: 2%;
  color: #333;
}

.top-bnr-list2 .h-num span {
  font-size: 2rem;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  margin: 0 5px;
}

@media all and (max-width: 900px) {
  .top-bnr-list2 .h-num {
    font-size: 1.3rem;
  }

  .top-bnr-list2 .h-num span {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 1025px) {
  .top-bnr-list2 {
    width: 98%;
  }
}

@media all and (max-width: 900px) {
  .top-bnr-list2 {
    width: 90%;
  }
}

@media all and (max-width: 639px) {
  .top-bnr-list2 {
    width: 98%;
    margin: 40px auto 0;
  }

  .top-bnr-list2>li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* 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: #795234;
  font-size: 10px;
  font-family: "Birthstone", cursive;
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@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: rgb(67.4942196532, 45.7398843931, 29.0057803468);
  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: #795234;
  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: "Birthstone", cursive;
  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: #795234;
}

.color2 {
  color: #202020;
}

.color3 {
  color: #b87333;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}

.num a {
  color: #795234;
  font-size: 4rem;
  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: #795234;
}

.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}

.telbnr li a:hover {
  color: #795234;
}

@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: #795234;
}

.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;
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 10px !important;
  }
}

.form {
  margin: 0 auto;
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}

.form dl dt span {
  color: #fff;
  background: #795234;
  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 #795234;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #795234;
  border-radius: 25px;
}

.form button:hover {
  background: #fff;
  color: #795234;
}

.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: #795234;
}

.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: #795234;
  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 #795234;
  border-bottom: 3px solid #795234;
  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 span {
  font-size: 2.8rem;
}

.mtitle_small:before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #795234;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

  .mtitle_small span {
    font-size: 1.8rem;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
}

.mtitle_small2:before {
  content: "";
  background-color: #795234;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mtitle_small3 {
  padding: 10px 0;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #323232;
}

.mtitle_small3::before {
  content: "―";
  margin-right: 8px;
  color: #202020;
}

.mtitle_small3.form {
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .mtitle_small3 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 639px) {
  .mtitle_small3 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    padding: 8px 0;
  }
}

.title02 {
  margin: 0 auto 20px;
  font-size: 2rem;
  text-align: center;
}

.title02 span {
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
}

.title02.type1 {
  text-align: left;
  font-size: 1.5rem;
}

.title02.type1 span {
  border: 1px solid #795234;
  color: #795234;
}

.title05 {
  padding-left: 2%;
  position: relative;
  margin-bottom: 2em;
}

.title05 span {
  font-size: 2rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title05 span.eng {
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #795234;
  margin-right: 15px;
}

.title05:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 100%;
  top: 0;
  left: 0;
  background: #795234;
  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: #795234 !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: rgb(119.5, 119.5, 119.5);
  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(121, 82, 52, 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;
}

@media all and (max-width: 639px) {

  .list4>li,
  .list4 .child {
    width: 100%;
  }

  .list4>li:nth-child(2n),
  .list4 .child:nth-child(2n) {
    margin-right: 0;
  }
}

.business-list4 {
  display: flex;
  flex-wrap: wrap;
}

.business-list4>li,
.business-list4 .child {
  width: 24%;
  padding: 15px;
  background-color: #fff;
  margin: 0 1.3333333333% 25px 0;
}

.business-list4>li:nth-child(4n),
.business-list4 .child:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {

  .business-list4>li,
  .business-list4 .child {
    width: 48%;
  }

  .business-list4>li:nth-child(2n),
  .business-list4 .child:nth-child(2n) {
    margin-right: 0;
  }
}

.line-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.line-list.type1 {
  text-align: center;
  gap: 15px;
}

.line-list.type1 li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  background: #323232;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em !important;
  font-size: 2.2rem;
  padding: 25px 10px;
}

.line-list.type1 li a img {
  width: 35px;
  height: 35px;
  margin-right: 12px;
}

.line-list.type1 li a.line {
  background: #00b900;
}

.line-list.type1 li a.insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  color: #fff;
}

.line-list.type1 li a:hover {
  transform: scale(0.95);
}

@media all and (max-width: 1200px) {
  .line-list {
    gap: 15px;
  }

  .line-list.type1 {
    gap: 10px;
  }

  .line-list.type1 li a {
    padding: 20px 10px;
  }

  .line-list.type1 li a img {
    width: 34px;
    margin-right: 10px;
  }
}

@media all and (max-width: 896px) {
  .line-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .line-list.type1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .line-list.type1 li a {
    flex-direction: column;
    padding: 15px 10px;
  }

  .line-list.type1 li a img {
    width: 30px;
    margin-right: 0;
    margin-bottom: 3px;
  }
}

@media all and (max-width: 639px) {
  .line-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .line-list.type1 {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .line-list.type1 li a {
    flex-direction: initial;
    padding: 10px;
    font-size: 1.4rem;
  }

  .line-list.type1 li a img {
    width: 22px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.prv dt {
  color: #795234;
  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: #795234;
  font-size: 3.5rem;
  border-right: 1px solid #795234;
  padding-right: 15px;
  line-height: 1.2;
  font-family: "Birthstone", cursive;
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 1.8rem;
}

@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 #795234;
}

.flow-dl .flow-inner dt {
  width: 10%;
  text-align: center;
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-size: 3rem;
  color: #795234;
  line-height: 1.3;
}

.flow-dl .flow-inner dt .eng {
  font-size: 1.1rem;
  color: #795234;
  display: block;
}

.flow-dl .flow-inner dt .eng::after {
  content: ".";
}

.flow-dl .flow-inner dd {
  width: 87%;
  border-left: 1px solid #795234;
  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: #795234;
}

.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;
}

.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: #e3e3e3;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: "Q";
  color: #795234;
  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 #795234;
  border-right: 1px solid #795234;
}

.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, #795234, #b87333);
  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: "Montserrat", sans-serif;
  font-weight: 500;
}

.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: #795234;
  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: #f1f1f1;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.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 {
  opacity: 0.8;
}

.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

.accordion dd {
  display: none;
  padding: 20px;
  background: #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;
  }
}

.pdf-btn {
  background: #f1f1f1;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 1em;
  z-index: 20;
}

.pdf-btn a {
  display: block;
}

.pdf-btn:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}

.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: "Montserrat", sans-serif;
  font-weight: 500;
  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: #795234;
  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: #795234;
  border: 1px solid #795234;
}

.btn_wk2.base a:before,
.btn_wk2.base a:after {
  border: solid #795234;
}

.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: #795234;
  border-color: transparent;
}

.btn_wk2.base a:hover:before,
.btn_wk2.base a:hover:after {
  border-color: #795234;
}

.btn_wk2.right a {
  margin-right: 0;
}

.btn_wk2.left a {
  margin-left: 0;
}

/*slick
--------------------------------------*/
.point-section {
  padding: 60px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

.point-slider {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.point-item {
  width: 31.3333333333%;
  background: #fff;
  color: #333;
  border-radius: 8px;
  padding: 20px;
  margin: 0 10px;
  text-align: left;
}

@media all and (max-width: 639px) {
  .point-item {
    margin: 0 5px;
    padding: 16px;
  }
}

.point-item .point-number {
  font-size: 2rem;
  color: #b05e26;
  font-weight: bold;
}

.point-item .point-number span {
  display: block;
  font-size: 1rem;
}

.point-item .cate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 88px;
}

.point-item .cate .nmb {
  width: 20%;
  display: block;
  color: #b87333;
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-weight: 200;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 15px;
}

.point-item .cate .nmb span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: -1.5rem;
}

@media all and (max-width: 896px) {
  .point-item .cate .nmb {
    font-size: 3rem;
  }

  .point-item .cate .nmb span {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .point-item .cate .nmb {
    font-size: 4rem;
    height: auto;
  }

  .point-item .cate .nmb span {
    font-size: 0.9rem;
  }
}

.point-item .cate .ttl {
  width: 77%;
  font-size: 1.9rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 1100px) {
  .point-item .cate .ttl {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 896px) {
  .point-item .cate .ttl {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 639px) {
  .point-item .cate .ttl {
    font-size: 1.4rem;
  }
}

.point-item .point-text {
  font-size: 1.2rem;
  margin: 10px 0;
}

.point-item .img-area {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
}

.point-item .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 639px) {
  .point-item .img-area {
    height: 160px;
  }
}

.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
  background-color: #8b4e20 !important;
  /* 茶色背景 */
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 10 !important;
  position: absolute !important;
  bottom: -50px !important;
  /* 下に配置、お好みで調整 */
  opacity: 1 !important;
  cursor: pointer !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  background: transparent !important;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-style: solid !important;
  border-width: 2px 2px 0 0 !important;
  border-color: white !important;
  transform: rotate(225deg) !important;
  padding: 0 !important;
}

.slick-next::before {
  transform: rotate(45deg) !important;
}

.slick-prev {
  left: 45% !important;
}

.slick-next {
  right: 45% !important;
}

/* レスポンシブ調整 */
@media screen and (max-width: 640px) {
  .slick-prev {
    left: calc(50% - 0px) !important;
  }

  .slick-next {
    right: calc(50% - 30px) !important;
  }
}

.s-product {
  position: relative;
  margin: 40px auto 0;
}

.s-product>.s-product-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media all and (max-width: 639px) {
  .s-product>.s-product-inner {
    flex-wrap: nowrap;
    justify-content: initial;
  }
}

.s-product>.s-product-inner>.s-product-in {
  width: 31.3333333333%;
  margin: 0 2% 40px 0;
  background: transparent;
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.s-product>.s-product-inner>.s-product-in:nth-child(3n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .s-product>.s-product-inner>.s-product-in {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .s-product>.s-product-inner>.s-product-in:nth-child(3n),
  .s-product>.s-product-inner>.s-product-in:nth-child(2n) {
    margin-right: auto;
  }
}

.s-product>.s-product-inner>.s-product-in .img-area {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.s-product>.s-product-inner>.s-product-in .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>.s-product-inner>.s-product-in .img-area {
    height: 210px;
  }
}

@media all and (max-width: 896px) {
  .s-product>.s-product-inner>.s-product-in .img-area {
    height: 180px;
  }
}

@media all and (max-width: 639px) {
  .s-product>.s-product-inner>.s-product-in .img-area {
    height: 180px;
  }
}

.s-product>.s-product-inner>.s-product-in .cate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 88px;
}

.s-product>.s-product-inner>.s-product-in .cate .nmb {
  width: 20%;
  display: block;
  color: #b87333;
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-weight: 200;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 15px;
}

.s-product>.s-product-inner>.s-product-in .cate .nmb span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: -1.5rem;
}

@media all and (max-width: 896px) {
  .s-product>.s-product-inner>.s-product-in .cate .nmb {
    font-size: 3rem;
  }

  .s-product>.s-product-inner>.s-product-in .cate .nmb span {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .s-product>.s-product-inner>.s-product-in .cate .nmb {
    font-size: 4rem;
    height: auto;
  }

  .s-product>.s-product-inner>.s-product-in .cate .nmb span {
    font-size: 0.9rem;
  }
}

.s-product>.s-product-inner>.s-product-in .cate .ttl {
  width: 77%;
  font-size: 1.9rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 1100px) {
  .s-product>.s-product-inner>.s-product-in .cate .ttl {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 896px) {
  .s-product>.s-product-inner>.s-product-in .cate .ttl {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 639px) {
  .s-product>.s-product-inner>.s-product-in .cate .ttl {
    font-size: 1.4rem;
  }
}

.s-product>.s-product-inner>.s-product-in .txt {
  color: #333;
}

.s-product>.s-product-inner>.s-product-in .btn {
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  text-align: right;
}

.s-product>.s-product-inner>.s-product-in .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: #b87333;
  opacity: 0.5;
  z-index: -2;
  border-radius: 30px;
}

.s-product>.s-product-inner>.s-product-in:hover {
  transition: all 0.3s ease;
}

.s-product>.s-product-inner>.s-product-in:hover .img-area img {
  transition: all 0.3s ease;
}

.s-product>.s-product-inner>.s-product-in: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: center;
    margin-top: 3.2rem;
    margin-bottom: 3rem;
    position: relative;
    bottom: 0;
  }
}

.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: #795234;
}

@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;
}

/* 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, #795234, #202020, #b87333);
  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;
  }
}

/* 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: #795234;
  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;
  }
}

/*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: #795234;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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%;
  }
}

/* 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: #795234;
}

@media all and (max-width: 639px) {
  .innerB {
    padding: 25px 10px;
  }
}

.category_tab {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}

.category_tab li {
  position: relative;
  width: 33%;
  box-sizing: border-box;
  background: rgb(103.1647398844, 69.9132947977, 44.3352601156);
  border-top: 3px solid rgb(103.1647398844, 69.9132947977, 44.3352601156);
  border-right: 3px solid rgb(103.1647398844, 69.9132947977, 44.3352601156);
  border-left: 3px solid rgb(103.1647398844, 69.9132947977, 44.3352601156);
  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: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  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;
  clip-path: circle(1%);
  transition: 0.6s ease-in all;
}

.mask.on {
  clip-path: circle(120%);
}

/* top-animation
----------------------------------*/
#top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  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: 80%;
  }
}

#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, #795234 0%, rgb(103.1647398844, 69.9132947977, 44.3352601156) 100%);
  background-image: url(../../img/lea/body2.jpg);
  background-size: cover;
  background-color: #111;
  background-blend-mode: soft-light;
  filter: brightness(0.8);
  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;
}

/*class-list
------------------------------------------*/
.class-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.class-list li {
  width: 30%;
  margin: 1.5%;
  box-shadow: 0px 0px 6px rgba(250, 247, 239, 0.6);
  display: flex;
  flex-direction: column;
}

.class-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fefefe;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 25px 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
  color: #251b0d;
  line-height: 1.6;
  box-shadow: 0px 0px 15px -5px rgba(37, 27, 13, 0.3);
  height: 100%;
  transition: all 0.3s ease 0s;
}

.class-list li a:hover {
  box-shadow: 0px 0px 10px -10px rgba(37, 27, 13, 0.3);
  border: 1px solid #675548;
}

.class-list li a:hover span {
  color: #947a67;
}

.class-list li a:hover img {
  animation: rotate 0.7s ease-in-out both;
}

.class-list li a span {
  display: block;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: inherit;
  font-size: 1.3rem;
  color: #766152;
  transition: all 0.3s ease 0s;
}

.class-list li a img {
  display: block;
  margin: auto;
  max-width: 90px;
  width: 70%;
  margin-bottom: 5px;
  filter: hue-rotate(300deg);
}

@media all and (max-width: 1200px) {
  .class-list li a {
    padding: 20px 10px;
    font-size: 1.8rem;
  }

  .class-list li a img {
    max-width: 70px;
  }

  .class-list li a span {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 896px) {
  .class-list li {
    width: 48%;
    margin: 1%;
  }

  .class-list li:first-child {
    width: 48%;
    margin: 1%;
  }
}

@media all and (max-width: 639px) {
  .class-list li a {
    padding: 15px 8px;
    font-size: 1.2rem;
  }

  .class-list li a span {
    font-size: 1rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

/*top-greet-box
-----------------------------------*/
.top-greet-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.top-greet-box .inner {
  padding: 80px 0;
  position: relative;
}

.top-greet-box .child {
  width: 48%;
}

.top-greet-box .child.image {
  height: 580px;
}

.top-greet-box .child.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-greet-box .child-txt {
  width: 48%;
  margin-left: auto;
}

.top-greet-box .child-txt .detail {
  max-width: 75%;
}

@media all and (max-width: 639px) {
  .top-greet-box .child {
    width: 100%;
  }

  .top-greet-box .child.image {
    height: 220px;
  }

  .top-greet-box .child-txt {
    width: 100%;
    margin: 0 auto;
  }

  .top-greet-box .child-txt .detail {
    max-width: 95%;
    margin: 0 auto;
  }
}

.swiper_menu .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.swiper_menu .swiper-slide img {
  max-width: 640px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper_menu .swiper-button-next,
.swiper_menu .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 639px) {

  .swiper_menu .swiper-button-next,
  .swiper_menu .swiper-button-prev {
    top: unset;
    bottom: 0;
  }
}

.swiper_menu .swiper-button-prev {
  left: 10px;
}

.swiper_menu .swiper-button-prev:after {
  font-family: unset;
  content: "◀";
  color: #fefefe;
  font-size: 1.2rem;
}

.swiper_menu .swiper-button-next {
  right: 10px;
}

.swiper_menu .swiper-button-next:after {
  font-family: unset;
  content: "▶";
  color: #fefefe;
  font-size: 1.2rem;
}

/* calendar
----------------------------------*/
.calendarArea {
  margin-bottom: -30px;
}

div.calendar {
  width: 100%;
  height: 100%;
  margin: 0 30px 30px 0;
}

div.calendar:nth-child(2n) {
  margin: 0 0 30px 0;
}

div.calendar table {
  width: 100%;
  font-size: 12px;
}

div.calendar table th,
div.calendar table td {
  vertical-align: top;
  border: 1px solid #202020;
  padding: 13px 5px;
  background: #fff;
}

div.calendar table th {
  background-color: #795234;
  font-weight: normal;
  color: #fff;
  width: 14%;
}

div.calendar .item {
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #ff0000;
}

div.calendar .item1 {
  margin-bottom: 5px;
  line-height: 1.2;
  color: #0068b7 !important;
}

div.calendar .item5 {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 0.7rem;
  color: #000 !important;
}

div.calendar .off {
  background: #f5f3ef;
  color: #ff0000;
}

div.calendar .days {
  min-height: 45px;
}

div.calendar .days.off {
  position: relative;
}

div.calendar .days.off:after {
  content: "定休日";
  display: block;
}

.calendar_head {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.arrow {
  margin-top: 20px;
  text-align: center;
}

@media all and (max-width: 840px) {
  .arrow {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 640px) {
  .arrow {
    font-size: 1.5rem;
  }
}

.arrow-before,
.arrow-after {
  padding: 10px;
  background-color: #fff;
  font-size: 1.8rem;
}

@media all and (max-width: 640px) {

  .arrow-before,
  .arrow-after {
    padding: 7px;
  }
}

.arrow-before {
  margin-right: 10px;
}

#medical-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 896px) {
  #medical-box {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
  }
}

#medical-box #medical-side {
  width: 220px;
  position: sticky;
  left: 0;
  top: 80px;
  margin-bottom: 40px;
}

@media all and (max-width: 896px) {
  #medical-box #medical-side {
    width: 95%;
    position: relative;
    margin: 0 auto 30px;
    top: 0;
  }
}

#medical-box #medical-main {
  flex: 1;
  margin-left: 60px;
}

@media all and (max-width: 896px) {
  #medical-box #medical-main {
    flex: 0 1 auto;
    margin: 0;
    width: 100%;
  }
}

.sidenavi_wrap {
  margin-top: 85px;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 15px -5px rgba(63, 49, 37, 0.1);
}

.sidenavi_wrap .title-mini a {
  display: block;
  background: #F4F3F3;
  color: #111;
  text-align: center;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 4px 0;
  margin: 0 -10px;
}

.sidenavi_wrap .title-mini a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 4px;
  font-size: 14px;
  color: #795234;
}

.sidenavi_wrap .title-mini2 {
  font-weight: 700;
  letter-spacing: 0.15em;
  background: #795234;
  color: #fff;
  padding: 4px 0;
  margin: 0 -10px;
  text-align: center;
  font-size: 110%;
}

.sidenavi_wrap .side-navi {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 0;
}

.sidenavi_wrap .side-navi>li a {
  display: block;
  color: #3f3125;
  position: relative;
  padding: 8px 0;
  transition: all 1s ease;
}

.sidenavi_wrap .side-navi>li a span {
  font-size: 90%;
}

.sidenavi_wrap .side-navi>li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  margin-right: 10px;
  color: #202020;
  font-size: 0.5em;
}

.sidenavi_wrap .side-navi>li a:hover {
  background: #fcf8ef;
}

.sidenavi_wrap .side-navi>li a:hover:before {
  color: #795234;
}

.sidenavi_wrap .side-navi>li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.grid-item {
  transition: 0.3s ease-in-out;
  width: 100%;
}

.grid-item .grid-figure {
  width: 100%;
  height: 240px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

.grid-item table {
  font-size: 1.4rem;
}

.grid-item:nth-child(3n) {
  margin-right: 0px;
}

.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.grid-item * {
  transition: 0.3s;
}

.grid-item h5 {
  font-size: 1.4rem;
  text-align: center;
  color: #1a1103;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-item .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  opacity: 0;
  color: #1a1103;
  letter-spacing: 0.2em;
  font-size: 13px;
}

.grid-item .ttl span {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  display: inline;
  background: #1a1103;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
}

.grid-item a:hover .ttl {
  opacity: 1;
}

.grid-item a:hover img {
  opacity: 0.2;
  transform: scale(1.2);
}

.grid-item.type1 {
  position: relative;
}

.grid-item.type1 .arrow {
  position: absolute;
  top: 42%;
  right: -45px;
  transform: translateY(-50%);
  font-size: 5rem;
}

@media all and (max-width: 896px) {
  .grid-item.type1 .arrow {
    display: none;
  }
}

.grid-item.type1 .arrow-sp {
  display: none;
}

@media all and (max-width: 896px) {
  .grid-item.type1 .arrow-sp {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 50%;
    transform: translateX(50%);
    font-size: 2rem;
  }
}