@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- 共通
- ishikai_sec
- ganka_sec
---------------------- */
.sttl_01 {
  margin-bottom: 37px;
}

.cmn_btn_01 a {
  gap: 35px;
  min-width: 230px;
  min-height: 62px;
  padding: 19px 48px 18px;
  background: #fff;
  border: solid 1px #A18679;
  color: #555555;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_btn_01 a:hover {
    opacity: 0.7;
    background: #fff;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_btn_01 a:hover {
    opacity: 0.7;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_01 a {
    min-width: 100%;
  }
}
.cmn_btn_01.blank_01 a {
  padding-right: 0;
}
.cmn_btn_01.blank_01 a::after {
  content: none;
}
.cmn_btn_01 .blank {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_btn_blank_01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icon_btn_blank_01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #A18679;
}

/*=======================================
　ishikai_sec
=======================================*/
.ishikai_sec {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .ishikai_sec {
    margin-bottom: 60px;
  }
}
.ishikai_sec .cmn_btn_sec {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ishikai_sec .cmn_btn_sec {
    flex-direction: column;
    gap: 20px;
  }
}

/*=======================================
　ganka_sec
=======================================*/
.ganka_sec {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .ganka_sec {
    margin-bottom: 100px;
  }
}
.ganka_sec .cmn_btn_sec {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 30px;
}
@media screen and (max-width: 768px) {
  .ganka_sec .cmn_btn_sec {
    flex-direction: column;
    gap: 20px;
  }
}
.ganka_sec .cmn_btn_sec .cmn_btn_01 a {
  gap: 35px;
  min-width: 435px;
  min-height: 96px;
}
@media screen and (max-width: 768px) {
  .ganka_sec .cmn_btn_sec .cmn_btn_01 a {
    width: 100%;
    min-width: 100%;
    min-height: 62px;
  }
}
.ganka_sec .cmn_btn_sec .cmn_btn_01 a img {
  width: 290px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ganka_sec .cmn_btn_sec .cmn_btn_01 a img {
    width: 200px;
  }
}/*# sourceMappingURL=link.css.map */