@charset "UTF-8";
/* @content */
#contact .pc br{ display:block; }
#contact {
  padding-bottom: 40px;
}
#contact #page_header .title {
  background: url(../images/contact/contact_main@2x.jpg);
  background-repeat: no-repeat;
  background-size: 810px;
  background-position: right;
  padding: 90px 0;
}
#contact #section01 {
  padding-top: 20px;
}
#contact .flex-container {
  display: flex;
  justify-content: space-between;
}
#contact .form .link {
  color: #CB5E62;
  text-decoration: underline;
}
#contact .form {
  width: 740px;
  font-weight: bold;
}
#contact .caution {
  background: url(../images/common/border_bg.jpg);
  background-repeat: repeat;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  padding: 28px;
  letter-spacing: 0;
}
#contact .scene_select {
  padding-top: 5px;
  text-align: center;
}
#contact .scene_select_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#contact .category {
  display: flex;
}

#contact .category div {
  width: 25%;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}
#contact .category div a {
  display: block;
  padding: 10px;
  color: #fff;
  position: relative;
}
#contact .category div:first-child {
  background-color: #9FBB7F;
}
#contact .category div:nth-child(2) {
  background-color: #CB5E62;
}
#contact .category div:nth-child(3) {
  background-color: #3C2826;
}
#contact .category div:nth-child(4) {
  background-color: #938BB2;
}
#contact .category a::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .form_title {
  background: url(../images/common/border_bg.jpg);
  background-repeat: repeat;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
}
#contact .privacy_policy {
  text-align: center;
  background: #E5E5E5;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  padding: 4px 4px 0px 4px; 
  margin-top: 30px;
}
#contact .privacy_policy .description {
  background: #fff;
  padding: 28px 0 16px;
}
#contact .privacy_policy .agree {
  padding: 10px 0;
}
#contact .privacy_policy .agree span.required::after {
  content:'*';
  color: #CB5E62;
}
#contact .privacy_policy .mwform-checkbox-field label {
  font-weight: bold !important;
}

#contact .privacy_policy label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}
#contact .mwform-checkbox-field input,
#contact .mwform-radio-field input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
/*#contact .mwform-checkbox-field input:checked:before,
#contact .mwform-radio-field input:checked:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 5px;
  content: '';
  border: 5px solid #000;
  border-radius: 50%;
}
#contact .mwform-checkbox-field input:after,
#contact .mwform-radio-field input:after {
  position: absolute;
  top: -0.225rem;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
#contact .multi_select input:checked:before,
#contact .multi_select input:after {
  border-radius: 0%;
}*/
#contact .form .definition {
  margin: 16px 0;
}
#contact .form span.required {
  content: '*';
  color: #CB5E62;
}
#contact .form table {
  border-collapse: collapse;
  width: 100%;
}
#contact .form table tr {
  border-bottom: 1px solid #491B02;
}
#contact .form table th {
  border: none;
  width: 235px;
  text-align: left;
  vertical-align: top;
  padding: 25px 0px 20px 28px;
}
#contact .form table th.required:after {
  content: '*';
  color: #CB5E62;
}
#contact .form table td {
  padding: 20px 0px 20px 28px;
  width: 505px;
}
#contact .form table .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#contact .form table td select {
  width: 200px;
  border: 1px solid;
  padding: 5px 10px;
  cursor: pointer;
}
#contact .form table td input[type="text"] {
  width: 200px;
  border: 1px solid;
  padding: 5px 10px;
}
#contact .form table td input[type="text"],
#contact .form table td select {
  margin-right: 25px;
}
#contact .form table td input[type="email"] {
  border: 1px solid;
  padding: 5px 10px;
}
#contact .form table td input[type="text"].address,
#contact .form table td input[type="email"] {
  width: 335px;
}
#contact .form table td textarea {
  width: 335px;
  border: 1px solid;
  padding: 5px 10px;
}
#contact .button button {
  position: relative;
}
#contact .button button::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .button button.back::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#contact button.reset,
#contact button.back {
  width: 286px;
  height: 46px;
  background: #BFBFBF 0% 0% no-repeat padding-box;
  letter-spacing: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}
#contact button.confirm,
#contact button.send {
  width: 286px;
  height: 46px;
  background: #3C2826;
  color: #fff;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}
