html {
  scroll-behavior: smooth
}

body {
  color: #4b3c2d;
  background: #fff;
  font-family: "Sawarabi Gothic", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: .1em
}

a {
  color: #5b4937;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer
}

#wrapper {
  position: relative;
  overflow: hidden
}

#wrapper::before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1000px;
  left: 0;
  top: 0;
  background: #f2ede9;
  z-index: -1;
  pointer-events: none
}

#wrapper.type2::before {
  height: 550px
}

@media all and (max-width: 1100px) {
  #wrapper::before {
    width: 80%;
    height: 700px
  }
}

@media all and (max-width: 896px) {
  #wrapper.type2::before {
    height: 400px
  }
}

#l-main {
  overflow: hidden;
  position: relative
}

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

.bold {
  font-weight: 600
}

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

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

@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 .65s cubic-bezier(0.2, 1, 0.2, 1)
}

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

.loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none
}

.loader.off {
  display: none
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b99877;
  top: 0;
  left: 0;
  animation: load-tate .6s ease-out 2.6s forwards
}

@keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1
  }

  100% {
    height: 0%
  }
}

@keyframes load-tate2 {
  0% {
    height: 0%;
    opacity: 1
  }

  100% {
    height: 100%
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px
}

#splash_logo {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center
}

@media all and (max-width: 639px) {
  #splash_logo {
    top: 44.7888%
  }
}

.svgall {
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: relative
}

@media all and (max-width: 639px) {
  .svgall {
    width: 180px
  }
}

@keyframes logo-t-anime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

#splash_logo {
  animation: anime-aut .5s linear 1.8s forwards
}

@keyframes anime-aut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.st0 {
  fill: none;
  stroke: #fff
}

.st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 0;
  stroke-dasharray: 50;
  animation: symble-anime 1.4s linear .2s forwards
}

@keyframes symble-anime {
  0% {
    stroke-width: 0
  }

  100% {
    stroke-width: 150
  }
}

.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 0
}

#logo-txt .cls-1 {
  opacity: 0;
  animation: logo-t-anime .6s linear .8s forwards
}

#logo-sub .cls-1 {
  opacity: 0;
  animation: logo-t-anime .6s linear 1.4s forwards
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
    stroke-width: 0
  }

  100% {
    opacity: 1;
    stroke-width: 100
  }
}

@keyframes load-bg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

#l-header {
  width: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 auto;
  padding: 0;
  opacity: 0;
  animation: load-bg 1s ease-out 2s forwards;
  transition: .8s
}

@media all and (max-width: 1367px) {
  #l-header {
    margin: 0 auto
  }
}

@media all and (max-width: 639px) {
  #l-header {
    width: 100%;
    padding: 20px 0 10px
  }
}

#l-header.is-fixed {
  position: fixed;
  background-color: #fefefe;
  z-index: 101
}

#l-header.is-fixed .inner {
  padding: 20px
}

#l-header.is-fixed .head-right_tel a {
  color: #4b3c2d;
  position: relative
}

#l-header.is-fixed .head-right_tel a:hover img {
  opacity: .6
}

#l-header.is-fixed .inner #logo {
  width: 200px;
  position: absolute;
  top: 10px;
  left: 1%;
  padding: 30px;
  z-index: 101;
  transition: .8s
}

@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner #logo {
    width: 160px
  }
}

@media all and (max-width: 639px) {
  #l-header.is-fixed .inner #logo {
    width: 100px
  }
}

#l-header.is-fixed .head_contact .buy_btn a {
  margin-bottom: -20px
}

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

#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px
}

@media all and (max-width: 1100px) {
  #l-header .inner {
    padding: 20px 0
  }
}

@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial
  }
}

#l-header .inner #logo {
  width: 220px;
  position: absolute;
  top: 22px;
  left: 2%;
  padding: 30px 30px;
  background-color: #4b3c2d;
  transition: all .3s ease
}

#l-header .inner #logo .logo1 {
  display: none
}

#l-header .inner #logo .logo2 {
  display: block
}

@media all and (max-width: 1367px) {
  #l-header .inner #logo {
    width: 160px;
    padding: 20px
  }
}

@media all and (max-width: 896px) {
  #l-header .inner #logo {
    width: 150px
  }
}

@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 130px;
    top: 10px
  }
}

#l-header .inner #logo:hover {
  background: #b99877
}

#header_nav {
  position: relative;
  margin: 0 0 0 auto;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center
}

#header_nav .sub_nav {
  display: flex;
  justify-content: flex-end;
  font-size: 4rem;
  gap: 20px;
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  transition: all .3s ease
}

#header_nav .sub_nav .sub_btn01 a,
#header_nav .sub_nav .sub_btn02 a,
#header_nav .sub_nav .sub_btn03 a {
  color: #fefefe;
  border-radius: 10px;
  color: #4b3c2d
}

#header_nav .sub_nav .sub_btn01 a i,
#header_nav .sub_nav .sub_btn02 a i,
#header_nav .sub_nav .sub_btn03 a i {
  padding-left: 5px;
  background: #f2ede9;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  transition: all .3s ease
}

#header_nav .sub_nav .sub_btn01 a:hover,
#header_nav .sub_nav .sub_btn02 a:hover,
#header_nav .sub_nav .sub_btn03 a:hover {
  opacity: .5
}

#header_nav .sub_nav .sub_btn01 a:hover i,
#header_nav .sub_nav .sub_btn02 a:hover i,
#header_nav .sub_nav .sub_btn03 a:hover i {
  transform: scale(1.2)
}

#header_nav ul {
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end
}

#header_nav ul li {
  padding: 10px 15px 0
}

#header_nav ul li.type-contact {
  margin-left: 50px;
  background-color: #b99877
}

#header_nav ul li:last-child {
  border-right: none
}

#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #4b3c2d
}

#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  position: relative;
  letter-spacing: .1rem;
  color: #b99877
}

#header_nav ul li:hover a,
#header_nav ul li.active a {
  color: #b99877;
  transition: .2s width ease-in;
  font-weight: bold
}

#header_nav ul li:hover.type-contact a,
#header_nav ul li.active.type-contact a {
  color: #4b3c2d
}

#header_nav ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 100px;
  left: -20px;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transiton: opacity .2s;
  transition: opacity .2s;
  z-index: 1;
  display: flex;
  flex-wrap: wrap
}

#header_nav ul li .sub-menu li {
  width: 48%;
  margin: 0 1% 5px;
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  transition: .8s;
  transform: translateX(200px);
  transition: transform .3s ease, opacity .2s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 10px rgba(75, 60, 45, .15);
  border-radius: 10px;
  padding: 0
}

#header_nav ul li .sub-menu li .photo {
  width: 30%;
  border-radius: 10px 0 0 10px;
  overflow: hidden
}

#header_nav ul li .sub-menu li a {
  width: 70%;
  padding: 0 20px;
  color: #b99877;
  position: relative
}

#header_nav ul li .sub-menu li a span {
  display: block;
  text-align: center;
  font-size: 1.4rem
}

#header_nav ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  top: 26%;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #4b3c2d;
  border-bottom: 10px solid rgba(0, 0, 0, 0)
}

#header_nav ul li .sub-menu li:nth-child(2) {
  transition-delay: .1s
}

#header_nav ul li .sub-menu li:nth-child(3) {
  transition-delay: .2s
}

#header_nav ul li .sub-menu li:nth-child(4) {
  transition-delay: .3s
}

#header_nav ul li .sub-menu li:nth-child(5) {
  transition-delay: .4s
}

#header_nav ul li .sub-menu li:nth-child(6) {
  transition-delay: .5s
}

#header_nav ul li .sub-menu li:nth-child(7) {
  transition-delay: .6s
}

#header_nav ul li .sub-menu li:before {
  display: none
}

#header_nav ul li .sub-menu li:hover {
  background-color: #4b3c2d
}

#header_nav ul li .sub-menu li:hover .photo {
  transition: .4s;
  transform: scale(1.05)
}

#header_nav ul li .sub-menu li:hover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#header_nav ul li .sub-menu li:hover a {
  color: #fff
}

#header_nav ul li .sub-menu li:hover a span {
  color: #fff
}

#header_nav ul li .sub-menu li:hover a:before {
  transition: .4s;
  height: 10px;
  right: 10px;
  border-left: 10px solid #fff
}

#header_nav ul li:hover .sub-menu,
#header_nav ul li.active .sub-menu {
  display: flex;
  flex-wrap: wrap;
  visibility: visible
}

#header_nav ul li:hover .sub-menu li,
#header_nav ul li.active .sub-menu li {
  transition: .8s;
  transition: transform 1s ease, opacity .9s ease;
  animation: opacityAnime 1s .1s forwards
}

#header_nav ul li:hover .sub-menu li:nth-child(2),
#header_nav ul li.active .sub-menu li:nth-child(2) {
  animation-delay: .2s
}

#header_nav ul li:hover .sub-menu li:nth-child(3),
#header_nav ul li.active .sub-menu li:nth-child(3) {
  animation-delay: .3s
}

#header_nav ul li:hover .sub-menu li:nth-child(4),
#header_nav ul li.active .sub-menu li:nth-child(4) {
  animation-delay: .4s
}

#header_nav ul li:hover .sub-menu li:nth-child(5),
#header_nav ul li.active .sub-menu li:nth-child(5) {
  animation-delay: .5s
}

#header_nav ul li:hover .sub-menu li:nth-child(6),
#header_nav ul li.active .sub-menu li:nth-child(6) {
  animation-delay: .6s
}

#header_nav ul li:hover .sub-menu li:nth-child(7),
#header_nav ul li.active .sub-menu li:nth-child(7) {
  animation-delay: .7s
}

#header_nav ul li:hover .header_link,
#header_nav ul li.active .header_link {
  transform: scale(1.1);
  position: relative
}

#header_nav ul li:hover .header_link:before,
#header_nav ul li.active .header_link:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(185, 152, 119, .4);
  z-index: -1
}

#header_nav ul li:hover .header_link.type2:before,
#header_nav ul li.active .header_link.type2:before {
  background-color: rgba(78, 146, 214, .4)
}

#header_nav ul li:hover .header_link.type3:before,
#header_nav ul li.active .header_link.type3:before {
  background-color: rgba(228, 119, 77, .4)
}

#header_nav ul li:hover .header_link.type4:before,
#header_nav ul li.active .header_link.type4:before {
  background-color: rgba(207, 180, 90, .4)
}

@media all and (max-width: 1480px) {
  #header_nav ul li a {
    font-size: 1.4rem
  }

  #header_nav ul li a span {
    font-size: 1.2rem
  }

  #header_nav ul li.type-contact {
    margin-left: 10px
  }
}

@media all and (max-width: 1367px) {
  #header_nav {
    text-align: center
  }

  #header_nav ul li {
    padding: 10px 20px 0
  }

  #header_nav ul li a {
    font-size: 1.4rem
  }
}

@media all and (max-width: 1100px) {
  #header_nav ul li {
    padding: 10px 13px 0
  }
}

@media all and (max-width: 896px) {
  #header_nav {
    display: none
  }
}

#header_nav.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime .5s forwards
}

#header_nav.DownMove ul {
  position: relative
}

#header_nav.DownMove ul li {
  position: relative
}

#header_nav.DownMove ul li:hover:before,
#header_nav.DownMove ul li.active:before {
  transition: .4s;
  width: 100%
}

#header_nav.DownMove ul li .sub-menu {
  max-width: 570px;
  width: 570px;
  top: 54px;
  left: -200%;
  padding: 20px 0 0
}

#header_nav.DownMove ul li .sub-menu li a {
  width: 70%;
  padding: 0 20px;
  color: #b99877;
  position: relative
}

#header_nav.DownMove ul li .sub-menu li a span {
  color: #4b3c2d;
  display: block;
  text-align: center;
  font-size: 1.4rem
}

#header_nav.DownMove ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  top: 26%;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #4b3c2d;
  border-bottom: 10px solid rgba(0, 0, 0, 0)
}

#header_nav.DownMove ul li .sub-menu li:hover {
  background-color: #4b3c2d
}

#header_nav.DownMove ul li .sub-menu li:hover .photo {
  transition: .4s;
  transform: scale(1.05)
}

#header_nav.DownMove ul li .sub-menu li:hover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#header_nav.DownMove ul li .sub-menu li:hover a {
  color: #fff
}

#header_nav.DownMove ul li .sub-menu li:hover a span {
  color: #fff
}

#header_nav.DownMove ul li .sub-menu li:hover a:before {
  transition: .4s;
  height: 10px;
  right: 10px;
  border-left: 10px solid #fff
}

@media all and (max-width: 1367px) {
  #header_nav.DownMove ul li a {
    font-size: 1.3rem
  }
}

.head_contact {
  margin-left: 2rem;
  text-align: center
}

@media all and (max-width: 1100px) {
  .head_contact {
    display: none
  }
}

.head_contact .buy_btn {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .8s
}

.head_contact .buy_btn a {
  width: 100%;
  display: block;
  background: #ffcc59;
  border-radius: 0 0 20px 20px;
  padding: 1rem;
  color: #fff;
  font-weight: 600
}

.head_contact .buy_btn a span {
  display: block;
  width: 50px;
  margin: .25rem auto 0;
  transition: .3s ease
}

.head_contact .buy_btn a:hover {
  background: #ffc061
}

@keyframes opacityAnime {
  0% {
    transform: translateX(50px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-100px)
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 110
}

#page-top a {
  display: block;
  background: #4b3c2d;
  box-shadow: #4b3c2d;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center
}

#page-top a:hover {
  opacity: .6
}

@media all and (max-width: 639px) {
  #page-top {
    bottom: 54px
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.12)
  }
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.slide-img::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #4b3c2d;
  opacity: .4;
  z-index: 2
}

.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: right;
  object-position: right
}

@media all and (max-width: 1367px) {
  .slide-img {
    height: 76vh
  }
}

@media all and (max-width: 1100px) {
  .slide-img {
    height: 50vh
  }
}

@media all and (max-width: 896px) {
  .slide-img {
    height: 40vh
  }
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 25vh
  }
}

#slideshow {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-top: 250px
}

@media all and (max-width: 896px) {
  #slideshow {
    margin-top: 200px
  }
}

@media all and (max-width: 639px) {
  #slideshow {
    margin-top: 150px
  }
}

#slide-wrap {
  position: relative
}

#slide-wrap .slide-box {
  opacity: 1;
  width: 100%;
  margin: 0 0 0 auto
}

@keyframes catch-anime {
  0% {
    opacity: 1;
    transform: translateY(20%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes catch-anime2 {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.catch {
  z-index: 100;
  position: relative;
  margin: 0px auto 0 0;
  margin-left: -20%;
  margin-bottom: -100px
}

.catch .catch-img {
  animation: catch-anime2 .8s ease-in 2s forwards;
  width: 700px;
  transition: all .5s ease
}

.catch .catch-txt {
  font-size: 5rem;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 10px rgba(147, 138, 129, .4);
  text-align: left;
  padding: 0 10px;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

.catch .catch-txt span {
  opacity: 0;
  animation: catch-anime .8s ease-in 2.8s forwards;
  display: inline-block
}

.catch .catch-sub {
  position: relative;
  font-size: 2.6rem;
  opacity: 0;
  animation: catch-anime2 .8s ease-in 2s forwards;
  text-align: left
}

.catch .catch-sub span {
  position: relative;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  display: inline-block
}

.catch.type-main {
  max-width: 580px
}

.catch.on {
  opacity: 1;
  transition: 2s
}

.catch img {
  width: 100%
}

@media all and (max-width: 1480px) {
  .catch .catch-txt {
    font-size: 6rem
  }

  .catch .catch-sub {
    position: relative;
    font-size: 1.6rem
  }
}

@media all and (max-width: 1100px) {
  .catch .catch-sub {
    position: relative;
    font-size: 1.6rem
  }

  .catch .catch-img {
    width: 67%
  }
}

@media all and (max-width: 896px) {
  .catch .catch-img {
    width: 65%
  }
}

@media all and (max-width: 639px) {
  .catch {
    margin-bottom: -50px
  }

  .catch .catch-img {
    width: 87%
  }

  .catch .catch-txt {
    font-size: 3rem
  }

  .catch .catch-sub {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.2rem
  }

  .catch .catch-sub.t-m40 {
    margin-top: 15px
  }
}

@media(max-width: 480px) {
  .catch {
    margin-bottom: -35px
  }

  .catch .catch-txt {
    font-size: 2rem
  }
}

footer {
  background: #b99877;
  position: relative
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-02.jpg) repeat;
  background-size: 1920px 700px
}

@media all and (max-width: 639px) {
  footer {
    padding: 50px 0
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  display: flex
}

@media all and (max-width: 896px) {
  #l-footer {
    flex-direction: column-reverse
  }
}

#l-footer .mtitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -80px
}

#l-footer .footer-main {
  width: 50%;
  padding: 60px
}

@media all and (max-width: 1100px) {
  #l-footer .footer-main {
    padding: 20px
  }
}

@media all and (max-width: 896px) {
  #l-footer .footer-main {
    width: 100%
  }
}

#l-footer .inner {
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px
}

@media all and (max-width: 896px) {
  #l-footer .inner {
    flex-direction: column;
    gap: 20px;
    padding: 0
  }
}

#l-footer .inner .whitebox {
  padding: 20px 0
}

#l-footer .fbox a {
  border-bottom: 1px solid #4b3c2d;
  color: #4b3c2d
}

#l-footer .fbox a:hover {
  opacity: .4
}

#l-footer .footer_sns_nav {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  gap: 20px;
  text-align: center
}

#l-footer .footer_sns_nav a {
  border-bottom: none;
  line-height: 1.5;
  font-size: 8rem;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

#l-footer .footer_sns_nav a:hover {
  opacity: .5
}

#l-footer .footer_sns_nav .sub_btn01 span,
#l-footer .footer_sns_nav .sub_btn02 span {
  display: block;
  font-size: 1.3rem
}

@media all and (max-width: 639px) {
  #l-footer .footer_sns_nav a {
    font-size: 5rem
  }
}

#l-footer .footer-tel {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem
}

@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem
  }

  #l-footer .inner {
    font-size: 1.1rem
  }
}

.footer-ggmap {
  width: 50%;
  margin: 0 auto
}

.footer-ggmap iframe {
  width: 100%;
  height: 100%
}

@media all and (max-width: 896px) {
  .footer-ggmap {
    width: 100%;
    height: 300px
  }
}

.footer_navi {
  flex-basis: 100%;
  margin: 0 auto
}

