@charset "UTF-8";
/*
CORDING BY akihirohiramoto.jp/
*/
/*背景カラー*/
/*$bg_a:rgba(238,238,245,1);230, 225, 225*/
/*黒*/
/*白*/
/*グレイ*/
/*リンクカラー*/
/*御幸カラー*/
/*フォーム用アラート*/
/*テーマカラー*/
/*240,180,0,1*/
/*テキストシャドウ黒（ライトorダーク）*/
/*CF7 オリジナル*/
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: none; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: none; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: none; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: none; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: none;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: none;
  background: none;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: none;
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/*
CORDING BY akihirohiramoto.jp/
*/
/*お問い合わせフォーム*/
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: rgb(0, 0, 0);
}

.cfseven-form { /*フォームボックス開始*/
  display: block;
  margin-top: 4em;
}

.form-inner {
  display: block;
}

.sent .form-inner {
  display: block;
}

.wpcf7 label { /*名前欄*/
  font-size: 1.2rem;
}

.wpcf7 .labelbox { /*名前欄*/
  display: block;
  margin-bottom: 4em;
  width: 50%;
}

.wpcf7 .labelbox-b { /*メッセージ欄*/
  display: block;
  width: 100%;
  margin-bottom: 4em;
  padding-top: 1em;
}

/*表示領域が===以上（min）以下（max）*/
@media screen and (max-width: 960px) {
  .wpcf7 .labelbox,
  .wpcf7 .labelbox-b {
    width: 100%;
  }
}
.wpcf7 p.p-small { /*ご来店希望について注意書き*/
  display: block;
  padding-top: 2em;
}

.wpcf7 p.p-smaller { /*PDFURLを希望しない胸の注意書き*/
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7em;
}

.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: rgba(0, 0, 0, 0.75);
  padding: 0.5em 1em;
  font-size: 1.4rem;
  width: 100%;
  border: 0;
  margin-top: 0.75em;
  background-color: transparent;
  border-radius: 4;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/*表示領域が===以上（min）以下（max）*/
@media screen and (max-width: 764px) {
  .wpcf7 select {
    font-size: 1.6rem;
  }
}
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  display: block;
  color: black;
  padding: 0.4em 0;
  font-size: 1.6rem;
  width: 100%;
  border: 0;
  margin-top: 0.25em;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus {
  color: black;
  outline: none;
  border-bottom: 1px solid black;
  background-color: transparent !important;
}

.wpcf7 textarea {
  display: block;
  color: black;
  padding: 0.75em;
  font-size: 1.6rem;
  width: 100%;
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  resize: vertical; /*縦方向のみ伸縮可能*/
  line-height: 1.5em;
  height: 20vh !important;
  margin-top: 0.5em;
  min-height: 2em;
}

@media screen and (max-width: 639px) {
  .wpcf7 textarea {
    height: 50vh !important;
  }
}
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid black;
  background-color: transparent !important;
}

.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.wpcf7 input[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
  background: none;
  display: inline-block;
  padding-top: 0.2em;
}

.pdf-check,
.pp-check {
  display: block;
  text-align: left;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 4em;
}

.pdf-check label,
.pp-check label {
  display: inline-block;
}

.pdf-check .radio-598 { /*詳細資料PDF*/
  display: block;
  margin-right: 2em;
}

.pdf-check .radio-598 .wpcf7-list-item { /*詳細資料PDF*/
  display: inline-block;
  margin-right: 2em;
  margin-top: 1em;
  padding: 0.4em 0;
  vertical-align: text-top;
}

.pdf-check .radio-598 .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.6rem;
}

.pdf-check .radio-598 input { /*詳細資料PDF*/
  display: inline-block;
  margin-right: 5px;
  font-size: 1.4rem;
  vertical-align: text-top;
}

/*表示領域が===以上（min）以下（max）*/
@media screen and (max-width: 764px) {
  .pdf-check .radio-598 .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .pdf-check .radio-598 input { /*詳細資料PDF*/
    font-size: 1.4rem;
  }
}
.pdf-check label:hover,
.pp-check label:hover {
  cursor: pointer;
}

.pp-check label a {
  height: 1.2em;
  color: #c00000;
  border-bottom: 1px solid rgba(192, 0, 0, 0);
}

.pp-check label a:hover {
  color: #c00000;
  border-bottom: 1px solid #c00000;
}

.submit-box {
  text-align: left;
}

/*表示領域が===以上（min）以下（max）*/
@media screen and (max-width: 764px) {
  .submit-box {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/*内容確認／修正／送信ボタン*/
/*お問い合わせ*/
.wpcf7 input[type=submit] {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.6em 2em;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 4px; /*2em*/
  cursor: pointer;
  border: 1px solid #c00000;
  color: #c00000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wpcf7 input:hover[type=submit] {
  border: 1px solid #c00000;
  color: white;
  background-color: #c00000;
}

.wpcf7 input[type=button] {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.6em 2em;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 4px; /*2em*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wpcf7 input:hover[type=button] {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.wpcf7 input[type=submit][disabled] {
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.35);
  background-color: inherit;
  cursor: default;
}

.wpcf7-not-valid-tip { /*お問い合わせ各項目アラート*/
  color: #ff6c00;
  font-size: 1.1rem;
  font-weight: normal;
  display: inline-block;
  margin-top: 0.8em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

form.sent .form-inner {
  display: block;
}

.wpcf7c-elm-step0 {
  display: block;
  margin: 0 auto 0%;
}

.wpcf7c-elm-step1 {
  display: block;
  padding-bottom: 1em;
  margin: 0 auto 4%;
}

#con7session-one .wpcf7c-elm-step1 {
  margin: 0 auto 0;
}

#entry .wpcf7c-elm-step0 h4,
#entry .wpcf7c-elm-step1 h4 {
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.wpcf7c-elm-step2 {
  margin: 0 0.5em 0;
  display: inline-block;
}

#send-id.wpcf7c-elm-step2 {
  margin: 1em auto 0em;
  display: inline-block;
}

#step-2-id.wpcf7c-elm-step2 {
  margin: 0 auto 0;
  padding-bottom: 1em;
  display: inline-block;
}

.page-id-23 #step-2-id.wpcf7c-elm-step2 {
  margin: 0 auto 4%;
  padding-bottom: 2em;
  display: inline-block;
}

.wpcf7c-elm-step2 h4 { /*確認して送信いただけます*/
  display: inline-block !important;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
  color: #c00000;
  font-weight: normal;
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output { /*THANKS消す*/
  display: none !important;
}

/*div.wpcf7-response-output*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { /*変更!AH*/
  display: block !important;
  margin: 1.25em auto 0em;
  font-size: 1.8rem;
  color: #ff6c00;
  text-align: left;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  border-bottom: 1px solid #ff6c00;
}