/* front-page */
.kv {
  opacity:0;
  position: relative;
  transition: opacity .7s;
  transition-delay: .1s;
}
.kv.is-loaded {
  opacity:1;
}
  .kv__slider--thumbWrapper {
  opacity: 0;
  height:0 ;
  pointer-events: none; 
}
.kv__nav {
  margin-top: 2.5rem;
}
.kv__nav > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.kv__nav a {
  transition: 0.3s;
}
.kv__nav a:hover {
  opacity: 0.7;
}
.kv__navItem {
  width: calc(50% - 5px);
  position: relative;
  margin-bottom: 1rem;
}
.kv__navItem:nth-child(odd) {
  margin-right: 1rem;
}
.kv__navTtl {
  position: absolute;
  bottom: 0.8rem;
  left: 1.2rem;
  z-index: 2;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.kv__navOption {
  position: absolute;
  bottom: 3.2rem;
  left: 1.2rem;
  z-index: 2;
  display: block;
  line-height: 1;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
}
.kv__navOption--orange {
  color: #C67A00;
}
.kv__navOption--green {
  bottom: 5.2rem;
  color: #55603A;
}
.kv__navOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.2) 0%, rgba(95, 95, 95, 0) 70%, black 100%);
}
.kv__navOverlay--lg {
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.2) 0%, rgba(95, 95, 95, 0) 30%, black 100%);
}
.kv-slide {
    background-color: #fff;
}
.swiper-pagination.kvSlider__pagination {
  z-index:1 !important;
  }

