/*--------------------------------------------------------------------------
  Modal //2023.07
--------------------------------------------------------------------------*/
.pcModal {
  display: block !important;
}

.spModal {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pcModal {
    display: none !important;
  }
  .spModal {
    display: block !important;
  }
}
.un_modalBox_innerWrap--02 {
  position: relative;
}
.un_modalBox_inner--full {
  max-width: none;
  width: 100%;
}

.un_modalCloseBlock {
  position: absolute;
  top: 28px;
  right: 28px;
}
.un_modalCloseBlock .un_modalClose {
  display: block;
  width: 54px;
  height: 54px;
  position: relative;
  rotate: 45deg;
}
.un_modalCloseBlock .un_modalClose :first-child {
  display: block;
  width: 54px;
  height: 1px;
  background-color: #736245;
  position: absolute;
  top: 50%;
  left: 0;
}
.un_modalCloseBlock .un_modalClose :last-child {
  display: block;
  width: 1px;
  height: 54px;
  background-color: #736245;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 750px) {
  .un_modalCloseBlock {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .un_modalCloseBlock .un_modalClose {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    rotate: 45deg;
  }
  .un_modalCloseBlock .un_modalClose :first-child {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #736245;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .un_modalCloseBlock .un_modalClose :last-child {
    display: block;
    width: 2px;
    height: 36px;
    background-color: #736245;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 751px) {
  .un_modalWrap {
    display: flex;
    justify-content: center;
  }
  .un_modalFreeDialBlock {
    max-width: 460px;
    width: 100%;
    margin: 0 15px;
    position: relative;
    border: solid #E77799 2px;
    border-radius: 6px;
    cursor: pointer;
  }
  .un_modalFreeDialBlock--link {
    transition: opacity 0.3s linear;
  }
  .un_modalFreeDialBlock--link:hover {
    opacity: 0.8;
  }
  .un_modalFreeDialBlock_head {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    background-color: #E77799;
    color: #FFFFFF;
  }
  .un_modalFreeDialBlock_head_txt01 {
    padding-right: 30px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .un_modalFreeDialBlock_head_txt02 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .un_modalFreeDialBlock_body {
    display: flex;
    align-items: center;
    min-height: 120px;
    background-color: #FFFFFF;
  }
  .un_modalFreeDialBlock_dial {
    position: relative;
    padding-left: 68px;
  }
  .un_modalFreeDialBlock_dial_txt01 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -2px;
  }
  .un_modalFreeDialBlock_dial_img01::before {
    content: "";
    position: absolute;
    left: 24px;
    width: 37px;
    height: 37px;
    background-size: cover;
    background-image: url("/images/modal/top/icon_tel01.png");
  }
  .un_modalFreeDialBlock_footer {
    padding: 6px 20px;
    min-height: 80px;
    background-color: #EFEFEF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .un_modalFreeDialBlock_footer_txt01 {
    font-size: 24px;
    font-weight: bold;
  }
  .un_modalFreeDialBlock_footer_txt02 {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .un_modalFreeDialBlock_freeMark {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background-color: #E77799;
    pointer-events: none;
  }
  .un_modalOtherBlock {
    max-width: 340px;
    width: 100%;
    margin: 0 15px;
    position: relative;
    border: solid #736245 1px;
    border-radius: 6px;
  }
  .un_modalOtherBlock_head {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    background-color: #ACA493;
    color: #FFFFFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .un_modalOtherBlock_head_txt01 {
    font-size: 26px;
  }
  .un_modalOtherBlock_body {
    position: relative;
    min-height: 200px;
    background-color: #FFFFFF;
  }
  .un_modalOtherBlock_body--center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .un_modalOtherBlock_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 80px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none !important;
    border-radius: 3px;
    box-shadow: 4.24px 4.24px 3px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, #524631, #756447);
  }
  .un_modalOtherBlock_btn:visited, .un_modalOtherBlock_btn:link {
    color: #FFFFFF;
  }
  .un_modalOtherBlock_btn::after {
    content: "";
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    width: 10px;
    height: 10px;
    rotate: 45deg;
  }
  .un_modalOtherBlock_btn:hover {
    opacity: 0.8;
  }
  .un_modalCloseTxt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .un_modalCloseTxt a {
    color: #2271b4;
  }
  .un_modalCloseTxt a:visited {
    color: #2271b4;
  }
}
@media screen and (max-width: 750px) {
  .un_modalWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .un_modalFreeDialBlock {
    background: #EFEFEF;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 20px 15px;
    width: 100%;
  }
  .un_modalFreeDialBlock_head {
    text-align: center;
    color: #E77799;
    margin-bottom: 10px;
  }
  .un_modalFreeDialBlock_head_txt01 {
    font-size: 18px;
    font-weight: bold;
  }
  .un_modalFreeDialBlock_head_txt02 {
    font-size: 22px;
    font-weight: bold;
  }
  .un_modalFreeDialBlock_body {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .un_modalFreeDialBlock_btn {
    display: flex;
    align-items: center;
    width: 286px;
    height: 88px;
    color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 4.24px 4.24px 3px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, #EF577E, #E483A3);
    padding: 0 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .un_modalFreeDialBlock_btn_txtWrap {
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 18px 0;
  }
  .un_modalFreeDialBlock_btn_txt01 {
    max-width: 134px;
    border: 1px solid #FFFFFF;
    padding: 1px 0;
    font-size: 13px;
  }
  .un_modalFreeDialBlock_btn_txt02 {
    max-width: 168px;
    font-size: 24px;
    font-weight: bold;
  }
  .un_modalFreeDialBlock_btn_txt02 span {
    font-size: 18px;
    font-weight: normal;
  }
  .un_modalFreeDialBlock_btn:active, .un_modalFreeDialBlock_btn:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .un_modalFreeDialBlock_btn::after {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background-image: url("/images/modal/top/icon_tel02.png");
    background-size: cover;
    position: absolute;
    top: calc(50% - 23.5px);
    right: 15px;
  }
  .un_modalFreeDialBlock_footer {
    text-align: center;
  }
  .un_modalFreeDialBlock_footer_txt01 {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .un_modalFreeDialBlock_footer_txt02 {
    font-size: 15px;
    font-weight: bold;
  }
  .un_modalOtherBlock {
    background: #EFEFEF;
    border-radius: 6px;
    padding: 20px 15px;
    width: 100%;
  }
  .un_modalOtherBlock_head {
    text-align: center;
    color: #736245;
    margin-bottom: 10px;
  }
  .un_modalOtherBlock_head_txt01 {
    font-size: 18px;
    font-weight: bold;
  }
  .un_modalOtherBlock_body {
    display: flex;
    justify-content: center;
  }
  .un_modalOtherBlock_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    height: 46px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none !important;
    border-radius: 3px;
    box-shadow: 4.24px 4.24px 3px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, #524631, #756447);
    margin-bottom: 4px;
  }
  .un_modalOtherBlock_btn:visited, .un_modalOtherBlock_btn:link {
    color: #FFFFFF;
  }
  .un_modalOtherBlock_btn::after {
    content: "";
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    width: 10px;
    height: 10px;
    rotate: 45deg;
  }
  .un_modalCloseTxt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .un_modalCloseTxt a {
    color: #2271b4;
  }
  .un_modalCloseTxt a:visited {
    color: #2271b4;
  }
}

/*# sourceMappingURL=un_modal.css.map */
