/* CSS Document */
.fb {
  font-weight: bold;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.bgsc {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline {
  display: -moz-inline-box;
  display: inline-block;
}
.bg-y {
  background-color: #D1AC00;
  border-radius: 8px;
}
/*BASE*/
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #303030;
  background: #EEEEEE;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Roboto, "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/*CF*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*HEADER*/
header {
  position: relative;
  padding: 20px 0;
  margin: 0 0 10px;
}
header h1 {
  width: 160px;
  margin: 0 auto;
}
header h3 {
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 0;
  color: #fff;
  background: #D1AC00;
  text-align: center;
  font-weight: bold;
}
/*MAIN*/
main {
  position: relative;
  clear: both;
  overflow: hidden;
  display: block;
}
/*TOP*/
article.topbox {
  background: #EEEEEE;
  text-align: center;
}
article.topbox > section h1 {
  margin: 20px auto 0;
  width: 280px;
}
article.topbox > section h2 {
  font-size: 30px;
  margin: 0 0 2%;
  line-height: 1.4;
  font-weight: bold;
}
article.topbox > section p {
  margin: 1% 0 5% 0;
  font-size: 16px;
  line-height: 1.4;
}
article.topbox > section .price {
  width: 200px;
  padding: 10px 20px;
  margin: 4% auto 10%;
  color: #fff;
  background: #D1AC00;
  border-radius: 30px;
  font-weight: bold;
}
article.topbox section.intro {
  margin: 0;
  padding: 10% 0;
}
article.topbox section.intro h3 {
  font-size: 30px;
  margin: 0 0 3%;
  line-height: 1.4;
  font-weight: bold;
}
article.topbox section.intro h4 {
  font-size: 20px;
  margin: 0 0 2.5%;
  font-weight: bold;
}
article.topbox section.intro p {
  font-size: 14px;
  line-height: 1.7;
}
article.topbox .value {
  background-color: #D1AC00;
  border-radius: 8px;
  color: #fff;
}
article.topbox ul {
  width: 90%;
  margin: 0 auto 5%;
}
article.topbox ul li {
  margin: 0 auto 7.5%;
  padding: 0 0 7.5%;
}
article.topbox ul li h5 {
  font-size: 24px;
  margin: 0 auto 5%;
  text-align: center;
  font-weight: bold;
}
article.topbox ul li img {
  display: block;
  margin: 0 auto 7.5%;
  border: 1px solid #fff;
  border-radius: 8px;
}
article.topbox ul li p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 5%;
}
article.topbox ul li p.fb a {
  margin: 5% auto 0;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
article.topbox ul li p:last-child {
  margin: 0;
}
article.topbox .shop {
  padding: 8% 0;
}
article.topbox .shop .leftbox {
  text-align: center;
  padding: 0 0 10%;
}
article.topbox .shop .leftbox .shop_num {
  position: relative;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #D1AC00;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  z-index: 10;
  font-weight: bold;
}
article.topbox .shop .leftbox img {
  margin: -30px 0 0;
}
article.topbox .shop .leftbox p {
  lfont-size: 14px;
  line-height: 1.4;
  margin: 2% 0 5%;
}
article.topbox .shop .leftbox h4 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
article.topbox .shop ul li {
  position: relative;
  color: #303030;
  padding: 0 0 0 15px;
  line-height: 1.5em;
  text-align: left;
}
article.topbox .shop ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 10px;
  /*点の幅*/
  height: 10px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.4em;
  /*点の位置*/
  content: "";
  background: #D1AC00;
  /*点の色*/
}
article.topbox .outline {
  background-color: #D1AC00;
  border-radius: 8px;
  padding: 5% 5% 2.5%;
  color: #fff;
}
article.topbox .outline h3 {
  font-size: 30px;
  margin: 5% 0;
  line-height: 1.4;
  font-weight: bold;
}
article.topbox .outline h4 {
  font-size: 20px;
  margin: 0 0 10%;
  line-height: 1.4;
  font-weight: bold;
}
article.topbox .outline h5 {
  padding: 5%;
  border-bottom: 1px solid #fff;
}
article.topbox .outline ul {
  text-align: left;
  margin: 0 auto 10%;
}
article.topbox .outline ul li {
  position: relative;
  margin: 6% 0 0;
  padding: 0 0 0 10px;
  line-height: 1.4;
}
article.topbox .outline ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.5em;
  /*点の位置*/
  content: "";
  background: #fff;
  /*点の色*/
}
/*FOOTER*/
footer {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  background-color: #D1AC00;
  padding: 25px 0 25px;
  margin: 10% 0 0;
}
footer div.footleft {
  margin: 0 auto 5%;
  text-align: center;
}
footer div.footleft img {
  width: 150px;
  margin: 0 auto 2.5%;
}
footer div.footright {
  text-align: center;
}
footer div.footright small {
  display: block;
}
/****************************************************/
/************************ PC ************************/
/****************************************************/
@media (min-width: 768px) {
  .sp {
    display: none!important;
  }
  .leftbox {
    padding-right: 2%;
  }
  .rightbox {
    padding-left: 2%;
  }
  /*HEADER*/
  header {
    padding: 25px 5%;
    margin: 0;
  }
  header h1 {
    width: 180px;
    float: left;
    margin: 0;
  }
  header h3 {
    width: auto;
    margin: 0px;
    float: right;
    padding: 12px;
    border-radius: 8px;
  }
  /*TOP*/
  article.topbox {
    text-align: left;
  }
  article.topbox > section {
    padding: 10% 0 8%;
  }
  article.topbox > section h1 {
    margin: 0;
    width: 390px;
  }
  article.topbox > section h2 {
    font-size: 46px;
    margin: 0 0 5%;
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1.4;
  }
  article.topbox > section p {
    float: left;
    margin: 1% 0 5% 0;
    font-size: 24px;
    line-height: 1.6;
  }
  article.topbox > section .price {
    width: auto;
    margin: 10% 0 0;
  }
  article.topbox section.intro {
    padding: 3% 0 3% 3%;
    text-align: left;
  }
  article.topbox section.intro h3 {
    font-size: 40px;
    margin: 0 0 2.5%;
    line-height: 1.4;
  }
  article.topbox section.intro h4 {
    font-size: 32px;
    line-height: 1.4;
  }
  article.topbox section.intro p {
    font-size: 16px;
  }
  article.topbox ul.flex3,
  article.topbox ul.flex4 {
    width: 100%;
    padding: 0 3%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  article.topbox ul.flex3 li,
  article.topbox ul.flex4 li {
    margin: 0 auto;
    padding: 0;
    padding: 0 2.5% 2.5%;
  }
  article.topbox ul.flex3 li h5,
  article.topbox ul.flex4 li h5 {
    margin: 0 auto 5%;
  }
  article.topbox ul.flex3 li:last-child,
  article.topbox ul.flex4 li:last-child {
    border-right: none;
  }
  article.topbox .shop .leftbox {
    padding: 0;
  }
  article.topbox .outline h3 {
    font-size: 40px;
    margin: 0 0 6%;
  }
  article.topbox .outline h4 {
    font-size: 32px;
    margin: 0%;
  }
  article.topbox .outline h5 {
    padding: 3%;
  }
  article.topbox .outline ul {
    margin: 0 auto 8%;
  }
  article.topbox .outline ul li {
    margin: 3% 0 0;
  }
  /*FOOTER*/
  footer {
    font-size: 14px;
    line-height: 1.8;
    padding: 5%;
    background-color: #D1AC00;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  footer div.footleft {
    margin: 0;
    text-align: left;
  }
  footer div.footleft img {
    width: 170px;
    margin: 0 auto 2.5%;
  }
  footer div.footright {
    text-align: right;
  }
}
/************************ SP ************************/
@media (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .spmb {
    margin-bottom: 7.5%;
  }
}
