@charset "utf-8";
/* CSS Document */
.main100{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.section100{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-right: 0px;
}
.section100 h3{
	text-align: center;
	font-size: 2em;
	color: #554E3E;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section100 h3 span{
	text-align: center;
	display: block;
	font-size: 0.5em;
	color: #B0B0B0;
}
.section100 p {
width: 100%;	


}
p.ptc{
	text-align: center;	
}
/*おすすめ*/
.recommend{
  background: url("bg.jpg") center / cover no-repeat;
  padding: 120px 20px;
  text-align: center;
}

.recommend-title{

  font-size: 26px;
  letter-spacing: .15em;
  margin-bottom: 50px;
  font-weight: 500;
}

.recommend-title .line100{
	display: block;
	width: 80px;
	height: 1px;
	background-color: #BFD7FC;
	margin: 10px auto 0;
}

.recommend-box{
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 80px;
  display: flex;
  gap: 80px;
  justify-content: center;
}

.recommend-list{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.recommend-list li{
  position: relative;
  padding-left: 36px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.recommend-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 2px solid #0a5d73;
  border-radius: 50%;
  color: #0a5d73;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pic100{
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* =========================
  レスポンシブ（SP）
========================= */
@media screen and (max-width: 768px) {
html, body {
  overflow-x: hidden;
}
  /* 共通セクション幅 */
  .section100{
    width: 100%;
    padding: 30px 20px;
  }

  .section100 h3{
    font-size: 1.5em;
    padding: 20px 0;
  }

  .section100 h3 span{
    font-size: 0.6em;
  }
p.ptc{
	text-align: left;
}
  /* おすすめセクション */
  .recommend{
    padding: 60px 15px;
  }

  .recommend-title{
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: .1em;
  }

  .recommend-box{
    flex-direction: column; /* 縦並び */
    gap: 0px;
    padding: 30px 20px;
  }
  .recommend-list{
    margin-bottom: 0;
  }
  .recommend-list li{
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 16px;
  }

  .recommend-list li::before{
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: 1px;
  }

  .pic100 img{
    max-width: 100%;
    height: auto;
  }
}
