@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #232323;
  font-family: "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: 0.1em;
  position: relative;
}

body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #9bb88b;
  left: 0;
  top: 0;
  background: url(../img/bg-cork.jpg) repeat;
  background-size: 600px 660px;
  opacity: 1;
}

.line3-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color: #581d19;
  z-index: 200;
  -webkit-animation: line-endanime 0.1s ease 0.6s forwards;
          animation: line-endanime 0.1s ease 0.6s forwards;
  pointer-events: none;
}

.line4-2 {
  position: fixed;
  width: 50%;
  height: 0%;
  right: 0%;
  top: 0%;
  background-color: #a08229;
  z-index: 200;
  -webkit-animation: line-bganime3 0.7s ease 0.3s forwards;
          animation: line-bganime3 0.7s ease 0.3s forwards;
  pointer-events: none;
}

.line {
  position: fixed;
  width: 50%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color: #581d19;
  z-index: 200;
  -webkit-animation: line-bganime 0.7s ease 0.9s forwards;
          animation: line-bganime 0.7s ease 0.9s forwards;
}

.line2 {
  position: fixed;
  width: 50%;
  height: 100%;
  right: 0%;
  top: 0%;
  background-color: #a08229;
  z-index: 200;
  -webkit-animation: line-bganime 0.7s ease 0.9s forwards;
          animation: line-bganime 0.7s ease 0.9s forwards;
}

.line3 {
  position: fixed;
  width: 100%;
  height: 50%;
  left: 0%;
  top: 0%;
  background-color: #581d19;
  z-index: 200;
  -webkit-animation: line-bganime2 0.8s ease 1.7s forwards;
          animation: line-bganime2 0.8s ease 1.7s forwards;
}

.line4 {
  position: fixed;
  width: 100%;
  height: 50%;
  right: 0%;
  bottom: 0%;
  background-color: #a08229;
  z-index: 200;
  -webkit-animation: line-bganime2 0.8s ease 1.7s forwards;
          animation: line-bganime2 0.8s ease 1.7s forwards;
}

@-webkit-keyframes line-bganime {
  0% {
    width: 50%;
  }
  100% {
    width: 10px;
  }
}

@keyframes line-bganime {
  0% {
    width: 50%;
  }
  100% {
    width: 10px;
  }
}

@-webkit-keyframes line-bganime2 {
  0% {
    height: 50%;
  }
  100% {
    height: 10px;
  }
}

@keyframes line-bganime2 {
  0% {
    height: 50%;
  }
  100% {
    height: 10px;
  }
}

@-webkit-keyframes line-bganime3 {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
  }
  81% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes line-bganime3 {
  0% {
    height: 0%;
  }
  80% {
    height: 100%;
  }
  81% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes line-endanime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes line-endanime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.nekoarroud {
  position: fixed;
  z-index: 120;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  top: 22%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: neko-anme2 0.5s ease 2s forwards;
          animation: neko-anme2 0.5s ease 2s forwards;
}

.neko1 {
  position: absolute;
  right: 80px;
  bottom: -40px;
  opacity: 0;
  -webkit-animation: neko-anme 0.5s ease 0.6s forwards;
          animation: neko-anme 0.5s ease 0.6s forwards;
}

.neko2 {
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-animation: neko-anme 0.5s ease 0.4s forwards;
          animation: neko-anme 0.5s ease 0.4s forwards;
}

.neko3 {
  margin-top: -100px;
  opacity: 0;
  -webkit-animation: neko-anme 0.5s ease 0.2s forwards;
          animation: neko-anme 0.5s ease 0.2s forwards;
}

@-webkit-keyframes neko-anme {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes neko-anme {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes neko-anme2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes neko-anme2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

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

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

#l-main {
  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: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 500 !important;
}

.bigger {
  font-size: 1.8rem;
}

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

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

.st1 {
  stroke-miterlimit: 5;
  stroke-width: 1;
  fill: none;
  stroke: #111;
}

.st2 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

.st3 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

.st4 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

#svg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
}

#svg_wrap.off {
  background: transparent;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

#svg {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 639px) {
  #svg {
    width: 200px;
    height: 200px;
  }
}

#svg-after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
}

@media all and (max-width: 639px) {
  #svg-after {
    width: 200px;
    height: 200px;
  }
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

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

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

/* header
----------------------------------*/
header {
  width: 100%;
  height: 100%;
  max-height: 200px;
}

#l-header {
  width: 100%;
  position: absolute;
  width: 14%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0 4%;
  padding: 40px 0 0;
}

#l-header.is-fixed {
  width: 150px;
  right: 0;
  position: fixed;
  padding: 0;
  z-index: 100;
  margin: 0 auto 0 2%;
}

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

#l-header.is-fixed .head-right_tel a:hover {
  color: #581d19;
}

#l-header.is-fixed .inner {
  width: 150px;
}

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

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

#l-header.is-fixed .inner #logo {
  width: 150px;
  text-align: center;
  margin: 30px auto;
}

#l-header.is-fixed .inner #logo.logo1 {
  display: block;
}

@media all and (max-width: 896px) {
  #l-header.is-fixed .inner #logo {
    width: 100%;
    margin: 20px auto;
  }
}

#l-header.is-fixed #header_nav {
  margin: 0 auto;
  width: auto;
  width: 100%;
}

#l-header.is-fixed #header_nav ul {
  display: block;
}

#l-header.is-fixed #header_nav ul li {
  text-align: left;
  margin-bottom: 10px;
}

#l-header.is-fixed #header_nav ul li a {
  color: #fff;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  padding: 10px 20px;
}

#l-header.is-fixed #header_nav ul li a span {
  color: #fff;
}

#l-header.is-fixed #header_nav ul li:hover a span {
  color: #581d19;
}

@media all and (max-width: 1680px) {
  #l-header.is-fixed #header_nav {
    width: 100%;
  }
}

@media all and (max-width: 1367px) {
  #l-header.is-fixed #header_nav ul li a {
    font-size: 1rem;
  }
  #l-header.is-fixed #header_nav ul li a span {
    font-size: 1rem;
  }
}

@media all and (max-width: 1480px) {
  #l-header.is-fixed {
    margin-top: 0px;
  }
}

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

#l-header .inner {
  max-width: 100%;
  margin: 0 auto 0 0;
  position: relative;
  width: 180px;
}

#l-header .inner #logo {
  width: 100%;
  position: relative;
  z-index: 100;
}

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

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

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

#header_nav {
  position: relative;
  margin: 50px auto 0 0;
  text-align: center;
  z-index: 110;
}

#header_nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #a08229;
  padding: 10px 6px;
  margin: 0 auto;
}

#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  letter-spacing: 0.1rem;
}

#header_nav ul li:hover a span, #header_nav ul li.active a span {
  color: #bfb09f;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

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

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 200;
}

#page-top a {
  display: block;
  background: #a08229;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

@media all and (max-width: 639px) {
  #page-top {
    right: 15px;
    bottom: 17px;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 11s linear 0s 1 normal both;
          animation: zoom-in 11s linear 0s 1 normal both;
}

.swiper-slide {
  position: relative;
}

.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.swiper-slide.slide1:before {
  background-image: url(../img/1.jpg);
  background-position: 80% 50%;
}

.swiper-slide.slide2:before {
  background-image: url(../img/2.jpg);
  background-position: 50% 100%;
}

.swiper-slide.slide3:before {
  background-image: url(../img/3.jpg);
}

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

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

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

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

.slider {
  width: 100vw;
  height: 74vh;
  position: relative;
  overflow: hidden;
}

.slider > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}

.slider > div img.slider-img {
  display: none;
}

.slider > div > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
}

@media all and (max-width: 1100px) {
  .slider {
    height: 70vh;
  }
}

@media all and (max-width: 896px) {
  .slider {
    height: 50vh;
  }
}

@media all and (max-width: 639px) {
  .slider {
    height: 70vh;
  }
}

.swiper-container {
  overflow: hidden;
}