@media (min-width: 768px) {
  .kv {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
  }
  .kv__slider {
    margin-top: 1rem;
    width: 44vw;
    position: relative;
  }
   .kv__slider--thumbWrapper {
    opacity: 1;
    pointer-events: inherit;
    width: 40%;
    height: auto;
    display: flex;
    padding: 0.8rem;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10;
  }
  .kv__slider--thumbWrapper .swiper-slide {
  	cursor: pointer;
  }
   .slide-thumb .swiper-slide:first-of-type {
    order: 1;
  }
  .kv__slider img {
    width: 100%;
  }
  .kv__nav {
    margin-top: 0;
    width: calc(100% - 44vw);
  }
  .kv__navItem img {
    width: 100%;
    height: calc(22vw - 5px);
    object-fit: cover;
  }
  .kv__navTtl {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .kv__navOption {
    bottom: 5rem;
    font-size: 1.4rem;
  }
  .kv__navOption--green {
    bottom: 8.2rem;
  }
}
@media (min-width: 1025px) {
  .kv__navTtl {
    font-size: 2.4rem;
  }
  .kv__slider {
    width: calc(100vh - 200px);
    margin-top: 1rem;
  }
  .kv__slider img {
    width: 100%;
  }
  .kv__slider a {
    width: 100%;
    height: 100%;
  }
  .kv__slider img {
     transition: 0.3s;
  }
  .kv__slider img:hover {
    opacity: 0.7;
  }
  .kv__nav {
    width: calc(100vw - (100vh - 200px));
  }
  .kv__navItem img {
    height: calc((100vh - 200px) / 2 - 5px);
    object-fit: cover;
  }
    .c-card__price .tax {
    font-size:13px;
	}
}
.top-bnr {
  margin: 3rem 0;
  padding: 0 1rem;
}
.top-bnr > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.top-bnr > ul li {
  width: calc(50% - 1rem);
  margin: 0 0.5rem 1rem;
}
.top-bnr a {
  transition: 0.3s;
}
.top-bnr a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .top-bnr {
    max-width: 1100px;
    margin-top: 6rem;
    padding: 0 5rem;
  }
  .top-bnr > ul {
    margin: 0 -0.75rem;
  }
  .top-bnr > ul li {
    width: calc(50% - 1.5rem);
    margin: 0 0.75rem　1.5rem;
  }
  .c-btn--more.pc-only {
  display: inline-block;
  }
}
@media (min-width: 1025px) {
  .top-bnr {
    max-width: 1100px;
    margin: 8rem auto 0;
    padding: 0;
  }
  .top-bnr > ul {
    padding: 0 2rem;
  }
  .top-bnr > ul li {
    width: calc(33.333% - 1.5rem);
  }
}
@media (min-width: 1160px) {
  .top-bnr ul {
    padding: 0;
  }
}
.top-news {
  padding: 3.5rem 0;
  background-color: #fff;
}
.top-news__heading {
margin-bottom: 3rem;
}
.top-blog__heading {
  width:200px;
  margin:0 auto 3rem;
}
.top-news__item {
  border-top: 1px solid #EDDBC2;
}
.top-news__item:last-child {
  border-bottom: 1px solid #EDDBC2;
}
.top-news__item > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
  transition: 0.3s;
}
.top-news__item > a:hover {
  color: #C67A00;
}
.top-news__item .date {
  color: #C67A00;
  margin-right: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .ttl {
  max-width: 20rem;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
.top-news__item .arrowWrapper {
  position: absolute;
  right: 0;
}
.top-news__item .arrow-r {
  margin-left: 5px;
}
.top-news__btn {
  margin: 3rem auto 0;
  text-align: center;
}
.top-news__btn--pc {
  display: none;
}

@media (min-width: 768px) {
  .top-news {
    padding: 6rem 0;
    margin-top: 5rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 20px 40px 40px rgba(156, 148, 122, 0.1);
  }
  .top-news .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .top-news__heading {
  	margin: 0 0 3rem 0;
  }
  .top-news__headingWrapper {
    width: 30%;
  }
  .top-news__list {
    width: 70%;
  }
  .top-news__item .ttl {
    max-width: 100%;
    padding-right: 1rem;
  }
  .top-news__btn--pc {
    display: inline-block;
    margin-top: 0;
  }
  .top-news__btn--sp {
    display: none;
  }
}
@media (min-width: 1025px) {
  .top-news {
    margin: 5rem 0 0 auto;
    padding: 8rem 0;
    max-width: calc(1100px + (100vw - 1100px) / 2);
  }
}
@media (min-width: 1100px) {
  .inner {
    max-width: 1180px;
    padding: 0 4rem;
  }
  .top-news .inner {
    max-width: 1080px;
    margin: 0 0 0 70px;
  }
}
@media (min-width: 1160px) {
  .inner {
    max-width: 1100px;
    padding: 0;
  }
}
.p-pList__card {
	transition: 0.3s;
}
.p-pList__card:hover .c-card__img {
	opacity: 0.7;
}

.p-pList__card:hover .c-card__name {
	color: #C67A00;
}
.rmd {
  margin-top: 8rem;
}
.rmd__heading {
  margin-bottom: 3.2rem;
}
.rmd__box {
  margin-bottom: 8rem;
}
.rmd__list {
  margin-right: calc(50% - 50vw) !important;
}
.rmd__moreBtn {
  margin-top: 1rem;
}
.rmd__card:hover .c-card__img {
  opacity: 0.7;
}
.c-card__img img {
	width: 100%
}
.c-card__price .tax {
  margin-left:3px;
 font-size:12px;
}
.rmd__card:hover .c-card__name {
  color: #C67A00;
}

@media (min-width: 768px) {
  .rmd {
    margin-top: 10rem;
  }
  .rmd__heading {
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .rmd__heading .w-100 {
    width: 100%;
  }
  .rmd__heading h2 {
    margin-top: 0.5rem;
  }
  .rmd__box {
    margin-bottom: 10rem;
  }
}
.bg-brown {
  margin-bottom: 8rem;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 242, 239, 0) 10%, rgba(181, 157, 135, 0.2) 100%);
}

.top-store {
  padding: 5rem 0;
}
.top-store__subHeading {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
  background-color: #FAFAF2;
  border-radius: 5px;
  line-height: 1;
}
.top-store__aboutHeading {
  text-align: center;
  position: relative;
}
.top-store__aboutHeading .scrolldown {
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 30px;
}
.top-store__aboutHeading .scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #9C947A;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.top-store__content {
  margin-top: 5rem;
}
.top-store__info a {
  display: flex;
  text-decoration: underline;
  transition: 0.3s;
}
.top-store__info a svg {
  margin-top: 3px;
}
.top-store__info a:hover {
  color: #C67A00;
}
.top-store__info tr {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(179, 177, 170, 0.5);
}
.top-store__info tr:first-child {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(179, 177, 170, 0.5);
}
.top-store__info th {
  width: 75px;
  vertical-align: top;
  text-align: left;
}

