@charset "UTF-8";
/*  トップ  */
.top_area {
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.top_area img {
  width: 100%;
  height: auto;
  background-size: cover;
}
.top_area .logo {
  display: block;
  margin: 180px auto 230px;
}
.top_area .top_text01 {
  display: block;
  margin: 0 auto;
}
.top_area .top_text02 {
  font-size: 16px;
  line-height: 250%;
  width: 600px;
  display: block;
  margin: 50px auto 0;
  text-align: justify;
}
.top_area .top_text03 {
  font-size: 13px;
  width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 120px;
}

.title_contact {
  font-size: 43px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}

.sub {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}

.title_text01 {
  line-height: 1.5;
  text-align: center;
  margin-top: 75px;
}

.title_text02 {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 930px) {
  .title_contact {
    font-size: 30px;
  }
  .sub {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0;
  }
}
/*  detail  */
.container {
  width: 920px;
  margin-top: 175px;
}
@media screen and (max-width: 930px) {
  .container {
    width: 90%;
    margin-top: 150px;
  }
}
.container .titlebox .title01 {
  font-size: 18px;
  font-style: normal;
  line-height: 2;
  text-align: left;
  color: #088153;
}
.container .titlebox .title02 {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-top: 10px;
}
.container .titlebox .title03 {
  font-size: 24px;
  font-style: italic;
  line-height: 2;
  text-align: left;
  margin-top: 5px;
  color: #088153;
}
.container .content {
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 3;
  text-align: justify;
}
.container .content strong {
  font-weight: 600;
}
.container .content img {
  max-width: 100%;
  height: auto;
  margin: 60px 0;
}
.container .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container .content img.alignright {
  display: block;
  margin-left: auto;
}
.container .content .inline_spblock {
  display: inline-block;
}
@media screen and (max-width: 930px) {
  .container .content .inline_spblock {
    display: block;
  }
}

@media screen and (max-width: 1250px) {
  .container .content img {
    max-width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 930px) {
  .container .titlebox .title01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
  .container .titlebox .title02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .container .titlebox .title03 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 16px;
  }
  .container .content {
    font-size: 14px;
    margin-top: 35px;
    line-height: 2.4;
  }
  .container .content img {
    max-width: 100%;
    margin: 30px 0;
  }
}
/*  detail  */
.container3 {
  width: 100%;
  margin: 80px auto 0;
  padding: 130px 0;
  background-color: #088153;
}
@media screen and (max-width: 930px) {
  .container3 {
    padding: 50px 0 65px;
  }
}
.container3 .wrap {
  width: 1230px;
  background-color: #F5F5F5;
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 1295px) {
  .container3 .wrap {
    width: 95%;
  }
}
@media screen and (max-width: 930px) {
  .container3 .wrap {
    padding: 60px 0 75px;
  }
}
.container3 .cart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.container3 .cart_wrap .img {
  width: 450px;
  margin-left: auto;
  margin-right: 90px;
}
.container3 .cart_wrap .img .main {
  width: 450px;
  height: 450px;
  display: block;
  position: relative;
}
.container3 .cart_wrap .img .main:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.container3 .cart_wrap .img .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container3 .cart_wrap .desc {
  width: 420px;
  letter-spacing: 0.1em;
  margin-right: auto;
}
.container3 .cart_wrap .desc p:first-child {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.container3 .cart_wrap .desc p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
}
.container3 .cart_wrap .desc p:nth-child(2) span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  color: #088153;
}
.container3 .cart_wrap .desc .optionbox {
  width: 100%;
  margin-top: 50px;
  border-top: solid 1px #ACACAC;
  border-bottom: solid 1px #ACACAC;
  padding: 30px 0;
}
.container3 .cart_wrap .desc .optionbox table {
  width: 100%;
}
.container3 .cart_wrap .desc .optionbox table tr td {
  width: 30%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 6px;
}
.container3 .cart_wrap .desc .optionbox table tr td:last-child {
  width: 70%;
}
.container3 .cart_wrap .desc .optionbox table tr:last-child td {
  padding-bottom: 0;
}
.container3 .cart_wrap .desc .ryokinbox {
  width: 100%;
  margin-top: 50px;
}
.container3 .cart_wrap .desc .ryokinbox table {
  width: 100%;
}
.container3 .cart_wrap .desc .ryokinbox table tr td {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-top: 20px;
  color: #088153;
}
.container3 .cart_wrap .desc .ryokinbox table tr td:last-child {
  font-size: 20px;
}
.container3 .cart_wrap .desc .ryokinbox table tr td:last-child span {
  font-size: 12px;
  color: #088153;
}
.container3 .cart_wrap .desc .ryokinbox table tr:first-child td {
  padding-top: 0;
}
.container3 .cart_wrap .desc .btn_detail {
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  border: solid 1px #088153;
  background: #088153;
  margin-top: 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 930px) {
  .container3 .cart_wrap .desc .btn_detail {
    margin: 50px auto 0;
  }
}
.container3 .cart_wrap .desc .btn_detail:hover {
  opacity: 0.7;
}
.container3 .cart_wrap .desc .btn_detail span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
  margin: auto;
}

