/*******************************

contact CSS

**********************************/
@charset "utf-8";
.contact .contents {
  margin-bottom: 100px;
}

@media all and (max-width: 900px) {
  .contact .contents {
    margin-bottom: 40px;
  }
}

.contact .contents .inner {
  max-width: 960px;
}
.contact p {
  text-align: center;
}

.contact .inner > p > span {
  margin: 0 5px;
  display: inline-block;
}

p.note {
  margin-top: 30px;
}
p.note .required {
  color: #d71c24;
}

.form {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 800px;
}

@media all and (max-width: 1024px) {
  .form {
    width: 90%;
  }
}

.contact .form-inner {
  margin: 0 auto;
  margin-bottom: 50px;
}
.contact .form-inner dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact dl dt {
  width: 30%;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.contact dl dt span {
  display: inline-block;
}
.contact dl dt small {
  font-size: 1.3rem;
  display: inline-block;
}

dl dd {
  width: 70%;
  padding: 0 15px;
  margin-bottom: 10px;
}

dl dd span.zip-icon {
  display: inline-block;
  margin-right: 10px;
}

.contact dl dd .mwform-checkbox-field label {
  display: inline-block;
}

.contact input[type="checkbox"] {
  width: 10px;
  cursor: pointer;
}
.contact input[type="radio"] {
  width: auto;
}

.contact dl dd input,
.contact dl dd textarea {
  -webkit-appearance: none;
  width: 100%;
  color: #323232;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  background-color: #fff;
  cursor: text;
  margin: 0em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  font-size: 1.5rem;
  border-radius: 0;
}
.contact dl dd input.tel {
  width: 25%;
}

input:-internal-autofill-selected {
  background-color: rgba(0, 74, 170, 0.5) !important;
}
.contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  margin-right: 10px;
}
.required::before {
  content: "*";
  display: inline-block;
  color: #d71c24;
}

span.error {
  color: #d71c24;
}

.contact .privacy {
  width: 100%;
  margin-bottom: 30px;
}

.contact .privacy > p {
  font-weight: 600;
  position: relative;
  text-align: center;
}

.contact .privacy > p a {
  font-weight: 400;
  color: #004aaa;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
}

.contact .privacy div {
  border: 1px solid #e6e6e6;
  padding: 10px;
  overflow: scroll;
  max-height: 150px;
  overflow: scroll;
}

.contact .privacy div p {
  font-size: 1.1rem;
  text-align: left;
}

.contact .privacy-note {
  text-align: center;
  margin-bottom: 50px;
}

.submit {
  text-align: center;
}
.contact .confirm-btn {
  display: none;
}
.contact .c-btn {
  padding: 0.7em 0;
}

.form-btn {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  color: #fff;
  /* background-color: #004aaa; */
}

.form-btn:hover {
  /* color: #004aaa;
  background-color: #fff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}
.js-modal-switch {
  cursor: pointer;
}

@media all and (max-width: 900px) {
  .form {
    width: 85%;
  }

  .contact .form-inner {
    margin-bottom: 30px;
  }
  .contact .dorm-inner dl {
    margin-bottom: 10px;
  }

  .contact .dorm-inner dl:last-of-type {
    margin-bottom: 0;
  }

  .contact dl dt {
    width: 30%;
    text-align: left;
    padding: 0;
    vertical-align: top;
  }

  dl dd {
    width: 70%;
    padding: 0;
  }

  .contact .privacy > p a {
    position: static;
    display: inline-block;
    margin-left: 20px;
  }
  .contact .privacy-note {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 600px) {
  .form {
    width: 90%;
  }

  .contact .intro {
    width: 90%;
    margin: 0 auto;
  }
  .contact .form-inner {
    margin-bottom: 0;
  }

  .contact .form-inner dl {
    display: block;
    margin-bottom: 30px;
  }

  .contact dl dt {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact dl dt small {
    margin-left: 20px;
  }

  dl dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact .privacy > p {
    text-align: center;
    line-height: 1.4em;
  }

  .contact .privacy > p a {
    margin-left: 0;
  }
  .form-btn:hover {
    color: #fff;
    /* background-color: #004aaa; */
    box-shadow: none;
  }
}

/* 確認画面 */

.confirm dl dd {
  background-color: #f2f2f2;
  padding: 3px 10px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    sans-serif;
}
.contact .confirm dl dd input,
.contact .confirm dl dd textarea {
  bottom: none;
}

