@charset "UTF-8";


#news .txt-blc-00 .img-blc img{
    max-height: 292px;
}

#keyvisual-blc {
  position: relative;
}

#keyvisual-blc .slider-main .switch-img-url {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}


#keyvisual-blc .txt-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#keyvisual-blc .txt-main > .inner {
  text-align: left;
}

#keyvisual-blc .txt-main > .inner > .txt-area {
  text-align: center;
  display: inline-block;
}

#keyvisual-blc .txt-main > .inner > .txt-area > .ttl,
#keyvisual-blc .txt-main > .inner > .txt-area > .sub {
  font-family: "Yu Mincho Regular", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

#keyvisual-blc .txt-main > .inner > .txt-area > .ttl {
  line-height: 1.5;
  font-size: 300%;
}

#keyvisual-blc .txt-main > .inner > .txt-area > .sub {
  font-size: 120%;
  font-weight: 600;
}

@media screen and (max-width:1000px) {
  #keyvisual-blc .slider-main .switch-img-url {
    height: 460px;
  }
}

@media screen and (max-width:767px) {
  #keyvisual-blc .slider-main .switch-img-url {
    height: 380px;
  }
  #keyvisual-blc .txt-main > .inner {
    text-align: center;
  }
  #keyvisual-blc .txt-main > .inner > .txt-area > .ttl {
    line-height: 1.2;
    font-size: 280%;
  }
  #keyvisual-blc .txt-main > .inner > .txt-area > .sub {
    font-size: 110%;
  }
}

@media screen and (max-width:480px) {
  #keyvisual-blc .slider-main .switch-img-url {
    height: 340px;
  }
  #keyvisual-blc .txt-main > .inner > .txt-area > .ttl {
    line-height: 1.2;
    font-size: 220%;
  }
  #keyvisual-blc .txt-main > .inner > .txt-area > .sub {
    font-size: 100%;
  }
}
/* --------------------------------------------------
 news-blc
-------------------------------------------------- */
@media screen and (min-width:1001px) {
  #news .btn-blc a:hover {
    opacity: 0.5;
  }
}

#news .btn-blc {
  text-align: center;
  display: block;
}

#news .btn-blc a {
  text-decoration: none;
  display: inline-block;
  transition: all ease-in 0.3s;
}

#news .btn-blc a>span {
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}

#news .btn-blc a>span::after {
  content: "";
  background-image: url(../img/top/list_arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 9px;
  width: 19px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  #news .list-col-3 li:last-child{
    display: none;
  }
}



/* --------------------------------------------------
 service-ul
-------------------------------------------------- */
@media screen and (min-width:1001px) {
  .service-ul li .txt-blc .btn a:hover {
    background-color: #5e3f32;
  }
  .service-ul li.bg02 .txt-blc .btn a:hover {
    background-color: #e2b195;
    color: #fff;
  }
}

.service-ul li:first-child {
  margin-top: 0;
}

.service-ul li {
  display: flex;
  margin-top: 4rem;
}

.service-ul li .txt-blc {
  background-color: #fff8ff;
  width: 45%;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

.service-ul li .txt-blc .ttl .ttl-content {
  font-size: 200%;
  font-family: "Yu Mincho Regular", "Noto Serif JP", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  line-height: 1.3;
}

.service-ul li .txt-blc .ttl .category {
  font-family: "Yu Mincho Regular", "Noto Serif JP", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-size: 120%;
  margin-top: 1rem;
}

.service-ul li .txt-blc .txt {
  margin-top: 1rem;
  font-size: 90%;
  line-height: 1.8;
}

.service-ul li .txt-blc .btn {
  margin-top: 2rem;
}

.service-ul li .txt-blc .btn a {
  background-color: #e2b195;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all ease-in 0.3s;
  box-sizing: border-box;
}

.service-ul li .img-blc {
  width: 55%;
  box-sizing: border-box;
}

.service-ul li .img-blc .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1000px) {
  .service-ul li .txt-blc .ttl .ttl-content {
    font-size: 180%;
  }
}

@media screen and (max-width:767px) {
  .service-ul li .txt-blc .ttl .ttl-content {
    font-size: 160%;
  }
}


/* .service-ul li:nth-child --------------------------- */

.service-ul li:nth-child(odd) .txt-blc {
  order: 1;
}

.service-ul li:nth-child(odd) .img-blc {
  order: 2;
}

.service-ul li:nth-child(even) .img-blc {
  order: 1;
}

.service-ul li:nth-child(even) .txt-blc {
  order: 2;
}

/* .service-ul li.bg02 --------------------------- */

.service-ul li.bg02 .txt-blc .ttl .ttl-content{
  color: #fffcfc;
}

.service-ul li.bg02 .txt-blc .ttl .category {
  color: #fff;
}

.service-ul li.bg02 .txt-blc {
  background-color: #26211d;
  color: #fff;
}

.service-ul li.bg02 .txt-blc .btn a {
  background-color: #fff;
  color: #5e3f32;
}

@media screen and (max-width:1000px) {
  .service-ul li .txt-blc {
    width: 50%;
    padding: 2rem 1rem;
  }

  .service-ul li .img-blc {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .service-ul li .txt-blc {
    width: 100%;
    order: 1 !important;
  }

  .service-ul li {
    flex-wrap: wrap;
  }

  .service-ul li .img-blc {
    width: 100%;
    order: 2 !important;
  }

  .service-ul li .img-blc .img {
    height: 60vw;
  }

  .service-ul li .txt-blc .btn {
    margin-top: 1rem;
  }
}

#shop-list .list-box > li {
  max-width: 375px;
}


/*TOPのニュース欄*/


@media screen and (max-width:767px) {}


/*RECOMMENDATION*/

a.link-box {
  text-decoration: none !important;
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}

.link-box:hover {
  opacity: 0.6;
}