.footer_navi ul {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.footer_navi ul>li {
  width: 15%;
  width: 180px
}

@media all and (max-width: 1100px) {
  .footer_navi ul>li {
    padding: 0px
  }
}

.footer_navi ul>li .photo {
  display: none
}

.footer_navi ul>li>a {
  color: #4b3c2d;
  font-size: 1.3rem;
  position: relative;
  padding: 10px 20px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 10px rgba(75, 60, 45, .1);
  font-weight: 600
}

.footer_navi ul>li>a span {
  display: none
}

.footer_navi ul>li>a:hover {
  color: #4b3c2d
}

.footer_navi ul>li .sub-menu {
  margin-top: 10px;
  display: block
}

.footer_navi ul>li .sub-menu li {
  margin: 0;
  width: 100%;
  padding-left: 30px
}

.footer_navi ul>li .sub-menu a {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-align: left
}

.footer_navi ul>li .sub-menu a:before {
  position: absolute;
  content: "";
  left: -14px;
  top: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid #b99877;
  background-color: rgba(0, 0, 0, 0)
}

.footer_navi ul>li .dropdown {
  display: none
}

.footer_navi ul>li .dropdown .dropdon-li a {
  font-size: 1.2rem
}

.flogo {
  margin: 0 auto;
  min-height: 0;
  text-align: center;
  max-width: 200px
}

@media all and (max-width: 639px) {
  .flogo {
    width: 60%
  }
}

.address {
  color: #fefefe;
  font-size: 12px
}

.copyright {
  padding: 6px 10px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 20px auto 0
}

@media all and (max-width: 896px) {
  .copyright {
    font-size: 10px;
    margin: 20px auto 35px
  }
}

@media all and (max-width: 639px) {
  .copyright {
    margin: 20px auto 10px
  }
}

.instagram_bnr>a {
  letter-spacing: .1rem;
  font-size: 1.6rem;
  padding: 15px 0;
  width: 350px;
  display: block;
  background: #ffa6b3;
  color: #fff;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  text-align: center;
  margin: 0 auto
}

@media all and (max-width: 639px) {
  .instagram_bnr>a {
    width: 100%;
    padding: 10px 0
  }
}

.instagram_bnr>a i {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px
}

.instagram_bnr>a:hover {
  opacity: .7
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto
}

.list2.type1>li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px
}

@media all and (max-width: 639px) {
  .list2.type2>li {
    width: 100%;
    margin: 0 auto 0
  }

  .list2.type2>li:nth-child(2) {
    margin-top: 30px
  }
}

.list2>li,
.list2 .child {
  width: 48%
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%
}

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

  .list2>li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto
  }
}

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

  .list2>li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0
  }
}

.list2 .child2 {
  width: 34%;
  margin-top: 50px
}

.list2 .child2:nth-child(2n) {
  margin-left: 4%
}

@media all and (max-width: 639px) {
  .list2 .child2:nth-child(2n) {
    margin-left: auto
  }
}

@media all and (max-width: 639px) {
  .list2 .child2 {
    width: 100%;
    margin: 25px auto 0
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.list3.type1 li {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px
}

.list3 li,
.list3 .child {
  width: 31%;
  position: relative;
  margin: 0 3.495% 30px 0
}

.list3 li.t-m200,
.list3 .child.t-m200 {
  margin-top: 200px
}

.list3 li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0
}

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

  .list3 li,
  .list3 .child {
    width: 95%;
    margin: 0 auto 40px
  }

  .list3 li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto
  }
}

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

.list4 li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0
}

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

.list5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.list5 li {
  width: 18%;
  margin: 0 1% 25px
}

@media all and (max-width: 896px) {
  .list5 li {
    width: 30%
  }
}

@media all and (max-width: 639px) {
  .list5 li {
    width: 48%
  }
}

.list5 li .txtdeko3 {
  background-color: #fff;
  padding: 6px 20px;
  border-bottom: 2px solid #b99877
}

.column2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.column2.tp {
  align-items: flex-start
}

.column2.reverse {
  flex-direction: row-reverse
}

.column2.js-center {
  justify-content: center
}

.column2.ai-start {
  align-items: flex-start
}

.column2 .child {
  width: 48%
}

.column2 .child01 {
  width: 40%
}

.column2 .child02 {
  width: 57%
}

.column2 .child03 {
  width: 32%
}

.column2 .child04 {
  width: 65%
}

.column2 .child-txt {
  position: absolute;
  width: 60%;
  right: 0;
  padding: 35px 30px;
  background: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.column2 .child-txt.type1 {
  right: auto;
  left: 0
}

.column2 .child-img {
  width: 50%
}

.column2 .child-img.type1 {
  margin-left: auto
}

@media all and (max-width: 896px) {
  .column2 {
    flex-direction: column
  }

  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child03,
  .column2 .child04,
  .column2 .child-img {
    width: 100%
  }

  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child03.bm10,
  .column2 .child04.bm10,
  .column2 .child-img.bm10 {
    margin-bottom: 10px
  }

  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child03.bm20,
  .column2 .child04.bm20,
  .column2 .child-img.bm20 {
    margin-bottom: 20px
  }

  .column2 .child.bm30,
  .column2 .child01.bm30,
  .column2 .child02.bm30,
  .column2 .child03.bm30,
  .column2 .child04.bm30,
  .column2 .child-img.bm30 {
    margin-bottom: 30px
  }

  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-img.column2-img {
    order: -1;
    margin-bottom: 20px;
    text-align: center
  }
}

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

  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-img.column2-img {
    height: 300px
  }
}

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

  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-img.column2-img {
    height: 200px
  }
}

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

  .column2 .child img,
  .column2 .child01 img,
  .column2 .child02 img,
  .column2 .child03 img,
  .column2 .child04 img,
  .column2 .child-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media all and (max-width: 896px) {
  .column2 .child-txt {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 15px !important
  }
}

@media all and (max-width: 896px) {
  .column2 .child-img {
    order: -1;
    margin: auto !important;
    border-radius: 10px 10px 0 0
  }
}

@media all and (max-width: 896px) {
  .title-img {
    width: 70% !important;
    height: auto !important
  }

  .title-img img {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }
}

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

@media all and (max-width: 1100px) {
  .single {
    padding: 80px 15px
  }
}

.single0 {
  margin: 0 auto;
  padding: 80px 0;
  position: relative
}

@media all and (max-width: 896px) {
  .single0 .single-inner {
    width: 95%;
    margin: 0 auto
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0
}

@media all and (max-width: 1100px) {
  .single02 {
    width: 100%;
    padding: 80px 15px
  }
}

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

@media all and (max-width: 1100px) {
  .single03 {
    padding: 80px 15px
  }
}

.single04 {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: calc(100% - 80px)
}

@media all and (max-width: 896px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 40px 0
  }
}

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

@media all and (max-width: 1100px) {
  .single05 {
    padding: 80px 15px
  }
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto
}

.mbox.transparent {
  background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
  .mbox.transparent {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px
  }
}

.mbox.m0-p0 {
  margin: 0;
  padding: 0
}

@media all and (max-width: 639px) {
  .mbox.m0-p0 {
    margin: 20px 0 0;
    padding: 0
  }
}

.mbox.border {
  border: 1px solid #4b3c2d;
  border-radius: 20px
}

@media all and (max-width: 639px) {
  .mbox.border {
    padding: 15px 10px;
    margin-left: auto;
    margin-right: auto
  }
}

.mbox.type2 {
  max-width: 1500px;
  background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
  .mbox.type2 {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px
  }
}

.mbox.p40 {
  padding: 40px 40px
}

@media all and (max-width: 639px) {
  .mbox.p40 {
    padding: 20px 15px
  }
}

.mbox.p60 {
  padding: 60px 30px
}

@media all and (max-width: 639px) {
  .mbox.p60 {
    padding: 40px 10px
  }
}

.mbox.p0 {
  padding: 0 30px
}

@media all and (max-width: 639px) {
  .mbox.p0 {
    padding: 15px 10px
  }
}

.mbox.t-m80 {
  margin-top: 80px
}

@media all and (max-width: 639px) {
  .mbox.t-m80 {
    margin-top: 50px
  }
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
    margin-left: 10px;
    margin-right: 10px
  }

  .mbox.sp-m10 {
    margin-left: 10px;
    margin-right: 10px
  }

  .mbox.t-m100 {
    margin-top: 50px
  }
}

.mbox2 {
  background: #fff;
  box-shadow: rgba(51, 51, 51, .1) 0px 10px 50px;
  padding: 35px 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px
}

@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px
  }
}

.mbox2.bmchousei {
  margin-bottom: 40px
}

.mbox2.bmchousei2 {
  margin-bottom: 60px
}

.mbox2.type-beige {
  background: #f5f1e9
}

@media all and (max-width: 639px) {
  .mbox2.sp-p0 {
    padding: 0
  }
}

.mbox3 {
  padding: 20px;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  background: #f2ede9;
  border-radius: 10px
}

.mbox3 .mbox-inner {
  background: #fefefe;
  border-radius: 10px;
  padding: 60px
}

@media all and (max-width: 639px) {
  .mbox3 {
    padding: 15px 10px;
    margin-left: 10px;
    margin-right: 10px
  }

  .mbox3 .mbox-inner {
    padding: 20px
  }
}

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

.sentence p+p {
  margin-top: 20px
}

.sentence2 p+p {
  margin-top: 10px
}

#main {
  float: left;
  width: 76%
}

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

#side .mtitle_category {
  color: #4b3c2d
}

.mtitle {
  margin: 0 auto 40px;
  text-align: center
}

.mtitle .eng {
  font-size: 4rem;
  color: #b99877;
  position: relative;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

.mtitle .ja {
  font-size: 2rem;
  color: #4b3c2d;
  display: block;
  position: relative;
  font-weight: bold;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.mtitle.center .ja:before {
  right: 0;
  left: 0
}

.mtitle.left {
  text-align: left
}

.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(75, 60, 45, .1)
}

.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(75, 60, 45, .1)
}

.mtitle.white span:after {
  background-color: #eee
}

.mtitle.white span.ja {
  color: #fff
}

.mtitle.white span.ja:before {
  background-color: #fff
}

.mtitle.white span.ja:first-letter {
  color: #fff
}

.mtitle.white span.eng {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff
}

.mtitle.black {
  color: #4b3c2d
}

.mtitle.black span {
  color: #555
}

.mtitle.black span:after {
  background-color: #555
}

.mtitle.page {
  text-align: center;
  position: relative
}

.mtitle.page .eng {
  position: relative;
  min-width: 120px;
  display: inline-block
}

.mtitle.page .ja {
  font-size: 3rem;
  color: #4b3c2d;
  padding-top: 10px;
  display: block
}

.mtitle.page .ja:first-letter {
  color: #363636
}

.mtitle.type2 {
  margin: 0 auto 10px
}

.mtitle.type2 .eng {
  font-size: 3rem
}

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin: 0 auto 20px
  }

  .mtitle .eng {
    font-size: 1.2rem
  }

  .mtitle .eng:before {
    width: 50px;
    height: 2px;
    right: -14px;
    bottom: -11px
  }

  .mtitle .ja {
    font-size: 1.8rem
  }

  .mtitle.page {
    text-align: left
  }

  .mtitle.page .eng {
    font-size: 1.2rem;
    text-align: center
  }

  .mtitle.page .eng:before {
    width: 50px;
    height: 2px;
    right: 0px;
    bottom: -14px;
    left: auto
  }

  .mtitle.page .ja {
    padding-top: 0;
    font-size: 1.6rem
  }
}

.mtitle2 {
  margin: 40px auto 20px;
  color: #4b3c2d;
  letter-spacing: .15em;
  position: relative
}

.mtitle2.type-blue span.eng {
  color: #4e92d6
}

.mtitle2.type-green span.eng {
  color: #578f35
}

.mtitle2.type-white {
  text-align: center;
  margin: 0 auto 20px
}

.mtitle2.type-white span.eng {
  color: #fff;
  position: initial;
  font-size: 6rem;
  line-height: 1.3
}

.mtitle2.type-white span.ja {
  color: #fff;
  margin-top: -10px
}

@media all and (max-width: 639px) {
  .mtitle2.type-white {
    font-size: 1.3rem
  }

  .mtitle2.type-white span.eng {
    font-size: 4rem;
    top: -15px
  }

  .mtitle2.type-white span.ja {
    font-size: 1.6rem
  }
}

.mtitle2 span {
  font-size: 2.5rem;
  display: block;
  color: #4b3c2d
}

.mtitle2 span.eng {
  color: #b99877;
  opacity: .8;
  font-size: 6rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

.mtitle2 span.ja {
  font-size: 2rem;
  font-weight: bold;
  color: #4b3c2d;
  position: relative;
  z-index: 1
}

@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.3rem
  }

  .mtitle2 span.eng {
    font-size: 4rem;
    top: -15px
  }

  .mtitle2 span.ja {
    font-size: 1.6rem
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 280px;
  top: 40px;
  left: 30px
}

.mtitle3 .ja {
  display: block;
  font-size: 4rem;
  border-right: 2px solid #4b3c2d;
  letter-spacing: .2em;
  padding-top: 55px;
  padding-right: 5px;
  font-weight: 600;
  color: #4b3c2d
}

.mtitle3 .eng {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #4b3c2d;
  padding-left: 3px
}

@media all and (max-width: 896px) {
  .mtitle3 .ja {
    font-size: 2rem
  }

  .mtitle3 .eng {
    font-size: 2rem
  }
}

@media all and (max-width: 639px) {
  .mtitle3 {
    position: inherit;
    left: 0;
    top: 0;
    min-height: auto;
    padding-top: 50px;
    writing-mode: inherit
  }

  .mtitle3 .ja {
    font-size: 1.6rem;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #4b3c2d;
    margin-bottom: 20px
  }

  .mtitle3 .eng {
    font-size: 1.3rem
  }
}

.mtitle4 {
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  padding-bottom: 20px;
  margin: 0px auto 0px;
  padding-left: 50px
}

.mtitle4 span {
  font-size: 2.6rem;
  padding: 0 4px 0
}

.mtitle4 span.eng {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #b99877
}

.mtitle4 span.ja {
  display: block;
  font-size: 3rem;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.mtitle4.white span {
  color: #fff
}

.mtitle4.white span.eng {
  color: #fff
}

@media all and (max-width: 896px) {
  .mtitle4 span.ja {
    display: block;
    font-size: 2.5rem
  }
}

@media all and (max-width: 639px) {
  .mtitle4 span.eng {
    font-size: 2.6rem
  }

  .mtitle4 span.ja {
    display: block;
    font-size: 1.4rem
  }
}

.mtitle5 {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1rem;
  font-weight: 600;
  margin: 0px auto 40px;
  text-align: center;
  position: relative;
  padding-top: 130px
}

.mtitle5.type-no {
  padding-left: 0
}

.mtitle5.type-no:before {
  display: none
}

.mtitle5:before {
  position: absolute;
  content: "";
  width: 250px;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/title-icon.png) no-repeat;
  background-size: contain;
  padding-bottom: 20px
}

.mtitle5 span {
  padding: 0 40px 0
}

.mtitle5 span.eng {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #b99877;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  display: block
}

.mtitle5 span.ja {
  font-size: 2rem
}

.mtitle5.white span.eng {
  color: #fff
}

.mtitle5.type2:before {
  background: url(../img/title-icon02.png) no-repeat;
  background-size: contain;
  width: 130px
}

@media all and (max-width: 639px) {
  .mtitle5 {
    margin: 0px auto 20px;
    padding-top: 94px
  }

  .mtitle5::before {
    width: 200px;
    height: 104px
  }

  .mtitle5 span.eng {
    font-size: 2.6rem
  }

  .mtitle5 span.ja {
    font-size: 1.4rem;
    padding: 0 20px
  }
}

.mtitle6 {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0px auto 0px;
  text-align: center;
  position: relative
}

.mtitle6 span {
  padding: 0 40px 0
}

.mtitle6 span.eng {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: rgba(185, 152, 119, .3);
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
  display: block;
  margin-bottom: -25px
}

.mtitle6 span.ja {
  font-size: 2.2rem;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.mtitle6.white span.eng {
  color: #fff
}

@media all and (max-width: 639px) {
  .mtitle6 span.eng {
    font-size: 5rem;
    margin-bottom: -16px
  }

  .mtitle6 span.ja {
    font-size: 1.6rem;
    padding: 0 20px
  }
}

.mtitle7 {
  margin-bottom: 40px
}

.mtitle7 span {
  background: #fefefe;
  font-size: 2.5rem;
  display: inline-block
}

.mtitle7 span:first-child {
  margin-bottom: 10px
}

.mtitle7 .eng {
  background: rgba(0, 0, 0, 0);
  font-size: 1.4rem;
  color: #b99877;
  display: block;
  padding: 0 10px
}

@media all and (max-width: 639px) {
  .mtitle7 {
    margin-bottom: 20px
  }

  .mtitle7 span {
    font-size: 1.8rem
  }
}

.mtitle_line {
  font-size: 2.2rem;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-left: 20px;
  color: #4b3c2d;
  border-top: 2px solid #4b3c2d;
  letter-spacing: .2rem;
  background-color: #969696
}

.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #4b3c2d
}

@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem
  }

  .mtitle_line span {
    font-size: 1.2rem
  }
}

.mtitle-border {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  margin-top: 20px
}

.mtitle-border span {
  color: #b99877;
  font-size: 2.5rem;
  position: relative;
  padding-top: 60px;
  display: block
}

.mtitle-border span:before {
  position: absolute;
  content: "";
  width: 121px;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/hane.png) no-repeat;
  background-size: cover
}

@media all and (max-width: 896px) {
  .mtitle-border span {
    color: #b99877;
    font-size: 1.5rem;
    position: relative;
    padding-top: 60px
  }

  .mtitle-border span:before {
    position: absolute;
    content: "";
    width: 121px;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/hane.png) no-repeat;
    background-size: cover
  }
}

.mtitle-box {
  background-color: #4b3c2d;
  color: #fff;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center
}

.mtitle-box .ja {
  color: #fff;
  font-size: 2.4rem
}

.mtitle-box .ja .main {
  padding-left: 5px;
  font-size: 3rem
}

@media all and (max-width: 639px) {
  .mtitle-box .ja {
    font-size: 1.7rem
  }

  .mtitle-box .ja .main {
    padding-left: 5px;
    font-size: 2rem
  }
}

.mtitle_sub {
  padding: 0 0 0 20px;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #4b3c2d;
  margin: 0px 0 15px 20px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left
}

.mtitle_sub .hissu {
  color: #fff;
  background: #6b5640;
  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: #b99877
}

@media all and (max-width: 639px) {
  .mtitle_sub {
    margin: 0px 0 15px 10px;
    padding: 0 0 0 10px
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #b99877
}

.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  color: #b99877
}

.mtitle_box2 {
  position: relative;
  background: linear-gradient(60deg, #b99877 0%, #b99877 85%, #cab299 85%);
  font-size: 1.8rem;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
  margin-bottom: 25px
}

.mtitle_box2 span {
  font-size: 1.6rem
}

.mtitle_box2.type1 {
  background: linear-gradient(60deg, #b99877 0%, #b99877 85%, #cab299 85%)
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 20px
  }

  .mtitle_box2 span {
    font-size: 1.3rem
  }
}

.mtext1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5
}

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

.mtext2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  line-height: 1.4
}

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

  .mtext2 sapn {
    font-size: 1.4rem
  }
}

.item-ttl {
  font-size: 3rem;
  color: #b99877;
  position: relative;
  letter-spacing: .1em;
  margin-bottom: 20px
}

.item-ttl .txt01 {
  display: block;
  font-size: 1.8rem;
  color: rgba(185, 152, 119, .5);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem
}

@media all and (max-width: 639px) {
  .item-ttl .txt01 {
    font-size: 1.6rem
  }
}

.item-ttl.type-img {
  text-align: center
}

.item-ttl.type-img .txt01 {
  color: rgba(185, 152, 119, .7)
}

.item-ttl.tleft {
  text-align: left
}

@media all and (max-width: 896px) {
  .item-ttl.tleft {
    text-align: center
  }
}

@media all and (max-width: 639px) {
  .item-ttl {
    width: 80%;
    margin: 0 auto
  }
}

.ttl-img {
  width: 50%;
  margin: 40px
}

@media all and (max-width: 1100px) {
  .ttl-img {
    width: 70%
  }
}

@media all and (max-width: 896px) {
  .ttl-img {
    width: 95%;
    margin: 0 auto 20px
  }
}