@-webkit-keyframes anime-bg {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes anime-bg {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding-top: 0px;
  overflow: hidden;
}

.mask-img {
  mask-image: url("../img/slide-mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 00px;
  -webkit-mask-size: 100% 10vh;
          mask-size: 100% 10vh;
  -webkit-mask-image: url("../img/slide-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 00px;
  -webkit-mask-size: 100% 100vh;
}

@media all and (max-width: 896px) {
  .mask-img {
    mask-size: 100% 60vh;
    -webkit-mask-size: 100% 60vh;
  }
}

@media all and (max-width: 639px) {
  .mask-img {
    mask-size: 100% 40vh;
    -webkit-mask-size: 100% 40vh;
  }
}

#slide-wrap {
  position: relative;
  margin: 0px auto 0;
  width: 100%;
  z-index: 1;
}

.swiper-slide {
  background-color: #756453;
}

.catcharea {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
  z-index: 100;
  width: 50%;
  max-width: 500px;
}

.catcharea .catch-head {
  position: relative;
  margin: 0px auto -12%;
  text-align: center;
  z-index: 1;
}

.catcharea .catch-head .bell {
  width: 50%;
  max-width: 150px;
  margin: 0 auto;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: bell-yura 4s linear infinite;
          animation: bell-yura 4s linear infinite;
}

.catcharea .catch-head .ribbon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12%;
  width: 40%;
  max-width: 150px;
}

.catcharea .catch-main {
  position: relative;
  text-align: center;
}

.catcharea .catch-main .catch {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 37%;
  max-width: 300px;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-animation: catch-anime 2s linear 2.5s forwards;
          animation: catch-anime 2s linear 2.5s forwards;
}

@media all and (max-width: 639px) {
  .catcharea {
    top: 30%;
  }
  .catcharea .catch-head {
    position: relative;
    margin: 0px auto -12%;
    text-align: center;
    z-index: 1;
  }
  .catcharea .catch-head .bell {
    width: 40%;
    max-width: 80px;
  }
  .catcharea .catch-head .ribbon {
    width: 30%;
    max-width: 80px;
  }
  .catcharea .catch-main .catch {
    top: 35%;
    width: 60%;
    max-width: 200px;
  }
}

@-webkit-keyframes bell-yura {
  0% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  5% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  45% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  50% {
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
  55% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  95% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}

@keyframes bell-yura {
  0% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  5% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  45% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  50% {
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
  55% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  95% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}

@-webkit-keyframes catch-anime {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes catch-anime {
  0% {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #a08229;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}

#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}

#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #a08229;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(160, 130, 41, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
          animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

@-webkit-keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  margin-bottom: 15px;
}

.contact_bnr > li {
  width: 48%;
}

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

.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}

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

.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}

.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #a08229;
}

.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}

.contact_bnr > li .bnr_mail {
  font-size: 1.6rem;
  padding: 15px 0;
  max-width: 400px;
  margin: 0 auto;
}

.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.2rem;
  }
}

.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #fff;
}

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

.contact_bnr > li a:hover,
.contact_bnr > li span:hover {
  color: #06121d;
}

@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.3rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.line-banner:hover {
  opacity: 0.4;
}

@media all and (max-width: 639px) {
  .photobanner {
    height: 80px;
  }
  .photobanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* footer
----------------------------------*/
footer {
  padding: 0px 0 80px;
  position: relative;
  border-top: 10px solid #572E12;
  z-index: 1;
}

footer:before {
  position: absolute;
  content: "";
  width: 300px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0px;
  height: 300px;
  background: url(../img/ramp.png) no-repeat;
}

@media all and (max-width: 896px) {
  footer:before {
    background-size: cover;
    width: 220px;
    height: 220px;
  }
}

@media all and (max-width: 639px) {
  footer:before {
    background-size: cover;
    width: 150px;
    height: 150px;
  }
}

footer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 68px;
  background: url(../img/line-deko.png) repeat-x;
  background-size: 420px 68px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: -1;
}

.footer-flower:before {
  position: absolute;
  content: "";
  width: 204px;
  height: 222px;
  background: url(../img/line-deko-flower.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.footer-flower:after {
  position: absolute;
  content: "";
  width: 204px;
  height: 222px;
  background: url(../img/line-deko-flower.png) no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

@media all and (max-width: 639px) {
  .footer-flower:before, .footer-flower:after {
    width: 134px;
    height: 142px;
  }
}

.f-insta:hover {
  opacity: 0.6;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  padding: 300px 10px 40px;
  margin: 0 auto;
}

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

#l-footer .inner {
  margin: 0 auto 0;
  max-width: 1500px;
  position: relative;
  z-index: 3;
  padding: 0px 20px;
}

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

@media all and (max-width: 896px) {
  #l-footer {
    padding: 220px 0px 40px;
  }
  #l-footer .inner {
    width: 100%;
    padding: 0px 0px;
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    padding: 150px 0px 40px;
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 0px 0px;
  }
}

.footer-wrap {
  margin: 50px auto 0px;
  max-width: 600px;
}

.footer-wrap .ggmap {
  margin-top: 10px;
}

@media all and (max-width: 639px) {
  .footer-wrap {
    width: 90%;
  }
  .footer-wrap .ggmap {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .footer-wrap .footer-left,
  .footer-wrap .footer-right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrap .footer-left {
    margin-bottom: 40px;
  }
}

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

.flogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 1100px) {
  .flogo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 50px;
  }
}

@media all and (max-width: 639px) {
  .flogo {
    margin: 0 auto 50px;
    width: 30%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 40px auto 0;
}

.footer_navi ul {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_navi ul li {
  padding: 0 20px;
  margin-bottom: 8px;
}

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

.footer_navi ul li a {
  color: #581d19;
  font-size: 1.3rem;
  position: relative;
  font-weight: 600;
}

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

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

.footer_navi ul li:last-child a:before {
  display: none;
}

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

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

.copyright {
  padding: 12px 0 10px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #333;
}

@media all and (max-width: 639px) {
  .copyright {
    font-size: 12px;
    padding: 12px 0 20px;
  }
}

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}

@media all and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.news-title span {
  display: block;
}

.news-title .eng {
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  color: #a08229;
  position: relative;
  font-size: 3rem;
}

.news-title .ja {
  font-size: 1.5rem;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}

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

.map-link {
  font-weight: 600;
  color: #a08229;
  border-bottom: 1px solid #a08229;
}

.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 639px) {
  .single.sp100 {
    padding-top: 100px;
  }
}

.single.w-1500 {
  max-width: 1500px;
}

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

.mbox.transparent {
  background: transparent;
}

@media all and (max-width: 639px) {
  .mbox.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 #a08229;
  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: transparent;
}

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

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

@media all and (max-width: 639px) {
  .small-box .mtitle_box {
    margin-bottom: 20px;
  }
}

.small-box.t-m75 {
  margin: 75px auto 0;
}

@media all and (max-width: 639px) {
  .small-box.t-m75 {
    margin: 40px auto 40px;
  }
}

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

.small-box.t-m100 {
  margin-top: 100px;
}

@media all and (max-width: 639px) {
  .small-box.t-m100 {
    margin-top: 50px;
  }
}

.small-box.b-pink {
  background-color: white;
  padding: 40px;
}

@media all and (max-width: 639px) {
  .small-box.b-pink {
    padding: 20px;
  }
}

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

#main .mbox {
  min-height: 300px;
}

@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}

@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: -webkit-sticky;
  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;
  }
}

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

.mtitle .eng {
  font-size: 2rem;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.2;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
}

.mtitle .eng.type2 {
  color: #a08229;
}

.mtitle .eng.yellow {
  color: #e6ca78;
}

.mtitle .ja {
  font-size: 3.4rem;
  color: #572E12;
  font-weight: bold;
}

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

.mtitle .ja.type2 {
  color: #a08229;
}

.mtitle .ja:first-letter {
  color: #06121d;
}

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

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

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

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

.mtitle.white span.eng:first-letter {
  color: #e6ca78;
}

.mtitle.black {
  color: #333;
}

