@charset "UTF-8";
/* ----------------
　ベース
------------------ */
* {
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo,
    sans-serif;
}

/* IE 游ゴシックフォント 余白対策 */
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: Meiryo, sans-serif;
}

a {
  color: #4a90e2;
  text-decoration: none;
}

a:link {
  color: #4a90e2;
}

a:visited {
  color: #5e5cba;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/* ----------------
管理用
------------------ */
#adminBox,
.acms-admin-box {
  margin-bottom: 0;
}
a.admin_actionselector {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 5px;
  color: #222;
  padding: 4px 20px;
  border-radius: 3px;
}
a.admin_actionselector.active {
  background-color: #ff3300;
  color: #fff;
}
.timechangepanel {
  padding: 15px 10px 5px;
}
p.comment {
  margin: 0;
  font-size: 10px;
  color: #999;
}
/* ----------------
　ヘッダ
------------------ */
.head_wapper {
  position: relative;
}
.head_wapper::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/headbtmimg.png");
  width: 100%;
  padding-top: 8%;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -1px;
}
.js-slider,
.js-slider div {
  height: 90vh;
  min-height: 650px;
}
.js-slider div {
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.herobackgroundimage {
  position: relative;
  z-index: 1;
}
.heroimgfilter {
  /* background-color: rgba(28,106,224,0.7); */
  height: 100.1%;
  width: 100%;
  position: absolute;
  z-index: 2;
  /* background-image: url("../images/headbtmimg.png"); */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.head_content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 650px;
  position: absolute;
  z-index: 5;
}
.head_content {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  color: #fff;
}
.topimg {
  /* width: 80%; */
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}
.introduction {
  margin: auto;
  max-width: 1000px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
  color: #333;
  border-radius: 20px;
}
.intro-lead-text {
  display: inline-block;
  border: 5px solid;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
}
.introduction strong {
  color: #ff6a27;
}
.introduction a {
  font-weight: bold;
  color: #3972d2;
  text-decoration: underline;
}
.opendate {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
}
.place {
  font-weight: bold;
  padding-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .head_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: auto;
    position: absolute;
    z-index: 5;
  }
  .js-slider,
  .js-slider div {
    height: 70vh;
    min-height: auto;
  }
  .topimg {
    width: 100%;
  }
  .introduction {
    font-size: 12px;
    padding: 5px 10px;
  }

  .intro-lead-text {
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 10px;
  }
  .opendate {
    font-size: 14px;
  }
  .introduction a {
    color: #333 !important;
  }
}

/* ----------------
共通部分 
 ---------------- */
.section-heading {
  font-family: "Roboto";
  /* color: #1C6AE0; */
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}
.section-head-jp {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 30px;
  }
}
/* ----------------
キャンペーン
 ---------------- */
#campaign {
  margin-bottom: 30px;
}
.campaignimage {
  border-radius: 10px;
}
.endinfomation {
  background-color: #ff0000;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.code_missing {
  color: red;
  font-weight: bold;
  margin-bottom: 0;
}
.code_input {
  font-weight: bold;
  color: #000;
}
a.campaign_large_btn {
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #db0e0e;
  font-weight: bold;
  color: #fff;
}
.campaing_image_wrap {
  max-width: 600px;
  margin: auto;
  border: 1px solid #ddd;
}
.campaing_text_wrap {
  max-width: 600px;
  margin: auto;
}
.campaign_date {
  max-width: 600px;
  margin: 20px auto 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #eb1818;
  padding: 20px;
}
.campaign_date span {
  font-weight: bold;
  font-size: 1.4em;
  display: block;
}
/* ----------------
ログイン
 ---------------- */
