@charset "UTF-8";
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home-slide {
  font-family: "A1 Mincho", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#home-slide .home-slide-content {
  position: relative;
  width: 100vw;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-slide .home-slide-content img {
  width: 100%;
  height: auto;
}
#home-slide .home-slide-content .home-slide-ttl {
  position: absolute;
  z-index: 1000;
  font-size: 65px;
  color: #fff;
  margin: 0;
}
#home-slide .slick-active .home-slide-ttl {
  -webkit-animation: show 2s linear 0s;
  animation: show 2s linear 0s;
}
#home-slide .home-slide-item01 .home-slide-content {
  background-image: url(../images/home/slide01.jpg);
}
#home-slide .home-slide-item01 .home-slide-ttl {
  left: 300px;
  top: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "halt";
  color: #AF644B;
}
#home-slide .home-slide-item02 .home-slide-content {
  background-image: url(../images/home/slide02.jpg);
}
#home-slide .home-slide-item02 .home-slide-ttl {
  left: auto;
  top: 50px;
  right: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "halt";
}
#home-slide .home-slide-item03 .home-slide-content {
  background-image: url(../images/home/slide03.jpg);
  background-position: center bottom;
}
#home-slide .home-slide-item03 .home-slide-ttl {
  left: 300px;
  top: auto;
  bottom: 50px;
  width: calc(100% - 300px);
  text-align: center;
}
#home-slide .home-slide-item04 .home-slide-content {
  background-image: url(../images/home/slide04.jpg);
}
#home-slide .home-slide-item04 .home-slide-ttl {
  left: 300px;
  top: auto;
  bottom: 50px;
  color: #AF644B;
}
#home-slide .home-slide-item05 .home-slide-content {
  background-image: url(../images/home/slide05.jpg);
}
#home-slide .home-slide-item05 .home-slide-ttl {
  left: auto;
  top: 50px;
  right: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "halt";
}
@media screen and (max-width: 1024px) {
  #home-slide .home-slide-content {
    height: 50vh;
  }
  #home-slide .home-slide-content .home-slide-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 899px) {
  #home-slide .home-slide-content .home-slide-ttl {
    font-size: 2rem;
  }
  #home-slide .home-slide-item01 .home-slide-ttl {
    left: 235px;
    top: 25px;
  }
  #home-slide .home-slide-item02 .home-slide-ttl {
    right: 25px;
    top: 25px;
  }
  #home-slide .home-slide-item03 .home-slide-ttl {
    left: 235px;
    bottom: 25px;
    width: calc(100% - 220px);
  }
  #home-slide .home-slide-item04 .home-slide-ttl {
    left: 235px;
    bottom: 25px;
  }
  #home-slide .home-slide-item05 .home-slide-ttl {
    right: 25px;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #home-slide .home-slide-content {
    height: 46vh;
  }
  #home-slide .home-slide-content img {
    display: none;
  }
  #home-slide .home-slide-content .home-slide-ttl {
    font-size: 2.5rem;
    margin: 0 auto;
  }
  #home-slide .home-slide-item01 .home-slide-ttl {
    left: 15px;
    top: 15px;
  }
  #home-slide .home-slide-item02 .home-slide-content {
    background-position: 80% center;
  }
  #home-slide .home-slide-item02 .home-slide-ttl {
    top: 15px;
    right: 15px;
  }
  #home-slide .home-slide-item03 .home-slide-content {
    background-position: 80% center;
  }
  #home-slide .home-slide-item03 .home-slide-ttl {
    left: 2%;
    width: 96%;
  }
  #home-slide .home-slide-item04 .home-slide-ttl {
    left: 15px;
  }
  #home-slide .home-slide-item05 .home-slide-ttl {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 460px) {
  #home-slide .home-slide-content {
    height: 360px;
  }
  #home-slide .home-slide-content .home-slide-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  #home-slide .home-slide-content {
    height: 320px;
  }
}

#home-slide {
  width: calc(100% - 265px);
  margin-left: auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #home-slide {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #home-slide {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  #home-slide {
    display: none;
  }
}
#home-slide .home-slide-item .home-slide-content {
  width: 100%;
}
#home-slide .home-slide-item .home-slide-content .small {
  display: none;
}
@media screen and (min-width: 768px) {
  #home-slide .home-slide-content {
    height: auto;
  }
  #home-slide .home-slide-item .home-slide-content {
    width: 100%;
  }
  #home-slide .home-slide-item .home-slide-content .home-slide-ttl {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .ontext {
    display: block;
  }
  #home-slide .home-slide-item .home-slide-content .notext {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .small {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  #home-slide .home-slide-item .home-slide-content .home-slide-ttl {
    display: block;
    font-size: 80px;
  }
  #home-slide .home-slide-item .home-slide-content .ontext {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .notext {
    display: block;
  }
  #home-slide .home-slide-item01 .home-slide-ttl {
    left: 50px;
  }
  #home-slide .home-slide-item02 .home-slide-ttl {
    left: 50px;
    right: auto;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
  #home-slide .home-slide-item03 .home-slide-ttl {
    left: 0;
    top: auto;
    bottom: 50px;
    width: 100%;
    text-align: center;
  }
  #home-slide .home-slide-item04 .home-slide-ttl {
    left: 50px;
  }
}
@media screen and (min-width: 992px) and (max-height: 750px) {
  #home-slide .home-slide-item .home-slide-content .home-slide-ttl {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .ontext {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .notext {
    display: none;
  }
  #home-slide .home-slide-item .home-slide-content .small {
    display: block;
  }
}