.confirm .privacy,
.confirm .privacy-note,
.confirm .submit,
.confirm .select,
.confirm .privacy-txt {
  display: none;
}

.contact .confirm .confirm-btn {
  width: calc(500px + 5%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 900px) {
  .contact .confirm .form {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .contact .confirm .form {
    margin-bottom: 60px;
  }
  .contact .confirm .confirm-btn {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .contact .confirm .confirm-btn .c-btn {
    margin-bottom: 20px;
  }
  .contact .confirm .confirm-btn .c-btn:last-of-type {
    margin-bottom: 0;
  }
}

/*******************************

entry CSS

**********************************/

.contact.entry dl {
  margin-bottom: 50px;
}

.contact.entry dl.address dd input {
  margin-bottom: 10px;
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 900px) {
  .contact.entry .contents {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
}

/*******************************

privacy modal CSS

**********************************/

.privacy_area {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: 0.3s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 500;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  display: flex;
}

.privacy_area.show {
  opacity: 1;
  pointer-events: all;
}

.privacy_area .inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .privacy_area .inner {
    margin: 0;
  }
}

.privacy_area .inner .close-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 15px;
}

.privacy_area .inner .close-btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.privacy_area .inner .close-btn span::before,
.privacy_area .inner .close-btn span::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.privacy_area .inner .close-btn span::before {
  transform: rotate(-45deg);
  left: 20px;
}

.privacy_area .inner .close-btn span::after {
  transform: rotate(45deg);
  right: 28px;
}

.privacy_area .txt-contents {
  position: relative;
  width: 100%;
  max-height: 60vh;
  margin: 0 auto;
  text-align: center;
  overflow: scroll;
  background-color: #fff;
  padding: 30px 40px;
}

.privacy_area .block {
  width: 100%;
  margin-bottom: 40px;
}

.privacy_area p {
  line-height: 1.6;
  margin: 0 0 10px 0;
  text-align: left;
}
.privacy_area .ttl {
  font-size: 2rem;
  font-weight: bold;
}
.privacy_area ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.privacy_area ul li {
  list-style-type: disc;
  line-height: 1.6;
  margin: 0 0 10px 1em;
  padding: 0 0 0 -1em;
  text-align: left;
}

@media all and (max-width: 600px) {
  .privacy_area p {
    font-size: 1.4rem;
  }
  .privacy_area .ttl {
    font-size: 1.8rem;
  }
  .privacy_area ul {
  }
  .privacy_area ul li {
    font-size: 1.4rem;
  }
  .privacy_area .txt-contents {
    max-height: 50vh;
    padding: 30px 20px;
  }
}

/*******************************

t shuts CSS

**********************************/

.t_sh .sec_ttl {
  margin-bottom: 50px;
}
.t_sh .sec_ttl .ja {
  padding-bottom: 15px;
}
.t_sh h4.head {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.t_sh p.intro {
  margin-bottom: 50px;
  text-align: center;
}

.t_sh .block {
  margin-bottom: 80px;
}
.t_sh .note {
  margin-top: 0;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media all and (max-width: 900px) {
  .t_sh .contents {
    width: 85%;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .t_sh .page_ttl {
    padding: 0 20px;
    margin: 0 auto 10px;
  }
  .t_sh .page_ttl h2 {
    align-items: center;
  }
  .t_sh .contents {
    width: 90%;
  }
  .t_sh .sec_ttl .ja {
    font-size: 2rem;
  }
  .t_sh h4.head {
    font-size: 1.6rem;
  }
  .t_sh p.intro {
    width: 100%;
  }
}

/* モデル */
.t_sh .eitor_area {
  padding-top: 0;
  padding-bottom: 0;
}
.t_sh .model_area .c-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}

.t_sh ul.goods_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.t_sh ul.goods_list li {
  width: 30%;
}
.t_sh ul.goods_list li figure {
  width: 95%;
  margin: 0 auto 10px;
}
.t_sh ul.goods_list li .ttl {
  text-align: center;
  font-size: 1.6rem;
}
.t_sh ul.goods_list li .detail {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .t_sh ul.goods_list {
    display: block;
  }
  .t_sh ul.goods_list li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
  }
  .t_sh ul.goods_list li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .t_sh .model_area .note {
    text-align: center;
  }
}

/* 価格 */
.t_sh .price {
  font-size: 2rem;
  margin-bottom: 20px;
}

.t_sh .price span {
  /* font-size: 1.4rem; */
}
.t_sh .price_area .note {
  text-align: center;
}

/* 流れ */

.t_sh ol.flow {
  max-width: 400px;
  margin: 0 auto 30px;
}

.t_sh ol.flow li {
}
.t_sh ol.flow li::after {
  content: "↓";
  display: block;
}
.t_sh ol.flow li:last-of-type:after {
  display: none;
}
.t_sh .flow_block .note {
  max-width: 400px;
  margin: 0 auto;
  white-space: nowrap;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .t_sh .flow_ttl {
    line-height: 1.4;
  }
  .t_sh .flow_ttl .c-parenth {
    position: relative;
    display: inline-block;
  }
  .t_sh .flow_ttl .c-parenth::before,
  .t_sh .flow_ttl .c-parenth::after {
    position: absolute;
    line-height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 3;
  }
  .t_sh .flow_ttl .c-parenth::before {
    left: -2.5em;
  }
  .t_sh .flow_ttl .c-parenth::after {
    right: -2.5em;
  }

  .t_sh .flow_block .note {
    max-width: 100%;
    white-space: normal;
  }
}
/* お支払い */
.t_sh .pay_area {
  display: flex;

  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.t_sh .pay_area p {
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.t_sh .pay_area p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.t_sh .pay_area dl {
  padding-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.t_sh .pay_area dl dt {
  white-space: nowrap;
  width: auto;
  padding: 0;
}
.t_sh .pay_area dl dt::after {
  content: "：";
  padding: 0 0.5em;
}

.t_sh .pay_area dl dd {
  text-align: left;
  padding: 0;
}
.t_sh .pay_area .note {
  text-align: center;
}
@media all and (max-width: 900px) {
  .t_sh .pay_area dl {
    /* margin: 0 auto; */
  }
}
@media all and (max-width: 600px) {
  .t_sh .pay_area dl {
    margin-top: 20px;
  }
  .t_sh .pay_area dl {
    width: 100%;
    display: block;
    padding: 20px 10px;
    background-color: #e9e9e9;
  }
  .t_sh .pay_area dl dt {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .t_sh .pay_area dl dt::after {
    display: none;
  }

  .t_sh .pay_area dl dd {
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
  .t_sh .pay_area .note {
    text-align: left;
    padding-top: 10px;
  }
}

.t_sh .to_error {
  /* color: #b20000; */
  margin-top: 40px;
  text-align: center;
}
.t_sh .so-item01 .item01,
.t_sh .so-item02 .item02,
.t_sh .so-item03 .item03,
.t_sh .so-item04 .item04,
.t_sh .so-item05 .item05,
.t_sh .so-item06 .item06,
.t_sh .so-item07 .item07,
.t_sh .so-item08 .item08 {
  opacity: 0.4;
}

.t_sh .confirm .so-item01 .item01,
.t_sh .confirm .so-item02 .item02,
.t_sh .confirm .so-item03 .item03,
.t_sh .confirm .so-item04 .item04,
.t_sh .confirm .so-item05 .item05,
.t_sh .confirm .so-item06 .item06,
.t_sh .confirm .so-item07 .item07,
.t_sh .confirm .so-item08 .item08 {
  display: none;
}

/* フォーム */

.t_sh .form {
  margin-top: 0;
}
/* .t_sh .form .intro {
  display: none;
}
.t_sh .confirm .form .intro.confirm {
  display: block;
}
.t_sh .complete .form .intro.complete {
  display: block;
} */
.t_sh .input-wr li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
}
.t_sh .input-wr li:last-of-type {
  margin-bottom: 0;
}
.t_sh .w20 {
  width: 3em;
}
.t_sh .w70 {
  width: 7em;
}
.t_sh .zip_area {
  width: 8em;
  margin: 0 0.5em;
}

.t_sh .form dl dd div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.t_sh .confirm .form dl dd span.note {
  display: none;
}
@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .t_sh .form {
    width: 100%;
  }
}

.closing {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #b20000;
  border: 3px solid #b20000;
  font-size: 2rem;
}
.closing:hover {
  color: #b20000;
  opacity: 0.7;
}

@media all and (max-width: 900px) {
  .closing {
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .closing {
    font-size: 1.6rem;
  }
}