@media all and (max-width: 639px) {
  .caption {
    width: 120px
  }
}

.item-inner {
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  background: #f5f1e9;
  border-radius: 10px
}

.btn01.type-left a {
  margin: 40px auto 0 0
}

.btn01 a {
  background: #fefefe;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 15px auto;
  color: #b99877;
  display: block;
  padding: 8px 30px;
  font-weight: 600;
  border: 1px solid #b99877;
  font-size: 1.5rem;
  box-shadow: 0px 4px 0 #b99877;
  position: relative
}

.btn01 a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-left: 10px solid #b99877;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  right: 8%;
  top: 40%
}

.btn01 a:hover {
  transition: .6s;
  background: #b99877;
  color: #fefefe;
  transform: translate(0px, 5px);
  box-shadow: none
}

.btn01 a:hover:before {
  transition: .6s;
  border-left: 10px solid #fff;
  right: 6%
}

.btn01 a.type-blue {
  border: 2px solid #4e92d6
}

.btn01 a.type-blue:hover {
  background: #4e92d6;
  color: #fefefe
}

.btn01 a.type-yellow {
  border: 2px solid #cfb45a
}

.btn01 a.type-yellow:hover {
  background: #cfb45a;
  color: #fefefe
}

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

.btn01.mail a {
  background: #cfb45a;
  margin: 15px auto 25px
}

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

.btn01.type-line a {
  background: #00b900;
  color: #fefefe;
  border: none;
  box-shadow: none
}

.btn01.type-line a::before {
  display: none
}

@media all and (max-width: 639px) {
  .btn01 a {
    width: 94%;
    padding: 8px 20px;
    font-size: 1.4rem
  }
}

.btn02 a {
  display: block;
  margin: 30px auto 0;
  border: 1px solid #4b3c2d;
  color: #4b3c2d;
  font-weight: 500;
  padding: 30px 35px 35px 35px;
  transition: .4s;
  font-weight: bold;
  position: relative
}

.btn02 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 34px;
  height: 5px;
  background: url(../img/arrow.svg) 0 0 no-repeat;
  background-size: 30px 4px;
  transition: all .3s ease
}

.btn02 a:hover::after {
  transform: translateX(30%)
}

.btn02.type2 a {
  border: 1px solid #fefefe;
  color: #fefefe
}

.btn02.color2 a {
  border: 1px solid #b99877;
  color: #fefefe;
  background: #b99877
}

.btn02.color2 a:hover {
  background: #fefefe;
  color: #b99877
}

@media all and (max-width: 639px) {
  .btn02 a {
    font-size: 1.4rem;
    width: 90%;
    padding: 25px 30px 30px 30px
  }
}

.btn03 a {
  margin: 0 auto;
  display: block;
  color: #4b3c2d;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  padding: 12px 0;
  border: .9px solid #4b3c2d;
  border-radius: 30px
}

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

.btn03 a:hover {
  color: #fff;
  box-shadow: #4b3c2d 0 80px 0px 2px inset
}

@media all and (max-width: 639px) {
  .btn03 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem
  }

  .btn03 a:before {
    font-size: 1.3rem;
    transform: translateY(-2px)
  }
}

.btn03.type2 a {
  border: .9px solid #fefefe;
  color: #fefefe;
  border-radius: 60px
}

.btn03.type2 a:hover {
  color: #4b3c2d;
  box-shadow: #fefefe 0 80px 0px 2px inset
}

.btn04 {
  margin: 20px auto
}

.btn04 .btn-inner {
  font-size: 1.6rem;
  padding: 15px 0;
  max-width: 350px
}

.btn04 .btn-inner:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900
}

.btn04 .btn-inner.type2:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900
}

@media all and (max-width: 639px) {
  .btn04 .btn-inner {
    font-size: 1.2rem
  }
}

.btn04.white a:hover {
  color: #4b3c2d;
  border: .9px solid #fff;
  box-shadow: #fff 0 80px 0px 2px inset
}

.btn04 a {
  display: block;
  color: #fff;
  max-width: 380px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  padding: 12px 40px;
  border: .9px solid #fff;
  background-color: none;
  margin-left: auto;
  margin-right: auto
}

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

.btn04 a:hover {
  color: #fff;
  border: .9px solid #4b3c2d;
  box-shadow: #4b3c2d 0 80px 0px 2px inset
}

@media all and (max-width: 639px) {
  .btn04 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    max-width: 200px;
    font-size: 1.2rem
  }

  .btn04 a:before {
    font-size: 1.3rem;
    transform: translateY(-2px)
  }
}

.btn05 {
  position: relative;
  color: #4b3c2d;
  padding: 10px 50px 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none
}

@media all and (max-width: 639px) {
  .btn05 {
    padding: 10px 30px 10px 30px;
    max-width: 250px;
    width: 100%
  }
}

.btn05:before,
.btn05:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #4b3c2d;
  width: 100%;
  height: 2px;
  transition: all .3s ease-in-out
}

.btn05:after {
  width: 0;
  background-image: linear-gradient(-225deg, #d1ac81 0%, #d3c2ad 100%)
}

.btn05:hover:after {
  width: 100%
}

.btn05:hover span:after {
  right: 15px
}

.btn05 span:after {
  content: "";
  position: absolute;
  top: 1.3em;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4b3c2d;
  border-right: 1px solid #4b3c2d;
  transform: rotate(45deg);
  transition: all .3s
}

.btn06 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #23a7ff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

.btn06:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: inherit;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite
}

.btn06:hover {
  background-color: #4b3c2d
}

.btn06:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: ripple2 1s ease-in 0s forwards
}

@keyframes page-leadanime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.page-toparea {
  position: relative
}

.page-toparea .inner {
  padding: 250px 20px 160px
}

@media all and (max-width: 639px) {
  .page-toparea .inner {
    padding: 180px 20px 160px
  }
}

.page-toparea .inner .page-lead {
  color: #3a3a3a;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
  animation: page-leadanime 1s ease-out 1s forwards;
  opacity: 1
}

.page-toparea .inner .page-lead .eng {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem
}

@media all and (max-width: 639px) {
  .page-toparea .inner .page-lead {
    font-size: 1.5rem;
    transform: translateY(4px)
  }

  .page-toparea .inner .page-lead .eng {
    font-size: 2rem
  }
}

.page-toparea .slide-background {
  opacity: .6
}

.cafepage:before {
  position: absolute;
  content: "";
  width: 74%;
  height: 400px;
  background: url(../img/bg-03.png) repeat;
  background-size: 1920px 700px;
  height: 980px;
  transform: scale(-1, -1);
  left: -30%;
  top: 0
}

.cafepage .page-title {
  width: 65%
}

.cafepage .page-title:before {
  display: none
}

.cafepage .page-title .inner {
  padding: 360px 0
}

.cafepage .page-cafe-title {
  max-width: 600px;
  position: absolute;
  left: 6%;
  right: auto;
  top: 300px;
  z-index: 100
}

.cafepage .page-cafe-title .page-lead .eng {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 10rem;
  color: #b99877;
  line-height: 1
}

.cafepage .page-cafe-title .page-lead .ja {
  color: #4b3c2d
}

@media all and (max-width: 639px) {
  .cafepage .page-cafe-title .page-lead {
    font-size: 1.4rem;
    transform: translateY(4px)
  }

  .cafepage .page-cafe-title .page-lead .eng {
    font-size: 2rem
  }
}

.cafepage .cafe-catch {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6))
}

.cafepage .cafe-txt {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6))
}

.cafepage .cafe-txt span {
  color: #4b3c2d;
  opacity: 0;
  animation: catch-anime .8s ease-in 5s forwards;
  display: inline-block;
  mix-blend-mode: exclusion;
  font-size: 3rem;
  font-weight: bold
}

.cafepage .breadcrumb {
  margin: 20px auto 160px
}

@media all and (max-width: 1480px) {
  .cafepage .page-cafe-title {
    max-width: 600px;
    position: absolute;
    left: 3%;
    right: auto;
    top: 300px
  }

  .cafepage .page-cafe-title .page-lead .eng {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 6rem;
    color: #4b3c2d;
    line-height: 1
  }

  .cafepage .page-cafe-title .page-lead .ja {
    color: #4b3c2d
  }
}

@media all and (max-width: 896px) {
  .cafepage:before {
    height: 680px
  }

  .cafepage .page-title {
    width: 85%
  }

  .cafepage .page-title .inner {
    padding: 260px 0
  }

  .cafepage .page-lead {
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6))
  }

  .cafepage .breadcrumb {
    margin: 20px auto 80px
  }
}

@media all and (max-width: 639px) {
  .cafepage:before {
    height: 540px
  }

  .cafepage .cafe-txt span {
    font-size: 2rem
  }

  .cafepage .page-title .inner {
    padding: 200px 0
  }
}

.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 130px 0 0 auto;
  width: 100%;
  width: 80%
}

.page-title.type1 {
  background: url(../img/page-title.jpg) no-repeat 50% 48%/cover
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: .2
}

.page-title .inner {
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1200px;
  overflow: hidden
}

.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
  animation: page-leadanime 1s ease-out 2.4s forwards;
  opacity: 0
}

.page-title .inner .page-lead .eng {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem;
  text-shadow: 0px 0px 16px #7e93d8
}

.page-title .inner .page-lead .ja {
  color: #fff;
  text-shadow: 0px 0px 16px #7e93d8
}

@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.4rem;
    transform: translateY(4px)
  }

  .page-title .inner .page-lead .eng {
    font-size: 2rem
  }
}

@media all and (max-width: 896px) {
  .page-title .inner {
    width: 100%;
    padding: 70px 0 70px
  }
}

.bg-img {
  position: relative
}

.bg-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 380px;
  top: 5rem;
  opacity: .4;
  display: block;
  z-index: -1
}

.bg-img.type1::before {
  background: url(../img/bg-renga01.png) no-repeat;
  background-size: contain
}

.bg-img.left::before {
  left: -6rem;
  transform: scale(-1, 1);
  top: 0
}

.bg-img.right::before {
  left: auto;
  right: -6rem
}

@media all and (max-width: 896px) {
  .bg-img:before {
    top: -2rem
  }
}

@media all and (max-width: 639px) {
  .bg-img:before {
    width: 300px
  }

  .bg-img.left::before {
    top: -2rem
  }
}

.bg-01 {
  position: relative;
  padding: 80px 0 50px
}

.bg-01:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  top: 0;
  left: -20%;
  background: url(../img/bg-01-green.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed
}

@media all and (max-width: 639px) {
  .bg-01 {
    margin-top: 0px
  }

  .bg-01:before {
    background-attachment: initial
  }
}

.bg-01 .bg-01area {
  position: relative;
  z-index: 1
}

.bg-02 {
  position: relative;
  background-color: #4b3c2d;
  margin: 0 auto 0
}

.bg-02:before {
  position: absolute;
  content: "SERVICE";
  color: #4b3c2d;
  font-size: 20rem;
  top: -250px;
  left: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

@media all and (max-width: 1100px) {
  .bg-02:before {
    font-size: 12rem;
    top: -156px
  }
}

@media all and (max-width: 639px) {
  .bg-02:before {
    font-size: 7rem;
    top: -102px
  }
}

.bg-common {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  overflow: hidden;
  position: relative;
  z-index: 100
}

.bg-common .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0
}

@media all and (max-width: 896px) {
  .bg-common .inner {
    padding: 40px 0
  }

  .bg-common.type-w {
    width: calc(100% - 20px);
    margin-bottom: 100px;
    background-color: #fff
  }
}

.bg-base:before {
  background-color: #fff3ef
}

.bg-gray {
  position: relative
}

.bg-gray:before {
  background-color: #f4f4f4;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.bg-beige {
  position: relative
}

.bg-beige:before {
  background-color: #f2ede9;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.bg-white {
  background: rgba(0, 0, 0, 0);
  position: relative
}

.bg-white::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background: #fefefe
}

.bg-white.type-item::after {
  width: 60%;
  left: auto;
  right: 0;
  border-radius: 40px 0 0 40px;
  transform: translate(0, -50%)
}

.bg-white.bmchousei {
  margin-bottom: 60px
}

.bg-white.opa::after {
  opacity: .8
}

@media all and (max-width: 1100px) {
  .bg-white.type-item::after {
    right: -20px
  }
}

@media all and (max-width: 896px) {
  .bg-white.bmchousei {
    margin-bottom: 40px
  }

  .bg-white.type-item::after {
    width: 95%;
    right: -20px
  }
}

.bg-yellow {
  margin-bottom: 100px
}

.bg-yellow:before {
  background-color: rgba(207, 180, 90, .1)
}

.bg-orange:before {
  background-color: rgba(228, 119, 77, .1)
}

.bg-blue:before {
  background-color: rgba(78, 146, 214, .1)
}

.bg-pink:before {
  background-color: rgba(236, 113, 156, .1)
}

.bg-red:before {
  background-color: rgba(170, 46, 46, .1)
}

.bg-purple:before {
  background-color: rgba(129, 113, 219, .1)
}

.bg-green:before {
  background-color: rgba(75, 60, 45, .05)
}

.bg-paper {
  position: relative
}

.bg-paper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-03.png) repeat;
  background-size: 1920px 700px;
  opacity: .3
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px
}

.company th,
.company td {
  padding: 15px 10px;
  vertical-align: middle
}

.company th {
  width: 25%;
  position: relative;
  background: #4b3c2d;
  font-weight: bold;
  color: #fff
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fafafa;
  border-width: 10px;
  border-left-color: #4b3c2d;
  margin-top: -10px
}

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

  .company th,
  .company td {
    padding: 8px
  }

  .company th {
    width: 26%
  }
}

.company td {
  background: #fefefe;
  padding-left: 25px
}

.tbl {
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px
}

.tbl.t-m50 {
  margin-top: 50px
}

.tbl th,
.tbl td {
  padding: 10px 20px;
  font-size: 1.6rem;
  border-bottom: 2px solid #f4f4f4
}

.tbl th {
  color: #fff;
  background: #2b2e44;
  width: 25%;
  text-align: center
}

.tbl th.type1 {
  width: 15%
}

.tbl th.type2 {
  width: 20%
}

.tbl th span {
  font-size: 1.6rem
}

.tbl td {
  vertical-align: middle
}

.tbl td.num {
  width: 10%;
  max-width: 200px
}

.tbl td .red {
  color: #4b3c2d
}

.tbl td .red span {
  background-color: #aa2e2e;
  color: #fff;
  padding: 2px 4px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  width: 25px;
  display: inline-block;
  line-height: 1
}

.tbl td .blue {
  color: #4b3c2d
}

.tbl td .blue span {
  background-color: #4e92d6;
  color: #fff;
  padding: 2px 4px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  width: 25px;
  line-height: 1;
  display: inline-block
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 25%;
    text-align: left;
    font-size: 1.2rem
  }

  .tbl th,
  .tbl td {
    padding: 10px 8px;
    font-size: 1rem
  }

  .tbl td.num {
    width: 20%;
    max-width: 200px;
    min-width: 40px
  }
}

.tbl_new {
  width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 10px 10px;
  border-right: 1px solid #fff
}

.tbl_new tr th {
  font-weight: 600;
  width: 20%;
  text-align: center;
  padding-left: 30px;
  letter-spacing: 0;
  background: #604c3f;
  color: #fff
}

@media all and (max-width: 639px) {
  .tbl_new tr th {
    padding-left: 10px
  }
}

.tbl_new tr td {
  background: #f0f0f0;
  border-bottom: 1px solid #fff
}

@media all and (max-width: 639px) {
  .tbl_new tr td:first-child {
    text-align: center
  }
}

.tbl_new2 {
  width: 100%
}

.tbl_new2 tr th,
.tbl_new2 tr td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #d4d4d4
}

.tbl_new2 tr th {
  width: 20%;
  background-color: #fff3ef;
  color: #4b3c2d;
  padding: 10px 4px
}

@media all and (max-width: 639px) {
  .tbl_new2 tr th {
    font-size: 1rem
  }
}

.tbl_new2 tr td {
  width: 80%
}

@media all and (max-width: 639px) {
  .tbl_new2 tr td {
    font-size: 1rem
  }
}

.tbl_new3 {
  width: 100%
}

.tbl_new3 tr:nth-of-type(even) {
  background: #f3f3f3
}

.tbl_new3 th,
.tbl_new3 td {
  padding: 15px 15px;
  vertical-align: middle
}

.tbl_new3 th {
  width: 60%;
  color: #4b3c2d
}

.tbl_new3 th {
  text-align: left
}

.tbl_new3 td {
  text-align: right
}

.tbl-txt {
  margin-bottom: 40px;
  padding: 20px 15px;
  border-bottom: 2px solid #ddd;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  background-color: #fff
}

.tbl-txt span {
  font-size: 2rem
}

.tbl-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto
}

.tbl-box .t-right {
  text-align: right
}

.tbl-box th,
.tbl-box td {
  padding: 10px 15px;
  border-bottom: 2px solid #ddd;
  vertical-align: middle;
  background-color: #fff
}

.tbl-box th.type1,
.tbl-box td.type1 {
  width: 190px
}

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

  .tbl-box th.type1,
  .tbl-box td.type1 {
    width: 150px
  }
}

.tbl-box th.b-no,
.tbl-box td.b-no {
  padding-bottom: 0;
  border-bottom: none
}

.tbl-box th.tm-no,
.tbl-box td.tm-no {
  padding-top: 0
}

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

  .tbl-box th,
  .tbl-box td {
    padding: 10px;
    font-size: 1.2rem
  }
}

.tbl-box th {
  width: 25%;
  text-align: center;
  color: #fff;
  background-color: rgba(75, 60, 45, .7);
  border-bottom-color: #fff;
  border-right: 1px solid #fff;
  font-size: 1.6rem
}

.tbl-box th.th-1 {
  width: 45%
}

.tbl-box th.maintitle {
  text-align: center;
  color: #fff;
  font-size: 1.8rem
}

.tbl-box th.maintitle .sub {
  font-size: 1.2rem
}

@media all and (max-width: 639px) {
  .tbl-box th {
    font-size: 1rem
  }

  .tbl-box th.maintitle {
    text-align: center;
    color: #fff;
    font-size: 1.2rem
  }

  .tbl-box th.maintitle .sub {
    font-size: 1rem
  }

  .tbl-box th.box1 {
    width: 30%;
    min-width: 160px
  }
}

.tbl-box td {
  text-align: center;
  border-right: 1px solid #ddd
}

@media all and (max-width: 639px) {
  .tbl-box td.box2 {
    width: 20%
  }
}

.tbl-border {
  width: 100%
}

.tbl-border th,
.tbl-border td {
  padding: 10px
}

.tbl-border th.b-no,
.tbl-border td.b-no {
  padding-bottom: 0;
  border-bottom: none
}

.tbl-border th.tm-no,
.tbl-border td.tm-no {
  padding-top: 0
}

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

  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem
  }
}

.tbl-border th {
  width: 22%;
  font-weight: 600
}

.tbl-border th span {
  background: #f2ede9;
  border-radius: 30px;
  padding: 7px 30px;
  width: 135px;
  display: inline-block;
  text-align: center
}

.tbl-border th.th-1 {
  width: 45%
}

@media all and (max-width: 639px) {
  .tbl-border tr {
    display: flex;
    flex-direction: column
  }

  .tbl-border tr th,
  .tbl-border tr td {
    width: 100%;
    padding: 10px 0
  }

  .tbl-border tr th span {
    width: 100%
  }
}

.tbl-border2 {
  width: 100%
}

.tbl-border2 .t-right {
  text-align: right
}

