@charset "utf-8";
.modal-contents-post {
  padding: 0;
  background-color: #fff;
  height: auto;
  overflow-x: hidden;
  max-height: 77vh;
}
.modal-contents-inner-post {
  padding: 0;
  overflow: visible;
  overflow-y: scroll;
  height: 77vh;
}
.modal-contents-post * {
  box-sizing: border-box;
}
.modal-contents-inner-upload .shop-name, .textarea-box .menu-name, .post_figure-box, .post_point-box {
  background-color: #f4f4f4;
}

.or_select-tip:hover, .select-button:hover, .textarea-box .menu-name:focus {
  background-color: #eee;
  outline: 0;
  transition: 0s;
}
.modal-contents-inner-upload .modal-button {
  background-color: #946b39;
}
.upload {
  color: #946b39;
}
.post-button_box {
  background-color: #F1EBE5;
}
.textarea-tip_name, .modal-button.light-button {
  color: #946b39;
}
.modal-contents-inner-upload .shop-name, .check-tip_name,.modal-done_message,.button-microcopy {
  color: #888;
}
.menu-name {
  color: #3e3e3e;
}
.post-point {
  color: #a6764f;
}
/*.modal-contents-inner-upload .shop-name, .post_box, .modal-done_message, .continue-box {*/
.modal-contents-inner-upload .shop-name, .modal-done_message, .continue-box {
  padding: 0 20px;
}
.modal-done_message {
  font-size: 14px;
  line-height: 132%;
}
.modal-button {
  width: 100%;
  display: block;
  padding: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: none;
  line-height: 1em;
  position: relative;
  font-size: 14px;
}
/* ----------------------------------------------------------------------------
 imgup modal
---------------------------------------------------------------------------- */
.modal-contents-inner-upload .shop-name {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}

.modal-post-ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 22px 0;
}

.post_box {
  margin-top: 24px;
  /*margin-bottom: 24px;*/
}

.post_max_size {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #888888;
  margin-bottom: 25px;
}

.post_box.add-img-box {
  padding: 0px 20px 10px 20px;
}

.photo_disp_parts {
  padding: 0 20px;
}

.post-img_box {
  border-radius: 4px;
}

.post-img_box img {
  vertical-align: bottom;
}
.post-figcaption {
  margin-top: 8px;
  margin-bottom: 30px;
}
.post_box .and_select-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px;
}
.and_select-box input[type="radio"], .textarea-box input[type="checkbox"], input[type="file"] {
  display: none;
}
.post-figcaption .and_select-box li {
  margin: 0;
  margin-top: 1px;
}
.post-figcaption input[type='text'] {
  width: 100%;
}
.and_select-box .check-tip_name {
  display: block;
  padding: 10px 0px;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee
}
.select-button {
  overflow: hidden;
  width: calc(100% / 3);
}
.select-button:first-child,
.select-button:first-child .check-tip_name {
  border-top-left-radius: 4px;
}
.select-button:nth-child(2) {
  border-top-right-radius: 4px;
  border-right: 1px solid #eee;
  margin: 0;
}
.post-figcaption .and_select-box .select-button:first-child,
.post-figcaption .and_select-box .select-button:nth-child(2) {
  margin-bottom: -1px;
  width: 50%;
}
.select-button:first-child .check-tip_name,
.select-button:nth-child(2) .check-tip_name {
  border-bottom: 0;
}
.select-button:first-child .check-tip:checked + .check-tip_name,
.select-button:nth-child(2) .check-tip:checked + .check-tip_name {
  border-bottom: 0;
  margin-bottom: 0;
}
.select-button:nth-child(3),
.select-button:nth-child(3) .check-tip_name {
  border-bottom-left-radius: 4px;
}
.select-button:last-child .check-tip_name{
  border-bottom-right-radius: 4px;
}
.select-button:last-child .check-tip_name {
  border-right: 1px solid #eee;
}
.select-button .check-tip:checked + .check-tip_name {
  background-color: #666666;
  color: #fff;
  border: 1px solid #666666;
}
.textarea-box {
  margin-top: 8px;
}
.menu-name {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #eee;
  vertical-align: bottom;
  box-shadow: none;
}
.upload {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #EDE9E5;
  padding: 16px;
  border-radius: 4px;
  transition: 0s;
  font-size: 14px;
}
.upload:before {
  content: url(../../img/sp/upload-photo_brown.svg);
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 4px;
}
.upload:hover {
  transition: 0s;
}
.post-button_box {
  /*padding: 40px;*/
  display: flex;
  border: 30px solid #F0EBE6;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px;
}

.post_point-box {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.post-point {
  font-size: 20px;
  font-weight: 700;
}
.continue-box{
	margin-top: 24px;
    margin-bottom: 24px;
}
.button-microcopy {
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
  line-height: 120%;
}

.photo_report {
  display: none;
  position: fixed;
  text-align: right;
  bottom: 0;
  width: 100%;
  height: 20px;
  z-index: 10000;
  font-size: 9px;
}

.photo_report a {
  padding : 10px;
}

.loading-img-area {
  height: 100px;
  position: relative;
}

.modal-contents .loading-img-area img.post-loading {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 40px;
  left: 45%;
}
/* ----------------------------------------------------------------------------
 thankyou
---------------------------------------------------------------------------- */

.thankyou_img {
  width: 32px;
  margin: 42px auto 0;
  line-height: 100%;
}
.jingle {
  animation: jingle 2s ease-out .8s 1;
  -webkit-animation: jingle 2s ease-out .8s 1;
}
@-webkit-keyframes jingle {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20%, 30% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -4deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -4deg);
  }
  50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 4deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -4deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -4deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jingle {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20%, 30% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -4deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -4deg);
  }
  50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 4deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -4deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -4deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Twitter link */
.modal-done_postphoto_tweet {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500
}

.img-delete-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  background-color: rgba(0,0,0,0.4);
  border-radius: 7px;
}
.img-delete-btn span::before,
.img-delete-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 63%;
  width: 60%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #ffffff;
}
.img-delete-btn span::before {
  transform: rotate(-45deg);
}
.img-delete-btn span::after {
  transform: rotate(45deg);
}

.img-display {
  position: relative;
}

.img-delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}