.mtitle.black span {
  color: #555;
}

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

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

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .mtitle .eng {
    font-size: 2rem;
  }
  .mtitle .ja {
    font-size: 1.4rem;
  }
  .mtitle.sp-p20 {
    padding: 0 20px;
  }
}

.mtitle2 {
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.15em;
  position: relative;
}

.mtitle2 span {
  font-size: 2.5rem;
  display: block;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  color: #a08229;
}

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

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

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

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

.mtitle3 .eng {
  display: block;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #a08229;
  padding-left: 3px;
}

@media all and (max-width: 639px) {
  .mtitle3 {
    position: inherit;
    left: 0;
    top: 0;
    min-height: auto;
    padding-top: 50px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .mtitle3 .ja {
    font-size: 1.6rem;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #a08229;
    margin-bottom: 20px;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
}

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

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

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

.mtitle_sub {
  padding: 0 0 0 20px;
  font-weight: 600;
  position: relative;
  margin: 0px auto 30px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  text-align: center;
}

.mtitle_sub .hissu {
  color: #fff;
  background: #c9a333;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}

.mtitle_sub:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #581d19;
}

.mtitle_box {
  background-image: -webkit-gradient(linear, left top, right top, from(#363636), to(#505050));
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-weight: 600;
  overflow: hidden;
}

.mtitle_box.f-2 {
  text-align: center;
}

.mtitle_box.f-2 span {
  font-size: 2rem;
  text-align: center;
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

.mtitle_box:before {
  background-color: #fff;
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}

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

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
    margin: 0 15px;
  }
}

.mtitle_box.type1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#a08229), to(#581d19));
}

.mtitle_box.type2 {
  background: #6bc5b5;
}

.mtitle_box2 {
  background: #fff;
  font-size: 2.2rem;
  color: #232323;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  -webkit-box-shadow: 0 8px 8px rgba(160, 130, 41, 0.2);
          box-shadow: 0 8px 8px rgba(160, 130, 41, 0.2);
  padding: 60px 60px;
  margin-bottom: 25px;
}

.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}

.mtitle_box2:before {
  background-color: #a08229;
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 0;
  }
  .mtitle_box2 span {
    font-size: 2rem;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtitle_box3 {
  background: #363636;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.mtitle_box3::before {
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
  display: block;
  opacity: 0.1;
  position: absolute;
  top: 350%;
  left: -4%;
  width: 200%;
  height: 930%;
}

@media all and (max-width: 639px) {
  .mtitle_box3::before {
    top: 280%;
    left: -64%;
  }
}

.mtitle_box3::after {
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: -190%;
  left: 85%;
  width: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 620%;
}

@media all and (max-width: 639px) {
  .mtitle_box3::after {
    width: 40%;
  }
}

.mtitle_box3 .photo {
  margin: 0 auto;
  text-align: center;
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}

@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.5rem;
    padding: 0;
    margin-top: 30px;
  }
}

/* btn
----------------------------------*/
.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #a08229;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #a08229;
  border-radius: 35px;
  -webkit-box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
          box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
}

.btn01 a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #a08229;
  color: #fefefe;
}

.btn01.type-white a {
  color: #fff;
  border: 2px solid #fff;
}

.btn01.type-white a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #581d19;
}

@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

/* news
----------------------------------*/
.news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 600;
}

.news .news-inner:last-of-type {
  border-bottom: 1px solid #333;
}

@media all and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}

.news dt {
  width: 7em;
  color: #a08229;
  text-align: center;
}

@media all and (max-width: 639px) {
  .news dt {
    width: 6em;
  }
}

.news dd {
  width: calc(100% - 8.5em);
  margin-left: 8px;
}

@media all and (max-width: 639px) {
  .news dd {
    width: calc(100% - 7.5em);
  }
}

.news-bl {
  overflow: hidden;
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #a08229;
  text-align: center;
  border: 1px solid #a08229;
  border-radius: 30px;
  background: #fff;
  font-size: 1.3rem;
}

@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}

.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}

.news-bl dd a {
  color: #572E12;
  background-image: -webkit-gradient(linear, left top, right top, from(#a08229), to(#06121d));
  background-image: linear-gradient(to right, #a08229, #06121d);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}

.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

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

@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

/* page-top
----------------------------------*/
.topbox {
  position: relative;
}

.topbox .mtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  margin: 0 auto;
}

.topbox .mtitle .ja {
  color: #fff;
}

@media all and (max-width: 639px) {
  .topbox .mtitle {
    width: 24px;
  }
}

.page-titlebox {
  position: relative;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 55vh;
}

.page-title:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 0%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #581d19;
  z-index: 2;
  -webkit-animation: anime-bg 1s ease-in 2s forwards;
          animation: anime-bg 1s ease-in 2s forwards;
}

@media all and (max-width: 639px) {
  .page-title:before {
    width: 80px;
  }
}

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

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

.page-title.type3 {
  background: url(../img/page-title03.jpg) no-repeat center 100%/cover;
}

.page-title.type4 {
  background: url(../img/page-title04.jpg) no-repeat center 100%/cover;
}

.page-title.type5 {
  background: url(../img/page-title05.jpg) no-repeat center 100%/cover;
}

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

.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
}

.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  color: #000;
}

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

.page-title.mask-img {
  mask-size: 100% 55vh;
  -webkit-mask-size: 100% 55vh;
}

@media all and (max-width: 896px) {
  .page-title.mask-img {
    mask-size: 100% 35vh;
    -webkit-mask-size: 100% 35vh;
  }
}

@media all and (max-width: 639px) {
  .page-title.mask-img {
    mask-size: 100% 20vh;
    -webkit-mask-size: 100% 20vh;
  }
}

@media all and (max-width: 896px) {
  .page-title {
    margin: 0px auto 0;
    height: 40vh;
  }
  .page-title .inner {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .page-title {
    margin: 0px auto 0;
    height: 30vh;
    width: 100%;
  }
}

.bg-01 {
  position: relative;
  background-color: #F8F5F1;
}

.bg-line {
  position: relative;
  padding: 20px 50px 0px;
  background-color: #F8F5F1;
}

.bg-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/slide-linedeko2.png) repeat-x;
  top: -10px;
  left: 0;
  z-index: 2;
}

.bg-line .inner {
  width: calc(100% - 10%);
  margin: 0px auto;
  padding: 50px 20px;
  position: relative;
}

@media all and (max-width: 896px) {
  .bg-line {
    padding: 20px 10px 0px;
  }
  .bg-line .inner {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
  }
}

.bg-pan {
  position: relative;
  padding-bottom: 50px;
}

.bg-pan:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-pan.png) repeat;
  background-size: 1000px 600px;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.bg-dot {
  position: relative;
  padding: 0px 0 70px;
  background: url(../img/top-sub-bg.jpg) no-repeat;
  background-attachment: fixed;
}

@media all and (max-width: 896px) {
  .bg-dot {
    margin-top: 0;
    background-attachment: inherit;
  }
  .bg-dot.type-sp20 {
    padding: 50px 20px 70px;
  }
}