.tbl-border2 th,
.tbl-border2 td {
  padding: 10px 15px;
  border-bottom: 2px solid #ddd;
  vertical-align: middle;
  width: 25%
}

.tbl-border2 th p,
.tbl-border2 td p {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: bold
}

.tbl-border2 th.type1,
.tbl-border2 td.type1 {
  width: 190px
}

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

  .tbl-border2 th.type1,
  .tbl-border2 td.type1 {
    width: 150px
  }
}

.tbl-border2 th.b-no,
.tbl-border2 td.b-no {
  padding-bottom: 0;
  border-bottom: none
}

.tbl-border2 th.tm-no,
.tbl-border2 td.tm-no {
  padding-top: 0
}

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

  .tbl-border2 th,
  .tbl-border2 td {
    padding: 10px;
    font-size: 1.2rem
  }
}

.tbl-border2 th {
  width: 28%;
  text-align: center;
  font-weight: 800;
  border-bottom-color: #4b3c2d;
  color: #fff;
  background-color: #4b3c2d
}

.tbl-border2 th.th-1 {
  width: 45%
}

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

  .tbl-border2 th,
  .tbl-border2 td {
    padding: 10px 15px;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    width: 50%
  }
}

.gmapbox {
  padding: 100px;
  background-color: rgba(185, 152, 119, .1)
}

@media all and (max-width: 639px) {
  .gmapbox {
    padding: 20px
  }
}

.gmapbox2 {
  padding: 20px;
  border: 2px solid #ddd;
  margin-top: 20px;
  background-color: #fff
}

@media all and (max-width: 639px) {
  .gmapbox2 {
    padding: 20px;
    margin-top: -2px
  }
}

.ggmap {
  position: relative;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden
}

.ggmap.type-top {
  padding-bottom: 18%
}

@media all and (max-width: 639px) {
  .ggmap.type-top {
    margin-bottom: 4px
  }
}

@media all and (max-width: 1100px) {
  .ggmap {
    padding-bottom: 28%
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ggmap-min {
  position: relative;
  height: 100%
}

@media all and (max-width: 1100px) {
  .ggmap-min {
    height: 200px
  }
}

.ggmap-min iframe,
.ggmap-min object,
.ggmap-min embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.g-ttl {
  background-color: #4b3c2d;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem
}

@media all and (max-width: 639px) {
  .g-ttl {
    font-size: 1.3rem
  }
}

.g-txt {
  margin-bottom: 20px
}

@media all and (max-width: 639px) {
  .g-txt {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px
  }
}

.gallerarea {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 40px;
  background-color: #fff
}

@media all and (max-width: 639px) {
  .gallerarea {
    padding: 40px 20px
  }
}

.gallery-list {
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.gallery-list li {
  width: 22%;
  margin: 0 1% 20px;
  border: 1px solid #363636;
  padding: 10px;
  background-color: #fff
}

.gallery-list li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover
}

.gallery-list li .txt {
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold
}

@media all and (max-width: 639px) {
  .gallery-list li {
    width: 98%;
    margin-bottom: 10px
  }

  .gallery-list li img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .gallery-list li .txt {
    font-size: 1.5rem
  }
}

#top-blog .pages {
  display: none
}

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

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

.blog-wrap * {
  transition: .3s
}

.blog-wrap>li {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px
}

@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.05)
}

@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block
  }

  .blog-wrap li .blog-img {
    width: 100%
  }

  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px
  }

  .blog-wrap li .blog-txt {
    padding: 10px 0
  }
}

.blog-img {
  width: 20%;
  height: 150px;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #ddd
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .4s ease;
  font-family: "object-fit: cover;"
}

.blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.05)
}

.blog-detail {
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px 0
}

.blog-cat {
  background-color: #b99877;
  color: #fff;
  font-size: 13px;
  display: none
}

.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-date {
  background: #cfb45a;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px
}

.blog-date2 {
  color: #1b1610;
  font-size: .9em;
  margin-bottom: 5px;
  margin-right: 5px
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0
}

.blog-txt {
  line-height: 1.5;
  color: #4b3c2d;
  font-size: 1.7rem;
  padding: 15px 15px 15px 15px;
  font-weight: bold
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px
  }
}

.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: #4b3c2d;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px
}

.category_nav {
  border: 1px solid #ddd
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #ddd;
  background-color: #fff
}

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

.category_nav li a:hover {
  background: #f4f4f4
}

.category_nav li:last-child a {
  border-bottom: none
}

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

.blog-month {
  margin-bottom: 10px
}

.blog-month ul {
  display: flex;
  flex-wrap: wrap
}

.blog-month ul li {
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0
}

@media all and (max-width: 639px) {
  .blog-month ul li {
    margin-left: 20px
  }
}

.blog-month ul li:nth-child(2n) {
  margin-left: 2%
}

.blog-month ul li a {
  color: #fff;
  font-size: 12px;
  background: #4b3c2d;
  padding: 10px;
  width: 49%
}

.blog-month ul li a:hover {
  background: #b99877
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact {
  display: block;
  padding-top: 100px;
  margin-top: -100px
}

.breadcrumb {
  margin: 20px;
  font-size: 1.2rem;
  text-align: right
}

.breadcrumb li {
  display: inline;
  color: #aaa
}

.breadcrumb li a {
  color: #4b3c2d
}

.breadcrumb li+li:before {
  margin: 0 10px;
  content: ">"
}

@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    width: 90%
  }
}

.form {
  margin: 0 auto;
  width: 90%
}

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

.form dl dt span {
  color: #fff;
  background: #4b3c2d;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px
}

.form dl dt span.nini {
  background: #cfb45a;
  color: #604c3f
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc
}

.form dl dd:not(.pattern-exclusion) {
  padding-left: 0 !important
}

.form dl dd.type1 p {
  display: inline
}

.form dl dd.type1 .w20 {
  width: 20%
}

@media all and (max-width: 896px) {
  .form dl dd.type1 .w20 {
    width: 30%
  }
}

.form dl dd.type1 .w30 {
  width: 30%
}

@media all and (max-width: 639px) {
  .form dl dd.type1.type1-name .w30 {
    width: 48%
  }
}

.form dl dd.type1 .w60 {
  width: 60%
}

.form dl dd:last-child {
  border-bottom: none
}

.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #f0f0f0
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
  background: #f9fcff;
  box-shadow: 0 8px 8px rgba(165, 165, 165, .4)
}

.form .textarea02:last-child {
  margin-right: 0
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%
}

.form .textarea04 {
  width: 70%;
  margin-right: 1%
}

.form .select_arrow {
  position: relative
}

.form .select_arrow::before {
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 10.5px solid #4b3c2d;
  content: "";
  position: absolute;
  right: 9px;
  top: 42px;
  width: 0
}

@media all and (max-width: 639px) {
  .form .select_arrow::before {
    top: 30px
  }
}

.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .2s ease-in-out 0s;
  border: 1px solid #363636;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #363636;
  border-radius: 25px
}

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

.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 10px
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #4b3c2d
}

.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: .6875rem 2.1875rem .6875rem .6875rem;
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  line-height: 1.5
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #4b3c2d
}

.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: #4b3c2d;
  z-index: 1
}

.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  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: .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 #4b3c2d;
  border-bottom: 3px solid #4b3c2d;
  transform: rotate(45deg);
  z-index: 1
}

@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px
  }
}

.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  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: .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
  }
}

.thanks {
  padding: 40px;
  border: 3px solid #4b3c2d;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 700px
}

.thanks .btn04 {
  position: relative;
  z-index: 1
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: 100%;
    padding: 30px 20px
  }

  .thanks p.t-m50 {
    margin-top: 0
  }

  .thanks p.b-m50 {
    margin-bottom: 20px
  }

  .thanks p.tcenter.sp-left {
    text-align: left
  }
}

.img-wk {
  position: relative
}

.img-wk::before {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 2
}

.img-wk.br20 {
  border-radius: 20px
}

.img-r {
  border-radius: 10px
}

.img-300 {
  height: 300px !important;
  width: 100%
}

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

.shadow {
  box-shadow: 0 0 10px rgba(75, 60, 45, .15)
}

.policy {
  padding: 30px;
  background: rgba(116, 102, 93, .4);
  max-width: 1200px;
  margin: 20px auto 0
}

.mtitle_small {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #604c3f;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc
}

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

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

.mtitle_small2 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #604c3f;
  font-weight: 600;
  padding: 10px 10px 10px 20px
}

.mtitle_small2:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 0
}

.mtitle_small2:after {
  content: "";
  background-color: #838383;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 2px
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px 5px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: .9em;
  background: rgba(75, 60, 45, .7);
  color: #fefefe;
  border-radius: 20px
}

.news-bl dd {
  padding: 3px 0 10px 9.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 10px
}

.news-bl dd a {
  color: #2b231a;
  font-weight: 700
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none
}

@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
    width: 100%
  }

  .news-bl dd {
    padding: 5px;
    text-align: center
  }
}

.txt-dot {
  border-bottom: 3px dotted #4b3c2d;
  padding-bottom: 5px
}

.border-line {
  display: block;
  width: 100%;
  margin: 60px auto;
  height: 4px;
  background-image: linear-gradient(to right, #f5adc5, #fff0d2, #b9d6c3);
  border-radius: 8px
}

.border-line.type-img01 {
  background: url(../img/line-img01.svg);
  height: 12px
}

@media all and (max-width: 639px) {
  .border-line {
    margin: 40px auto
  }
}

.img-h300 {
  height: 300px
}

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

@media all and (max-width: 639px) {
  .img-h300 {
    height: 250px
  }
}

.img-h400 {
  height: 400px
}

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

@media all and (max-width: 639px) {
  .img-h400 {
    height: 250px
  }
}

.op-top {
  -o-object-position: top;
  object-position: top
}

.img-mchouosei {
  margin: 40px 0
}

@media all and (max-width: 639px) {
  .img-mchouosei {
    margin: 20px 0
  }
}

.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4%
}

@media all and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto
  }
}

.gallery_ul>li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600
}

.gallery_ul>li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px
}

.gallery_ul>li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

@media all and (max-width: 896px) {
  .gallery_ul>li {
    width: 48%
  }
}

@media all and (max-width: 639px) {
  .gallery_ul>li {
    width: 85%;
    margin: 0 auto 30px
  }

  .gallery_ul>li .photobox-wrap {
    height: 180px
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
  color: #604c3f
}

@media all and (max-width: 639px) {
  .comment {
    font-size: 12px
  }
}

.anchor-link {
  margin: 100px auto 0
}

.anchor-link .anchorbox {
  margin: 0 20px;
  width: 380px
}

@media all and (max-width: 639px) {
  .anchor-link .anchorbox {
    width: 100%;
    margin: 0 auto
  }
}

.anchor-link .anchorbox a {
  display: block
}

.anchor-link .anchorbox a:hover {
  opacity: .7;
  filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6))
}

.top-common {
  margin: 0 auto;
  position: relative
}

.top-common.type-blue {
  margin-bottom: 0
}

.top-common .inner {
  padding: 100px 40px 100px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.top-common .mincho {
  font-weight: bold;
  font-size: 2rem
}

.top-common.type-yellow .mtitle4 span.eng {
  color: #cfb45a
}

.top-common.type-yellow .mtitle5 span.eng {
  color: #cfb45a
}

.top-common.type-orange .mtitle4 span.eng {
  color: #e4774d
}

.top-common.type-orange .mtitle5 span.eng {
  color: #e4774d
}

.top-common.type-blue .mtitle4 span.eng {
  color: #4e92d6
}

.top-common.type-blue .mtitle5 span.eng {
  color: #4e92d6
}

.top-common.type-purple .mtitle4 span.eng {
  color: #8171db
}

.top-common.type-purple .mtitle5 span.eng {
  color: #8171db
}

.top-common.type-pink .mtitle4 span.eng {
  color: #ec719c
}

.top-common.type-pink .mtitle5 span.eng {
  color: #ec719c
}

@media all and (max-width: 639px) {
  .top-common .inner {
    width: calc(100% - 40px);
    padding: 20px
  }

  .top-common .mincho {
    font-size: 1.6rem
  }

  .top-common.type-page .inner {
    width: 100%
  }
}

.top-wrap.type-page {
  max-width: 1500px;
  margin: 60px auto
}

.top-wrap.type-page.b-m0 {
  margin-bottom: 0
}

.top-wrap.type-page.t-m50 {
  margin-top: 50px
}

.top-wrap.type-page.b-m100 {
  margin-bottom: 100px
}

.top-wrap.bg-contact {
  margin-bottom: 0
}

.top-wrap.bg-contact .photo {
  height: 680px
}

.top-wrap.bg-contact .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.top-wrap.type-bg {
  margin: 0px auto 0
}

.top-wrap.type-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../img/bg-01.jpg) no-repeat;
  background-size: cover;
  z-index: -2;
  background-position: 50% 20%;
  filter: blur(3px)
}

.top-wrap.type-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #4e433b;
  opacity: .6;
  z-index: -1
}

.top-wrap.type-bg .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.top-wrap.bg-center {
  position: relative
}

.top-wrap.bg-center.t-m100 {
  margin-top: 100px
}

.top-wrap.bg-center.t-m150 {
  margin-top: 150px
}

.top-wrap.bg-center.b-m100 {
  margin-bottom: 100px
}

.top-wrap.bg-center.b-m200 {
  margin-bottom: 200px
}

.top-wrap.bg-center .inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative
}

.top-wrap.bg-center .inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px
}

.top-wrap.bg-center .inner2 {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0
}

.top-wrap.bg-center .inner2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px
}

.top-wrap.bg-left {
  position: relative
}

.top-wrap.bg-left.t-m0 {
  margin-top: 0px
}

.top-wrap.bg-left.t-m50 {
  margin-top: 50px
}

.top-wrap.bg-left.m100-100 {
  margin-top: 100px;
  margin-bottom: 100px
}

.top-wrap.bg-left.t-m150 {
  margin-top: 150px
}

.top-wrap.bg-left.b-m100 {
  margin-bottom: 100px
}

.top-wrap.bg-left:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 30px;
  left: 0;
  border-radius: 0 20px 20px 0
}

.top-wrap.bg-left .inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative
}

.top-wrap.bg-left .mtitle5 {
  padding-top: 0;
  text-align: left
}

.top-wrap.bg-left .mtitle5:before {
  right: auto
}

.top-wrap.bg-left .mtitle5 span.eng {
  display: inline-block;
  padding: 0
}

.top-wrap.bg-left .mtitle5 span.ja {
  padding: 0 0 0 20px
}

.top-wrap.bg-left .boxarea {
  width: 80%
}

.top-wrap.bg-right {
  position: relative
}

.top-wrap.bg-right.t-m100 {
  margin-top: 100px
}

.top-wrap.bg-right.t-m150 {
  margin-top: 150px
}

.top-wrap.bg-right.b-m100 {
  margin-bottom: 100px
}

.top-wrap.bg-right:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 30px;
  right: 0
}

.top-wrap.bg-right .inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative
}

.top-wrap.bg-right .mtitle5 {
  padding-top: 0;
  padding-left: 60px;
  text-align: left;
  width: 80%;
  margin: 0 0 0 auto
}

.top-wrap.bg-right .mtitle5:before {
  right: auto
}

.top-wrap.bg-right .mtitle5 span.eng {
  display: inline-block;
  padding: 0
}

.top-wrap.bg-right .mtitle5 span.ja {
  padding: 0 0 0 20px
}

.top-wrap.bg-right .boxarea {
  width: 80%;
  margin: 0 0 0 auto
}

.top-wrap .inner {
  padding: 0px 50px;
  z-index: 1;
  max-width: 100%
}

.top-wrap .photo {
  position: relative;
  z-index: 1
}

.top-wrap .photo .com-name {
  position: absolute;
  right: 6%;
  bottom: 0
}

.top-wrap .photo .com-name img {
  border: none
}

.top-wrap .txtarea {
  max-width: 1200px;
  margin: 0px auto;
  padding: 100px 40px
}

.top-wrap .txtarea.type2 {
  padding: 20px 40px
}

.top-wrap .txtarea .txtbox .txt-tel .main {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem;
  border-bottom: none
}

.top-wrap .txtarea .txtbox .txt-tel .main a {
  color: #fff
}

.top-wrap .txtarea .txtbox .txt-tel .main a span {
  font-size: 3rem
}

@media all and (max-width: 639px) {
  .top-wrap .txtarea .txtbox .txt-tel .main a span {
    font-size: 2.3rem
  }
}

.top-wrap .txtarea .txtbox .txt-sub .sub {
  font-size: 2rem
}

.top-wrap .txtarea .txtbox .txt-sub .main {
  margin-left: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem;
  pointer-events: none
}

.top-wrap .conact-txtarea {
  padding: 0
}

.top-wrap .mtitle {
  text-align: left
}

.top-wrap .mtitle.center {
  text-align: center
}

.top-wrap .mtitle:before {
  position: absolute;
  right: auto
}

.top-wrap .subarea {
  max-width: 1000px;
  margin: 0 auto;
  border: 4px solid #604c3f;
  padding: 40px;
  position: relative
}

.top-wrap .subarea:before {
  position: absolute;
  content: "";
  width: 104%;
  height: 112%;
  left: -2%;
  top: -6%;
  border: 2px solid #604c3f
}

@media all and (max-width: 1367px) {
  .top-wrap .photo:before {
    height: 600px;
    top: 1%;
    left: -1%
  }

  .top-wrap .txtarea {
    max-width: 1200px;
    margin: 0px auto 0 0;
    padding: 0
  }

  .top-wrap .txtarea.type2 {
    padding: 20px
  }

  .top-wrap.type-page .inner {
    padding: 0
  }

  .top-wrap.bg-center {
    position: relative
  }

  .top-wrap.bg-center .inner {
    max-width: 1500px;
    margin: 0 20px;
    padding: 0;
    position: relative
  }

  .top-wrap.bg-left .inner,
  .top-wrap.bg-right .inner {
    padding: 0 40px
  }
}

@media all and (max-width: 896px) {
  .top-wrap.bg-contact {
    margin-bottom: 0
  }

  .top-wrap.bg-contact .photo {
    height: 280px
  }

  .top-wrap .txtarea {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto
  }
}

@media all and (max-width: 639px) {
  .top-wrap.bg-contact {
    margin-bottom: 0
  }

  .top-wrap.bg-contact .photo {
    height: 140px
  }

  .top-wrap.type-page {
    max-width: 1500px;
    margin: 70px auto 20px
  }

  .top-wrap.bg-left:before {
    width: 90%
  }

  .top-wrap.bg-left.t-m150 {
    margin-top: 100px
  }

  .top-wrap.bg-left .mtitle5 {
    padding-bottom: 0
  }

  .top-wrap.bg-left .mtitle5:before {
    top: -10px
  }

  .top-wrap.bg-left .mtitle5 span.ja {
    display: block;
    padding-left: 0
  }

  .top-wrap.bg-left .inner {
    padding: 10px 0 0
  }

  .top-wrap.bg-left .boxarea {
    width: 92%;
    padding: 50px 20px 10px
  }

  .top-wrap.bg-left .txt-name {
    margin: 30px auto 30px
  }

  .top-wrap.bg-right:before {
    width: 90%
  }

  .top-wrap.bg-right.t-m150 {
    margin-top: 100px
  }

  .top-wrap.bg-right .mtitle5 {
    padding-bottom: 0;
    width: 100%
  }

  .top-wrap.bg-right .mtitle5:before {
    top: -10px
  }

  .top-wrap.bg-right .mtitle5 span.ja {
    display: block;
    padding-left: 0
  }

  .top-wrap.bg-right .inner {
    padding: 10px 0 0
  }

  .top-wrap.bg-right .boxarea {
    width: 92%;
    padding: 50px 20px 10px
  }

  .top-wrap.bg-right .txt-name {
    margin: 30px auto 30px
  }

  .top-wrap .inner {
    padding: 50px 0px
  }

  .top-wrap .subarea {
    padding: 40px
  }

  .top-wrap .subarea:before {
    position: absolute;
    content: "";
    width: 108%;
    height: 112%;
    left: -4%;
    top: -6%;
    border: 2px solid #604c3f
  }

  .top-wrap .whitebox .mincho {
    font-size: 1.4rem
  }

  .top-wrap .photo {
    height: 200px
  }

  .top-wrap .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .top-wrap .txtarea .txtbox .txt-detail {
    margin: 30px auto 20px;
    font-weight: bold
  }

  .top-wrap .txtarea .txtbox .txt-tel .main {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2rem
  }

  .top-wrap .txtarea .txtbox .txt-sub .sub {
    font-size: 1.4rem
  }

  .top-wrap .txtarea .txtbox .txt-sub .main {
    margin-left: 0;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2rem
  }
}