@media screen and (max-width: 1250px) {
  .container3 .cart_wrap .img {
    width: 360px;
    margin-right: 100px;
  }
  .container3 .cart_wrap .img .main {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 930px) {
  .container3 .cart_wrap {
    display: block;
  }
  .container3 .cart_wrap .img {
    width: 100%;
    margin-right: 0;
  }
  .container3 .cart_wrap .img .main {
    width: 100%;
    height: auto;
  }
  .container3 .cart_wrap .img .main img {
    padding: 0 6px;
  }
  .container3 .cart_wrap .desc {
    width: 85%;
    margin: 36px auto 0;
  }
  .container3 .cart_wrap .desc p:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0;
  }
  .container3 .cart_wrap .desc p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-top: 24px;
  }
  .container3 .cart_wrap .desc .optionbox table tr td {
    width: 30%;
    font-size: 12px;
  }
  .container3 .cart_wrap .desc .optionbox table tr td:last-child {
    width: 70%;
    padding-left: 10px;
  }
  .container3 .cart_wrap .desc .ryokinbox {
    margin-top: 24px;
  }
  .container3 .cart_wrap .desc .ryokinbox table {
    display: block;
  }
  .container3 .cart_wrap .desc .ryokinbox table tbody {
    display: block;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr {
    display: block;
    margin-top: 20px;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr:first-child {
    margin-top: 0;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 0;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td:last-child {
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td:last-child span {
    font-size: 14px;
  }
}
#slider {
  overflow: hidden;
}

#thumbnail-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
#thumbnail-list li {
  margin: 3px;
}
#thumbnail-list li:first-child {
  margin-left: 0;
}
#thumbnail-list li:nth-child(5n) {
  margin-right: 0;
}
#thumbnail-list li:nth-child(5n+1) {
  margin-left: 0;
}
#thumbnail-list li:last-child {
  margin-right: auto;
}
#thumbnail-list li span {
  width: 85px;
  height: 85px;
  display: block;
  cursor: pointer;
  position: relative;
}
#thumbnail-list li span:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#thumbnail-list li span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbnail-list li span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1250px) {
  #thumbnail-list li {
    margin: 3px;
  }
  #thumbnail-list li:first-child {
    margin-left: 0;
  }
  #thumbnail-list li:nth-child(4n) {
    margin-right: 0;
  }
  #thumbnail-list li:nth-child(4n+1) {
    margin-left: 0;
  }
  #thumbnail-list li:nth-child(5n) {
    margin-right: 3;
  }
  #thumbnail-list li:nth-child(5n+1) {
    margin-left: 3;
  }
  #thumbnail-list li:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 930px) {
  #thumbnail-list li:first-child {
    margin-left: 0;
  }
  #thumbnail-list li:nth-child(5n) {
    margin-right: 3px;
  }
  #thumbnail-list li:nth-child(5n+1) {
    margin-left: 3px;
  }
  #thumbnail-list li:nth-child(4n) {
    margin-right: 0;
  }
  #thumbnail-list li:nth-child(4n+1) {
    margin-left: 0;
  }
  #thumbnail-list li:last-child {
    margin-right: auto;
  }
  #thumbnail-list li span {
    overflow: hidden;
  }
}
.prev-arrow, .next-arrow {
  width: 21px;
  height: 39px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 19px);
  z-index: 10;
}
.prev-arrow:hover, .next-arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.prev-arrow.slick-disabled, .next-arrow.slick-disabled {
  display: none !important;
}

.prev-arrow {
  left: 25px;
}

.next-arrow {
  right: 25px;
}

