@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");}

.section_01{background-image: url("../img/sec_01_back_pc.svg");background-repeat: no-repeat;background-size: cover;background-position: top center;}

/* section_01の見出しコンテンツCSS */
.heading-block {
  text-align: center;
  padding: 0px 20px 20px;
  color: #3c3a3a;
}

/* 大見出し */
.main-title {
  font-size: 2.4em;
  font-weight: normal;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* 見出しの下のバー */
.mid-bar {
  width: 30px;
  height: 5px;
  background-color: #a34347;
  margin: 15px auto;
}

/* サブ見出し */
.sub-title {
  font-size: 1.2em;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.title_h3 {
    color: #ad474b;
    font-size: 1.4em;
    margin-bottom: 1%;
    margin-top: 1em;
}
a{color: #036eb7;}

/* -----------------------------
   レスポンシブ対応
----------------------------- */
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
  }

  .main-title {
    font-size: 1.8rem;
    white-space: normal; /* スマホでは折り返す */
  }

  .divider {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 0.85rem;
  }

  .main-title {
    font-size: 1.6rem;
  }

  .divider {
    height: 30px;
  }
}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}

.title_h3 {
    color: #ad474b;
    font-size: 1.14em;
    margin-bottom: 1%;
    margin-top: 1em;
}


}