@media screen and (min-width: 461px) {
  #home-slide-sp {
    display: none;
  }
}

.home #page-wrapper .entry-header {
  display: none;
}
.home #page-wrapper .entry-content h2 {
  font-size: 40px;
  margin: 50px 0;
}
@media screen and (max-width: 899px) {
  .home #page-wrapper .entry-content h2 {
    font-size: 32px;
  }
}
.home #page-wrapper .entry-content p {
  line-height: 1.8;
  margin: 0 0 50px 0;
}
.home #page-wrapper .entry-content p.margin-bottom-narrow {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .home #page-wrapper .entry-content h2 {
    font-size: 1.8rem;
  }
}
.home #page-wrapper .home-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home #page-wrapper .home-btn {
    margin-left: -15px;
  }
}
.home #page-wrapper .home-btn .home-btn-item {
  margin: 0 auto 2rem auto;
}
@media screen and (max-width: 767px) {
  .home #page-wrapper .home-btn .home-btn-item {
    padding: 0;
  }
}
.home #page-wrapper .home-btn .home-btn-title {
  font-family: "A1 Mincho", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background-color: #AF644B;
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.6rem;
}
.home #page-wrapper .home-btn .home-btn-image {
  overflow: hidden;
}
.home #page-wrapper .home-btn .home-btn-image img {
  width: 100%;
}
.home #page-wrapper .home-btn .home-btn-image:hover img {
  transform: scale(1.1);
  transition: 1s;
}
.home #page-wrapper .home-btn a {
  color: #fff;
  display: block;
}
.home #page-wrapper .home-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.home #page-wrapper .home-btn a:hover .home-btn-title {
  background-color: #794534;
  transition: 0.5s;
}
.home #page-wrapper .home-instagram .home-instagram-ttl {
  margin-bottom: 25px;
}
.home #page-wrapper .home-instagram .home-instagram-content {
  display: flex;
  justify-content: flex-start;
}
.home #page-wrapper .home-instagram .home-instagram-content .home-instagram-box {
  width: 50%;
}
.home #page-wrapper .home-instagram .home-instagram-content .home-instagram-box .home-instagram-txt {
  margin: 0 auto 1rem auto;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Jun 501", "FP-KoburinaGoStdN-W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
}
.home #page-wrapper .home-instagram .home-instagram-content .home-instagram-box .home-instagram-txt strong {
  color: #AF644B;
  font-size: 1.2rem;
  background: no-repeat;
  text-indent: -0.3rem;
  display: block;
}
.home #page-wrapper .home-instagram .home-instagram-content .home-instagram-box .sbi {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home #page-wrapper .home-instagram .home-instagram-content {
    padding-right: 15px;
  }
  .home #page-wrapper .home-instagram .home-instagram-content .home-instagram-left .home-instagram-photo {
    margin-left: -10px;
    padding: 0 10px;
  }
  .home #page-wrapper .home-instagram .home-instagram-content .home-instagram-right .home-instagram-txt {
    margin-left: 13px;
  }
  .home #page-wrapper .home-instagram .home-instagram-content .home-instagram-right .home-instagram-photo {
    margin-right: -10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .home #page-wrapper .home-instagram .home-instagram-content {
    display: block;
  }
  .home #page-wrapper .home-instagram .home-instagram-content .home-instagram-box {
    width: 100%;
  }
  .home #page-wrapper .home-instagram .home-instagram-content .home-instagram-photo {
    margin-bottom: 15px;
  }
}
.home #page-wrapper .home-insta-title {
  margin: 0 auto 1rem auto;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Jun 501", "FP-KoburinaGoStdN-W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
}
.home #page-wrapper .home-insta-title strong {
  color: #AF644B;
  font-size: 1.2rem;
  background: no-repeat;
  text-indent: -0.3rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .home #page-wrapper .instagram-left .sbi {
    margin-left: -10px;
  }
  .home #page-wrapper .instagram-right .home-insta-title {
    margin-left: 20px;
  }
  .home #page-wrapper .instagram-right .sbi {
    margin-right: -10px;
  }
}

/*# sourceMappingURL=home.css.map */
