@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/

.no-borderBox {
  position: relative;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  /* background: #FFF; */
}

/* p {
  word-wrap: normal;
  font-size: 14px;
  line-height: 30.25px;
  color: #333333;
} */

a, a:hover {
  text-decoration: none;
  color: #000000;
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.sp {
  display: none;
}


.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}




/* .modal_cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
} */
.modal-open .modal_cover .modal {
  -webkit-overflow-scrolling: touch;
}
.modal-content > .modal-header {
  height: 40px;
}
.modal-content > .modal-header > button.close {
  float: right;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 0;
}
.modal-content > .modal-body {
  background: #FFF;
  position: relative;
  padding: 15px 80px 60px;
}
.modal-content > .modal-body:before {
  content: " ";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../../img/entry/i_04.png) no-repeat 0 0;
  width: 780px;
  height: 106px;
  top: -33px;
  left: 2px;
  right: 0;
  bottom: auto;
}
.modal-content > .modal-body > .form_box p.t1 {
  font-size: 32px;
  color: #82b4a0;
  font-weight: bold;
  text-align: center;
  padding: 90px 0 42px;
}
.modal-content > .modal-body > .form_box p.t2 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 42px;
}
.modal-content > .modal-body > .form_box p.t3 {
  font-size: 14px;
  margin: 13px 0 17px;
  text-align: center;
}
.modal-content > .modal-body > .form_box p.t3 > a {
  color: #82b4a0;
  text-decoration: underline;
}
.modal-content > .modal-body > .form_box p.t3 > a:hover {
  text-decoration: none;
}
.modal-content .modal-body .form_box form table {
  width: 100%;
  table-layout: fixed;
}
.modal-content .modal-body .form_box form table > tbody > tr > th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  width: 250px;
  vertical-align: top;
}
.modal-content .modal-body .form_box form table > tbody > tr > th > .must > span {
  font-size: 16px;
  color: #d61010;
  position: relative;
  top: 0px;
  left: 8px;
}
.modal-content .modal-body .form_box form table > tbody > tr > td {
  padding: 10px 0;
  font-size: 16px;
}
.modal-content .modal-body .form_box form table tbody tr td input:not([type="radio"]) {
  width: 100%;
  font-size: 14px;
  padding: 7px 15px 8px;
  color: #000;
  position: relative;
  top: -6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select {
  width: 100%;
  font-size: 14px;
  padding: 4px 10px 8px;
  position: relative;
  top: 0;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select:disabled {
  opacity: 0.6;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select option {
  font-size: 14px;
  padding: 0 0 0;
}
.modal-content .modal-body .form_box form table tbody tr td textarea {
  width: 100%;
  font-size: 14px;
  padding: 7px 15px 8px;
  color: #000;
  position: relative;
  top: -5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table tbody tr td textarea.address {
  height: 70px;
}
.modal-content .modal-body .form_box form table tbody tr td textarea.free {
  height: 125px;
}
.modal-content .modal-body .form_box form input.hidden {
  display: none !important;
}
.modal-content .modal-body .form_box form .submit_box .more {
  width: 260px;
  padding: 18px 0 18px;
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #82b4a0;
  background-image: url(../../img/v_10.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px auto;
  border: none;
  position: relative;
  cursor: pointer;
}
.modal-content .modal-body .form_box form#mailformpro label {
  padding: 0;
  border: none;
  margin: 0;
}
.modal-content .modal-body .form_box form#mailformpro label.mfp_checked {
  background-color: unset;
  box-shadow: unset;
}
.modal-content .modal-body .form_box form#mailformpro label + label {
  margin-left: 20px;
}

#entry_form_modal .modal {
  background: rgba(157, 222, 196, 0.7);
}

#entry_form_modal .modal-content .modal-body {
  background: #FFF !important;
  position: relative !important;
  padding: 15px 80px 60px !important;
}

#entry_form_modal .modal-content .modal-body:after {
  content: " " !important;
  display: block;
  position: absolute;
  margin: auto;
  background: url(../../img/entry/i_04.png) no-repeat 0 0;
  width: 780px;
  height: 106px;
  top: -33px;
  left: 2px;
  right: 0;
  bottom: auto;
}

#entry_form_modal .modal-content .modal-header {
  padding: 10px 0 20px !important;
}

#entry_form_modal .modal-content .modal-header button.close img {
  width: 40px !important;
}

@media screen and (max-width: 768px) {
  #entry_form_modal .modal-content .modal-body {
    padding: 0 4% 4% !important;
    margin: 0 0 30px !important;
  }
  #entry_form_modal .modal-content .modal-body:after {
    background: url(../../img/entry/i_04_sp.png) no-repeat 0 0;
    background-size: contain;
    width: 210px;
    height: 52px;
    top: -22px;
  }
}
