@charset "utf-8";


/*========= Category-ページ共通のCSS ===============*/




/* 各タイトル部分指定 */
.title {
  font-weight: normal;
  font-size: 23px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #f1ecdb;
  width: fit-content;
  /* 要素の幅を合わせる */
}

h2 {
  font-size: 20px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  margin-top: 20px;
  width: 100%;
}

h2 span {
  color: #116fa1;
  vertical-align: -3%;
}

/* 空き調整 */
h2 {
  margin-top: 0;
}

.category-area-01 p,
.category-area-02 p,
.category-area-03 p,
.category-area-04 p {
  line-height: 1.4;
}



/* 上エリア指定 */
.category-area-01 {
  width: 1300px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
}


.title {
  margin-top: 20px;
}

.youto-13 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
  position: relative;
}

.youto {
  width: 210px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.youto h3 {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.youto img {
  margin-top: 10px;

}


.youto p {
  font-size: 14px;
  margin-top: 3px;
}

.text {
  width: 350px;
  position: absolute;
  bottom: 100px;
  right: 250px;
}

/* 空き調整 */
h2 {
  margin-top: 0;
}


main {
  position: relative;
}