#contact button:hover {
  opacity: 0.7;
}
#contact .button{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
#contact .mw_wp_form_confirm .scene_select,
#contact .mw_wp_form_confirm .privacy_policy,
#contact .mw_wp_form_confirm .reset {
  display: none;
}

#contact #section20 {
  padding-top: 60px; 
}
#contact .mwform-checkbox-field label,
#contact .mwform-radio-field label {
  font-weight: bold;
}

#contact .error_msg {
  width: 100%;
}

/* 法事 */
#contact .hope {
  color: #fff;
  background: #000;  padding: 14px;
  text-align: center;
}
/*#contact .hope .mwform-checkbox-field input:checked:before,
#contact .hope .mwform-radio-field input:checked:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 5px;
  content: '';
  border: 5px solid #fff;
  border-radius: 50%;
}
#contact .hope .mwform-checkbox-field input:after,
#contact .hope .mwform-radio-field input:after {
  position: absolute;
  top: -0.225rem;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
}*/

/* 結婚・祝事 */
#contact .form table td .wedding_scheduled select  {
  margin-right: 0px;
}
#contact .form .customer {
  width: 400px;
}
#contact .form .mwform-radio-field {
  width: 100px;
}
#contact .form .customer span.horizontal-item {
  display: inline-block;
  height: 20px;
  width: 30%;
  margin: 8px 0;
}
#contact .form .customer .mwform-radio-field:nth-child(4) {
  margin-left: 0px !important;
}
#contact .wedding_scheduled span {
  width: 180px;
  text-align: center;
  display: inline-block;
}
#contact .mw_wp_form_confirm .wedding_scheduled span {
  width: auto;
}
#contact .wedding_scheduled select {
  width: 180px !important;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
#contact .wedding_scheduled select::-ms-expand {
  display: none;
}
#contact .wedding_scheduled span {
  position: relative;
  border-radius: 2px;
  background: #fff;
  margin: 0 5px;
}
#contact .wedding_scheduled span::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #000;
  pointer-events: none;
}
#contact .mw_wp_form_confirm .wedding_scheduled span::before {
  display: none;
}
#contact .wedding_scheduled select {
  padding: 8px 38px 8px 8px;
}

/*葬祭*/
#contact .tel {
  width: 100%;
  margin-top: 30px;
  box-shadow: 10px 10px 14px -5px #A5A5A5;
}
#contact .form .column_3 span.mwform-radio-field,
#contact .form .column_3 span.mwform-checkbox-field {
  width: 30%;
}
#contact .form .column_2 span.mwform-radio-field,
#contact .form .column_2 span.mwform-checkbox-field {
  width: 50%;
}
#contact .mw_wp_form_confirm .example_area {
  display: none;
}
#contact .form .column_3 span.horizontal-item,
#contact .form .column_2 span.horizontal-item {
  margin-left: 0px;
  margin: 8px 0;
}
#contact #accordion .open_btn {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  background: #E5E5E5;
  cursor: pointer;
  position: relative;
  padding: 12px 0;
}
#contact #accordion .open_btn:before {
  content: '';
  right: 25px;
  top: 20px;
  position: absolute;
  height: 5px;
  width: 18px;
  background: #000;
}
#contact #accordion .open_btn:after {
  content: '';
  right: 25px;
  top: 20px;
  position: absolute;
  height: 5px;
  width: 18px;
  background: #000;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#contact #accordion .open_btn.change:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
#contact .complete {
  text-align: center;
}
#contact .complete__title {
  font-size: 24px;
  margin: 60px 0 30px;
}
#contact .contact_top_button a:visited {
  color: #fff;
}
#contact .contact_top_button a {
  background-color: #402725;
  color: #fff;
  font-size: 16px;  
  letter-spacing: 0.2em;
  margin: 40px auto 0 auto;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 220px;
}
#contact .contact_top_button a::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 17px;
  transform: rotate(-135deg);
  transition: all 0.2s;
  width: 12px;
}
#contact .example_area {
  margin-top: 5px;
}
#contact .people div:last-child {
  margin-top: 10px;
}
#contact .select_label {
  width: 105px;
}
#contact .people div {
  align-items: center;
}
#contact .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 15px;
}
#contact td.people div > span {
  width: 200px;
  display: inline-block;
  position: relative;
}
#contact td.people div > span:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #000;
  pointer-events: none;
}
#contact .mw_wp_form_confirm td.people div > span:before {
  display: none;
}
#contact td.altar {
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
#contact td.altar .mwform-radio-field {
  width: 50%;
  margin: 7px 0;
}