@media all and (max-width: 639px) {
  .conact-txtarea .btn03 a {
    font-size: 1.2rem
  }
}

.top-main-box.t-m200 {
  margin-top: 200px
}

.top-main-box .inner {
  padding: 0;
  position: relative
}

.top-main-box .maintxt {
  position: relative;
  padding: 80px 0 60px;
  z-index: 1
}

.top-main-box .maintxt:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0%;
  left: 0;
  background: url(../img/top-bg1.jpg) no-repeat;
  background-size: cover;
  z-index: -1
}

.top-main-box .maintxt .title {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: bold;
  margin: 40px auto 0
}

.top-main-box .maintxt-inner {
  max-width: 680px;
  margin: 0 50px 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, .8)
}

.top-main-box .photo-bg {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  margin: 0px auto 0px
}

@media all and (max-width: 1100px) {
  .top-main-box .maintxt {
    position: relative;
    padding: 80px 0 60px;
    z-index: 1
  }

  .top-main-box .maintxt:before {
    width: 90%
  }

  .top-main-box .bg-txt {
    right: 7%
  }
}

@media all and (max-width: 896px) {
  .top-main-box .inner {
    width: 100%
  }

  .top-main-box .maintxt {
    padding: 80px 20px 80px
  }

  .top-main-box .maintxt .title {
    font-size: 1.42rem
  }

  .top-main-box .maintxt .title .type1 {
    width: 80%;
    margin: 0 auto
  }
}

@media all and (max-width: 639px) {
  .top-main-box .inner {
    width: 100%
  }

  .top-main-box .maintxt {
    padding: 20px 30px 40px
  }

  .top-main-box .maintxt .title {
    margin-top: 30px;
    text-align: left;
    font-size: 1.2rem
  }

  .top-main-box .maintxt:before {
    width: 96%
  }

  .top-main-box .bg-txt {
    top: 0px;
    right: -2%;
    font-size: 2rem
  }

  .top-main-box .maintxt-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, .8)
  }
}

.top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px
}

.top-link li {
  width: calc(50% - 10px)
}

.top-link li a {
  display: block;
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #000;
  border-radius: 5px 50px 5px 25px
}

.top-link li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all .4s ease-in
}

.top-link li a:hover img {
  opacity: .6;
  transform: scale(1.15)
}

@media all and (max-width: 896px) {
  .top-link li {
    width: 47%
  }

  .top-link li a {
    height: 200px
  }

  .top-link li:last-child {
    margin-bottom: 0
  }
}

@media all and (max-width: 639px) {
  .top-link li {
    width: 100%
  }
}

.top-link li .menu-btn-title {
  position: absolute;
  padding: 15px 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  left: 15px;
  top: 15px;
  color: #604c3f;
  background: rgba(254, 254, 254, .9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 5px;
  z-index: 2;
  font-size: 1.8rem
}

.top-link li .menu-btn-title span {
  display: none
}

@media all and (max-width: 1100px) {
  .top-link li .menu-btn-title {
    font-size: 1.6rem
  }
}

@media all and (max-width: 896px) {
  .top-link li .menu-btn-title {
    font-size: 1.4rem;
    padding: 10px 2px;
    border-radius: 2px;
    left: 10px;
    top: 10px
  }
}

.top-link li .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
  color: #fefefe
}

.top-link li .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -3px;
  left: -3px;
  border: 2px solid #fefefe;
  border-radius: 100%
}

@media all and (max-width: 896px) {
  .top-link li .arrow {
    right: 10px;
    bottom: 10px;
    font-size: 1.6rem
  }

  .top-link li .arrow:before {
    top: -1px;
    left: -3px
  }
}

.top-greet-box .mtitle {
  padding-left: 7%
}

.top-greet-box .greet-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 7%
}

.top-greet-box .greet-txt {
  padding-left: 7%;
  margin-bottom: 40px;
  margin-left: auto
}

.top-greet-box.type2 {
  text-align: right
}

.top-greet-box.type2 .mtitle {
  padding-right: 7%;
  text-align: right
}

.top-greet-box.type2 .greet-title {
  padding-right: 7%
}

.top-greet-box.type2 .greet-txt {
  padding-right: 7%;
  padding-left: 0
}

.top-greet-box.type3 .greet-txt {
  max-width: 65%;
  margin-right: auto;
  margin-left: 0
}

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

  .top-greet-box .mtitle,
  .top-greet-box .greet-title,
  .top-greet-box .greet-txt {
    padding-left: 0
  }

  .top-greet-box .greet-title {
    font-size: 2.2rem
  }

  .top-greet-box.type2 {
    text-align: left
  }

  .top-greet-box.type2 .mtitle,
  .top-greet-box.type2 .greet-title,
  .top-greet-box.type2 .greet-txt {
    padding-right: 0;
    padding-left: 0
  }

  .top-greet-box.type2 .mtitle {
    text-align: left
  }

  .top-greet-box.type3 .greet-txt {
    max-width: 100%
  }
}

@media all and (max-width: 896px) {
  .top-greet-box .greet-title {
    font-size: 1.6rem
  }
}

.greet-img {
  width: 60%;
  height: 500px;
  background: url(../img/top-greet-img01.jpg) no-repeat center/cover;
  border-radius: 0 60px 60px 0
}

.greet-img.type2 {
  margin-left: auto;
  background: url(../img/kadanmaru.jpg) no-repeat center bottom/cover;
  border-radius: 60px 0 0 60px
}

.greet-img.type3 {
  background: url(../img/daihyo.jpg) no-repeat 50% 15%/cover
}

@media all and (max-width: 1100px) {
  .greet-img {
    width: 70%
  }
}

@media all and (max-width: 896px) {
  .greet-img {
    width: 90%;
    height: 300px
  }
}

.top-messe-box {
  position: relative;
  margin: 30px auto 0
}

.top-messe-box.type-contact {
  margin-top: 0px
}

.top-messe-box.type-contact .mainarea {
  padding: 0 0px
}

.top-messe-box .inner {
  padding-bottom: 0
}

.top-messe-box .mainarea {
  padding: 0
}

@media all and (max-width: 896px) {
  .top-messe-box:before {
    height: 40%
  }

  .top-messe-box .mainarea {
    padding: 0px
  }
}

@media all and (max-width: 639px) {
  .top-messe-box .inner {
    width: 100%
  }

  .top-messe-box:before {
    height: 40%
  }

  .top-messe-box.type-contact .inner {
    padding: 20px 0
  }

  .top-messe-box.type-contact .mbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 96%
  }
}

.top-feature-box {
  margin: 0px auto 0;
  padding: 0px 0 0;
  position: relative
}

.top-feature-box.type-no:before {
  display: none
}

.top-feature-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-03.png) repeat;
  opacity: .3;
  background-size: 1920px 700px
}

.top-feature-box .inner {
  padding: 100px 30px 50px
}

.top-feature-box .titlearea .mtitle4 {
  position: relative
}

.top-feature-box .titlearea .mtitle4:before {
  position: absolute;
  content: "";
  width: 140%;
  left: -20%;
  bottom: 0;
  border-bottom: 4px solid #ddd
}

.top-feature-box .titlearea .mtitle4:after {
  position: absolute;
  content: "";
  width: 100px;
  left: 50px;
  bottom: 0;
  border-bottom: 4px solid #4b3c2d
}

.top-feature-box .mainarea {
  margin: 50px auto 0;
  max-width: 95%
}

@media all and (max-width: 896px) {
  .top-feature-box .mainarea {
    margin: 20px auto 0;
    max-width: 100%
  }
}

.top-feature-box.type2:before {
  display: none
}

@media all and (max-width: 639px) {
  .top-feature-box .inner {
    padding: 40px 0
  }
}

.top-limited-box .mbox2 .img {
  width: 90%;
  height: 300px;
  margin: 0 auto 20px
}

@media all and (max-width: 639px) {
  .top-limited-box .mbox2 .img {
    width: 100%;
    height: 220px
  }
}

.top-limited-box .mbox2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%
}

.top-limited-box .mbox2 .txt {
  text-align: center
}

@media all and (max-width: 639px) {
  .top-limited-box .mbox2 .txt {
    text-align: left
  }
}

.top-limited-box.type-pear .img {
  height: 250px;
  width: 100%
}

.top-limited-box.type-pear .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
  object-position: center
}

.top-limited-box.type-pear .img.type2 {
  height: 200px
}

.top-pear-box {
  position: relative
}

.top-pear-box:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../img/bg-03.png);
  opacity: .9;
  z-index: -2
}

.top-pear-box .center-contents {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 80px 20px
}

@media all and (max-width: 639px) {
  .top-pear-box .center-contents {
    width: 85%;
    padding: 40px 20px
  }
}

.top-pear-box .center-contents:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #fefefe;
  opacity: .7;
  z-index: -1
}

.top-pear-box .center-contents .name-box {
  text-align: center;
  margin-bottom: 10px
}

@media all and (max-width: 639px) {
  .top-pear-box .center-contents .name-box {
    width: 80%;
    margin: 0 auto
  }
}

.top-pear-box .center-contents .name-box p {
  text-align: center
}

.top-content-box {
  margin: 0px auto 0;
  padding: 0px 0 0;
  position: relative
}

.top-content-box .inner-box {
  margin: 0px auto;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  position: relative;
  z-index: 3;
  align-items: center
}

.top-content-box .inner-box .contents-left {
  width: 25%;
  padding-right: 20px;
  border-right: 1px solid rgba(170, 170, 170, .5);
  text-align: center
}

.top-content-box .inner-box .contents-middle {
  padding: 0 15px;
  width: 35%;
  border-right: 1px solid rgba(170, 170, 170, .5);
  font-size: 1.4rem;
  text-align: center
}

.top-content-box .inner-box .contents-right {
  width: 35%;
  padding-left: 20px
}

.top-content-box .inner-box .contents-right iframe {
  filter: grayscale(0.6)
}

@media all and (max-width: 896px) {
  .top-content-box .inner-box .contents-left {
    width: 48%;
    padding: 0;
    border-right: 0;
    text-align: center
  }

  .top-content-box .inner-box .contents-middle {
    width: 48%;
    border-right: 0
  }

  .top-content-box .inner-box .contents-right {
    width: 90%;
    border-top: .9px solid #eee;
    padding: 20px 0 0;
    margin: 20px auto 0
  }
}

@media all and (max-width: 639px) {
  .top-content-box {
    padding-top: 40px
  }

  .top-content-box .inner-box {
    padding: 10px 15px 30px
  }

  .top-content-box .inner-box .contents-left,
  .top-content-box .inner-box .contents-middle,
  .top-content-box .inner-box .contents-right {
    width: 100%;
    font-size: 13px
  }

  .top-content-box .inner-box .contents-middle {
    margin-top: 20px
  }
}

.top-service-box .inner {
  padding: 100px 40px 80px;
  max-width: 100%
}

.top-service-box .mtitle4 {
  text-align: center
}

.top-service-box .mtitle4 .ja {
  color: #4b3c2d
}

@media all and (max-width: 639px) {
  .top-service-box .inner {
    padding: 50px 0px
  }
}

.top-point-box {
  position: relative
}

.top-point-box:before {
  position: absolute;
  content: "";
  background: url(../img/bg-03.png) repeat;
  background-size: 1000px 700px;
  top: 0%;
  left: 0;
  width: 100%;
  height: 120%
}

.top-point-box.type-page:before {
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%
}

.top-point-box .inner {
  padding: 100px 40px 100px
}

@media all and (max-width: 639px) {
  .top-point-box.main .inner {
    width: 100%
  }

  .top-point-box .inner {
    padding: 0 0px 50px
  }
}

.top-topicbox {
  position: relative;
  padding: 30px 0
}

.top-topicbox:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  top: -20%;
  left: 0;
  background-color: #f6f6f6
}

.top-topicbox .inner {
  padding: 0px 100px 50px;
  max-width: 1200px;
  margin: 0px auto 0 10%;
  position: relative;
  border-radius: 20px 0 0 20px
}

.top-topicbox .inner:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  background-size: cover;
  right: -120%;
  top: 0;
  z-index: -1
}

.top-topicbox .titlearea {
  width: 20%
}

.top-topicbox .titlearea .mtitle2 {
  margin: 20px auto
}

.top-topicbox .blogbox {
  width: 80%;
  max-width: 1200px;
  padding-left: 40px;
  margin: 30px auto 30px
}

.top-topicbox .blog-wrap>li {
  padding: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0)
}

.top-topicbox .blog-wrap>li:hover .blog-date {
  color: #b99877
}

.top-topicbox .blog-wrap>li:hover .blog-txt {
  opacity: .6
}

.top-topicbox .blog-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  padding: 4px 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  border-bottom: 2px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px
}

.top-topicbox .blog-detail .blog-date {
  border: 1px solid #b99877;
  background-color: rgba(0, 0, 0, 0);
  color: #b99877;
  font-size: 1.4rem;
  padding: 4px 10px;
  max-width: 120px;
  width: 20%
}

.top-topicbox .blog-detail .blog-txt {
  padding: 0 15px;
  color: #4b3c2d;
  width: 80%
}

@media all and (max-width: 1100px) {
  .top-topicbox .blog-wrap>li {
    width: 100%
  }

  .top-topicbox .blog-wrap>li:hover .blog-date {
    color: #b99877
  }

  .top-topicbox .blog-wrap>li:hover .blog-txt {
    opacity: .6
  }
}

@media all and (max-width: 896px) {
  .top-topicbox .inner {
    padding: 60px 15px;
    max-width: 100%;
    margin: 0px 0 200px auto;
    border-radius: 20px 0 0 0
  }

  .top-topicbox .inner:before {
    width: 100%;
    height: 200px;
    right: 0%;
    top: 100%;
    z-index: -1
  }
}

@media all and (max-width: 639px) {
  .top-topicbox {
    padding: 0
  }

  .top-topicbox .inner {
    max-width: 90%;
    margin: 0 auto 200px;
    padding: 30px 15px 60px
  }

  .top-topicbox .inner .tcenter {
    text-align: left
  }

  .top-topicbox .inner:before {
    border-radius: 0 0 0 20px;
    top: 94%;
    right: -10%;
    width: 110%
  }

  .top-topicbox .blogbox {
    margin: 20px auto
  }

  .top-topicbox .blog-detail {
    display: block;
    width: 100%;
    padding: 0 0
  }

  .top-topicbox .blog-detail .blog-date {
    width: 100px;
    font-size: 1.2rem;
    padding: 0;
    margin: 0 auto
  }

  .top-topicbox .blog-detail .blog-cat {
    font-size: 10px
  }

  .top-topicbox .blog-detail .blog-txt {
    width: 100%;
    padding: 0px 5px
  }
}

.top-detail-box {
  position: relative;
  z-index: 1
}

.top-detail-box.type-blue {
  background-color: #4e92d6
}

.top-detail-box.type-blue .mtitle .eng {
  background: linear-gradient(91.17deg, #042f8b 0.7%, #082138 65.72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0)
}

.top-detail-box.type-blue .txtarea:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2665ee 40%, #2665ee 60%, rgba(255, 255, 255, 0) 100%)
}

.top-page-box {
  position: relative;
  margin-top: 200px
}

.top-page-box.page-top {
  margin-top: 200px
}

.top-page-box.page-top:before {
  position: absolute;
  content: "";
  top: -90px;
  left: 0;
  width: 80%;
  height: 200px;
  border-radius: 0 40px 40px 0;
  background-color: #fff3ef
}

.top-page-box .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 100px;
  position: relative
}

.top-page-box .photo {
  margin: 20px auto 0;
  height: 400px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden
}

.top-page-box .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media all and (max-width: 639px) {
  .top-page-box.page-top {
    margin-top: 0px
  }

  .top-page-box.page-top:before {
    top: 30px;
    height: 60px;
    border-radius: 0 20px 20px 0
  }

  .top-page-box .inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0px;
    position: relative
  }

  .top-page-box .photo {
    margin: 0px auto 0;
    height: 140px
  }
}

.top-about-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%
}

@media all and (max-width: 1367px) {
  .top-about-box {
    max-width: 95%
  }
}

.top-about-box .box-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px
}

@media all and (max-width: 639px) {
  .top-about-box .box-inner {
    flex-direction: column
  }
}

.top-about-box .box-inner .top-cont01-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 42%
}

@media all and (max-width: 639px) {
  .top-about-box .box-inner .top-cont01-img {
    width: 100%
  }
}

.top-about-box .box-inner .top-cont01-img .img01 img,
.top-about-box .box-inner .top-cont01-img .img02 img {
  border-radius: 50px 5px 20px 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.top-about-box .box-inner .top-cont01-img .img01 {
  width: 49%;
  height: 450px
}

@media all and (max-width: 639px) {
  .top-about-box .box-inner .top-cont01-img .img01 {
    height: 300px
  }
}

.top-about-box .box-inner .top-cont01-img .img02 {
  margin-top: 40px;
  width: 49%;
  height: 450px
}

@media all and (max-width: 639px) {
  .top-about-box .box-inner .top-cont01-img .img02 {
    height: 300px
  }
}

.top-about-box .box-inner .top-cont01-img .img02 img {
  border-radius: 5px 10px 50px 20px
}

.top-about-box .box-inner .top-cont01-txt {
  width: 50%
}

@media all and (max-width: 639px) {
  .top-about-box .box-inner .top-cont01-txt {
    width: 100%
  }
}

.top-about-box .box-inner .top-cont01-txt.type1 {
  padding: 20px 0
}

@media all and (max-width: 896px) {
  .top-about-box .box-inner .top-cont01-txt.type1 {
    padding: 0
  }
}

.top-about-box .box-inner .top-cont01-txt.type1:before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -3;
  max-width: 500px;
  width: 100%;
  height: 100%;
  background: url(../img/catch2.png) no-repeat center/contain;
  z-index: -1
}

.top-about-box .box-inner .top-cont01-txt p+p {
  margin-top: 15px
}