/*  カート  */
.cartjs_box {
  margin-top: 20px !important;
}
.cartjs_box form {
  display: block;
}
.cartjs_box form table {
  width: 100% !important;
  margin: 0 !important;
}
.cartjs_box form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartjs_box form table tr.cartjs_product_num {
  width: 100%;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.cartjs_box form table tr.cartjs_option {
  width: 100%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.cartjs_box form table tr.cartjs_option td:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #088153;
  border-right: solid 2px #088153;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
@media screen and (max-width: 930px) {
  .cartjs_box form table tr.cartjs_option td:after {
    right: 25px;
    border-bottom: solid 1px #088153;
    border-right: solid 1px #088153;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
  }
}
.cartjs_box form table th {
  display: none;
}
.cartjs_box form table td {
  width: 100% !important;
  display: block !important;
  position: relative;
  margin-bottom: 10px;
}
.cartjs_box form table input {
  width: 20px !important;
}
.cartjs_box form table input.cartjs_product_input_txt {
  width: 75px !important;
  height: 40px;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 15px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #088153 !important;
  border-radius: 20px !important;
  color: #088153;
}
.cartjs_box form table select {
  width: 100% !important;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 15px 20px !important;
  color: #088153 !important;
  border: solid 1px #088153 !important;
  background-color: #ffffff !important;
  border-radius: 25px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 1 !important;
}
.cartjs_box form table select option {
  width: 100% !important;
}
.cartjs_box form .cartjs_cart_in {
  width: 250px !important;
  margin: 0 !important;
  position: relative;
}
.cartjs_box form .cartjs_cart_in:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../img_detail/icon_cart.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cartjs_box form .cartjs_cart_in input {
  height: 50px !important;
  font-weight: 400 !important;
  width: 100% !important;
  border-radius: 25px !important;
  border: solid 1px #088153 !important;
  background: #088153 !important;
  color: #ffffff !important;
  letter-spacing: 0.2em;
  text-indent: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cartjs_box form .cartjs_cart_in input:hover {
  background: #088153 !important;
  color: #ffffff !important;
  opacity: 0.7;
}

@media screen and (max-width: 930px) {
  .cartjs_block {
    padding: 0 !important;
  }
  .cartjs_box {
    margin-top: 30px !important;
    padding: 0 !important;
    border: none !important;
  }
  .cartjs_box form {
    display: block;
  }
  .cartjs_box form table td {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .cartjs_box form table input {
    width: 50px !important;
  }
  .cartjs_box form .cartjs_buy {
    width: 100% !important;
    margin: 0 !important;
  }
  .cartjs_box form .cartjs_buy p {
    margin-top: 10px !important;
  }
  .cartjs_box form .cartjs_buy input {
    width: 100% !important;
    border-radius: 0 !important;
    background-color: #088153 !important;
    background: #088153 !important;
    background-image: none !important;
    border: none !important;
    letter-spacing: 0.2em;
    padding: 20px 5px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
  }
  .cartjs_box form .cartjs_cart_in {
    margin: 50px auto 0 !important;
  }
  header.pc_head, header.pc_head01, header.sp_head01 {
    display: none;
  }
}
/* 父の日注文フォーム*/
.fathers-day {
  /*  トップ  */
}
.fathers-day .container > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: justify;
  margin-top: 15px;
  color: inherit;
}
.fathers-day .container > p span {
  color: inherit;
}
.fathers-day .container > p strong {
  font-weight: bold;
  color: inherit;
}
.fathers-day .container > p:nth-child(2) {
  margin-top: 90px;
}
.fathers-day .container img {
  max-width: 100%;
  height: auto;
}
.fathers-day .error {
  color: #ff0000;
}
.fathers-day .contact .submit {
  display: none;
}
.fathers-day .confirm .sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.fathers-day .confirm .sbmt .back {
  width: 230px;
  margin: 0 20px 0 auto;
}
.fathers-day .confirm .sbmt .submit {
  width: 230px;
  margin: 0 auto 0 0;
}
.fathers-day .confirm .sbmt br {
  display: none;
}
.fathers-day .top_area {
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.fathers-day .top_area img {
  width: 100%;
  height: auto;
  background-size: cover;
}
.fathers-day .top_area .logo {
  display: block;
  margin: 180px auto 230px;
}
.fathers-day .top_area .top_text01 {
  display: block;
  margin: 0 auto;
}
.fathers-day .top_area .top_text02 {
  font-size: 16px;
  line-height: 250%;
  width: 600px;
  display: block;
  margin: 50px auto 0;
  text-align: justify;
}
.fathers-day .top_area .top_text03 {
  font-size: 13px;
  width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 120px;
}
.fathers-day .title_contact {
  font-size: 34px;
  line-height: 1.8;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}
.fathers-day .sub {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}
.fathers-day .title_text01 {
  line-height: 1.5;
  text-align: center;
  margin-top: 75px;
}
.fathers-day .title_text02 {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 930px) {
  .fathers-day .title_contact {
    font-size: 30px;
  }
  .fathers-day .sub {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0;
  }
}
.fathers-day .contactflag {
  margin-right: 5px;
  vertical-align: middle;
}
.fathers-day table {
  width: 540px;
  margin: 30px auto 0;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 930px) {
  .fathers-day table {
    width: 100%;
  }
}
.fathers-day table tr td {
  width: 300px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px 0;
  vertical-align: top;
  border: 0px;
}
.fathers-day table tr td:first-child {
  width: 200px;
  padding-top: 30px;
}
.fathers-day table tr td.top {
  vertical-align: top;
}
.fathers-day table tr td input, .fathers-day table tr td select, .fathers-day table tr td textarea {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 2px #dddddd;
  border-radius: 0;
  outline: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fathers-day table tr td.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fathers-day table tr td.radio .mwform-radio-field {
  width: 200px;
}
.fathers-day table tr td.radio .mwform-radio-field input {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.fathers-day table tr td textarea {
  height: auto;
}
@media screen and (max-width: 1250px) {
  .fathers-day .container {
    width: 80%;
  }
  .fathers-day .container.w65 {
    width: 65%;
  }
  .fathers-day table tr td {
    width: 33vw;
  }
  .fathers-day table tr td:first-child {
    width: 200px;
  }
  .fathers-day table tr td.radio {
    width: 100%;
  }
  .fathers-day table tr td.radio .mwform-radio-field {
    width: 30%;
  }
}
@media screen and (max-width: 930px) {
  .fathers-day .container {
    width: 90%;
  }
  .fathers-day .container.w65 {
    width: 90%;
  }
  .fathers-day table {
    display: block;
  }
  .fathers-day table tbody {
    display: block;
  }
  .fathers-day table tr {
    display: block;
  }
  .fathers-day table tr td {
    width: 100%;
    display: block;
  }
  .fathers-day table tr td:first-child {
    width: auto;
    border-bottom: none;
    padding: 20px 0 0;
  }
  .fathers-day table tr td:last-child {
    padding: 10px 0 20px 0;
  }
  .fathers-day table tr td.radio {
    display: block;
    width: 100%;
  }
  .fathers-day table tr td.radio .mwform-radio-field {
    display: block;
    width: 100%;
  }
  .fathers-day table tr td.radio .mwform-radio-field input {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }
}
.fathers-day .privacybox {
  width: 540px;
  height: 300px;
  overflow-y: scroll;
  border: solid 2px #dddddd;
  margin: 20px auto 0;
}
.fathers-day .privacybox p {
  padding: 40px 50px 0;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.fathers-day .privacybox p:last-child {
  padding: 40px 50px;
}
@media screen and (max-width: 930px) {
  .fathers-day .privacybox {
    width: 100%;
  }
  .fathers-day .privacybox p {
    font-size: 14px;
    padding: 20px;
  }
}
.fathers-day .privacybtn {
  text-align: center;
  margin-top: 50px;
}
.fathers-day .privacybtn input {
  margin-right: 5px;
}
.fathers-day .sbmt input {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  margin: 60px auto 0;
  padding: 20px 80px;
  color: #ffffff;
  background-color: #088153;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 930px) {
  .fathers-day .sbmt input {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .fathers-day .privacybtn {
    font-size: 14px;
  }
}
.fathers-day .set-select {
  height: auto;
  padding-bottom: 14px;
}

.confirm .sbmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.confirm .sbmt .back {
  width: 230px;
  margin: 0 20px 0 auto;
}
.confirm .sbmt .submit {
  width: 230px;
  margin: 0 auto 0 0;
}
.confirm .sbmt br {
  display: none;
}

.wp-embed {
  padding: 20px 25px !important;
}

.wp-embedded-content {
  position: relative !important;
  width: 100%;
}

.wp-embed-featured-image .square {
  margin-bottom: 0 !important;
}

.wp-embed-heading {
  font-size: 18px !important;
}/*# sourceMappingURL=style_detail.css.map */