@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.color_main {
  color: #314e52;
}

.color_red {
  color: #BA1A1A;
}

.color_gray {
  color: #636363;
}

/***************************/
/**bg */
/***************************/
.bg_yellow {
  background: #f7f6e7;
}

.bg_green {
  background: #314e52;
}

/********************************************/
/* ttl */
/********************************************/
.en_big_ttl {
  margin-bottom: 1em;
  font-size: 4.0rem;
}

.en_big_ttl .en {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.en_big_ttl .jp {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.3em;
  color: #636363;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}

.en_big_ttl.center_ttl {
  text-align: center;
}

.ttl_fs30 {
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
}

.jp_big_ttl {
  margin-bottom: 2em;
  font-size: clamp(1.8rem, 2.1vw, 2.6rem);
}

.jp_big_ttl .en {
  position: relative;
  display: block;
  margin-bottom: 1.1em;
  padding-left: 1.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #636363;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.jp_big_ttl .en:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  content: "";
  width: 16px;
  height: 1px;
  margin-right: 5px;
  background: #636363;
}

.jp_big_ttl .jp {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.3em;
  font-size: 1em;
}

/********************************************/
/* btn */
/********************************************/
.border_btn {
  padding-bottom: 5px;
}

.border_btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  padding: calc(0.7em + 5px) 1em 0.7em;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-size: 2.0rem;
  border: solid 1px #000;
  background: transparent;
  font-family: "Cinzel", serif;
  font-weight: 400;
  z-index: 2;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.border_btn a:after {
  position: absolute;
  top: 4px;
  right: 4px;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  background: transparent;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.border_btn a:hover {
  background: #314e52;
  border-color: #314e52;
  color: #fff;
}

.border_btn a:hover:after {
  background: #314e52;
  border-color: #314e52;
}

.border_btn.center_btn a {
  margin: auto;
}

/********************************************/
/* 追加 */
/********************************************/
.object_fit {
  position: relative;
}

.object_fit:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.object_fit img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/

/*# sourceMappingURL=component.css.map */