@media all and (max-width: 896px) {
  .top-about-box .inner {
    margin-left: auto;
    margin-right: auto;
    display: block
  }

  .top-about-box .inner .top-cont01-img {
    width: 100%;
    margin-bottom: 40px;
    order: -1
  }

  .top-about-box .inner .top-cont01-img .img02 {
    margin-top: -80px;
    max-width: 350px
  }

  .top-about-box .inner .top-cont01-txt {
    width: 100%;
    margin: auto
  }

  .top-about-box .inner .top-cont01-txt p+p {
    margin-top: 10px
  }

  .top-about-box.type1 {
    width: 100%
  }

  .top-about-box.type1 .inner .top-cont01-img {
    width: 100%
  }

  .top-about-box.type1 .inner .top-cont01-img .img01,
  .top-about-box.type1 .inner .top-cont01-img .img02 {
    height: 350px
  }

  .top-about-box.type1 .inner .top-cont01-txt {
    width: 100%;
    padding: 0 5px
  }
}

@media all and (max-width: 639px) {
  .top-about-box .inner {
    max-width: 100%
  }

  .top-about-box .inner .top-cont02-img .img02 {
    margin-top: -40px;
    max-width: 300px
  }

  .top-about-box.type1 .inner .top-cont02-img .img02 {
    margin-top: 20px
  }
}

.top-about-box .ggmap {
  padding-bottom: 55%
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 100px;
  position: relative;
  z-index: 1
}

.content-list li {
  width: 33.33%;
  position: relative;
  overflow: hidden
}

.content-list li:hover .list-photo {
  overflow: hidden;
  background-color: #4b3c2d
}

.content-list li:hover img {
  transition: .4s;
  opacity: .8;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.content-list li:hover .list-txt {
  transition: .4s;
  top: 80px;
  background-color: #12182c
}

.content-list li:hover .list-txt:before {
  transition: .4s;
  bottom: 20px
}

.content-list li:hover .list-txt.type2 {
  top: 280px
}

.content-list li:hover .list-txt.type3 {
  top: 480px
}

.content-list .list-photo {
  height: 100%
}

.content-list .list-photo img {
  transition: .4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.content-list .list-txt {
  transition: .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-color: #b99877;
  padding: 50px 20px;
  top: 60px;
  height: 200px
}

.content-list .list-txt.type2 {
  top: 260px
}

.content-list .list-txt.type3 {
  top: 460px
}

.content-list .list-txt:before {
  transition: .4s;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  border-top: 14px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  width: 6px;
  height: 14px
}

.content-list .list-txt .eng {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #fff;
  font-size: 4rem;
  line-height: 1
}

.content-list .list-txt .ja {
  color: #fff;
  font-weight: bold
}

.feature-list {
  margin-bottom: 60px
}

.feature-list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto
}

.feature-list .list-box:nth-child(2) {
  margin-right: -50px
}

@media all and (max-width: 1100px) {
  .feature-list .list-box:nth-child(2) {
    margin-right: -25px
  }
}

@media all and (max-width: 1100px)and (max-width: 896px) {
  .feature-list .list-box:nth-child(2) {
    margin-right: auto
  }
}

.feature-list .list-box:not(:first-child) {
  margin-top: 50px
}

.feature-list .photo {
  width: 40%;
  height: 350px
}

.feature-list .photo img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%
}

.feature-list .txtarea {
  width: 55%;
  padding: 50px 50px 50px 0;
  position: relative
}

.feature-list .txtarea .list-title {
  font-size: 3rem;
  color: #b99877;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  padding-left: 50px
}

.feature-list .txtarea .list-title.type-min {
  font-size: 2.4rem
}

.feature-list .list-num {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  opacity: .15;
  color: #4b3c2d;
  font-weight: bold;
  font-size: 7rem;
  top: 0;
  left: 0
}

@media all and (max-width: 896px) {
  .feature-list .list-num {
    font-size: 5rem
  }
}

@media all and (max-width: 639px) {
  .feature-list .list-num {
    font-size: 4rem;
    top: -22px
  }
}

.feature-list .list-txt {
  margin-top: 25px
}

@media all and (max-width: 896px) {
  .feature-list .list-txt {
    margin-top: 5px
  }
}

.feature-list .list-txt span {
  font-weight: bold;
  color: #b99877;
  font-size: 2.2rem
}

@media all and (max-width: 639px) {
  .feature-list .list-txt span {
    font-size: 1.6rem
  }
}

@media all and (max-width: 639px) {
  .feature-list .txtarea {
    width: 100%;
    padding: 20px
  }

  .feature-list .photo {
    width: 100%;
    height: 250px
  }
}

.menu-list {
  position: relative;
  z-index: 1
}

.menu-list ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center
}

.menu-list ul li {
  width: 32%;
  margin: 0 3% 40px
}

.menu-list .list-photo {
  position: relative
}

.menu-list .list-txtarea {
  position: relative;
  z-index: 1
}

.menu-list .list-txtarea .price {
  color: #b99877;
  text-align: center;
  font-weight: bold
}

.menu-list .list-name {
  text-align: center;
  color: #4b3c2d;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  padding: 20px 0
}

.menu-list .list-txt {
  padding: 10px 10px 0;
  font-weight: bold
}

@media all and (max-width: 896px) {
  .menu-list {
    max-width: 100%
  }

  .menu-list ul li {
    width: 44%;
    margin: 0 3% 20px
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #4b3c2d
}

.service-list li {
  width: 33.33%;
  position: relative;
  height: 240px;
  z-index: 1
}

.service-list li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4b3c2d;
  opacity: .3
}

.service-list li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #4b3c2d
}

.service-list li.type1 {
  background: url(../img/service01.jpg) no-repeat;
  background-size: cover
}

.service-list li.type2 {
  background: url(../img/service02.jpg) no-repeat;
  background-size: cover
}

.service-list li.type3 {
  background: url(../img/service03.jpg) no-repeat;
  background-size: cover
}

.service-list li.type4 {
  background: url(../img/service04.jpg) no-repeat;
  background-size: cover;
  background-position: center
}

.service-list li.type5 {
  background: url(../img/service05.jpg) no-repeat;
  background-size: cover;
  background-position: bottom
}

.service-list li.type6 {
  background: url(../img/service06.jpg) no-repeat;
  background-size: cover;
  background-position: center
}

.service-list li:hover {
  transition: .4s
}

.service-list li:hover:after {
  animation: load-tate2 .6s ease-out 0s forwards
}

.service-list li:hover .arrow {
  animation: bounce 2s infinite 0s
}

.service-list .titlearea {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  text-align: center
}

.service-list .title {
  display: inline-block;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
  text-align: center
}

.service-list .arrow {
  margin: 20px auto 0;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #b99877;
  background-color: #b99877;
  background-size: 14px auto;
  z-index: 2
}

.service-list .arrow:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px
}

@media all and (max-width: 639px) {
  .service-list li {
    width: 50%;
    height: 140px
  }

  .service-list .title {
    font-size: 1.4rem
  }

  .service-list .titlearea {
    top: 28%
  }

  .service-list .arrow {
    margin: 10px auto 0
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-10px)
  }

  60% {
    transform: translateY(-5px)
  }
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0
}

.flow-list li {
  width: 21%;
  margin: 0 2%;
  padding: 50px 30px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 0 10px rgba(75, 60, 45, .1);
  position: relative
}

.flow-list li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  top: 44%;
  right: -20px;
  border-left: 20px solid #4b3c2d;
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid rgba(0, 0, 0, 0)
}

.flow-list li:last-child:before {
  display: none
}

.flow-list li .num {
  position: relative;
  width: 160px;
  height: 160px;
  margin: -110px auto 0
}

.flow-list li .num:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
  background-color: #b99877
}

.flow-list li .num span {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.flow-list li .title {
  text-align: center;
  font-size: 1.8rem;
  color: #b99877;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 20px auto 10px;
  border-bottom: 1px solid #b99877
}

.flow-list li .list-txt {
  display: flex;
  flex-wrap: wrap
}

.flow-list li .list-txt i {
  width: 10%;
  max-width: 16px;
  padding-top: 5px;
  color: #b99877
}

.flow-list li .list-txt span {
  padding-left: 5px;
  width: 90%;
  line-height: 1.4
}

@media all and (max-width: 1100px) {
  .flow-list {
    display: block;
    max-width: 700px
  }

  .flow-list li {
    width: 100%;
    margin: 0 auto 60px 30px
  }

  .flow-list li:before {
    border-top: 20px solid #4b3c2d;
    border-bottom: none;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -20px
  }

  .flow-list li .num {
    position: absolute;
    left: -70px;
    top: 8%;
    margin: 0 auto;
    width: 130px;
    height: 130px
  }

  .flow-list li .num:before {
    width: 130px;
    height: 130px
  }

  .flow-list li .main {
    margin-left: 60px
  }

  .flow-list li .title {
    margin: 0 auto 10px
  }
}

@media all and (max-width: 896px) {
  .flow-list {
    display: block;
    max-width: 700px;
    margin: 0 20px
  }

  .flow-list li {
    width: 90%;
    margin: 0 auto 40px 30px;
    padding: 10px 20px 10px
  }

  .flow-list li:before {
    border-top: 20px solid #4b3c2d;
    border-bottom: none;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -20px
  }

  .flow-list li .num {
    left: -50px;
    top: 8%;
    width: 90px;
    height: 90px
  }

  .flow-list li .num span {
    font-size: 2rem
  }

  .flow-list li .num:before {
    width: 90px;
    height: 90px
  }

  .flow-list li .main {
    margin-left: 30px
  }

  .flow-list li .title {
    margin: 0 auto 10px;
    font-size: 1.4rem
  }
}

.flow-list2 {
  padding-left: 40px;
  position: relative;
  margin: 40px auto;
  padding-top: 30px
}

.flow-list2.t-m0 {
  margin-top: 0
}

.flow-list2:before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f2ede9;
  margin-left: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 76px
}

.flow-list2 li {
  position: relative
}

.flow-list2 li:not(:last-child) {
  margin-bottom: 40px
}

.flow-list2 li .icon {
  font-size: 1.3rem;
  color: #fff;
  background: #578f35;
  padding: 8px 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 100;
  border-radius: 5px;
  width: 130px;
  text-align: center
}

.flow-list2 li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #578f35;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%)
}

.flow-list2 li .main {
  padding: 5px 0 0 200px;
  position: relative
}

.flow-list2 li .main:before,
.flow-list2 li .main:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px
}

.flow-list2 li .main:before {
  width: 7px;
  height: 7px;
  margin-top: -2px;
  background: #cfb45a;
  border-radius: 50%;
  left: 144px;
  z-index: 1
}

.flow-list2 li .main:after {
  width: 30px;
  border-bottom: 2px dashed #578f35;
  position: absolute;
  left: 156px
}

.flow-list2 li .main .ttl {
  font-size: 2rem;
  color: #4b3c2d;
  margin-bottom: 10px;
  font-weight: bold
}

.flow-list2 li .main .txt {
  font-size: 1.5rem;
  color: #4b3c2d
}

@media all and (max-width: 896px) {
  .flow-list2 {
    padding: 0 10px
  }

  .flow-list2:before {
    left: 30px
  }
}

@media all and (max-width: 639px) {
  .flow-list2 {
    padding: 0 10px
  }

  .flow-list2:before {
    left: 14px;
    width: 8px
  }

  .flow-list2 li .icon {
    font-size: 10px;
    width: 60px;
    padding: 8px 4px
  }

  .flow-list2 li .icon:before {
    top: 42%
  }

  .flow-list2 li .main {
    padding: 5px 0 0 120px
  }

  .flow-list2 li .main:before {
    left: 74px
  }

  .flow-list2 li .main:after {
    left: 86px;
    width: 20px
  }

  .flow-list2 li .txtarea {
    padding-left: 90px
  }

  .flow-list2 li .txtarea:before,
  .flow-list2 li .txtarea:after {
    display: none
  }

  .flow-list2 li .txtarea .ttl {
    font-size: 1.5rem;
    margin-bottom: 0
  }

  .flow-list2 li .txtarea .txt {
    font-size: 1.2rem
  }
}

.flow-list3 ul {
  max-width: 1000px;
  margin: 20px auto
}

.flow-list3 li {
  margin-bottom: 20px;
  align-items: flex-start
}

.flow-list3 .flow-icon {
  height: 160px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 60% 92%, 50% 100%, 40% 92%, 0 92%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 60% 92%, 50% 100%, 40% 92%, 0 92%);
  background-color: #6da770;
  position: relative
}

.flow-list3 .flow-icon.flow-1 {
  background-color: #6da770
}

.flow-list3 .flow-icon.flow-5 {
  -webkit-clip-path: none;
  clip-path: none
}

.flow-list3 .flow-icon .num {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  top: 22%;
  color: #fff
}

.flow-list3 .flow-txt {
  color: #4b3c2d;
  margin-top: 10px
}

.flow-list3 .flow-type2 {
  display: flex;
  flex-wrap: wrap
}

.flow-list3 .flow-type2 li {
  width: 18%;
  margin: 0 1%
}

.flow-list3 .flow-type2 .flow-icon {
  height: 100px;
  height: 100px;
  width: 90%;
  margin: 0 auto
}

.flow-list3 .flow-type2 .flow-icon .num {
  top: 5%;
  color: #fff
}

.flow-list3 .flow-type2 .flow-area .txtdeko6 {
  height: 100px
}

@media all and (max-width: 639px) {
  .flow-list3 {
    padding: 40px 20px
  }

  .flow-list3 ul {
    margin: 0 auto
  }

  .flow-list3 .flow-photo {
    height: 120px
  }

  .flow-list3 .flow-photo.type2 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 53% 92%, 50% 100%, 47% 92%, 0 92%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 53% 92%, 50% 100%, 47% 92%, 0 92%);
    height: 180px
  }

  .flow-list3 .flow-icon {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 56% 92%, 50% 100%, 44% 92%, 0 92%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 56% 92%, 50% 100%, 44% 92%, 0 92%);
    width: 170px
  }

  .flow-list3 .flow-icon .num {
    top: 22%;
    font-size: 2rem
  }

  .flow-list3 .flow-txt {
    font-size: 1.1rem
  }

  .flow-list3 .txtdeko6 {
    margin-top: 0
  }

  .flow-list3 .flex {
    display: flex
  }

  .flow-list3 .flex .flex-10 {
    width: 16%;
    height: 100px
  }

  .flow-list3 .flex .flex-86.l-m4 {
    margin-left: 4%;
    width: 80%
  }

  .flow-list3 .flow-type2 {
    display: block
  }

  .flow-list3 .flow-type2 li {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap-reverse
  }

  .flow-list3 .flow-type2 .flow-icon {
    height: 80px;
    width: 16%;
    margin: 0 auto
  }

  .flow-list3 .flow-type2 .flow-icon .num {
    top: 5%
  }

  .flow-list3 .flow-type2 .flow-area {
    width: 80%;
    margin-left: 4%
  }

  .flow-list3 .flow-type2 .flow-area .txtdeko5 {
    height: 80px;
    text-align: left
  }
}

.flow-list4 {
  position: relative;
  width: 85%;
  margin: 0 auto
}

.flow-list4 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative
}

.flow-list4 .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 36px;
  background: #b99877
}

.flow-list4 .inner:last-child:before {
  display: none
}

@media all and (max-width: 639px) {
  .flow-list4 .inner {
    width: 100%;
    margin: 0 auto 20px
  }

  .flow-list4 .inner:before {
    width: 8px;
    height: 130%;
    left: 30px;
    top: 15px
  }
}

.flow-list4 .inner dt {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #b99877;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  z-index: 4;
  font-family: "EB Garamond", serif
}

.flow-list4 .inner dt .vtxt {
  writing-mode: vertical-rl
}

.flow-list4 .inner dt.line2 {
  padding-top: 20px;
  line-height: 1
}

@media all and (max-width: 639px) {
  .flow-list4 .inner dt {
    font-size: 1.2rem
  }

  .flow-list4 .inner dt.big {
    font-size: 2rem
  }
}

.flow-list4 .inner dd {
  flex: 1;
  position: relative;
  background: #fff;
  left: -10px;
  margin-top: 10px;
  padding: 15px 30px 15px 25px;
  z-index: 2;
  background: #fbfaf8;
  border-radius: 3px
}

.flow-list4 .inner dd table th,
.flow-list4 .inner dd table td {
  font-weight: 500
}

.flow-list4 .inner dd table th {
  padding-right: 1em
}

@media all and (max-width: 639px) {
  .flow-list4 .inner dd {
    margin-top: 10px
  }
}

@media all and (max-width: 639px) {
  .flow-list4 {
    width: 100%
  }

  .flow-list4 .inner:before {
    left: 20px
  }

  .flow-list4 .inner dd {
    padding: 15px 20px 15px 25px
  }

  .flow-list4 .inner dt {
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}

@media all and (max-width: 896px) {
  .price-list-box .list3 {
    flex-direction: column
  }

  .price-list-box .list3 .child {
    width: 100%
  }
}

.about-box .bg-white.bchousei {
  margin-bottom: 40px
}

.about-box .ggmap {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 30%
}

@media all and (max-width: 639px) {
  .about-box .ggmap {
    padding-bottom: 70%
  }
}

.contact-txt {
  text-align: center;
  margin-bottom: 20px
}

.contact-btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px
}

.contact-btn-list>div {
  text-align: center;
  width: 35%
}

.contact-btn-list>div a {
  display: block;
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  font-size: 2.2rem
}

.contact-btn-list>div.link_tel a {
  border: 2px solid #4b3c2d;
  background: #4b3c2d;
  padding: 10px 5px;
  border-radius: 35px;
  color: #fefefe
}

.contact-btn-list>div.link_tel a:hover {
  opacity: .5
}

.contact-btn-list>div.link_line a {
  background-color: #06c152;
  padding: 10px 5px;
  border-radius: 35px;
  color: #fefefe;
  border: 1px solid #06c152
}

.contact-btn-list>div.link_line a:hover {
  opacity: .5
}

.contact-btn-list>div.link_fax {
  background-color: #b99877;
  padding: 10px 5px;
  border-radius: 35px;
  color: #fefefe;
  border: 1px solid #b99877;
  font-size: 2.2rem
}

@media all and (max-width: 639px) {
  .contact-btn-list>div.link_fax {
    font-size: 1.8rem
  }
}

@media all and (max-width: 896px) {
  .contact-btn-list>div {
    width: 45%
  }
}

@media all and (max-width: 639px) {
  .contact-btn-list {
    display: block
  }

  .contact-btn-list>div {
    width: 100%
  }

  .contact-btn-list>div a {
    font-size: 1.8rem
  }
}

.columnbox {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap
}

.columnbox .box-photo {
  width: 30%
}

.columnbox .box-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}

.columnbox .box-txtarea {
  width: 60%;
  padding: 50px 0 50px 50px
}

.columnbox .box-title {
  font-weight: bold;
  font-size: 3rem
}

.columnbox.type-brand {
  width: 90%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 30px 0
}

.columnbox.type-brand.box-photo {
  width: 40%
}

.columnbox.type-brand .box-txtarea {
  width: 55%
}

@media all and (max-width: 1100px) {
  .columnbox.type-brand {
    width: 100%
  }

  .columnbox.type-brand .box-photo {
    width: 40%
  }
}

@media all and (max-width: 896px) {
  .columnbox.type-brand {
    flex-direction: column
  }

  .columnbox.type-brand .box-photo {
    width: 65%
  }
}

@media all and (max-width: 896px)and (max-width: 639px) {
  .columnbox.type-brand .box-photo {
    height: 200px
  }
}

@media all and (max-width: 896px) {
  .columnbox.type-brand .box-txtarea {
    width: 100%;
    padding: 0;
    text-align: center
  }
}

@media all and (max-width: 896px) {
  .columnbox .box-photo {
    height: 250px
  }
}

.sentencebox {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap
}

.sentencebox .box-title {
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px
}

