@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
------------------------------------------------------------*/
.comBox {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 100px);
}
.headLine01 {
  margin-bottom: 41px;
  color: #9f874e;
  font-size: 3rem;
font-family: dnp-shuei-ymincho-std, sans-serif;
font-weight: 500;
font-style: normal;
  letter-spacing: 2px;
}
.headLine01 span {
  margin-bottom: 16px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 1.7px;
}
.headLine02 {
  margin-bottom: 45px;
  font-size: 2.8rem;
font-family: dnp-shuei-ymincho-std, sans-serif;
font-weight: 500;
font-style: normal;
  letter-spacing: 3.2px;
}
.headLine02 span {
  margin-bottom: 17px;
  display: block;
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 3.2px;
}
@media all and (min-width: 897px) and (max-width: 1547px) {
  .headLine02 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .headLine02 span {
    margin-bottom: 3px;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 13px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1.1px;
  }
  .headLine01 span {
    margin-bottom: 3px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .headLine02 {
    margin-bottom: 23px;
    font-size: 1.8rem;
    letter-spacing: 2.2px;
  }
  .headLine02 span {
    margin-bottom: 2px;
    font-size: 1rem;
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 374px) {
  .headLine01 {
    font-size: 1.5rem;
  }
  .headLine02 {
    font-size: 1.7rem;
    letter-spacing: 0.6px;
  }
}
.comBtn a, .link {
  width: 320px;
  padding: 0 20px 15px 26px;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  text-align: left;
  background: url("../../img/common/arrow_icon01.png") no-repeat right top 7px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
    
    font-family: dnp-shuei-ymincho-std, sans-serif;
font-weight: 500;
font-style: normal;
    
    
    
}
.comBtn a::before, .link::before {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #828282;
  border-radius: 100%;
  content: '';
}
@media all and (min-width: 897px) {
  .comBtn a:hover {
    opacity: 0.7;
  }
  .link:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comBtn {
    padding-right: 30px;
    text-align: right;
      margin-top:30px;
  }
  .comBtn a, .link {
    /*width: 160px;*/
     
    padding: 0 20px 12px 14px;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    background: url("../../img/common/arrow_icon01.png") no-repeat right top 8px / 9px;
  }
  .comBtn a::before, .link::before {
    top: 10px;
    left: 2px;
    width: 3px;
    height: 3px;
  }
}
@media all and (max-width: 374px) {
  .comBtn a, .link {
    font-size: 1.1rem;
  }
  .comBtn a::before, .link::before {
    top: 8px;
  }
}
.arrow {
  width: 100px;
  position: relative;
}
.arrow::before {
  width: 50px;
  height: 1px;
  position: absolute;
  top: 4px;
  left: 25px;
  background-color: #000;
  content: '';
}
.arrow li {
  padding: 0 5px;
}
.arrow li img {
  display: block;
}
.arrow .prev {
  float: left;
}
.arrow .next {
  float: right;
}
@media all and (min-width: 897px) {
  .arrow li:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.pageTop {
  margin-bottom: 38px;
  text-align: center;
}
.pageTop a {
  display: inline-block;
  padding-top: 16px;
  color: #b4995a;
  letter-spacing: 1.5px;
  background: url("../../img/common/arrow_icon04.png") no-repeat center top;
}
@media all and (min-width: 897px) {
  .pageTop a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .arrow {
    margin: 0 auto 22px;
    width: 55px;
  }
  .arrow::before {
    width: 25px;
    height: 1px;
    top: 4px;
    left: 15px;
  }
  .arrow li {
    padding: 0 2px;
    margin-top: 1px;
  }
  .arrow li img {
    width: 9px;
  }
  .pageTop {
    display: none;
  }
}


.pc{display:block;}
.sp{display:none;}


@media all and (max-width: 897px) {
.pc{display:none;}
.sp{display:block;}

}