#contact {
  font-family: '游明朝';
}

.display_flex{
  display: flex;
}
@media screen and (max-width: 450px){
  .display_flex {
    display: block;
  }
}


.icon_btn_list {
  margin-top: 2%;
  /* align-items: center; */
  justify-content: center;
}


.icon_btn {
  padding: 1% 0;
  text-align: center;
  padding-right: 4%;
  display: block;
  align-items: center;
  font-size: 1.3vw;
  transition: all .2s ease-in-out;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.10);
  margin-right: 2%;
  width: 30%;
}
@media screen and (max-width: 450px){
  .icon_btn {
    margin-top: 1.5%;
    width: 100%;
    padding: 2% 5%;
    font-size: 2.5vw;
    text-align: left;
  }
}

.icon_btn i {
  transition: all .2s ease-in-out;
  margin-right: 10px;
}

.icon_btn span {
  padding-left: 4%;
  transition: all .2s ease-in-out;
  opacity: 1;
  font-size: 1.1vw;
}
@media screen and (max-width: 450px){
  .icon_btn span {
    padding-left: 10%;
    font-size: 2.5vw;
  }
}


.btn_insta {
  color: #C71E7E;
}

.btn_line {
  color: #06c755;
}

.icon_btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.10);
}
@media screen and (max-width: 450px){
  .icon_btn:hover {
    transform: none;
  }
}

.icon_btn:active {
  transform: scale(1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
}

.btn_insta:hover {
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
}

.btn_line:hover {
  background: #06c755;
}

.btn_tel:hover {
  background: #2e2e2e;
}

.icon_btn:hover i,
.icon_btn:hover::after {
  transform: translateX(.6vw);
  color: #FFF;
  opacity: 1;
}

.icon_btn:hover span {
  transform: translateX(1vw);
  color: #FFF;
}

.modal_head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-bottom: 0.0625em solid #b6b6b6;
}

.main_title h1 {
  font-size: 1.5vw;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 1055px){
  .main_title h1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px){
  .main_title h1 {
    font-size: 3.5vw;
  }
}


.contact_content {
  margin-top: 2%;
  padding: 0 2%;
}

.content_title {
  font-size: 1.2vw;
}
@media screen and (max-width: 1000px){
  .content_title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 450px){
  .content_title {
    font-size: 2.5vw;
  }
}


.content_art {
  margin-top: 2%;
  padding-left: 2%;
  /* padding-bottom: 3%; */
}

.explain{
  font-size: 0.8vw;
}
@media screen and (max-width: 450px){
  .explain{
    font-size: 1.5vw;
  }
}




/*メール入力フォーマット*/
.ip_line {
  margin-top: 3%;
}

.flex_block {
  width: 100%;
}

.flex_block:first-child {
  margin-right: 2%;
}

.ip_label {
  font-size: 1vw;
}
@media screen and (max-width: 450px){
  .ip_label {
    font-size: 2.3vw;
  }
}

.caution_req {
  background-color: #d81b60;
  color: #fff;
  font-size: 0.8vw;
  margin-left: 1%;
  padding: 0.2% 1.5%;
  cursor: default;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px){
  .caution_req {
    display: inline-block;
    font-size: 1vw;
    padding: 0.5% 1.7%;
  }
}


#sl_contact {
  width: 100%;
  margin-top: 1%;
  font-size: 1vw;
  border: 0.125em solid #000;
  border-radius: 10px;
  padding: 1% 3%;
}
@media screen and (max-width: 450px){
  #sl_contact {
    width: 100%;
    margin-top: 1%;
    font-size: 2vw;
    padding: 1% 5%;
  }
}

.select_form {
  appearance: none;
    background-image: url("../../image/contact_image/caret-down-solid.svg");
    background-repeat: no-repeat;
    background-size: 1vw auto;
    /* 画像のサイズ（幅 高さ）*/
    background-position: right 4vw center;
}
@media screen and (max-width: 450px){
  .select_form {
    width: 100%;
    margin-top: 1%;
    font-size: 2vw;
    padding: 1.2% 5%;
  }
}


.form_control {
  width: 100%;
  margin-top: 2%;
  padding: 0.5% 1%;
  border: 0.0625em solid #c7c7c7;
  border-radius: .25rem;
  font-size: 1vw;
  transition: border .15s ease-in-out box-shadow .15s ease-in-out;
}
@media screen and (max-width: 450px){
  .form_control {
    margin-top: 0%;
    font-size: 2vw;
    padding: 2% 5%;
  }
}


#family_name,#given_name{
  padding: 2% 5%;
}


.form_control:focus {
  border: 0.0625em solid #149ae7;
  outline: none;
  box-shadow: 0 0 0 .3rem #a6d2eb;
}

.inline_radio {
  margin-top: 1%;
  display: flex;
  border-radius: 3px;
  border: 0.0625em solid #b6b6b6;
}
@media screen and (max-width: 450px){
  .inline_radio {
    margin-top: 2%;
  }
}


.inline_radio > div {
  position: relative;
  width: 90%;
  height: 2.5vw;
}
@media screen and (max-width: 450px){
  .inline_radio > div {
    width: 90%;
    height: 4vw;
  }
}



.inline_radio > div > input {
  width: 100%;
  height: 100%;
}

.inline_radio > div > label {
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b6b6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  font-size: 1vw;
}
@media screen and (max-width: 450px){
  .inline_radio > div > label {
    font-size: 2vw;
  }
}



.inline_radio > div:last-child > label {
  border-right: none;
}

