@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


.c-headTitle {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .c-headTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
}


.c-shopListItemFrame {
  display: block;
  margin: 0 15px;
}
.c-shopListItem__img {
  margin-bottom: 10px;
}
.c-shopListItemContent {
  text-align: left;
}
.c-shopListItem__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: #aaa1a1 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.c-shopListItem__adress {
  font-size: 16px;
  line-height: 1.78;
}
.c-shopListItem__tel {
  font-size: 18px;
  line-height: 1.78;
  margin-top: 8px;
}
.c-shopListItem__tel > span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
}
.c-shopListItem__tel > span:before {
  content: '';
  display: block;
  background: url("../images/common/icon-tel.png") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-shopListItemFrame {
    margin: 0 10px;
  }
  .c-shopListItem__img {
    margin-bottom: 10px;
  }
  .c-shopListItemContent {
  }
  .c-shopListItem__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-shopListItem__adress {
    font-size: 14px;
    line-height: 1.78;
  }
  .c-shopListItem__tel {
    font-size: 16px;
    margin-top: 8px;
  }
  .c-shopListItem__tel > span {
    padding: 0 0 0 19px;
  }
  .c-shopListItem__tel > span:before {
    background: url("../images/common/icon-tel.png") no-repeat center;
    background-size: contain;
    width: 14px;
    height:19px;
    top: 7px;
  }
}


