@charset "UTF-8";
/* Scss Document */
h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 5px;
  background: #C72526;
  color: #FFF; }

h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #C72526;
  border-radius: 25px; }

h4 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5em 0;
  padding: 3px;
  color: #FFF;
  text-align: center;
  background: #F092A5;
  border-radius: 15px; }

a {
  text-decoration: underline; }
  a:link {
    color: #06C; }
  a:active {
    color: #C00; }
  a:hover {
    color: #C00; }
  a:visited {
    color: #06C; }

p {
  margin: 0 0 1em 0;
  line-height: 1.4; }

em {
  color: #C00;
  text-decoration: none;
  font-style: normal; }

small,
.small {
  font-size: 0.75rem;
  /*12px*/ }

.note {
  list-style: none;
  margin: 10px 0;
  text-indent: -1em;
  padding: 10px 10px 10px 1.5em;
  background: #FFF;
  border: 1px dashed #999; }
  .note li {
    margin-bottom: 0.3em; }
  .note li:last-child {
    margin-bottom: 0; }
  .note strong {
    color: #C00; }
  .note ul, .note ol {
    text-indent: 0;
    margin: 0.3em 0 0.3em 2em; }
  .note ul {
    list-style: circle; }

/*----------------------------*/
/*ヘッダー部  -->heder.css*/
/*ソーシャルボタン  -->heder.css*/
/*----------------------------*/
/*title color*/
.camp_title {
  background: #004893; }
  .camp_title h1 {
    padding: 5px;
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 0; }

/*----------------------------*/
/*main contents*/
/*----------------------------*/
article {
  margin: 0;
  padding: 0 0 50px 0;
  position: relative; }

/*cprfrw*/
article {
  background: url("bg_line_30.png"), url("bg_dot.png"), linear-gradient(to bottom, #30B7E8 10%, #FFF 90%);
  background-repeat: repeat ,repeat-x;
  background-position: center top , left bottom;
  background-attachment: fixed; }

section {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

section img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/*----------------------------*/
/*セクションごと */
/*----------------------------*/
section {
  margin-bottom: 3em; }
  section h1 img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  section h1 + div {
    margin: 0 0 3em 0;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7); }
    section h1 + div p {
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 0; }
    section h1 + div dl.days {
      font-weight: 800;
      margin: 0.5em 0;
      text-align: center; }
      section h1 + div dl.days dt {
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: center;
        background: #C72526;
        color: #FFF;
        padding: 5px;
        border-radius: 15px;
        margin-bottom: 5px; }
      section h1 + div dl.days dd {
        font-size: 1.6rem;
        line-height: 1.3;
        padding: 5px 10px;
        margin-bottom: 10px; }
    section h1 + div dl.days + p {
      text-align: center; }

/*   #sec1  product  */
.product {
  margin-bottom: 3em; }
  .product > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product > div:first-child .product_img {
      width: calc(50% - 5px); }
      .product > div:first-child .product_img img {
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; }
    .product > div:first-child .product_text {
      background: #FFF;
      padding: 10px;
      width: calc(50% - 25px); }
  .product h2 {
    font-size: 1.4rem;
    margin: 0 0 0.5em 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333;
    background-color: transparent;
    color: #000; }
  .product h4 {
    width: 8em; }
  .product p {
    margin-bottom: 0; }
  .product p.banner {
    margin-bottom: 2em; }
  .product ul.set {
    list-style: none;
    font-size: 1rem;
    margin: 0 0 1em 0;
    padding: 0 10px; }
    .product ul.set li:before {
      border-radius: 50%;
      /*丸くする*/
      width: 5px;
      /*点の幅*/
      height: 5px;
      /*点の高さ*/
      display: block;
      position: absolute;
      /*絶対配置*/
      left: 0;
      top: 0.6em;
      content: "";
      background: #C72526; }
    .product ul.set li {
      list-style-type: none;
      /*点を非表示*/
      position: relative;
      /*基準位置*/
      padding-left: 0.7em; }
  .product ul.set + p {
    margin-left: 0.5em; }
    .product ul.set + p a {
      position: relative;
      padding-left: 0.7em; }
    .product ul.set + p a:before {
      content: "";
      position: absolute;
      top: 50%;
      /* 縦軸をセンタリングする */
      left: 0;
      transform: translateY(-50%);
      /* 縦軸をセンタリングする */
      border: 5px solid transparent;
      border-left: 8px solid #06C; }
  .product ul.note {
    border: 1px solid #C72526;
    color: #C72526;
    margin-bottom: 1em;
    padding: 5px; }
    .product ul.note li {
      padding-left: 1em; }

@media (max-width: 1040px) {
  .product > div:first-child {
    display: block;
    margin: 0 auto 40px auto;
    /*width:calc(100% - 20px);*/ }
    .product > div:first-child .product_img {
      width: 100%; }
    .product > div:first-child .product_text {
      width: calc(100% - 20px); } }
/*価格  .product内*/
.product dl {
  width: 100%;
  background: #FFF;
  margin-top: 10px; }
  .product dl dt {
    background: #333;
    color: #FFF;
    text-align: center;
    margin-bottom: 0.8em; }
  .product dl dd {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 800;
    padding-bottom: 0.5em; }
    .product dl dd span {
      font-size: 1.8rem; }
.product dl + div {
  background: #FFF100;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  padding-top: 4px;
  margin: 0 auto; }
.product .prolink {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product .prolink a {
    display: block;
    text-align: center;
    text-decoration: none;
    position/*\**/: relative\9;
    /*ieハック　IE7,IE8のみ適応　背景消え対策*/
    margin: 5px 0;
    padding: 15px;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #FFA214;
    color: #FFF;
    background: -webkit-linear-gradient(top, #99CCFF, #000);
    background: linear-gradient(to bottom, #99CCFF, #000); }
  .product .prolink a:link,
  .product .prolink a:visited {
    color: #FFF;
    text-decoration: none; }
  .product .prolink a:active,
  .product .prolink a:hover {
    background: #EB1C00;
    color: #FFF;
    text-decoration: none; }

@media (max-width: 1040px) {
  section {
    width: calc(100% - 40px); } }
@media (max-width: 900px) {
  section h1 {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-left: -20px;
    margin-right: -20px; }

  .camp_ttitle h1 {
    font-size: 1.2rem; } }
dl.info {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  dl.info dt {
    width: 8em;
    margin-bottom: 10px;
    text-align: center;
    background: #C72526;
    color: #FFF; }
  dl.info dd {
    width: calc(100% - 9em);
    margin-bottom: 10px; }
  dl.info note {
    margin-bottom: 0; }

@media (max-width: 640px) {
  dl.info {
    display: block; }
    dl.info dt, dl.info dd {
      width: 100%; } }
/*      form      */
section#form form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  section#form form p {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left; }
  section#form form input {
    font-size: 2rem; }
  section#form form input#name,
  section#form form input#name_kana {
    width: 70%; }
  section#form form input#EMAIL {
    width: 95%; }

@media (max-width: 900px) {
  section#form form input#name,
  section#form form input#name_kana {
    width: 95%; } }
form dl {
  margin-bottom: 2em; }
  form dl dt {
    font-size: 1rem;
    background: #F5B3C0;
    padding: 3px;
    margin-bottom: 0.5em; }
  form dl dd {
    margin-bottom: 0.5em;
    font-size: 1.4rem; }

/*同意するチェック div*/
.checkbox {
  padding: 15px 15px 15px 2em;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-align: center;
  font-size: 1.5rem; }
  .checkbox input {
    margin-right: 10px; }

/*送信ボタン　div*/
.submitButton {
  text-align: center;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .submitButton div {
    width: calc(40% - 20px);
    margin: 0 10px; }

@media (max-width: 640px) {
  .submitButton {
    display: block; }
    .submitButton div {
      width: 100%;
      margin: 0 0 10px 0; } }
.submitButton div input {
  border: none;
  display: block;
  width: 100%;
  background: #012A85;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFF;
  padding: 15px 0;
  margin: 0;
  background: -webkit-linear-gradient(top, #79d8f0, #012A85 100%);
  background: linear-gradient(to bottom, #79d8f0, #012A85 100%);
  border-radius: 20px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  box-shadow: #666 0px 2px 3px; }

.submitButton input:hover {
  background: #2facf4; }

/*error mes*/
.error {
  font-size: 1.2rem;
  margin: 0 0 0 2em; }
  .error li {
    margin-bottom: 0.5em; }

/*   pop   */
div.pop {
  margin: 2em 0 1em 0;
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5); }
  div.pop a {
    font-weight: normal; }
  div.pop p {
    font-size: 1.4rem;
    line-height: 1.3; }
  div.pop p:nth-of-type(2) {
    text-align: center;
    margin-bottom: 0; }
