@charset "UTF-8";

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #6C5D47;
  font-weight: 400;
  line-height: 1.5;
}

.p_font {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
}

main{
  margin-top: 130px;
}

/* コンテンツ幅 */
.inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* セクション間の余白 */
section {
  padding: 100px 0;
}

/* セクションタイトル */
.sectiontitle {
  margin-bottom: 30px;
  text-align: center;
}
.sectiontitle img {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 10px;
}

.sectiontitle h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}

.sectiontitle p.title.p_font {
  color: #BEB09C;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05;
  margin: 10px 0;
  -webkit-text-stroke: 1.3px #BEB09c;
}

/* ボタン */
.btn{
font-weight: bold;
background-color: #FF9A01;
color: #FFF;
padding: 8px 0 9px;
width: 200px;
line-height: 1.4;
border-radius:10px ;
text-align: center;
display: block;
transition: .3s;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
margin: 50px auto 0;
transition: .3s;
}

@media screen and (min-width: 768px) {
  body{
    min-width: 1200px;
  }
.btn:hover {
    background-color: #FF7B01;
}
}


/* スマホのみ表示 */
.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }

  main{
    margin-top: 66px;
  }

  .inner {
    max-width: 100%;
    width: calc(100% - 40px);
  }

  /* セクション間の余白 */
section {
  padding: 60px 0;
}

/* セクションタイトル */
.sectiontitle {
  margin-bottom: 20px;
}
.sectiontitle img {
  width: 16px;
  height: 10px;
  display: block;
  margin: 0 auto;
}

.sectiontitle h2 {
  font-size: 26px;
}

.sectiontitle p.title.p_font {
  font-size: 14px;
  margin: 10px 0 5px;
  -webkit-text-stroke: 0.5px #BEB09c;
}

/* ボタン */
.btn{
padding: 8px 0 9px;
margin: 30px auto 0;
}
}