.historybox {
  position: relative;
  z-index: 1
}

.historybox:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  top: 20px;
  left: 70px;
  background-color: #b99877;
  z-index: -1
}

.historybox.max-900 {
  max-width: 1000px;
  margin: 50px auto 0
}

.historybox.max-900:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 84%
}

.historybox.max-900 li .box-detail {
  padding: 0 15px 10px;
  width: 75%;
  margin-left: 5%
}

.historybox li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px
}

.historybox .box-num {
  max-width: 150px;
  text-align: center;
  width: 20%;
  padding: 10px 10px;
  border: 1px solid #b99877;
  color: #b99877;
  font-weight: bold;
  background-color: #fff
}

.historybox .box-year {
  max-width: 180px;
  width: 10%;
  padding: 10px 10px;
  text-align: center
}

.historybox .box-year span {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3rem
}

.historybox .box-detail {
  flex: 1;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 15px 10px
}

.historybox .box-detail:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: url(../img/catch-line.png) repeat-x;
  background-size: 4px 2px;
  opacity: .8
}

.page-mainbox {
  padding: 50px 40px 80px;
  margin: 100px auto 0;
  position: relative
}

.page-mainbox:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 68%;
  bottom: -20px;
  right: 0;
  background-color: #f1f1f1
}

.page-mainbox .inner {
  padding: 0px 40px
}

.page-mainbox .txtarea {
  margin: 0 auto;
  position: relative
}

.page-mainbox .photo {
  text-align: center;
  margin: 0 auto
}

.page-mainbox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.page-mainbox .title {
  position: absolute;
  top: 100px;
  left: 0
}

.page-mainbox .title .title-txt {
  margin-bottom: 50px
}

.page-mainbox .title .title-txt span {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  font-size: 2rem;
  font-weight: bold
}

.page-mainbox .detail {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: -200px -60px 0 auto;
  position: relative;
  z-index: 1;
  font-weight: bold
}

.boxarea {
  position: relative;
  z-index: 1;
  padding: 40px 20px
}

@media all and (max-width: 639px) {
  .boxarea .box-logo {
    width: 190px;
    margin: 0 auto
  }
}

.boxarea .blog-wrap {
  max-width: 1000px;
  margin: 0 auto
}

.boxarea.w-mid {
  max-width: 1200px;
  margin: 0 auto
}

.boxarea.w-max {
  max-width: 1600px;
  margin: 0 auto
}

.boxarea.type-p40 {
  padding: 30px 40px
}

@media all and (max-width: 639px) {
  .boxarea.type-p40 {
    padding: 30px 20px
  }
}

@media all and (max-width: 639px) {
  .boxarea {
    padding: 20px 10px
  }
}

.borderbox {
  border-radius: 20px;
  border: 4px solid #fff3ef;
  overflow: hidden
}

.borderbox .border-inner {
  margin-top: 40px
}

@media all and (max-width: 639px) {
  .borderbox .border-inner {
    margin-top: 30px
  }
}

.whitebox {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px
}

@media all and (max-width: 639px) {
  .whitebox {
    margin: 0 10px;
    box-shadow: none;
    padding: 0px 0px
  }

  .whitebox.t-m {
    margin-top: 30px
  }
}

.note-side {
  position: relative
}

@media all and (max-width: 639px) {
  .note-side {
    padding: 0 5px
  }
}

.full-img {
  width: 70%;
  margin: 0 auto
}

.photoarea {
  margin: 100px auto 0;
  text-align: center
}

.tblarea {
  padding: 10px 15px;
  background-color: #f3f3f3;
  border-radius: 10px
}

.tblarea .title {
  font-weight: bold;
  margin-bottom: 10px
}

.tblarea .title span {
  border-bottom: 2px solid #4b3c2d;
  padding-bottom: 5px
}

.tblarea .detail {
  padding-left: 20px
}

.tblarea .detail span {
  background-color: #4b3c2d;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.4rem
}

.tblarea.type-yellow .title span {
  border-bottom: 2px solid #cfb45a
}

.tblarea.type-yellow .detail span {
  background-color: #cfb45a
}

.tblarea.type-blue .title span {
  border-bottom: 2px solid #4e92d6
}

.tblarea.type-blue .detail span {
  background-color: #4e92d6
}

.tblarea.type-purple .title span {
  border-bottom: 2px solid #8171db
}

.tblarea.type-purple .detail span {
  background-color: #8171db
}

@media all and (max-width: 639px) {
  .tblarea .detail {
    padding-left: 0px
  }

  .tblarea .detail span {
    display: inline-block;
    font-size: 10px
  }
}

.txtdeko span {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #4b3c2d, -1px -1px 0 #4b3c2d, -1px 1px 0 #4b3c2d, 1px -1px 0 #4b3c2d, 0px 1px 0 #4b3c2d, 0 -1px 0 #4b3c2d, -1px 0 0 #4b3c2d, 1px 0 0 #4b3c2d
}

@media all and (max-width: 1100px) {
  .txtdeko span {
    font-size: 2rem
  }
}

@media all and (max-width: 639px) {
  .txtdeko span {
    font-size: 1.6rem
  }
}

.txtdeko-min {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.txtdeko-min:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #b99877
}

.txtdeko-min.type-only {
  padding: 0 10px 10px
}

.txtdeko-min.type-only i {
  padding-right: 5px
}

.txtdeko-min.type-only:before {
  width: 100%
}

.txtdeko2 span {
  text-align: center;
  font-weight: bold;
  background-color: #cfc2a3;
  padding: 4px 20px;
  font-size: 1.4rem
}

@media all and (max-width: 639px) {
  .txtdeko2 {
    margin-bottom: 20px
  }
}

.txtdeko3 {
  position: relative;
  padding: 16px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #fff3ef
}

@media all and (max-width: 639px) {
  .txtdeko3 {
    font-size: 1.4rem;
    margin-bottom: 20px
  }
}

.txtdeko4 {
  border-left: 1px solid #fff;
  padding: 40px 60px;
  position: relative
}

.txtdeko4:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  bottom: -3px;
  right: 0;
  background-color: #fff
}

.txtdeko4 .sub {
  display: block;
  color: #b99877;
  font-family: "EB Garamond", serif;
  font-weight: 400
}

.txtdeko4 .main {
  color: #fff;
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 3rem;
  display: block
}

.txtdeko4 .num {
  color: #fff;
  opacity: .5;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  font-size: 10rem;
  position: absolute;
  right: 0;
  bottom: -16px
}

@media all and (max-width: 639px) {
  .txtdeko4 {
    padding: 10px 20px
  }

  .txtdeko4 .sub {
    display: block;
    color: #b99877;
    font-family: "EB Garamond", serif;
    font-weight: 400
  }

  .txtdeko4 .main {
    font-size: 1.6rem
  }

  .txtdeko4 .num {
    font-size: 4rem;
    bottom: -10px
  }
}

.txtdeko5 span {
  border: 1px solid #4b3c2d;
  padding: 5px 30px;
  display: inline-block
}

@media all and (max-width: 896px) {
  .txtdeko5 span {
    padding: 5px 10px
  }
}

.txtdeko6 {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #c3a349;
  border-bottom: 1px solid #c3a349;
  color: #4b3c2d;
  background-color: #fff
}

@media all and (max-width: 639px) {
  .txtdeko6 span {
    font-size: 1.2rem
  }
}

.txtdeko7 span {
  display: inline-block;
  font-weight: bold;
  font-size: 3rem
}

@media all and (max-width: 639px) {
  .txtdeko7 span {
    font-size: 1.4rem
  }
}

.txtbox .txt {
  background-color: #4b3c2d;
  color: #fff;
  padding: 2px 10px
}

.txtbox .main {
  font-weight: bold;
  margin-left: 10px
}

@media all and (max-width: 639px) {
  .txtbox .main {
    margin-left: 0
  }
}

.txtbox .main:hover {
  opacity: .4
}

.txtbox .main.white {
  border-bottom: 1px solid #fff
}

.txtbox .main.white a {
  color: #b99877
}

.txtbox .main.white:hover {
  opacity: .4;
  border-bottom: 1px solid #b99877
}

.txtbox .main.white:hover a {
  color: #b99877
}

.txtbox .sub span {
  font-weight: bold
}

.txt-list i {
  color: #b99877;
  padding-right: 5px
}

.txt-list .flex {
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #4b3c2d
}

.txt-list .flex i {
  width: 5%;
  max-width: 20px;
  text-align: center
}

.txt-list .flex span {
  width: 95%
}

.txt-list .flex.bold i {
  width: 5%;
  max-width: 30px;
  background-color: #4b3c2d;
  padding-right: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 2rem
}

.txt-list .flex.bold span {
  padding-left: 10px
}

.txt-name {
  margin: 40px auto 50px;
  border-bottom: 2px solid #b99877;
  padding-bottom: 10px;
  text-align: right
}

.txt-name .txt {
  font-size: 1.2rem;
  background-color: #b99877;
  padding: 2px 12px;
  color: #fff;
  font-weight: bold
}

.txt-name .name {
  font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 20px
}

@media all and (max-width: 639px) {
  .txt-name .name {
    font-family: "Shippori Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 10px
  }
}

.tbl-detail {
  display: flex;
  flex-wrap: wrap
}

.tbl-detail .tbl-detail-title {
  width: 10%;
  max-width: 28px
}

.tbl-detail .tbl-detail-txt {
  width: 90%;
  padding-left: 5px
}

.list_check>li {
  padding: 10px 10px 10px 35px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px
}

.list_check>li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 10px;
  background: #4b3c2d;
  border-radius: 50%;
  margin-top: -7px
}

.list_check.color2>li {
  background: rgba(254, 254, 254, .8)
}

.list_check.color3>li {
  background: #f5f1e9
}

.list_icon li {
  padding: 5px 0;
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em
}

.list_icon li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc
}

.list_icon li:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #c96b2b;
  font-size: 1em
}

.list-txt-box {
  padding: .2em .5em;
  margin: 20px 0;
  color: #565656;
  background: #fff3f3;
  box-shadow: 0px 0px 0px 10px #fff3f3;
  border: dashed 2px #fcc;
  border-radius: 8px
}

.list-txt-box p {
  margin: 0;
  padding: 0
}

.list-txt-box.box-blue {
  background: #ebf3fb;
  box-shadow: 0px 0px 0px 10px #ebf3fb;
  border: dashed 2px #91b5d9
}

.order-btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  gap: 40px;
  text-align: center
}

.order-btn-list .fax-btn a {
  color: #4b3c2d;
  font-family: "EB Garamond", serif;
  font-weight: bold
}

.order-btn-list .fax-btn a i {
  padding-right: 5px
}

.order-btn-list .fax-btn a:hover {
  color: #b99877
}

.order-btn-list .btn01 a {
  width: 250px;
  margin: 0 auto
}

@media all and (max-width: 639px) {
  .order-btn-list {
    flex-direction: column;
    gap: 20px
  }
}

.photo-h img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media all and (max-width: 639px) {
  .photo-h {
    margin-bottom: 20px
  }

  .photo-h img {
    height: 150px
  }
}

.photo-gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px
}

.photo-gallery li {
  width: 23.5%;
  margin-right: 2%;
  position: relative
}

.photo-gallery li:nth-child(4n) {
  margin-right: 0
}

.photo-gallery li a {
  display: block;
  width: 100%;
  height: 200px;
  line-height: 200px;
  border-radius: 20px;
  overflow: hidden
}

.photo-gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle
}

.photo-gallery li a:hover img {
  transform: scale(1.1)
}

.photo-gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .2s all ease-in
}

@media all and (max-width: 896px) {
  .photo-gallery ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .photo-gallery ul li:nth-child(even) {
    margin-left: auto
  }
}

@media all and (max-width: 639px) {
  .photo ul {
    margin-right: 0;
    margin-bottom: 0
  }

  .photo li {
    float: left;
    width: 48%;
    margin: 0 1% 10px
  }

  .photo li a {
    width: 100%;
    height: 150px;
    line-height: 150px
  }

  .photo li img {
    max-width: 100%;
    max-height: 145px
  }

  .photo li p {
    width: 100%
  }
}

.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}

.gallery li {
  width: 31%;
  margin: 0 3.495% 25px 0
}

.gallery li:nth-child(3n) {
  margin-right: 0
}

.gallery li a {
  background: rgba(0, 0, 0, .3);
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px
}

.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.gallery li p {
  line-height: 1.4;
  margin-top: 5px
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 4% 20px 0
  }

  .gallery li:nth-child(3n) {
    margin: 0 4% 20px 0
  }

  .gallery li:nth-child(2n) {
    margin-right: 0
  }

  .gallery li a {
    height: 120px
  }

  .gallery li p {
    font-size: 1.1rem
  }
}

.slider {
  width: 94%;
  margin: 0 auto
}

.slick-slide {
  margin: 0 5px;
  padding: 15px !important;
  height: 200px;
  position: relative
}

.slick-slide img {
  box-shadow: 0 0 10px rgba(75, 60, 45, .1)
}

.slick-slide p {
  position: absolute;
  background-color: #fff;
  padding: 6px 20px;
  bottom: 30px;
  left: 10px;
  border-left: 2px solid #4b3c2d;
  border-radius: 0 10px 10px 0
}

.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.slick-prev,
.slick-next {
  z-index: 1
}

.slick-prev:before,
.slick-next:before {
  color: #4b3c2d
}

.slick-prev:before {
  position: absolute;
  content: "";
  color: #4b3c2d;
  border-right: 20px solid #4b3c2d;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  width: 20px;
  height: 10px;
  left: -20px;
  top: 44%;
  z-index: 1
}

@media all and (max-width: 1100px) {
  .slick-prev:before {
    left: 0px
  }
}

@media all and (max-width: 639px) {
  .slick-prev:before {
    left: 15px
  }
}

@media all and (max-width: 639px) {
  .slick-prev {
    left: -30px !important
  }
}

.slick-next:before {
  position: absolute;
  content: "";
  color: #4b3c2d;
  border-left: 20px solid #4b3c2d;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  width: 20px;
  height: 10px;
  right: -20px;
  top: 44%;
  z-index: 1
}

@media all and (max-width: 1100px) {
  .slick-next:before {
    right: 0px
  }
}

@media all and (max-width: 639px) {
  .slick-next:before {
    right: 15px
  }
}

@media all and (max-width: 639px) {
  .slick-next {
    right: -30px !important
  }
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2
}

.slick-active {
  opacity: 1
}

.slick-current {
  opacity: 1
}

.slick-track {
  height: 300px
}

.slider_top {
  position: relative;
  padding: 80px 0
}

@media all and (max-width: 1100px) {
  .slider_top {
    padding: 68px 0 20px
  }

  .slider_top:before {
    width: 100px;
    height: 100px
  }
}

@media all and (max-width: 639px) {
  .slider_top {
    padding: 30px 0 0
  }

  .slider_top:before {
    width: 80px;
    height: 80px;
    top: 0
  }
}

.top-gallery {
  position: relative;
  margin-top: 50px
}

.top-gallery .inner {
  position: relative
}

.top-gallery .slide_list {
  position: relative;
  display: none;
  margin: 0px auto 30px
}

.top-gallery .slide_list li {
  margin-right: 1%
}

.top-gallery .slide_list li a {
  display: block;
  width: 240px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px
}

.top-gallery .slide_list li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  transition: .2s all ease-in
}

.top-gallery .slide_list li:hover img {
  transform: scale(1.1);
  filter: brightness(120%)
}

@media all and (max-width: 639px) {
  .top-gallery .slide_list {
    margin: 0px auto 5px
  }

  .top-gallery .slide_list li a {
    width: 170px;
    height: 120px
  }

  .top-gallery .slide_list li img {
    width: auto;
    height: 100%
  }
}

.top-contents-box .col-4 {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0 auto;
  position: relative;
  justify-content: space-between
}

.top-contents-box .col-4 .col-4-item {
  width: 23%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 35px rgba(203, 203, 203, .35)
}

.top-contents-box .col-4 .col-4-item:last-child {
  margin-right: 0
}

.top-contents-box .col-4 .col-4-item a {
  display: block;
  position: relative;
  height: 100%
}

.top-contents-box .col-4 .col-4-item a .top_3_link {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0;
  height: 250px;
  border-radius: 10px 10px 0 0
}

@media all and (max-width: 639px) {
  .top-contents-box .col-4 .col-4-item a .top_3_link {
    height: 180px
  }
}

.top-contents-box .col-4 .col-4-item a .top_3_link:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  -ms-background-size: cover;
  background-size: cover;
  transition: all .3s ease-out;
  background-repeat: no-repeat
}

.top-contents-box .col-4 .col-4-item a .top_3_link.item-1:after {
  background-image: url(../img/top01.jpg)
}

.top-contents-box .col-4 .col-4-item a .top_3_link.item-2:after {
  background-image: url(../img/gaiyo.jpg)
}

.top-contents-box .col-4 .col-4-item a .top_3_link.item-3:after {
  background-image: url(../img/daihyo.jpg)
}

.top-contents-box .col-4 .col-4-item a .top_3_link.item-4:after {
  background-image: url(../img/history.jpg)
}

.top-contents-box .col-4 .col-4-item a .top_3_link:hover:after {
  opacity: 1;
  transform: scale(1.2)
}

.top-contents-box .col-4 .col-4-item a .col-4-item_text {
  display: block;
  padding: 30px
}

.top-contents-box .col-4 .col-4-item a .col-4-item_text .top_3_item_read {
  font-weight: 500;
  color: #4b3c2d
}

.top-contents-box .col-4 .col-4-item a .col-4-item_text .top_3_item_read span {
  display: block;
  color: #b99877;
  font-weight: 500;
  line-height: 1em
}

.top-contents-box .col-4 .col-4-item a .col-4-item_text .more {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
  padding: .6em 0;
  transition: .4s;
  font-weight: bold;
  background: #4b3c2d;
  color: #fff
}

.top-contents-box .col-4 .col-4-item a:hover .col-4-item_text .more {
  transition: .4s;
  border: 1px solid #4b3c2d;
  color: #4b3c2d;
  background: #fefefe
}

@media all and (max-width: 896px) {
  .top-contents-box .col-4 {
    row-gap: 20px
  }

  .top-contents-box .col-4 .col-4-item {
    width: 48%
  }
}

@media all and (max-width: 639px) {
  .top-contents-box .col-4 {
    row-gap: 40px
  }

  .top-contents-box .col-4 .col-4-item {
    width: 100%;
    margin-right: 0
  }
}

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

@media all and (max-width: 639px) {
  .flex {
    display: block
  }
}

.flex.w-100 {
  width: 100%
}

.flex.j-center {
  justify-content: center
}

.flex.a-center {
  align-items: center
}

.flex.a-first {
  flex-wrap: inherit;
  align-items: flex-start
}

.flex.a-end {
  align-items: flex-end
}

@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block
  }
}

.flex.flex-pro .flex-30 {
  width: 30%
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-30 {
    width: 100%;
    margin: 0 auto
  }
}