.c-staffListItemFrame {
  display: block;
  margin: 0 15px;
}
.c-staffListItem__img {
  margin-bottom: 10px;
}
.c-staffListItemContent {
  text-align: left;
}
.c-staffListItem__name {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: #aaa1a1 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.c-staffListItemContent {
  font-size: 16px;
  line-height: 1.78;
}
.c-staffListItem__subTitle {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 7px;
}
.c-staffListItemHistory {
  font-size: 14px;
  line-height: 1.4;
}
.c-staffListItemHistory li {
  display: flex;
}
.c-staffListItemHistory li + li {
  margin-top: 8px;
}
.c-staffListItemHistory__tag {
  font-weight: 700;
  width: 84px;
}
.c-staffListItemHistory__txt {
  box-sizing: border-box;
  align-self: center;
  width: 100%;
}
.c-staffListItemHistory__tag + .c-staffListItemHistory__txt {
  width: calc(100% - 84px);
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c-staffListItemFrame {
    margin: 0 10px;
  }
  .c-staffListItem__img {
    margin-bottom: 10px;
  }
  .c-staffListItemContent {
  }
  .c-staffListItem__name {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-staffListItemContent {
    font-size: 14px;
  }
  .c-staffListItem__subTitle {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .c-staffListItemHistory {
    font-size: 13px;
    line-height: 1.4;
  }
  .c-staffListItemHistory li + li {
    margin-top: 8px;
  }
  .c-staffListItemHistory__tag {
    width: 74px;
  }
  .c-staffListItemHistory__tag + .c-staffListItemHistory__txt {
    width: calc(100% - 74px);
    padding: 0 0 0 10px;
  }
}





.slick-prev,
.slick-next {
  top: 50%;
  width: 71px;
  height: 71px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -35px;
  background-image: url("../images/common/icon-arrow-l.png") !important;
}
.slick-next {
  right: -35px;
  background-image: url("../images/common/icon-arrow-r.png") !important;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 23%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .slick-prev {
    left: -20px;
    background-image: url("../images/common/icon-arrow-l.png") !important;
  }
  .slick-next {
    right: -20px;
    background-image: url("../images/common/icon-arrow-r.png") !important;
  }
}


.p-topKv {
  background: url("../images/top/kv.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.p-topKvInner {
  height: 46.875vw;
}
.p-topKv__title {
  max-width: 700px;
  width: 36.45%;
  position: absolute;
  left: 4.1vw;
  bottom: 4.1vw;
}
@media screen and (max-width: 768px) {
  .p-topKv {
    background: url("../images/top/kv.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  .p-topKvInner {
    height: 75vw;
  }
  .p-topKv__title {
    max-width: 700px;
    width: 44.45%;
    position: absolute;
    left: 25px;
    bottom: 20px;
  }
}

.p-topIntro {
  background: linear-gradient(to bottom, #714b38 0%,#25140c 100%);
  color: #FFF;
  padding: 140px 0;
}
.p-topIntro__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 4.347826087vw, 40px);
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-bottom: 40px;
}
.p-topIntro__txt{
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topIntro {
    padding: 70px 0;
  }
  .p-topIntro__title {
    font-size: clamp(20px, 4.347826087vw, 40px);
    letter-spacing: 0.17em;
    margin-bottom: 30px;
  }
  .p-topIntro__txt{
    font-size: 14px;
    text-align: left;
  }
}




.p-topShop {
  padding: 130px 15px 70px 15px;
  overflow: hidden;
}
.p-topShop .l-inner {
  padding-left: 25px;
  padding-right: 25px;
}
.p-topShopFrame {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.p-topShopList {
  
}
.p-topShopList .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-topShop {
    padding: 70px 15px 30px 15px;
  }
  .p-topShop .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-topShopFrame {
    width: 90%;
    margin: 0 auto;
  }
}


.p-topStaff {
  padding: 70px 15px 70px 15px;
  overflow: hidden;
}
.p-topStaff .l-inner {
  padding-left: 25px;
  padding-right: 25px;
}
.p-topStaffFrame {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.p-topStaffList {
  
}
.p-topStaffList .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-topStaff {
    padding: 70px 15px 30px 15px;
    overflow: hidden;
  }
  .p-topStaff .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-topStaffFrame {
    width: 90%;
    margin: 0 auto;
  }
  .p-topStaffFrame .slick-prev,
  .p-topStaffFrame .slick-next {
    top: 23%;
  }
}
@media screen and (max-width: 520px) {
  .p-topStaffFrame .slick-prev,
  .p-topStaffFrame .slick-next {
    top: 27%;
  }
}




.p-topAbout {
  padding: 70px 0 120px 0;
}
.p-topAboutFrame {
  display: flex;
  justify-content: space-between;
}
.p-topAboutContent {
  width: calc(100% - 460px);
  max-width: 600px;
}
.p-topAboutInfo {
}
.p-topAboutInfoItem {
  display: flex;
  text-align: left;
}
.p-topAboutInfoItem:nth-of-type(n + 2) {
  border-top: #bababa 1px solid;
  margin-top: 17px;
  padding-top: 15px;
}
.p-topAboutInfoItem__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  width: 155px;
}
.p-topAboutInfoItem__txt {
  font-size: 16px;
  line-height: 1.7;
  padding: 3px 0 0 0;
  width: calc(100% - 155px);
}
.p-topAbout__img {
  width: 421px;
}
.p-topAboutMap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-topAbout {
    padding: 40px 0 80px 0;
  }
  .p-topAboutFrame {
    display: block;
  }
  .p-topAboutContent {
    width: 100%;
    max-width: none;
  }
  .p-topAboutInfo {
  }
  .p-topAboutInfoItem {
  }
  .p-topAboutInfoItem:nth-of-type(n + 2) {
    margin-top: 17px;
    padding-top: 15px;
  }
  .p-topAboutInfoItem__title {
    font-size: 16px;
    width: 120px;
  }
  .p-topAboutInfoItem__txt {
    font-size: 14px;
    padding: 1px 0 0 0;
    width: calc(100% - 120px);
  }
  .p-topAbout__img {
    width: 100%;
    margin-top: 40px;
  }
  .p-topAboutMap {
    margin-top: 40px;
  }
}

.u-map {
    position: relative;
    width: 100%;
    padding-top: clamp(300px, 56.25%, 400px);
    height: 0;
}

.u-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.u-dp--ib {
  display: inline-block;
}