.top-store__info .opentime li {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 2px;
}

.top-store__info .note {
  margin-top: 1rem;
}
.top-store__info .note__sm {
  font-size: 1.2rem;
  line-height: 1.5;
}
.top-store__img {
  margin-bottom: 2.5rem;
}
.top-store__img img {
	width:100%
}
.top-store__infoTtl {
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}

@media (max-width: 320px) {
  .kv__navOption {
    left: 0.5rem;
  }

  .kv__navTtl {
    left: 0.5rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .top-store__subHeading {
    font-size: 2rem;
  }
  .top-store__info th {
    width: 12rem;
  }
  .top-store__content {
    margin-top: 6rem;
  }
  .top-store .opentime {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    /* max-width: 27rem; */
  }
  .top-store__info .opentime li {
    display: contents;
  }
}

@media (max-width: 767px) {
  .top-store__info .opentime li {
    display: flex;
    flex-direction: column;
		margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
  }
}

@media (min-width: 980px) {
  .header__announce {
    margin-bottom: -4rem;
    padding-left: 40rem;
  }
  .top-store__content {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
  }
  .top-store__img {
    width: calc(50% - 2rem);
  }
  .top-store__info {
    width: calc(50% - 2rem);
  }
  .top-store__info th {
    width: 78px;
  }
}
.top-blog__item > a {
  display: flex;
  transition: 0.3s;
}
.top-blog__item > a:hover {
  color: #C67A00;
}
.top-blog__item > a:hover .top-blog__img {
  opacity: 0.7;
}
.top-blog__img {
  width: 12rem;
  margin-right: 1.2rem;
  transition: 0.3s;
}
.top-blog__item {
  margin-bottom: 2rem;
}
.top-blog__item .ttl {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.top-blog__item .tag {
  margin-right: 8px;
  padding: 4px 6px 4px 10px;
  border-radius: 10px;
  background: #F4F3F0;
  font-size: 1.2rem;
}
.top-blog__item .date {
  font-size: 1.2rem;
  color: #C67A00;
}
.top-blog__content {
  width: calc(100% - 130px);
}

@media (min-width: 768px) {
  .top-blog {
    margin-top: 0;
  }
  .top-blog__heading {
    margin: 0 0 3rem 0;
  }
  .top-blog__headingWrapper {
    width: 30%;
  }
  .top-blog__list {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 980px) {
  .top-blog__headingWrapper {
    width: 25%;
  }
  .top-blog__list {
    width: 75%;
  }
  .top-blog__item {
    width: calc(50% - 12.5px);
  }
  .top-blog__img {
    max-width: 15rem;
  }
}
_::-webkit-full-page-media, _:future, :root .top-news__item .ttl {
  font-weight: 500;
}

_::-webkit-full-page-media, _:future, :root .top-blog__item .ttl {
  font-weight: 500;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .top-news__item .ttl {
    font-weight: 500;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .top-blog__item .ttl {
    font-weight: 500;
  }
}

.note-pre {
	border: 1px solid #000000;
  background-color: #FFFFFF;
  margin: 5px;
  padding: 8px;
  width: 400px;
  margin: 100px auto;
}

/*loading*/
/* ローディング時のフェードイン */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kv__slider--thumbWrapper {display:none}