.bg-dot:before {
  position: absolute;
  content: "";
  background: url(../img/gray-dot.png) repeat;
  background-size: 11px 8px;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.bg-dot:after {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.bg-gray {
  margin: 50px auto 50px;
  z-index: 100;
  width: calc(100% - 80px);
  background-color: #fff;
}

.bg-gray.type-tm0 {
  margin-top: 0;
}

@media all and (max-width: 896px) {
  .bg-gray {
    width: calc(100% - 20px);
    margin: 0px auto 40px;
  }
  .bg-gray.type-tm0 {
    margin-top: 40px;
  }
}

@media all and (max-width: 639px) {
  .bg-gray .b-p100 {
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}

.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.tbl th {
  color: #a08229;
  background: #f4f4f4;
  width: 25%;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl .cell01 {
  width: 25%;
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_new {
  width: 100%;
}

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

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

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

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f0f0f0;
}

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

.tbl_new2 tr td {
  width: 20%;
}

.tbl_new2 tr th {
  font-weight: 700;
}

.tbl_new2 tr th span {
  font-size: 1.4rem;
}

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

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

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

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

.tbl-box th,
.tbl-box td {
  padding: 10px 0px;
  border-bottom: 2px dotted #a08229;
  vertical-align: middle;
}

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

.tbl-box th {
  width: 24%;
  text-align: center;
}

.tbl-box th span {
  background-color: #a08229;
  color: #fff;
  padding: 4px 10px;
  display: block;
}

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

@media all and (max-width: 639px) {
  .tbl-box th {
    padding: 4px 5px;
  }
}

.tbl-box td {
  padding: 10px 0 10px 15px;
  text-align: left;
}

.tbl-box td a {
  color: #581d19;
  border-bottom: 1px solid #a08229;
}

.tbl-box td a:hover {
  opacity: 0.7;
  border-bottom: 1px solid #a08229;
}

@media all and (max-width: 639px) {
  .tbl-box td {
    padding: 10px 0 10px 5px;
  }
}

.tbl-border {
  width: 100%;
}

.tbl-border .t-right {
  text-align: right;
}

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

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

@media all and (max-width: 639px) {
  .tbl-border th.type1,
  .tbl-border td.type1 {
    width: 150px;
  }
}

.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: 28%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #a08229;
}

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

/* ggmap
----------------------------------*/
.gmapbox {
  padding: 40px;
  background-color: rgba(191, 176, 159, 0.3);
  border-radius: 10px;
}

@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;
  max-width: 1500px;
  margin: 0 auto 50px;
}

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

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

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

.ggmap iframe:hover,
.ggmap object:hover,
.ggmap embed:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  mix-blend-mode: inherit;
}

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

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

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

.blog-area {
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 40px;
  background-color: #FBF1D3;
  border-radius: 30px;
}

.blog-area img {
  margin: 0 auto;
}

.blog-area a {
  color: #a08229;
}

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

#main .blog-wrap > li {
  width: 30%;
  margin: 0 1% 20px;
}

@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 48%;
    margin: 0 1% 20px;
  }
}

@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 48%;
  }
}

.blog-list li {
  position: relative;
}

.blog-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-list a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-list a:hover ~ .blog-detail .blog-txt {
  font-weight: bold;
  position: relative;
}

.blog-list a:hover ~ .blog-detail .blog-txt:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 80%;
}

.blog-list .blog-img {
  width: 100%;
  height: 200px;
}

.blog-list .blog-detail {
  width: 100%;
  text-align: center;
}

.blog-list .blog-date {
  background-color: #a08229;
  color: #fff;
  padding: 5px 0;
  font-size: 10px;
}

.blog-list .blog-txt {
  font-weight: bold;
  position: relative;
  padding: 0;
  margin-top: 10px;
}

.blog-list .blog-txt:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background-color: #a08229;
}

@media all and (max-width: 639px) {
  .blog-list .blog-img {
    width: 100%;
    height: 140px;
  }
}

.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrap > li {
  position: relative;
}

.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;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-wrap > li:hover {
  background: white;
}

@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .blog-wrap li .blog-img {
    width: 100%;
    height: 150px;
  }
  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px;
  }
  .blog-wrap li .blog-txt {
    padding: 10px 0;
  }
}

.blog-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

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

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

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

.blog-date2 {
  color: #635119;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

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

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

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.4rem;
  padding: 10px 0;
}

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

.category_nav {
  border: 1px solid #dddddd;
}

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

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

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

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

/* etc
----------------------------------*/
.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}

.telbox .inner {
  background: #fff;
  padding: 10px;
}

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

@media all and (max-width: 896px) {
  .txt-link {
    pointer-events: inherit;
  }
}

.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 30px;
}

.telbnr li {
  width: 47%;
  border: 3px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}

.telbnr li.telbnr-mail a {
  pointer-events: inherit;
  font-size: 2rem;
  padding-top: 5px;
}

.telbnr li.telbnr-mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

@media all and (max-width: 639px) {
  .telbnr li.telbnr-mail a {
    font-size: 1.4rem;
    padding: 0;
  }
}

.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #a08229;
  pointer-events: none;
}

@media all and (max-width: 896px) {
  .telbnr li a {
    pointer-events: inherit;
  }
}

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

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

@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin-top: -30px;
}

.telbnr-ttl span {
  background: #fff;
  padding: 0 20px;
}

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

/* breadcrumb
----------------------------------*/
.breadcrumb {
  border-bottom: 1px solid #06121d;
  position: relative;
  padding: 10px 30px;
  z-index: 101;
  max-width: 600px;
  margin: 30px auto 0;
  font-size: 1.2rem;
  text-align: center;
}

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

.breadcrumb li a {
  color: #581d19;
}

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

@media all and (max-width: 896px) {
  .breadcrumb {
    font-size: 1rem;
    max-width: 60%;
  }
}

@media all and (max-width: 639px) {
  .breadcrumb {
    max-width: 70%;
  }
}

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

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

@media all and (max-width: 896px) {
  .form dl dt {
    width: 170px;
  }
}

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

.form dl dt span.nini {
  background: #e6ca78;
  color: #572E12;
}

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

@media all and (max-width: 896px) {
  .form dl dd {
    padding-left: 180px;
  }
}

.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;
  -webkit-box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
          box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
}

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

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

.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.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: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}

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

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

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

.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: #a08229;
  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;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          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 #a08229;
  border-bottom: 3px solid #a08229;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          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 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -5px;
  }
}