.flex.flex-pro .flex-60 {
  width: 60%
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-60 {
    width: 100%;
    margin: 0 auto
  }

  .flex.flex-pro .flex-60.l-m2 {
    margin-top: 30px;
    margin-left: auto
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-40 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-48 {
    width: 100%;
    margin: 0 auto
  }

  .flex.flex-tablet .flex-48.l-m2 {
    margin-left: auto
  }

  .flex.flex-tablet .flex-48.l-m4 {
    margin-left: auto
  }
}

.flex.flex-tablet .flex-50 {
  width: 50%
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-56 {
    width: 90%;
    margin: 20px auto 0;
    margin-left: auto
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}

.flex.flex-tablet .flex-60 {
  width: 60%
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-60 {
    width: 90%;
    margin: 0 auto
  }
}

.flex.flex-tablet .flex-70 {
  width: 70%
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-70 {
    width: 100%
  }
}

.flex .flex-10 {
  width: 10%
}

@media all and (max-width: 639px) {
  .flex .flex-10 {
    width: 50%;
    margin: 0 auto
  }
}

.flex .flex-15 {
  width: 15%
}

@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 50%;
    margin: 0 auto
  }
}

.flex .flex-18 {
  width: 18%;
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-18 {
    width: 90%;
    margin-left: auto;
    margin: 0 auto
  }
}

.flex .flex-20 {
  width: 20%
}

@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin: 0 auto
  }
}

.flex .flex-25 {
  width: 25%
}

@media all and (max-width: 639px) {
  .flex .flex-25 {
    width: 90%;
    margin: 0 auto
  }
}

.flex .flex-30 {
  width: 30%
}

@media all and (max-width: 639px) {
  .flex .flex-30 {
    width: 90%;
    margin: 0 auto
  }
}

.flex .flex-36 {
  width: 36%
}

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

.flex .flex-38 {
  width: 38%
}

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

.flex .flex-40 {
  width: 40%
}

@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-48 {
  width: 48%
}

@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-48.l-m2 {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
  }

  .flex .flex-48.l-m2.sp-m0 {
    margin-top: 0
  }

  .flex .flex-48.l-m2.sp-m60 {
    margin-top: 60px
  }
}

.flex .flex-48.l-m4 {
  margin-left: 4%
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m4 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-50 {
  width: 50%
}

@media all and (max-width: 896px) {
  .flex .flex-50 {
    width: 100%
  }
}

.flex .flex-56 {
  width: 56%
}

.flex .flex-56.l-m4 {
  margin-left: 4%
}

@media all and (max-width: 896px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center
  }
}

@media all and (max-width: 639px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-56.l-m14 {
  margin-left: 14%
}

@media all and (max-width: 639px) {
  .flex .flex-56.l-m14 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
  }
}

.flex .flex-58 {
  width: 58%
}

.flex .flex-58.l-m2 {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }

  .flex .flex-58.l-m2 {
    margin-left: auto
  }
}

.flex .flex-60 {
  width: 60%
}

.flex .flex-60.l-m2 {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-60.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-60.l-m10 {
  margin-left: 10%
}

@media all and (max-width: 639px) {
  .flex .flex-60.l-m10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

@media all and (max-width: 639px) {
  .flex .flex-60 {
    width: 100%
  }
}

.flex .flex-66 {
  width: 66%
}

@media all and (max-width: 639px) {
  .flex .flex-66 {
    margin-left: auto;
    width: 100%
  }
}

.flex .flex-66.l-m4 {
  margin-left: 4%
}

@media all and (max-width: 639px) {
  .flex .flex-66.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-68 {
  width: 68%
}

@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    width: 100%
  }
}

.flex .flex-68.l-m2 {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-68.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-70 {
  width: 70%
}

@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%
  }
}

.flex .flex-78 {
  width: 78%;
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-78 {
    margin-left: auto;
    width: 100%
  }
}

.flex .flex-86 {
  width: 86%
}

@media all and (max-width: 639px) {
  .flex .flex-86 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-86.l-m4 {
  margin-left: 4%
}

@media all and (max-width: 639px) {
  .flex .flex-86.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

.flex .flex-88 {
  width: 88%
}

.flex .flex-88.l-m2 {
  margin-left: 2%
}

@media all and (max-width: 639px) {
  .flex .flex-88 {
    margin-left: auto;
    width: 100%
  }
}

.flex .flex-80 {
  width: 80%;
  margin-left: 3%
}

@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%
  }
}

.qa-list {
  margin-bottom: 20px
}

.qa-list.type2 {
  margin-bottom: 100px
}

.qa-list.type2 dl dt {
  padding: 14px 20px
}

.qa-list.type2 dl dt:before {
  display: none
}

.qa-list.type2 dl dd {
  padding: 20px 30px 20px 20px
}

.qa-list.type2 dl dd:before {
  display: none
}

.qa-list dl {
  position: relative;
  margin: 30px auto 0;
  cursor: pointer;
  max-width: 1000px
}

.qa-list dl:first-child {
  margin-top: 0
}

.qa-list dl:after {
  position: absolute;
  top: 30px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #4b3c2d;
  border-right: 2px solid #4b3c2d
}

.qa-list .open::after {
  transform: rotate(-45deg)
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 60px;
  border-radius: 10px;
  font-weight: bold;
  background: #23802f;
  background: linear-gradient(150deg, #f0f0f0 0%, #e7e7e7 100%);
  color: #4b3c2d
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #b99877
}

.qa-list dl dd {
  position: relative;
  margin: 10px auto 0;
  padding: 20px 20px 20px 60px;
  background-color: #fff;
  border: 1px solid #ddd
}

.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #aa2e2e
}

.qa-list dl dd p {
  margin: 10px 0 0
}

.qa-list dl dd p:first-child {
  margin-top: 0
}

@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0
  }

  .qa-list dl:after {
    top: 30px;
    right: 20px;
    width: 7px;
    height: 7px
  }

  .qa-list dl dt {
    padding: 16px 26px 16px 40px;
    font-size: 12px
  }

  .qa-list dl dt:before {
    font-size: 14px;
    top: 20px;
    left: 15px
  }

  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 40px;
    font-size: 10px
  }

  .qa-list dl dd:before {
    font-size: 14px;
    left: 15px;
    margin-top: 5px
  }

  .qa-list dl dd p {
    margin: 30px 0 0
  }

  .qa-list dl dd p:first-child {
    margin-top: 0
  }
}

.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 40px
}

.tab li {
  width: 30%;
  margin-left: 2%;
  background-color: #4b3c2d;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #4b3c2d;
  border-radius: 10px;
  position: relative
}

.tab li:first-child {
  margin-left: 0
}

.tab li.type-yellow {
  background-color: #cfb45a;
  border: 1px solid #cfb45a
}

.tab li.type-orange {
  background-color: #e4774d;
  border: 1px solid #e4774d
}

.tab li.active:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 20px solid #4b3c2d;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  bottom: -20px
}

.tab li.active.type-yellow:before {
  border-top: 20px solid #cfb45a
}

.tab li.active.type-orange:before {
  border-top: 20px solid #e4774d
}

.tab li a {
  color: #fff
}

.tab li:hover {
  background-color: #fff
}

.tab li:hover a {
  color: #363636
}

.tab-area {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(75, 60, 45, .1);
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto
}

.tab-area {
  display: none;
  opacity: 0;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 20px
}

.tab-area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards
}

@keyframes displayAnime {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.news-box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  max-width: 95%
}

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
    flex-direction: column
  }
}

.news-box .mtitle {
  margin: 0 auto;
  padding-bottom: 0
}

@media all and (max-width: 896px) {
  .news-box .mtitle {
    margin: 0 auto 40px
  }
}

.news-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative
}

.news-title span {
  display: block
}

.news-title .eng {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #4b3c2d;
  position: relative;
  font-size: 3rem
}

.news-title .ja {
  font-size: 1.7rem;
  position: relative;
  font-weight: 600
}

@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px
  }

  .news-title .eng {
    font-size: 2.4rem
  }

  .news-title .ja {
    font-size: 1.4rem
  }
}

.news-right {
  flex: 1;
  margin-left: 80px
}

@media all and (max-width: 896px) {
  .news-right {
    margin-left: 0
  }
}

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

.blog_topics {
  width: 100%;
  border-top: 1px solid #ddd
}

.blog_topics li {
  border-bottom: 1px solid #ddd
}

.blog_topics li a {
  display: block;
  color: #604c3f;
  padding: 15px;
  transition: .3s ease-in all
}

.blog_topics li a:hover {
  background-color: rgba(185, 152, 119, .2);
  background-color: #f4f4f4
}

.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: 25%;
  height: 130px
}

.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .3s ease-in all
}

.blog_topics li a .topics_detail .textbox {
  width: 75%;
  padding-left: 15px;
  line-height: 1.5
}

.blog_topics li a .topics_detail .textbox p {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #4b3c2d
}

.blog_topics li a .time_date {
  width: 120px;
  font-size: .9em;
  background: #4b3c2d;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fefefe
}

.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px
}

@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px
  }

  .blog_topics li a .topics_detail .imgbox {
    width: 28%;
    height: 80px
  }

  .blog_topics li a .topics_detail .textbox {
    width: 72%;
    padding-left: 10px;
    line-height: 1.5
  }

  .blog_topics li a .time_date {
    width: 120px;
    font-size: 11px
  }
}

.single.type-news {
  margin-bottom: 40px
}

.news-more {
  position: absolute;
  bottom: -40px;
  right: 30px
}

.news-more .more-btn a {
  border: 1px solid #4b3c2d;
  padding: 30px 35px 35px 35px;
  font-size: 1.2rem;
  position: relative;
  display: block
}

.news-more .more-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 5px;
  background: url(../img/arrow.svg) 0 0 no-repeat;
  background-size: 30px 4px;
  transition: all .3s;
  transition: all .3s ease
}

.news-more .more-btn a:hover::after {
  transform: translateX(-30%)
}

@media all and (max-width: 896px) {
  .news-more .more-btn a {
    padding: 25px 30px 30px 30px
  }
}

@media all and (max-width: 639px) {
  .news-more {
    bottom: -45px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
  }

  .news-more .more-btn a {
    padding: 15px 30px 20px 30px
  }

  .news-more .more-btn a::after {
    bottom: 15px
  }
}

.onedayArea {
  margin: 50px auto
}

.onedayArea .oneday__list {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto
}

.onedayArea .oneday__list:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 96%;
  top: 20px;
  left: 70px;
  background-color: #f5d750;
  z-index: -1
}

.onedayArea .oneday__list>li {
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px
}

.onedayArea .oneday__list>li .list__num__inner {
  width: 140px;
  height: 140px;
  border: 1px solid #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center
}

.onedayArea .oneday__list>li .list__num {
  position: relative;
  width: 20%;
  max-width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f5d750
}

.onedayArea .oneday__list>li .list__num.bg-none {
  background-color: rgba(0, 0, 0, 0)
}

.onedayArea .oneday__list>li .list__num.bg-none .list__num__inner {
  border: none
}

.onedayArea .oneday__list>li .list__num__main {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 52px;
  color: #4b3c2d
}

.onedayArea .oneday__list>li .list__num__txt {
  display: inline-block;
  text-align: center;
  background-color: #e28763;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff
}

.onedayArea .oneday__list>li .list__photo {
  overflow: hidden;
  width: 300px;
  height: 200px
}

.onedayArea .oneday__list>li .list__photo img {
  border-radius: 20px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

@media all and (max-width: 896px) {
  .onedayArea .oneday__list>li .list__photo.sp-left img {
    -o-object-position: left;
    object-position: left
  }
}

.onedayArea .oneday__list>li .list__detail {
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 80%
}

.onedayArea .oneday__list>li .list__detail .list__photo {
  width: 30%
}

.onedayArea .oneday__list>li .list__detail .list__txt {
  width: 70%;
  padding: 20px 0 20px 40px;
  font-weight: bold
}

.onedayArea .oneday__list>li .list__detail .list__txt .txt__main {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  flex-direction: column
}

.onedayArea .oneday__list>li .list__detail .list__txt .txt__main span {
  background-color: #f5f1e9;
  padding: 5px 20px;
  border-radius: 10px
}

.onedayArea .oneday__list>li .list__detail .list__txt .txt__main span:not(:last-child) {
  margin-bottom: 5px
}

.onedayArea .oneday__list>li .list__detail .list__txt .txt__sub {
  padding: 5px 20px
}

@media all and (max-width: 639px) {
  .onedayArea .oneday__list>li .list__detail .list__txt .txt__sub {
    padding: 5px
  }
}

.onedayArea .oneday__list>li .list__detail .list__txt .list-txt-box {
  margin: 20px
}

@media all and (max-width: 639px) {
  .onedayArea .oneday__list>li .list__detail .list__txt .list-txt-box {
    margin: 20px 0
  }
}

.onedayArea .oneday__list>li .list__detail .list__txt .list-txt-box.b-m30 {
  margin-bottom: 30px
}

.onedayArea .oneday__list>li .list__detail .list__txt .list-txt-box .mtext1 {
  font-size: 1.8rem
}

.onedayArea .oneday__bottom__txt {
  text-align: center
}

@media all and (max-width: 896px) {
  .onedayArea .oneday__list li {
    justify-content: space-between
  }

  .onedayArea .oneday__list li .list__num {
    width: 30%
  }

  .onedayArea .oneday__list li .list__detail {
    width: 68%;
    margin: 0 0 0 2%;
    padding: 0
  }

  .onedayArea .oneday__list li .list__detail .list__photo {
    width: 30%
  }

  .onedayArea .oneday__list li .list__detail .list__txt {
    width: 66%;
    margin: 0 0 0 4%;
    padding: 0px 0
  }

  .onedayArea .oneday__list li .txt__main span {
    font-size: 1.6rem;
    display: inline-block
  }
}

@media all and (max-width: 639px) {
  .onedayArea .oneday__list {
    flex-direction: column;
    width: 95%
  }

  .onedayArea .oneday__list:before {
    left: 34px;
    width: 10px
  }

  .onedayArea .oneday__list li {
    justify-content: space-between
  }

  .onedayArea .oneday__list li .list__num {
    width: 100px;
    max-width: 100px;
    height: 100px;
    margin-left: -8px
  }

  .onedayArea .oneday__list li .list__num .list__num__inner {
    width: 85px;
    height: 85px
  }

  .onedayArea .oneday__list li .list__num .list__num__inner .list__num__main {
    font-size: 14px;
    margin-top: 28px
  }

  .onedayArea .oneday__list li .list__num .list__num__inner .list__num__txt {
    font-size: 12px;
    padding: 6px 10px;
    letter-spacing: 1px
  }

  .onedayArea .oneday__list li .list__detail {
    width: 80%;
    margin: -85px 0 0 auto;
    padding: 0;
    display: block
  }

  .onedayArea .oneday__list li .list__detail .list__photo {
    width: 100%;
    height: 120px;
    margin: 0 auto 5px
  }

  .onedayArea .oneday__list li .list__detail .list__photo img {
    height: 120px;
    border-radius: 10px
  }

  .onedayArea .oneday__list li .list__detail .list__txt {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    font-size: 1.2rem
  }

  .onedayArea .oneday__list li .list__detail .list__txt .txt__main {
    font-size: 1.4rem
  }

  .onedayArea .oneday__list li .list__detail .list__txt .txt__main span {
    font-size: 1.4rem;
    display: block;
    border-radius: 10px;
    padding: 8px 10px
  }
}

@media all and (max-width: 639px) {
  .pconly {
    display: none
  }
}

.sponly {
  display: none
}

@media all and (max-width: 639px) {
  .sponly {
    display: block
  }
}

.spbr {
  display: none
}

.pc_tcenter {
  text-align: center
}

@media(max-width: 480px) {
  .pc_tcenter {
    text-align: left
  }
}

.form-contents {
  width: 100% !important;
  height: auto !important;
  padding: 35px 30px !important;
  border-radius: 15px 15px 0 0 !important
}

@media all and (max-width: 1100px) {
  .form-contents {
    padding: 15px !important
  }
}

.form-contents form dl dt {
  padding-bottom: 10px
}

.form-contents form dl dd {
  padding-left: 0 !important;
  border-bottom: none !important
}

.form-contents form dl dd input,
.form-contents form dl dd textarea {
  border-radius: 5px !important
}

.form-contents .required::before {
  background: #4b3c2d !important;
  padding: 5px 10px !important
}

.form-contents .nini {
  background: #b99877 !important;
  color: #fefefe !important;
  border-radius: 20px;
  padding: 5px 10px !important;
  font-size: 11px !important;
  margin-right: 5px !important
}

.form-contents .textarea {
  background-color: #f0f0f0 !important;
  border: none !important;
  padding: 20px 15px !important
}

.form-contents input[type=text],
.form-contents textarea {
  font-size: 16px
}

.form-contents .textarea03 {
  width: 20% !important
}

@media all and (max-width: 639px) {
  .form-contents .textarea03 {
    width: 48% !important
  }
}

.form-contents .file-box {
  display: flex;
  align-items: center
}

.form-contents #attachment,
.form-contents #attachment2 {
  margin-bottom: 5px
}

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

  .form-contents #attachment,
  .form-contents #attachment2,
  .form-contents #attachment3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
  }
}

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

  .form-contents .filename,
  .form-contents .filename2,
  .form-contents .filename3 {
    text-align: center
  }
}

.form-contents #attachment label,
.form-contents #attachment2 label,
.form-contents #attachment3 label {
  display: inline-block;
  position: relative;
  background-color: #454545;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all .5s;
  font-size: 1.5rem;
  margin-right: 20px;
  cursor: pointer
}

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

  .form-contents #attachment label,
  .form-contents #attachment2 label,
  .form-contents #attachment3 label {
    font-size: 1.3rem;
    text-align: center;
    margin-right: 0
  }
}

.form-contents #attachment label:hover,
.form-contents #attachment2 label:hover,
.form-contents #attachment3 label:hover {
  background-color: #004db1
}

.form-contents #attachment input,
.form-contents #attachment2 input,
.form-contents #attachment3 input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.form-contents .file-name {
  flex: 1
}

.form-contents .submit-btn {
  background-color: #b99877 !important;
  border: none !important;
  color: #fefefe !important
}

.form-contents .submit-btn:hover {
  color: #b99877 !important;
  background-color: #fefefe !important;
  border: 1px solid #b99877 !important
}

.form-contents .submit-btn:hover:before {
  background-color: #b99877 !important
}

.form-contents .custom-area p {
  padding: 10px 0
}

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

  .form-contents dl {
    margin: 10px 0 !important
  }

  .form-contents dl dt {
    float: none !important;
    padding-top: 15px !important
  }

  .form-contents dl dd {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    line-height: 20px !important
  }

  .form-contents .submit-btn {
    width: 250px !important
  }
}

.thanks {
  background: #fff;
  padding: 40px;
  border: 3px solid #4b3c2d;
  box-shadow: 0 0 0 8px rgba(75, 60, 45, .2);
  max-width: 700px;
  margin: 0 auto
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: calc(100% - 20px);
    padding: 25px 15px
  }
}

.accordion {
  padding: 30px;
  background: #fefefe;
  border-radius: 0 0 15px 15px
}

.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
  border: 1px solid #ddd
}

.accordion dt {
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  background: #f2ede9;
  color: #4b3c2d;
  transition: all .3s ease
}

.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem
}

.accordion dt.on {
  background: #f2ede9
}

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

.accordion dd {
  display: none;
  padding: 30px;
  background: #fefefe
}

.accordion.type2 dt {
  border: 1px solid #b99877;
  color: #b99877;
  background: #edf1f8
}

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

  .accordion dt,
  .accordion dd {
    padding: .8em .6em
  }

  .accordion dt {
    font-size: 1.4rem
  }

  .accordion dt:after {
    font-size: .9rem;
    right: 8px
  }

  .accordion dd {
    padding: 15px
  }
}


/*# sourceMappingURL=basis.css.map */

/* 追加CSS */
.oroshiuri {
  padding: 3px;
  background-color: white;
  width: 450px;
  margin: 0 auto;
}