@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1200px;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 20px;
    width: auto;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 20px;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
.headLine01.cor01 {
  margin-bottom: 24px;
  font-size: 3.5rem;
  letter-spacing: 0.24em;
}
.headLine01 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", serif;
}
.headLine01.cor01 span {
  margin-top: 8px;
  color: #c0ac68;
}
@media all and (max-width: 896px) {
  .headLine01 {
    font-size: 2.2rem;
  }
  .headLine01.cor01 {
    font-size: 2.4rem;
  }
  .headLine01 span {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 72px;
  padding-top: 50px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.09;
  letter-spacing: 0.25em;
  text-align: center;
  background: url(../../img/common/com_bg01.png) no-repeat center top / 90px
    auto;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 40px;
    padding-top: 30px;
    font-size: 2rem;
    background-size: 60px auto;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin: 0 auto;
  width: 180px;
}
.comBtn.btn01 {
  width: 476px;
}
.comBtn a {
  padding: 13px 30px;
  display: block;
  position: relative;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  background: -webkit-linear-gradient(left, #d2bf7b, #c9b672, #bfac68);
  background: -ms-linear-gradient(left, #d2bf7b, #c9b672, #bfac68);
  background: -o-linear-gradient(left, #d2bf7b, #c9b672, #bfac68);
  background: -moz-linear-gradient(left, #d2bf7b, #c9b672, #bfac68);
  background: linear-gradient(left, #d2bf7b, #c9b672, #bfac68);
}
.comBtn a::before {
  width: 40px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/common/icon01.png) no-repeat center center / cover;
  content: "";
}
.comBtn.btn01 a {
  padding: 27px 80px;
  font-size: 2rem;
}
.comBtn.btn01 a::before {
  width: 98px;
  height: 16px;
  right: 27px;
  background-image: url(../../img/common/icon03.png);
}
@media all and (min-width: 897px) {
  .comBtn a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comBtn {
    width: auto;
    max-width: 400px;
  }
  .comBtn.btn01 {
    width: auto;
    max-width: 400px;
  }
  .comBtn a {
    padding: 8px 45px;
    font-size: 1.6rem;
  }
  .comBtn a::before {
    width: 30px;
    height: 6px;
  }
  .comBtn.btn01 a {
    padding: 15px 80px;
    font-size: 1.8rem;
  }
  .comBtn.btn01 a::before {
    right: 15px;
    width: 60px;
    height: 10px;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  width: 476px;
}
.comLink a {
  padding: 27px 80px 26px 60px;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  border: 1px solid #c0ac68;
  box-sizing: border-box;
  background: url(../../img/common/icon02.png) no-repeat right 29px center /
    98px auto;
}
@media all and (min-width: 897px) {
  .comLink a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comLink {
    margin: 0 auto;
    width: auto;
    max-width: 400px;
  }
  .comLink a {
    padding: 15px 80px;
    font-size: 1.6rem;
    background-position: right 15px center;
    background-size: 60px auto;
  }
}
/*------------------------------------------------------------
	comNewsDl
------------------------------------------------------------*/
.comNewsDl {
  margin: -93px auto 101px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  background-color: #faf7e9;
}
.comNewsDl > dt {
  padding: 41px 20px 34px;
  width: 262px;
  box-sizing: border-box;
  background: -webkit-linear-gradient(left, #aa913f, #a2892d, #9b831f);
  background: -ms-linear-gradient(left, #aa913f, #a2892d, #9b831f);
  background: -o-linear-gradient(to right, #aa913f, #a2892d, #9b831f);
  background: -moz-linear-gradient(to right, #aa913f, #a2892d, #9b831f);
  background: linear-gradient(to right, #aa913f, #a2892d, #9b831f);
}
.comNewsDl > dd {
  padding: 20px 20px 20px 0;
  width: calc(100% - 333px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #333;
}
.comNewsDl > dd dt {
  width: 80px;
  color: #333;
  float: left;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.comNewsDl > dd dd {
  padding: 0 0 16px 6.4em;
}
.comNewsDl > dd dd:last-of-type {
  padding-bottom: 0;
}
.comNewsDl > dd dd a {
  color: #866f12;
}
@media all and (min-width: 897px) {
  .comNewsDl > dd dd a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
  .comNewsDl {
    margin-bottom: 40px;
    width: auto;
    display: block;
  }
  .comNewsDl > dt {
    padding: 25px 20px;
    width: auto;
  }
  .comNewsDl > dd {
    padding-left: 15px;
    width: auto;
  }
  .comNewsDl > dd dt {
    width: 70px;
  }
  .comNewsDl > dd dd {
    padding-bottom: 10px;
  }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.comImgBox .photoBox {
  width: 500px;
}
.comImgBox .textBox {
  width: 640px;
}
.comImgBox .textBox h2 {
  margin-bottom: -5px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.comImgBox .textBox h2 span {
  margin-left: 3px;
  font-size: 3.1rem;
  letter-spacing: 0.2em;
}
.comImgBox .textBox p {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.comImgBox .textBox .tel {
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", serif;
  line-height: 1.2;
}
.comImgBox .textBox .tel small {
  font-size: 2rem;
}
.comImgBox .textBox .linkUl {
  margin: 15px 0 0 -5px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.comImgBox .textBox .linkUl li {
  margin: 20px 25px 0 0;
  width: 300px;
}
.comImgBox .textBox .linkUl li:nth-of-type(2n) {
  margin-right: 0;
}
.comImgBox .textBox .linkUl li a {
  padding: 20px 70px;
  background-image: url(../../img/common/icon04.png);
  background-size: 62px auto;
  background-position: right 10px center;
}
.comImgBox .textBox .linkUl li:first-of-type a {
  background: url(../../img/common/ic_mail.png) no-repeat left 37px center /
    24px auto;
}
@media all and (max-width: 896px) {
  .comImgBox {
    margin: 0 20px;
    width: auto;
    display: block;
  }
  .comImgBox .photoBox {
    width: auto;
  }
  .comImgBox .photoBox img {
    width: 100%;
  }
  .comImgBox .textBox {
    width: auto;
  }
  .comImgBox .textBox h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .comImgBox .textBox h2 span {
    margin-left: 3px;
    font-size: 2.2rem;
  }
  .comImgBox .textBox p {
    font-size: 1.2rem;
  }
  .comImgBox .textBox .tel {
    font-size: 2.6rem;
  }
  .comImgBox .textBox .tel small {
    font-size: 1.5rem;
  }
  .comImgBox .textBox .linkUl {
    margin: 0;
    width: auto;
    max-width: inherit;
    display: block;
    margin-top: 15px;
  }
  .comImgBox .textBox .linkUl li {
    margin: 0 auto 20px;
    width: auto;
    max-width: 400px;
  }
  .comImgBox .textBox .linkUl li:last-of-type {
    margin-bottom: 0;
  }
  .comImgBox .textBox .linkUl li:nth-of-type(2n) {
    margin-right: auto;
  }
  .comImgBox .textBox .linkUl li a {
    padding: 15px 65px;
    background-size: 50px auto;
  }
  .comImgBox .textBox .linkUl li:first-of-type a {
    background-image: none;
  }
  .comImgBox .textBox .linkUl li:first-of-type a span {
    padding-left: 30px;
    background: url(../../img/common/ic_mail.png) no-repeat left center / 22px
      auto;
  }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageTitle .headLine01 {
  margin: -43px 20px 0 29px;
  width: 36%;
  font-size: 4.1rem;
  text-align: left;
}
.pageTitle .headLine01 span {
  margin-top: 4px;
}
.pageTitle .photo {
  width: 60.64%;
}
@media all and (max-width: 896px) {
  .pageTitle {
    margin: 0 20px 20px;
    display: block;
  }
  .pageTitle .headLine01 {
    margin: 0 0 30px;
    font-size: 3rem;
    width: auto;
  }
  .pageTitle .photo {
    width: auto;
  }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pagePath {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1340px;
  display: flex;
}
.pagePath li {
  margin-right: 7px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pagePath li:last-of-type {
  margin-right: 0;
}
.pagePath li a {
  margin-right: 7px;
  text-decoration: underline;
}
@media all and (min-width: 897px) {
  .pagePath li a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  .pagePath {
    margin: 0 20px;
    padding: 0;
    width: auto;
    max-width: inherit;
    flex-wrap: wrap;
  }
  .pagePath li {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
  margin-top: -73px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
.comLinkList::after {
  width: 385px;
  content: "";
}
.comLinkList li {
  margin-top: 73px;
  width: 385px;
}
.comLinkList li a {
  display: block;
}
.comLinkList li .pho {
  margin-bottom: 18px;
  position: relative;
  width: calc(100% - 10px);
}
.comLinkList li .pho::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: -10px;
  border: 1px solid #564c32;
  box-sizing: border-box;
  content: "";
  z-index: -1;
}
.comLinkList li .pho img {
  width: 100%;
}
.comLinkList li .txtBox p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.comLinkList li .txtBox .price,
.comLinkList li .txtBox .ttl {
  position: relative;
  font-size: 1.6rem;
}
.comLinkList li .txtBox .ttl {
  margin-bottom: 4px;
  padding-bottom: 12px;
}
.comLinkList li .txtBox .ttl::before {
  width: 100px;
  height: 3px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform: translateX(-50%);
  background-color: #c0ac68;
  content: "";
}
.comLinkList li .txtBox .price {
  margin-bottom: 9px;
}
@media all and (min-width: 897px) {
  .comLinkList li a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comLinkList {
    margin-top: 0;
    display: block;
  }
  .comLinkList::after {
    display: none;
  }
  .comLinkList li {
    margin: 0 0 35px;
    width: auto;
  }
  .comLinkList li:last-of-type {
    margin-bottom: 0;
  }
  .comLinkList li .txtBox .ttl {
    padding-bottom: 7px;
  }
  .comLinkList li .txtBox .ttl::before {
    width: 60px;
    height: 2px;
    left: 50%;
  }
  .comLinkList li .txtBox .price {
    margin-bottom: 5px;
  }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