.thanks {
  padding: 40px;
  border: 3px solid #a08229;
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

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

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

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

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

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

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

.mtitle_small2:before {
  content: "";
  background-color: #a08229;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      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: #572E12;
}

@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: 0.7;
  -webkit-filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

/*photoギャラリー*/
.gallery_box {
  position: relative;
}

.gallery_box .photo-deko {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

.gallery_box .photo-deko img {
  width: 250px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 896px) {
  .gallery_box .photo-deko {
    position: absolute;
    bottom: -70%;
    right: -13%;
  }
  .gallery_box .photo-deko img {
    width: 170px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .gallery_box .photo-deko {
    position: absolute;
    bottom: -43%;
    right: -11%;
  }
  .gallery_box .photo-deko img {
    width: 100px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery li {
  width: 24%;
  margin: 0 calc(1% + (1% / 3)) 25px 0;
}

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

.gallery li a {
  background: rgba(251, 241, 211, 0.2);
  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;";
  border-radius: 20px;
  /*IE対策*/
}

.gallery li p {
  font-size: 14px;
  margin: 8px 0 10px;
  text-align: center;
  font-weight: bold;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 0px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}

.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list3.works-list3 > li {
  margin-bottom: 80px;
}

.list3.works-list3 > li img {
  -webkit-box-shadow: 5px 5px rgba(88, 29, 25, 0.2);
          box-shadow: 5px 5px rgba(88, 29, 25, 0.2);
}

.list3.works-list3 > li .text {
  padding: 8px;
  letter-spacing: 0;
}

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

.list3 li {
  width: 31%;
  position: relative;
  margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
}

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

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

@media all and (max-width: 639px) {
  .list3 li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}

@media all and (max-width: 639px) {
  .list3.type-sp2 li {
    width: 48%;
  }
  .list3.type-sp2 li:nth-child(3n) {
    margin-left: 0;
  }
  .list3.type-sp2 li:nth-child(2n) {
    margin-left: 4%;
  }
}

.list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list4 li {
  width: 24%;
  margin: 0 calc(1% + (1% / 3)) 25px 0;
}

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

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

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

.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-month ul li {
  width: 48%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #06121d;
}

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

.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

.blog-month ul li a:hover {
  color: #e6ca78;
}

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

.scroll_sp {
  overflow: auto;
  margin-bottom: 10px;
}

.scroll_sp::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}

.scroll_sp::-webkit-scrollbar:horizontal {
  height: 5px;
  background: #ccc;
}

.scroll_sp::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 2px;
}

.scroll_sp::-webkit-scrollbar-thumb:horizontal {
  background: #969696;
  border-radius: 2px;
}

/* txtdeko
----------------------------------*/
.price {
  margin: 5px auto 20px;
  text-align: center;
}

.price .txt {
  background-color: #fff;
  color: #a08229;
  text-align: center;
  padding: 4px 10px;
  font-weight: bold;
}

.price .big {
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .price .big {
    font-size: 1.6rem;
  }
}

.txtdeko {
  color: #fff;
  margin: 10px auto 0;
  text-align: center;
  position: relative;
  font-size: 2rem;
}

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

.txtdeko2 {
  margin: 0 auto;
  color: #fff;
  width: 90%;
  padding: 5px 15px;
  line-height: 3rem;
  border: 2px dotted #581d19;
}

.txtdeko3 span {
  background-color: #581d19;
  padding: 4px 20px;
  color: #fff;
}

@media all and (max-width: 896px) {
  .txtdeko3 span {
    font-size: 1.4rem;
    display: inline-block;
  }
}

.txtdeko3.type-green span {
  background-color: #a08229;
  padding: 4px 16px;
  border-radius: 50px;
  color: #fff;
}

.txtdeko4 {
  color: #fff;
  text-align: center;
}

.txtdeko4 span {
  background-color: rgba(88, 29, 25, 0.8);
  padding: 5px 30px;
  line-height: 3rem;
  border-radius: 50px;
  text-align: center;
}

.txtdeko4.type-orange {
  background-color: #c78272;
  width: 90%;
  margin: 0 auto;
}

.txtdeko4.type-blue {
  background-color: #5FA4BB;
  width: 90%;
  margin: 0 auto;
}

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

.txtdeko5 span {
  background-color: #FBF1D3;
  padding: 12px 40px;
  text-align: center;
  margin: 0 auto;
  color: #581d19;
  font-size: 2rem;
  font-weight: bold;
  border-top: 2px solid #a08229;
  border-bottom: 2px solid #a08229;
}

@media all and (max-width: 639px) {
  .txtdeko5 span {
    font-size: 1.5rem;
  }
}

.txtdeko6 {
  margin: 0 auto 20px;
  text-align: center;
  background-color: rgba(110, 76, 56, 0.6);
  padding: 10px 50px;
  border-radius: 50px;
}

.txtdeko6 span {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.txtdeko-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 896px) {
  .txtdeko-list li {
    display: block;
  }
}

.txtdeko-list li i {
  color: #a08229;
  padding-right: 5px;
  padding-top: 7px;
}

@media all and (max-width: 896px) {
  .txtdeko-list li p {
    display: contents;
  }
}

.numarea {
  padding: 40px 40px;
  width: 50%;
  max-width: 860px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.numarea .main {
  font-size: 2rem;
}

.numarea .txt {
  position: relative;
  padding-left: 70px;
  min-height: 57px;
}

.numarea .txt:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}

.numarea .txt.type1:before {
  background: url(../img/greet-icon01.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type2:before {
  background: url(../img/greet-icon02.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type3:before {
  background: url(../img/greet-icon03.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type4:before {
  background: url(../img/greet-icon04.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type5:before {
  background: url(../img/greet-icon05.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type6:before {
  background: url(../img/greet-icon06.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type7:before {
  background: url(../img/greet-icon07.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type8:before {
  background: url(../img/greet-icon08.png) no-repeat;
  background-size: cover;
}

.numarea .txt.type9:before {
  background: url(../img/greet-icon09.png) no-repeat;
  background-size: cover;
}

@media all and (max-width: 1100px) {
  .numarea {
    padding: 40px 0px;
  }
}

@media all and (max-width: 896px) {
  .numarea {
    width: 80%;
  }
}

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

.border-line {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #fff;
}

.border-line.type-green {
  border-bottom: 2px dotted #a08229;
}

.txt-title {
  position: relative;
}

.txt-title .subtxt {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 26px;
  background-color: #a08229;
  padding: 3px 26px;
  border-radius: 50px;
  color: #fff;
  display: inline-table;
}

@media all and (max-width: 639px) {
  .txt-title .subtxt {
    padding: 3px 20px;
    top: 20px;
  }
}

.txtlinkbox {
  margin: 50px auto 0;
  padding: 40px 0 10px;
  background-color: #a08229;
}

.txtlinkbox ul {
  max-width: 1000px;
  margin: 0px auto 0;
}

@media all and (max-width: 639px) {
  .txtlinkbox ul {
    width: 90%;
  }
  .txtlinkbox ul li {
    width: 90%;
    padding: 40px 20px 20px;
  }
  .txtlinkbox ul li img {
    width: 50%;
  }
}

.txtlinkbox li {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
}

.txtlinkbox li .sub {
  position: absolute;
  left: 20px;
  top: -5px;
  background-color: #963b3b;
  color: #fff;
  padding: 20px 10px;
}

.txtlinkbox li a {
  display: block;
  font-weight: bold;
  color: #a08229;
  margin: 0 auto;
  text-align: center;
}

.txtlinkbox li:hover a {
  color: #2d722b;
}

.txtlinkbox p {
  margin-top: 10px;
  text-align: center;
}

.photoarea {
  max-width: 1000px;
  margin: 40px auto 0;
}

.photo-w {
  max-width: 900px;
  margin: 50px auto 0;
}

/* greeting_contents
----------------------------------*/
.greeting_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.greeting_contents .image {
  width: 62%;
}

.greeting_contents .image img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}

@media all and (max-width: 896px) {
  .greeting_contents .image {
    width: 100%;
  }
}

.greeting_contents .detail {
  position: relative;
  margin-left: -150px;
  width: 42%;
  padding: 30px 0;
  font-weight: 600;
}

@media all and (max-width: 1100px) {
  .greeting_contents .detail {
    width: 45%;
  }
}

@media all and (max-width: 896px) {
  .greeting_contents .detail {
    margin: 0 auto;
    margin-top: 5.33333vw;
    width: 84vw;
  }
}

@media all and (max-width: 639px) {
  .greeting_contents .detail {
    width: 95%;
  }
}

.greeting_contents .txt {
  margin-bottom: 40px;
  line-height: 2;
}

.staff-img {
  position: relative;
  text-align: center;
}

.staff-img img {
  margin: 0 auto;
}

.staff-txt {
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  padding: 0 5px;
}

#side-fixed {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 200;
}

#side-fixed a {
  display: block;
  padding: 15px 8px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06121d), to(#a08229));
  background-image: linear-gradient(to bottom, #06121d, #a08229);
  color: #e6ca78;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0 4px rgba(17, 17, 17, 0.1);
          box-shadow: 0 4px rgba(17, 17, 17, 0.1);
  border: 2px solid #fff;
  border-right: 0;
}

#side-fixed a:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#side-fixed a .eng {
  display: block;
  font-size: 1.6rem;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

#side-fixed a .ja {
  font-weight: 600;
  padding: 0 10px 0 5px;
  display: inline-block;
  font-size: 1.7rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#side-fixed a img {
  width: 22px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 8px;
}

@media all and (max-width: 639px) {
  #side-fixed {
    top: auto;
    bottom: 65px;
  }
  #side-fixed a .ja {
    font-size: 1.3rem;
  }
  #side-fixed a img {
    width: 15px;
  }
}

/* time-list
----------------------------------*/
.time-list {
  max-width: 450px;
}

.time-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.time-list li .txtarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 40px 30px 40px;
}

.time-list li .txtarea:before {
  content: "";
  position: absolute;
  left: 118px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d3d3d3;
}

.time-list li .txtarea:last-child:before {
  display: none;
}

.time-list li .txtarea:after {
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #581d19;
  z-index: 1;
  border: 2px solid #581d19;
  border-radius: 50%;
}

.time-list li .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: end;
  min-width: 0;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
  color: #a08229;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}

@media all and (max-width: 1100px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px 00px 30px 40px;
    text-align: left;
  }
  .time-list li .txtarea:before {
    content: "";
    position: absolute;
    left: 88px;
  }
  .time-list li .txtarea:last-child:before {
    display: none;
  }
  .time-list li .txtarea:after {
    content: "";
    position: absolute;
    left: 79px;
  }
  .time-list li .time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}

@media all and (max-width: 639px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px 00px 30px 40px;
    text-align: left;
  }
  .time-list li .txtarea:before {
    content: "";
    position: absolute;
    left: 88px;
  }
  .time-list li .txtarea:last-child:before {
    display: none;
  }
  .time-list li .txtarea:after {
    content: "";
    position: absolute;
    left: 79px;
  }
  .time-list li .time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    font-size: 1.8rem;
  }
}

/* list
----------------------------------*/
.price-dl dt {
  background: #f9eabc;
  padding: 14px 20px;
  color: #572E12;
  border-top: 1px solid #581d19;
  border-bottom: 1px solid #581d19;
}

.price-dl dd {
  padding: 20px;
  margin-bottom: 25px;
}

.pagettl-box {
  text-align: center;
  margin: 50px auto 0px;
  max-width: 1200px;
}

.pagettl-box.b-m30 {
  margin: 50px auto 30px;
}

.pagettl-box.type-txt {
  text-align: left;
}

@media all and (max-width: 639px) {
  .pagettl-box {
    margin: 50px auto 30px;
  }
  .pagettl-box p {
    text-align: left;
  }
}

.pagettl-box .mainttl {
  margin: 0 auto 30px;
}

@media all and (max-width: 639px) {
  .pagettl-box .mainttl {
    padding: 0 40px;
    margin: 0 auto 20px;
  }
}

.page-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-list li {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 639px) {
  .page-list li {
    width: 44%;
    margin-right: 10%;
    margin-bottom: 20px;
  }
  .page-list li:nth-child(2) {
    margin-right: 0;
  }
}

.page-list img {
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
}

.page-list .txt {
  text-align: center;
  font-weight: bold;
}

.point-box {
  position: relative;
  margin: 40px auto 60px;
}

.point-box .txtarea {
  background-color: #fff;
  padding: 60px 40px;
  position: relative;
}

.point-box .txtarea:hover {
  background-color: #d8d7d7;
}

.point-box .txtarea a {
  display: block;
}

.point-box .txtarea .ttl {
  font-weight: bold;
  font-size: 3rem;
  color: #363636;
}

.point-box .txtarea .txt {
  margin-top: 10px;
  color: #363636;
}

.point-box .txtarea .num {
  position: absolute;
  font-size: 7rem;
  top: -60px;
  left: 32px;
  color: #e6ca78;
}

@media all and (max-width: 639px) {
  .point-box .photoarea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .point-box .photoarea img {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .point-box {
    margin: 80px auto 40px;
  }
  .point-box .txtarea {
    padding: 30px 15px 40px;
  }
  .point-box .txtarea .ttl {
    font-size: 1.8rem;
  }
  .point-box .txtarea .num {
    font-size: 3rem;
    top: -34px;
    left: 12px;
  }
}

.point-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content-box {
  position: relative;
}

.bg-contact {
  position: relative;
  background: url(../img/top-content-bg.png) no-repeat;
}

@media all and (max-width: 896px) {
  .bg-contact {
    overflow: hidden;
    margin-top: 0px;
    background: url(../img/top-content-bg.png) no-repeat bottom center;
    padding: 0 10px;
  }
  .bg-contact:before {
    position: absolute;
    content: "";
    background-color: #581d19;
    width: 120%;
    height: 100%;
    opacity: 0.8;
    left: -10px;
  }
}

.contact-box {
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

.area-wrap {
  position: relative;
  padding-bottom: 200px;
}

.area-wrap .area-boximg {
  position: absolute;
  width: 430px;
  right: 5%;
  top: -40px;
}

.area-wrap .area-boximg img {
  width: 100%;
}

.area-wrap .area-boximg2 {
  position: absolute;
  width: 520px;
  left: 5%;
  bottom: -70px;
}

.area-wrap .area-boximg2 img {
  width: 100%;
}

@media all and (max-width: 1367px) {
  .area-wrap .area-boximg {
    position: absolute;
    width: 370px;
    right: 5%;
    top: 0;
  }
  .area-wrap .area-boximg img {
    width: 100%;
  }
  .area-wrap .area-boximg2 {
    position: absolute;
    width: 400px;
    left: 2%;
    bottom: 0;
  }
  .area-wrap .area-boximg2 img {
    width: 100%;
  }
}

@media all and (max-width: 1100px) {
  .area-wrap .area-boximg {
    width: 220px;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 30px 0 auto;
  }
  .area-wrap .area-boximg2 {
    width: 300px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto 0 30px;
  }
}

@media all and (max-width: 639px) {
  .area-wrap {
    padding-bottom: 170px;
  }
  .area-wrap .area-boximg {
    width: 150px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 80px;
    margin: 0 30px 0 auto;
  }
  .area-wrap .area-boximg2 {
    width: 190px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto 0 -20px;
  }
}

.area-box {
  position: relative;
  z-index: 100;
}

.area-box .area-boxtxt {
  text-align: center;
}

@media all and (max-width: 639px) {
  .area-box {
    padding: 0 20px;
  }
}

.service-box {
  position: relative;
  margin: 0 auto;
  background-color: rgba(191, 176, 159, 0.3);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}

.service-box .txtarea {
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.service-box .txtarea:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0%;
  width: 2px;
  height: 100%;
  background: url(../img/header-line.png) repeat-y;
}

@media all and (max-width: 1100px) {
  .service-box .photo img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .service-box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .service-box .photo img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service-list {
  margin-top: 40px;
}

.service-list li {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.service-list li:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.service-list a {
  display: block;
}

.service-list .txt {
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #363636;
  color: #fff;
  padding: 10px 8px 20px;
}

.service-list .icon {
  max-width: 160px;
  margin: 0 auto;
}

.service-list .icon img {
  width: 100%;
}

.info-list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.info-list li .ttl {
  border-top: 2px solid #581d19;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.info-list li .txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.info-list li .txt span {
  color: #a08229;
}

.business-list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.business-list li {
  margin-bottom: 40px;
}

.business-list li:last-child {
  margin-bottom: 0;
}

.business-list li .ttl {
  padding-top: 10px;
  font-weight: bold;
}

.business-list li .ttl span {
  color: #fff;
  background-color: #a08229;
  padding: 5px 20px;
}

.business-list li .ttl span.m-10 {
  margin-right: 10px;
}

.business-list li .txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.business-list li .txt span {
  color: #a08229;
}

.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px 4px 6px;
  border-bottom: 0.9px solid #ddd;
}

.news-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.news-list li .data {
  font-size: 1.6rem;
  color: #fff;
  padding: 4px 6px;
  background-color: #a08229;
  /*background: #111;*/
}

@media all and (max-width: 639px) {
  .news-list li .data {
    font-size: 12px;
  }
}

.news-list li .tag {
  font-size: 1.4rem;
  color: #fff;
  background-color: #a08229;
  border: 0.9px solid #a08229;
  padding: 4px 6px;
  margin-left: 20px;
  width: 120px;
  text-align: center;
  /*background: #111;*/
}

@media all and (max-width: 639px) {
  .news-list li .tag {
    font-size: 12px;
    margin-left: 0px;
  }
}

.news-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 4px 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.news-list li .txt a {
  color: black;
  text-decoration: underline;
}

.news-list li .txt a:hover {
  opacity: 0.5;
}

@media all and (max-width: 896px) {
  .news-list li {
    display: block;
  }
  .news-list li .data {
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px;
    margin-left: 0;
  }
  .news-list li .txt {
    margin: 5px 0 0;
    display: block;
    font-size: 1.2rem;
  }
}

.single.type1 {
  padding-bottom: 50px;
}

.single.type1-1 {
  padding-bottom: 0px;
}

.single.type0 {
  padding-top: 0;
  padding-bottom: 0px;
}

.single.type2 {
  padding: 20px 0 40px;
}

.single.type4 {
  padding-top: 0;
  padding-bottom: 0px;
}

@media all and (max-width: 639px) {
  .single.type4 {
    margin-top: 100px;
  }
}

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

@media all and (max-width: 639px) {
  .flex {
    display: block;
  }
}

.flex.w-100 {
  width: 100%;
}

.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.a-first {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-36 {
    width: 35%;
    margin: 0 auto;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-56 {
    width: 90%;
    margin: 20px auto 0;
    margin-left: auto;
  }
}

.flex.flex-tablet .flex-50 {
  width: 50%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%;
  }
}

.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-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: 96%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.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-m6 {
  margin-left: 6%;
}

@media all and (max-width: 896px) {
  .flex .flex-56.l-m6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 639px) {
  .flex .flex-56.l-m6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-58 {
  width: 58%;
}

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

.flex .flex-58.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-58.l-m2 {
    width: 96%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-58.l-m4 {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .flex .flex-58.l-m4 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-60 {
  width: 60%;
}

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

.flex .flex-68 {
  width: 68%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    width: 100%;
  }
}

.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-80 {
  width: 80%;
  margin-left: 3%;
}

@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%;
  }
}

.slide_list li {
  margin-right: 2%;
  position: relative;
  height: 300px;
  margin-top: 50px;
}

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

@media all and (max-width: 639px) {
  .slide_list li {
    width: 200px;
    height: 145px;
  }
}

.bg-base {
  background-color: #581d19;
}

/* common
----------------------------------*/
.commonbox {
  margin: 50px auto;
  position: relative;
}

.commonbox .inner {
  max-width: 1500px;
  margin: 0 auto;
}

.commonbox.bg-inner {
  padding: 50px 20px;
}

.commonbox.bg-inner .inner {
  padding: 40px;
  background-color: #fff;
  position: relative;
}

@media all and (max-width: 639px) {
  .commonbox.bg-inner {
    padding: 40px 10px;
  }
  .commonbox.bg-inner .inner {
    padding: 15px;
  }
}

.commonbox.frame {
  position: relative;
}

.commonbox.frame:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 200px;
  background: url(../img/frame01.png) no-repeat;
  background-size: cover;
  left: 0;
  top: -100px;
  z-index: 1;
}

.commonbox.frame:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 200px;
  background: url(../img/frame01.png) no-repeat;
  background-size: cover;
  right: 0;
  top: -100px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.commonbox.frame.pagearea-top:before {
  top: -70px;
}

.commonbox.frame.pagearea-top:after {
  top: -70px;
}

@media all and (max-width: 1480px) {
  .commonbox.frame:before {
    width: 320px;
    height: 130px;
  }
  .commonbox.frame:after {
    width: 320px;
    height: 130px;
  }
}

@media all and (max-width: 639px) {
  .commonbox.frame:before {
    width: 200px;
    height: 80px;
    top: -90px;
  }
  .commonbox.frame:after {
    width: 200px;
    height: 80px;
    top: -90px;
  }
}

/* top コンテンツ
----------------------------------*/
.top-topicbox {
  margin: 0 auto 0px;
  position: relative;
  z-index: 1;
  background-color: #581d19;
}

.top-topicbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-01.png) repeat;
  background-size: 859px 611px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.top-topicbox .inner {
  padding: 60px 40px 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

.top-topicbox .topic-main:before {
  position: absolute;
  content: "";
  width: 70%;
  max-width: 744px;
  height: 560px;
  background: url(../img/toics-bg-main.jpg) repeat-x;
  background-size: 342px 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
  z-index: -1;
}

.top-topicbox .topic-leftside:before {
  position: absolute;
  content: "";
  width: 229px;
  height: 560px;
  background: url(../img/toics-bg-side.jpg) no-repeat;
  background-size: 229px 100%;
  left: 0;
  top: 50px;
  z-index: -1;
}

.top-topicbox .topic-rightside:before {
  position: absolute;
  content: "";
  width: 229px;
  height: 560px;
  background: url(../img/toics-bg-side.jpg) no-repeat;
  background-size: 229px 100%;
  right: 0;
  top: 50px;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.top-topicbox .mtitle {
  -webkit-filter: drop-shadow(0 0 10px rgba(87, 46, 18, 0.4));
          filter: drop-shadow(0 0 10px rgba(87, 46, 18, 0.4));
}

.top-topicbox .blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-topicbox .blog-wrap > li {
  width: 30%;
  padding: 0;
  margin: 0 1%;
  background-color: transparent;
  color: #fff;
}

.top-topicbox .blog-wrap > li .data {
  padding-right: 20px;
}

.top-topicbox .blog-wrap > li:hover .data {
  opacity: 0.8;
}

.top-topicbox .blog-wrap > li:hover .txt {
  opacity: 0.6;
}

.top-topicbox .blog-img {
  width: 100%;
}

.top-topicbox .blog-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0;
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-topicbox .blog-detail .blog-date {
  width: 100%;
  position: absolute;
  top: 8px;
  left: -4px;
  font-size: 1.4rem;
  max-width: 120px;
}

.top-topicbox .blog-detail .blog-txt {
  width: 100%;
  padding: 10px 15px;
  color: #333;
  background-color: #fff;
}

.top-topicbox .btn01 {
  text-align: center;
  position: relative;
  margin: 30px auto 60px;
}

.top-topicbox .btn01 a {
  width: 280px;
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 1367px) {
  .top-topicbox {
    margin-bottom: 0;
  }
  .top-topicbox .blog-wrap > li {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .top-topicbox .inner {
    width: calc(100% - 10%);
  }
}

@media all and (max-width: 1100px) {
  .top-topicbox .btn span {
    top: 0;
  }
}

@media all and (max-width: 639px) {
  .top-topicbox .topic-main:before {
    width: 64%;
    height: 490px;
    background-size: 212px 100%;
  }
  .top-topicbox .topic-leftside:before {
    background-size: 134px 100%;
    height: 490px;
  }
  .top-topicbox .topic-rightside:before {
    background-size: 134px 100%;
    height: 490px;
  }
  .top-topicbox .mtitle {
    padding: 0 20px;
  }
  .top-topicbox .inner {
    padding: 90px 40px 100px;
  }
  .top-topicbox .blog-wrap > li {
    width: 100%;
  }
  .top-topicbox .blogbox {
    width: 80%;
  }
  .top-topicbox .blog-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0;
    background-color: #fff;
  }
  .top-topicbox .blog-detail .blog-date {
    font-size: 1.2rem;
  }
  .top-topicbox .blog-detail .blog-txt {
    width: 100%;
    padding: 0 15px;
  }
  .top-topicbox .btn01 {
    margin: 0 auto;
  }
  .top-topicbox .btn01 a {
    font-size: 12px;
    width: 100%;
    max-width: 220px;
  }
}

.top-info-box {
  padding: 50px 20px;
  margin: 0px auto;
  background-color: #581d19;
  position: relative;
}

.top-info-box .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.top-info-box .inner:before {
  position: absolute;
  content: "";
  width: 190px;
  height: 222px;
  background: url(../img/record.png) no-repeat;
  background-size: cover;
  left: -18%;
  bottom: -40px;
  z-index: 2;
}

.top-info-box li {
  border-top: 2px solid #06121d;
  background-color: #FBF1D3;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}

.top-info-box li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-02.png) repeat;
  background-size: 990px 650px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.top-info-box .title {
  margin: 20px auto 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.top-info-box .title span {
  background-color: #581d19;
  padding: 4px 10px;
  color: #fff;
}

.top-info-box .photo {
  padding: 0 40px;
  width: 90%;
  margin: -28% auto 0;
}

@media all and (max-width: 1367px) {
  .top-info-box .photo {
    padding: 0 0;
    width: 60%;
    margin: -8% auto 0;
  }
  .top-info-box .btn01 a {
    width: 90%;
    max-width: 300px;
  }
}

@media all and (max-width: 639px) {
  .top-info-box .inner:before {
    width: 79px;
    height: 88px;
    background: url(../img/record.png) no-repeat;
    background-size: cover;
    left: -5%;
    bottom: -50px;
    z-index: 2;
  }
  .top-info-box li {
    margin-top: 50px;
  }
  .top-info-box .photo {
    padding: 0 0;
    width: 50%;
    margin: -8% auto 0;
  }
  .top-info-box .btn01 a {
    width: 80%;
  }
}

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

.top-concept-box .concept-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 68px;
  background: url(../img/line-deko.png) repeat-x;
  background-size: 420px 68px;
  top: 0;
  left: 0;
}

.top-concept-box .concept-line:after {
  position: absolute;
  content: "";
  width: 204px;
  height: 222px;
  background: url(../img/line-deko-flower.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

@media all and (max-width: 639px) {
  .top-concept-box .concept-line:after {
    width: 134px;
    height: 142px;
  }
}

.top-concept-box .concept-line.bottom:before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: auto;
  bottom: 0;
}

.top-concept-box .concept-line.bottom:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.top-concept-box .deko1 {
  position: absolute;
  width: 90px;
  bottom: -40px;
  right: 200px;
}

.top-concept-box .deko1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-concept-box .deko2 {
  position: absolute;
  position: absolute;
  bottom: -40px;
  right: 50px;
  width: 160px;
}

.top-concept-box .deko2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-concept-box .title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.top-concept-box .title n
.min {
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.top-concept-box .inner {
  position: relative;
  padding: 120px 20px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.top-concept-box .inner:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 100%;
  top: 0;
  left: 10%;
  background-color: #581d19;
  z-index: -1;
}

.top-concept-box .txtarea {
  padding-right: 100px;
}

@media all and (max-width: 1367px) {
  .top-concept-box {
    margin-top: 0;
  }
  .top-concept-box .inner {
    width: 78%;
    padding: 120px 0;
  }
  .top-concept-box .inner:before {
    width: 4%;
    left: 13%;
  }
  .top-concept-box .maintitle {
    text-align: center;
    margin: 0 auto;
  }
}

@media all and (max-width: 896px) {
  .top-concept-box .inner {
    padding: 160px 30px;
    margin: 0 auto;
    width: 100%;
  }
  .top-concept-box .inner:before {
    left: 15%;
  }
  .top-concept-box .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .top-concept-box .title .min {
    font-size: 1.5rem;
  }
  .top-concept-box .maintitle {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 149px;
  }
  .top-concept-box .maintitle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-concept-box .deko1 {
    width: 50px;
    bottom: 10px;
    right: 110px;
  }
  .top-concept-box .deko2 {
    bottom: 40px;
    right: 20px;
    width: 100px;
  }
}

@media all and (max-width: 639px) {
  .top-concept-box .title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .top-concept-box .title .min {
    font-size: 1.2rem;
  }
  .top-concept-box .inner {
    padding: 140px 20px;
  }
  .top-concept-box .inner:before {
    left: 16%;
  }
  .top-concept-box .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-concept-box .maintitle {
    width: 27%;
    height: 100%;
    max-width: 200px;
    margin: 0px auto 0;
  }
  .top-concept-box .txtarea {
    width: 72%;
    padding-right: 0;
    padding: 0 20px 0 10px;
    font-size: 12px;
  }
  .top-concept-box .deko1 {
    width: 40px;
    bottom: -10px;
    right: 100px;
  }
  .top-concept-box .deko2 {
    bottom: -30px;
    right: 20px;
    width: 80px;
  }
}

/* page コンテンツ
----------------------------------*/
.page-area {
  position: relative;
  margin: 100px auto 0px;
}

.page-area .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 20px;
}

.page-area .inner.m50 {
  margin: 50px auto;
  padding: 0px 20px;
}

.page-area.m100 {
  margin-bottom: 100px;
}

@media all and (max-width: 639px) {
  .page-area {
    margin: 50px auto 0;
  }
  .page-area.m100 {
    margin-bottom: 50px;
  }
  .page-area .inner {
    padding: 50px 30px;
  }
  .page-area .inner.m50 {
    margin: 50px auto;
    padding: 0px 40px;
  }
  .page-area .mtitle {
    max-width: 60%;
  }
  .page-area .mtitle.type2 {
    max-width: 40%;
  }
  .page-area .subtitle {
    padding: 0 40px;
  }
}

.menu-list .bg-base {
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.menu-list .menu-listbox {
  max-width: 500px;
  margin: 0 auto;
}

.menu-list .titlearea {
  padding: 90px 0 60px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}

.menu-list .titlearea:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/menu-list01.jpg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.menu-list .titlearea.type2:before {
  background: url(../img/menu-list02.jpg) no-repeat;
  background-size: cover;
}

.menu-list .titlearea.type3:before {
  background: url(../img/menu-list03.jpg) no-repeat;
  background-size: cover;
}

.menu-list .titlearea.type4:before {
  background: url(../img/menu-list04.jpg) no-repeat;
  background-size: cover;
}

.menu-list .titlearea.type5:before {
  background: url(../img/menu-list05.jpg) no-repeat;
  background-size: cover;
}

.menu-list .titlearea.type6:before {
  background: url(../img/menu-list06.jpg) no-repeat;
  background-size: cover;
}

.menu-list .menutitle {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.menu-list .menudetail {
  padding: 0px 40px;
}

.menu-list .menudetail p {
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.menu-list .menudetail p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/txtdeko.png) no-repeat;
  background-size: cover;
  top: 20%;
  left: 0;
}

@media all and (max-width: 639px) {
  .menu-list {
    padding: 0 50px;
  }
  .menu-list .menudetail {
    padding: 0 15px;
  }
  .menu-list .titlearea {
    padding: 50px 0 40px;
  }
  .menu-list .bg-base {
    padding: 20px 15px 30px;
  }
}

/* 共通BOX
----------------------------------*/
.column-box {
  max-width: 1200px;
  margin: 40px auto;
}

.column-box .inner {
  margin-top: 80px;
  padding: 40px;
  position: relative;
  background: url(../img/bg-01.jpg) repeat;
}

.column-box .inner.type-base {
  border-top: 2px dotted #a08229;
  border-bottom: 2px dotted #a08229;
}

.column-box .inner.type-orange2 {
  border-top: 2px dotted #ffaa00;
  border-bottom: 2px dotted #ffaa00;
}

.column-box .inner.type-yellow {
  border-top: 2px dotted #c3c615;
  border-bottom: 2px dotted #c3c615;
}

.column-box .inner.type-green {
  border-top: 2px dotted #2d722b;
  border-bottom: 2px dotted #2d722b;
}

.column-box .inner.type-green2 {
  border-top: 2px dotted #56bc31;
  border-bottom: 2px dotted #56bc31;
}

.column-box .inner.type-lightblue {
  border-top: 2px dotted #22a776;
  border-bottom: 2px dotted #22a776;
}

@media all and (max-width: 896px) {
  .column-box {
    padding: 0 20px;
  }
  .column-box .subtitle {
    margin: -64px auto 20px;
  }
  .column-box .inner {
    margin-top: 80px;
    padding: 30px 20px 20px;
  }
}

.whitebox {
  padding: 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.6);
}

.whitebox .f-tel {
  color: #a08229;
  border-bottom: 1px solid #a08229;
}

.whitebox .f-tel:hover {
  opacity: 0.6;
}

.whitebox.p0 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.whitebox.white {
  color: #fff;
}

.whitebox.p-20 {
  padding: 40px 20px;
}

.border-box {
  padding: 40px 30px;
  border: 1px solid #363636;
}

/* Q and A
----------------------------------*/
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #bfb09f;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl:after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px;
  font-weight: bold;
  background: #fffdf9;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px;
  background-color: #fff;
}

.qa-list dl dd p {
  margin: 30px 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: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 26px 16px 40px;
    font-size: 14px;
  }
  .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: 14px;
  }
  .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
----------------------------------*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab li {
  width: 18%;
  margin-left: 2%;
  background-color: #363636;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #363636;
}

.tab li a {
  color: #fff;
}

.tab li:hover {
  background-color: #fff;
}

.tab li:hover a {
  color: #363636;
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

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

.sponly {
  display: none;
}

@media all and (max-width: 639px) {
  .sponly {
    display: block;
  }
}