.inline_radio > div > #man:checked + label {
  background-color: #149ae7;
  color: #fff;
}

.inline_radio>div>#woman:checked+label {
  background-color: #d81b60;
  color: #fff;
}

select[name="time"] {
  width: 60%;
  margin-left: 3%;
}
@media screen and (max-width: 450px){
  select[name="time"] {
    width: 100%;
    margin-left: 0;
  }
}


.form_check_input {
  position: relative;
  width: 1.5vw;
  height: 1.5vw;
  border: 0.0625em solid #c7c7c7;
  border-radius: 5%;
}
@media screen and (max-width: 450px){
.form_check_input {
  width: 3vw;
  height: 3vw;
}
}

.form_check_input::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  /* height: 1vw; */
  border-right:  0.3125em solid #fff;
  border-bottom:  0.3125em solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (max-width: 450px){
  .form_check_input::after {
    bottom: 20%;
    right: 10%;
  }
  }

.form_check_input:checked {
  background-color: #149ae7;
}

.form_check_input:checked::after {
  opacity: 1;
  left: 20%;
  top: -20%;
}
@media screen and (max-width: 450px){
  .form_check_input:checked::after {
    opacity: 1;
    left: 20%;
    top: -20%;
  }
  }


.form_check_input:focus {
  border: 0.0625em solid #149ae7;
  outline: none;
  box-shadow: 0 0 0 .3rem #a6d2eb;
  border-radius: 5%;
}

.display_inline {
  display: inline;
}

.mg_2 {
  margin-top: 2%;
  font-size: 1vw;
}
@media screen and (max-width: 450px){
  .mg_2 {
    font-size: 2vw;
  }
  }


.mg_2_p{
  margin-top: 1%;
  font-size: 1vw;
}
@media screen and (max-width: 450px){
  .mg_2_p {
    font-size: 2vw;
  }
  }

.mg_2 p a {
  border-bottom: 1px dashed #b6b6b6;
  cursor: pointer;
}

#confirm_btn, #send_btn {
  margin-top: 5%;
  width: 100%;
  padding: 0.6vw 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #4472C4;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 450px){
  #confirm_btn, #send_btn {
    margin-top: 15%;
    font-size: 2.3vw;
    padding: 3vw 0;
  }
  }

#confirm_btn:disabled {
  background-color: #b6b6b6;
  opacity: .5;
}

.validate {
  color: #d81b60;
  margin-top: 8px;
  @media screen and (max-width: 450px){
    margin-top: 4px;
    font-size: 6px;
  }
}

.emphasisNg {
  border: 0.125em solid #d81b60;
  background-color: #f3dde3;
}

.inputOk {
  border: 0.125em solid #0680c7;
  background-color: #d6e4f5;
}

#contact_form_confirm {
  display: none;
}

.btn_back {
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 5%;
  z-index: 1;
  cursor: pointer;
  font-size: 1.2vw;
}
@media screen and (max-width: 1055px){
  .btn_back {
    width: 4vw;
    height: 4vw;
    font-size: 1.6vw;

  }
}@media screen and (max-width: 450px){
  .btn_back {
    width: 6vw;
    height: 6vw;
    font-size: 2.5vw;
  }
}

#confirm_mail {
  position: relative;
}

#confirm_mail h3 {
  text-align: center;
}

.mo_hide_left {
  opacity: 0;
  transform: translateX(30px);
  transition: all .7s ease-in-out;
}

.mo_show {
  opacity: 1;
  transform: translateX(0px);
  transition: all .7s ease-in-out;
}

.mo_hide_right {
  opacity: 0;
  transform: translateX(-30px);
  transition: all .7s ease-in-out;
}

.confirm_tr {
  width: 100%;
  padding-top: 1.77%;
  border-bottom: 0.0625em solid #c7c7c7;
  font-size: 1.5vw;
}
@media screen and (max-width: 450px){
  .confirm_tr {
    width: 100%;
    padding-top: 8%;
    border-bottom: 0.0625em solid #c7c7c7;
    font-size: 1.5vw;
  }
}

.confirm_th {
  padding: 1% 0;
  font-size: 1vw;
  white-space: nowrap;
}
@media screen and (max-width: 1055px){
  .confirm_th {
    padding: 2% 0 1% 0 ;
    font-size: 1.5vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 450px){
  .confirm_th {
    padding: 8% 0 2% 0 ;
    font-size: 3vw;
    white-space: nowrap;
  }
}


.confirm_td {
  width: 100%;
  padding: 1% 0 1% 10% ;
  font-size: 1vw;
  word-break: break-all;
}
@media screen and (max-width: 1055px){
  .confirm_td {
    padding: 2% 0 1% 10% ;
    font-size: 1.5vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 450px){
  .confirm_td {
    padding: 8% 0 2% 10% ;
    font-size: 3vw;
    white-space: wrap;
  }
}


#content_confirm_title{
  font-size: 1.9vw;
}
@media screen and (max-width: 1055px){
  #content_confirm_title{
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 450px){
  #content_confirm_title{
    font-size: 3vw;
  }
}

#content_confirm_main_title h1{
  font-size: 2.5vw;
}
@media screen and (max-width: 1055px){
  #content_confirm_main_title h1{
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px){
  #content_confirm_main_title h1{
    font-size: 4vw;
  }
}

@media screen and (max-width: 450px){
  #contact_section_title_en{
    margin-right: 6.25vw;
  }
}

@media screen and (max-width: 450px){
  #contact_section_title_en p{
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 450px){
  #contact_section_title_ja p{
    font-size: 4vw;
  }
}