#campaigncodeimputform {
  background-color: #ddd;
  text-align: center;
  padding: 50px;
}
.campaincodeform {
  max-width: 900px;
  margin: auto;
}
.logintext {
  font-weight: bold;
}
#input-text-mail {
  font-family: "Roboto";
  font-size: 20px;
  padding: 10px;
  width: 100%;
  text-align: center;
  /* border: 5px solid #1C6AE0; */
  border-radius: 0;
}
.entrycampaign {
  /* background-color: #1C6AE0; */
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 15px 30px;
}
.validator-result-0 {
  font-weight: bold;
  padding-top: 5px;
  font-size: 14px;
}
.login_subscriotion {
  font-weight: bold;
  margin-bottom: 10px;
}
.textbtn.reimput {
  font-size: 12px;
  border-radius: 0;
  padding: 15px 30px;
  background-color: #eee;
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
}
.notlogin_message {
  text-align: center;
  font-weight: bold;
  padding: 100px 20px;
}
.acms-admin-form-radio {
  padding: 10px;
}
@media (max-width: 767px) {
  #campaigncodeimputform {
    padding: 30px 10px;
  }
}
/* ----------------
写真
 ---------------- */
#memories {
  /* background-color: #1C6AE0; */
  padding-bottom: 30px;
}
.photoslider {
  margin-bottom: 0;
}
.photocomment {
  font-size: 10px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
  padding: 5px 10px 0;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  section#memories {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* ----------------
アクセス
 ---------------- */
#access {
  padding-bottom: 0;
}
.mapinfo .placename {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.placeadress {
  margin-top: 0;
  text-align: center;
}
.gmapwrap {
  height: 450px;
}
.gmapwrap iframe {
  width: 100% !important;
  margin-top: 20px;
}
.boothimage {
  max-width: 1200px;
  margin: 30px auto;
  text-align: center;
}
.boothimage img {
  max-width: 800px;
  width: 100%;
}
.invitationinfo {
  border: 1px solid #999;
  padding: 20px 30px;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}
@media (max-width: 767px) {
  .invitationinfo {
    padding: 20px 20px;
    font-size: 12px;
    text-align: left;
  }
  .invitationinfo br {
    display: none;
  }
}
/* ----------------
フッター
 ---------------- */
.footer {
  padding: 20px;
  /* background-color: #1C6AE0; */
  text-align: center;
  font-family: "Roboto";
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

/* ------------------------------
　　申し込みフォーム
------------------------------ */
/* ヘッダ */
.formheader {
  text-align: center;
  background-size: cover;
  background-position: center;
}
.formheader_container {
  /* background-color: rgba(28,106,224,0.7); */
  margin-bottom: 10px;
  padding: 40px 10px;
  width: 100%;
  text-align: center;
}
.formheader_container img {
  max-width: 900px;
}
.formheader_container .intro-lead-text {
  color: #fff;
  margin-top: 20px;
}
.postform .intro-lead-text {
  font-weight: bold;
  font-size: 20px;
}
/* フォーム */
.contact-box .message {
  margin: 30px 0 35px 0;
  font-weight: bold;
  color: #c41134;
}

.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}

.contact-form {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.contact-form-group {
  background: #fff;
}

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
}

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.33333%;
    padding: 25px 15px 25px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }
  .contact-form-control {
    width: 66.66667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  padding: 14px 5px 10px 5px;
}

.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}

.contact-box select {
  font-size: 16px;
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}
.formtext {
  font-size: 16px;
  margin: 0 auto 32px;
  text-align: left;
}
.formtext p {
  margin: 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #ccc;
}
.formtext span {
  font-weight: bold;
}
h2.formtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.formintrotext {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.formtext a {
  font-weight: bold;
}

.form-btn-box {
  text-align: center;
  margin-bottom: 30px;
}
.contact-box .entrycampaign {
  font-size: 20px;
  padding: 20px 30px;
  margin-top: 30px;
  width: 50%;
  min-width: 5em;
}
.form-btn-box {
}
.form-btn-box .textbtn {
  background-color: #fff;
  padding: 20px;
  font-size: 20px;
  border: solid 1px #999;
  width: 45%;
}
.form-btn-box #btnConfirm,
#btnSubmit {
  background-color: #f07229;
  font-weight: bold;
  color: #fff;
}
.form-btn-box #btnToInput {
  margin-right: 40px;
  color: #999;
  float: left;
}
@media (max-width: 767px) {
  h2.formtitle {
    font-size: 18px;
  }
  .formintrotext {
    font-size: 14px;
  }
  .contact-box .entrycampaign {
    width: auto;
  }
}

/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #c41134;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background: #ffebee !important;
}