#contact label {
  position: relative;
}
#contact input[type="checkbox"],
#contact input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#contact label input[type="checkbox"] + span,
#contact label input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 30px;
}

#contact label input[type="checkbox"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #000 solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
#contact .agree label input[type="checkbox"] + span::before,
#contact label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #000 solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}

#contact .hope label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #fff solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}

#contact label input[type="checkbox"]:checked + span::after {
  z-index: 0;
  top: 5px;
  left: 5px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border: 2px #000 solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
#contact .agree label input[type="checkbox"]:checked + span::after,
#contact label input[type="radio"]:checked + span::after {
  z-index: 0;
  top: 5px;
  left: 5px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border: 2px #000 solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}

#contact .hope label input[type="radio"]:checked + span::after {
  z-index: 0;
  top: 5px;
  left: 5px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border: 2px #fff solid;
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}
#contact label input[type="checkbox"]:checked + span::after,
#contact label input[type="radio"]:checked + span::after,
#contact .agree label input[type="checkbox"]:checked + span::after,
#contact .hope label input[type="radio"]:checked + span::after {
  border-width: 6px;
}
[type="checkbox"] {
  display: none;
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #contact .pc br{ display:none; }
  #contact #page_header .title {
    background-size: 100vw;
    background-position: top;
    padding: 35px 0 10px;
  }
  #contact .form {
    width: 100%;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #contact .pc br{ display:none; }
  #contact .form table th,
  #contact .form table td {
    display: block;
  }
  #contact .form table th {
    margin-top: 10px;
    padding: 0px 0px 0px 20px;
  }
  #contact .form table td {
    padding: 10px 10px 15px 20px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #contact .pc br{ display:none; }
  #contact .caution {
    padding: 14px;
  }
  #contact .privacy_policy .description {
    padding: 8px 14px;
  }
  #contact .category {
    flex-direction: row;
  }
/*
  #contact .category div {
    width: 100%;
  }
*/
  #contact .category div a{
    font-size:0.8em;
  }
  #contact .scene_select {
    padding: 0 0 30px;
  }
  #contact .privacy_policy .agree label span {
    font-size: 12px;
  }
  #contact .form table th,
  #contact .form table td {
    width: 100%;
  }
  #contact .form table .flex {
    flex-direction: column;
  }
  #contact .form .mw_wp_form_confirm table .flex {
    flex-direction: row;
  }
  #contact .form table .people .flex {
    flex-direction: row;
  }
  #contact .form table td.flex div:last-child {
    margin-top: 10px;
  }
  #contact .form .mw_wp_form_confirm table td.flex div:last-child {
    margin-top: 0px;
  }
  #contact .form table td input[type="text"],
  #contact .form table td input[type="text"].address,
  #contact .form table td input[type="email"],
  #contact .form table td textarea {
    width: 80vw;
  }
  #contact .form table td input[type="text"],
  #contact .form table td select {
    margin-right: 0px;
  }
  #contact .form .column_3 span.mwform-radio-field,
  #contact .form .column_3 span.mwform-checkbox-field,
  #contact .form .column_2 span.mwform-radio-field,
  #contact .form .column_2 span.mwform-checkbox-field {
    width: 100%;
  }
  #contact td.altar .mwform-radio-field {
    width: 100%;
  }
  #contact .button {
    flex-direction: column;
  }
  #contact button.reset,
  #contact button.confirm,
  #contact button.back,
  #contact button.send {
    width: 100%;
  }
  #contact button.confirm,
  #contact button.send {
    margin-top: 15px;
  }
  #contact .form .customer {
    width: 100%;
    display: flex;
        flex-wrap: wrap;
  }
  #contact .form .customer span.horizontal-item {
    width: 50%;
  }
  #contact .form .wedding_scheduled span:last-child {
    margin-top: 15px;
  }
  #contact .mw_wp_form_confirm .wedding_scheduled span:last-child {
    margin-top: 0px;
  }
  #contact .complete .complete__title {
    font-size: 20px;
    margin: 30px 0 15px;
  }
  #contact .complete .complete__msg {
    letter-spacing: 0;
  }
}