    @charset "utf-8";

    body {
        animation-duration: 1.5s;
        animation-name: opacity;
    }


    img {
        vertical-align: bottom;
    }

    @keyframes opacity {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    .udHeader {
        position: relative;
        margin-top: 75px;
    }

    .udHeader .imgBox {
        position: relative;
        overflow: hidden;
    }

    .udHeader .imgBox::after {
        content: "";
        position: absolute;
        background: #000;
        opacity: .21;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }


    .udHeader .imgBox img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
.udHeader .imgBox img {
    transform: scale(1.1);
}
.udHeader .imgBox.scrollin img {
    transform: scale(1);
    transition: 1.8s;
}




    .udHeader .titleBox {
        position: absolute;
        z-index: 3;
        color: #fff;
        left: 150px;
        top: 50%;
    }

    .udHeader .titleBox p {
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        margin-bottom: 14px;
        font-weight: 100;
    }

    .udHeader .titleBox h2 {
        color: #fff;
        font-size: 38px;
    }

    .udHeader .breack {
        position: absolute;
        color: #fff;
        left: 150px;
        bottom: 40px;
        font-size: 13px;
    }

    .udHeader .udhSns {
        position: absolute;
        z-index: 2;
        left: 40px;
        top: 52%;
    }

    .udHeader .udhSns a {
        display: block;
        margin-bottom: 25px;
    }

    .udHeader .udhSns a:last-child {
        margin-bottom: 0;
    }

    .commondlListBox {
        background: rgba(245, 245, 245, 0.44);
        padding: 86px 80px;
    }

    .commondlListBoxInner {
        max-width: 1400px;
        margin: 0 auto;
        background: #fff;
        padding: 52px 20px;
    }

    .commonEnh p {
        font-size: 41px;
        margin-bottom: 17px;
    }

    .commonEnh p h3 {
        font-size: 19px;
    }

    .commondlListBoxInner .flex {
        max-width: 800px;
        margin: 0 auto;
    }


    .commondlListBoxInner dl {
        display: flex;
        margin-bottom: 57px;
    }

    .commondlListBoxInner dl dt {
        width: 235px;
        font-size: 16px;
        padding-bottom: 8px;
        border-bottom: solid 3px #747474;
        line-height: 33px;
        display: flex;
        align-items: center;
    }

    .commondlListBoxInner dl dd {
        width: 100%;
        font-size: 15px;
        padding-bottom: 8px;
        border-bottom: solid 3px #F0F0F0;
        line-height: 33px;
    }

    .commondlListBoxInner .commonEnh {
        margin-bottom: 82px;
    }

    .commondlListBoxInner .linkBox a {
        display: inline-block;
        color: #4BB9D5;
        text-decoration: underline;
    }

    #udAccess {
        background: rgba(245, 245, 245, 0.44);
        padding: 80px 80px;
        padding-bottom: 93px;
    }

    .udAccessInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .udAccessInner .flex {
        display: flex;
        justify-content: space-between;
    }

    .udAccessInner .flex > div {
        width: 47%;
    }

    .udAccessInner .inFlex {
        display: flex;
        margin-top: 26px;
        align-items: center;
        justify-content: space-between;
    }

    .udAccessInner .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%;
    }

    .udAccessInner .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .udAccessInner .conBox .mapana {
        padding-left: 11px;
        border-left: solid 2px #358FC0;
        margin-bottom: 30px;
    }


    .udAccessInner .conBox .mapana .subTitle {
        font-size: 16px;
        margin-bottom: 14px;
        color: #358FC0;
    }

    .udAccessInner .conBox .mapana .des {
        font-size: 15px;
        line-height: 28px;
    }

    .udAccessInner .conBox .mapana a {
        display: block;
        text-decoration: underline;
        font-size: 13px;
        color: #4BB9D5;
        margin-top: 5px;
    }

    .udAccessInner .atenBox {
        border: solid #DEDEDE 1px;
        border-radius: 6px;
        padding: 14px 26px;
        background: #fff;
        margin-top: 50px;
        display: inline-block;
    }

    .udAccessInner .atenBox p {
        font-size: 16px;
        line-height: 29px;
    }

    .udAccessInner .adress {
        font-size: 15px;
        line-height: 26px;

    }


    .pdfBtn {
        width: 220px;
        text-align: center;
        border-radius: 100vw;
        background: #358FC0;
        padding: 20px 10px;
        font-size: 15px;
        position: relative;
        display: block;
        color: #fff;
        transition: .4s;
        border: solid 2px #358FC0;
    }

    .pdfBtn:hover {
        background: #fff;
        color: #358FC0;
    }

    .commonEnh {
        margin-bottom: 40px;
    }

    .pdfBtn:hover::after {
        background-image: url(../images/common/barrow.svg);
    }


    .pdfBtn::after {
        content: "";
        position: absolute;
        background-image: url(../images/common/warrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transition: .4s;
        width: 15px;
        height: 9px;
        top: 50%;
        right: 17px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }


    .commondlListBox li {
        text-indent: -1.9em;
        margin-left: 1.9em;
        margin-bottom: 14px;
    }

    .campaignlist a {
        display: inline;
        text-decoration: underline;
        color: #4BB9D5;
    }



    .commondlListBox .opDes {
        max-width: 800px;
        font-size: 16px;
        line-height: 35px;
        margin: 0 auto;
        margin-bottom: 52px;
    }

    .indexList {
        background: #515458;
        padding: 113px 150px;
    }

    .indexListInner {
        max-width: 1500px;
        margin: 0 auto;
        padding-left: 63px;
        box-sizing: border-box;
        column-gap: 24px;
        display: flex;
        position: relative;
    }

    .indexListInner > div {
        width: 25%;
    }

    .indexListInner a {
        display: block;
        background: rgba(255, 255, 255, 0.07);
        border: #727272 solid 1px;
        border-radius: 3px;
        color: #fff;
        font-weight: 100;
        padding: 28px 35px;
        font-size: 18px;
        position: relative;
    }

    .indexListInner::after {
        content: "Index";
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 15px;
        color: #D1D1D1;
        left: 0;
        top: 0;
    }

    .indexListInner a::after {
        content: "";
        position: absolute;
        background-image: url(../images/common/dwnarrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 29px;
        height: 15px;
        right: 9px;
        top: 31px;
    }

    #priceAllWrap {
        background: rgba(245, 245, 245, 0.44);
        padding: 0 80px;
        padding-bottom: 1px;
    }

    .priceAllWrapIIner {
        max-width: 1400px;
        margin: 0 auto;
    }



    .commonPriceBox {
        padding-top: 100px;
        margin-bottom: 60px;
        display: flex;
        justify-content: space-between;
    }

    .commonPriceBox .nam2 {
        margin-top: 11px;
        display: inline-block;
    }


    .commonPriceBox .contBox {
        background: #fff;
        padding: 67px 57px 0 57px;
    }

    .commonPriceBox .arrow svg {
        display: block;
        width: 11px;
        height: 6px;
    }

    .commonPriceBox .stepFlex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .commonPriceBox .stepFlex > div {
        width: 32.5%;
        border-radius: 16px;
        text-align: center;
        margin-bottom: 15px;
        border: solid 1px rgba(112, 112, 112, 0.44);
        padding: 47px 20px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
    }

    .commonPriceBox .stepNam {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .commonPriceBox .stepFlex .des {
        padding-left: 0;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 25px;
    }

    .commonPriceBox .titleBox a {
        display: flex;
        position: relative;
        align-items: center;
        padding-bottom: 16px;
        font-size: 18px;
    }

    .commonPriceBox .arrow {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        border: 1px solid #4E5864;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }


    .commonPriceBox .titleBox a:hover .arrow {
        background-color: #4E5864;
    }

    .commonPriceBox .titleBox a:hover .arrow svg path {
        fill: #fff;
    }

    .arrowBtWrap {
        display: flex;
    }

    .arrowBtWrap .textP {
        width: 134px;
    }

    .commonPriceBox .comTitleC p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .commonPriceBox .comTitleC h3 {
        font-size: 32px;
    }

    .commonPriceBox .comTitleC {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 21px;
    }

    .commonPriceBox .comTitleC::before {
        background-color: #358FC0;
        z-index: 2;
        width: 88px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
    }

    .commonPriceBox .conBoxWrap {
        width: 70%;
    }

    .cancelContents .commonPriceBox .conBoxWrap {
        width: auto;
        max-width: 1010px;
        margin: 0 auto;
    }

    .commonPriceBox .titleBox {
        width: 15%;
    }

    .commonPriceBox .des {
        font-size: 16px;
        line-height: 35px;
        padding-left: 24px;
    }

    .commonPriceBox .des a {
        text-decoration: underline;
        color: #4BB9D5
    }

    .clm02 {
        margin-bottom: 21px;
    }

    .clm02 td {
        width: 50%;
    }

    .cancelAten {
        font-size: 16px;
        color: #358FC0;
    }

    .commonPriceBox .inContet {
        padding-bottom: 41px;
        margin-bottom: 41px;
        border-bottom: solid 1px rgb(112 112 112 / 30%);
    }

    .commonPriceBox .inContet:last-child {
        border: none;
        margin-bottom: 0;
    }

    .commonPriceBox .inBtnFlex {
        display: flex;
    }

    .commonPriceBox .inBtnFlex a {
        display: block;
        padding: 60px 10px 48px 10px;
        width: 50%;
        color: #fff;
        font-size: 23px;
        text-align: center;
        transition: .4s;
    }

    .commonPriceBox .inBtnFlex a:hover {
        background: #fff;
    }

    .commonPriceBox .inBtnFlex a p {
        position: relative;
        color: #fff;
        display: inline-block;
        transition: .4s;
        padding-left: 73px;
    }

    .commonPriceBox .inBtnFlex .resBox {
        background: #4BB9D5;
        border: solid 2px #4BB9D5;
    }

    .commonPriceBox .inBtnFlex .resBox:hover p {
        color: #4BB9D5;
    }

    .commonPriceBox .inBtnFlex .resBox:hover p::after {
        background-image: url(../images/common/ringhcare.svg);

    }

    .commonPriceBox .inBtnFlex .resBox p::after {
        content: "";
        position: absolute;
        background-image: url(../images/common/ringcaren.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 56px;
        transition: .4s;
        height: 56px;
        top: 50%;
        left: 29px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .commonPriceBox .inBtnFlex .fomBox {
        background: #358FC0;
        border: solid 2px #358FC0;
    }

    .commonPriceBox .inBtnFlex .fomBox:hover p {
        color: #358FC0;
    }

    .commonPriceBox .inBtnFlex .fomBox:hover p::after {
        background-image: url(../images/common/ringhfo.svg);
    }

    .commonPriceBox .inBtnFlex .fomBox p::after {
        content: "";
        position: absolute;
        transition: .4s;
        background-image: url(../images/common/ringform.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 56px;
        height: 56px;
        top: 50%;
        left: 29px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }


    .commonPriceBox .titleBox > div {
        position: sticky;
        top: 39%;
    }

    .commonPriceBox .comTitleC::after {
        background-color: #4E5864;
        opacity: 0.4;
        z-index: 1;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
    }

    .commonPriceBox h4 {
        position: relative;
        font-size: 23px;
        margin-bottom: 24px;
        padding-left: 24px;
    }

    .commonPriceBox h4::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 12px;
        background-image: url(../images/common/polyBlue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .commonPriceBox table {
        width: 100%;
    }

    .commonPriceBox .clm03 th {
        width: 30%;
        vertical-align: middle;
    }

    .commonPriceBox tr th {
        border-right: solid 1px #fff;
    }

    .commonPriceBox tr th:last-child {
        border: none;
    }

    .commonPriceBox th {
        padding: 23px 0;
        color: #358FC0;
        background: #EDF5FA;
        text-align: center;
        font-size: 18px;
    }

    .commonPriceBox td {
        border: solid 1px #90C7EA;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        padding: 30px 0;
    }

    .commonPriceBox .nam {
        font-size: 26px;
        font-family: linotype-didot, serif;
    }

    .commonPriceBox .aten {
        font-size: 14px;
        line-height: 28px;
        margin-top: 23px;
    }

    .commonPriceBox h5 {
        color: #fff;
        background: #358FC0;
        font-size: 16px;
        padding: 10px 12px;
        display: inline-block;
        margin-left: 21px;
        margin-top: 20px;
        margin-bottom: 6px;
    }

    .udPointCoror {
        color: #358FC0;
    }

    .commonPriceBox .inaten {
        font-size: 12px;
        display: block;
        color: #8D8D8D;
        margin-top: 8px;
    }

    .dwFont {
        font-size: 14px;
        color: #358FC0;
        display: inline-block;
    }

    .studiomap {
        background: rgba(245, 245, 245, 0.44);
        padding: 80px 80px;
        margin-bottom: 70px;
    }

    .studiomapInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .studiomap .flex {
        display: flex;
        justify-content: space-between;
    }

    .studiomap .flex > div {
        width: 48%;
    }

    .studiomap .flex .imgBox img {
        width: 100%;
    }

    .studiomap .flex .imgBox {
        margin-bottom: 20px;
    }

    .studiomap .subTItle {
        font-size: 18px;
        margin-bottom: 24px;
        color: #358FC0
    }

    .studiomap .street {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 71%;
    }

    .studiomap .street iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .Wgallery {
        padding: 0 80px;
        margin-bottom: 120px;
    }

    .galleryInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .Wgallery .studio_cat_wrap {
        align-items: center;
        column-gap: 64px;
    }

    .Wgallery .studio_cat_list {
        column-gap: 36px;
    }

    .Wgallery .studio_cat_item a {
        padding-bottom: 6px;
        border-bottom: 1px solid;
        padding-right: 25px;
        position: relative;
        transition: all 0.5s;
        display: block;
    }


    .Wgallery .studio_cat_wrap .studio_cat_ttl {
        font-size: 18px;
        font-weight: 100;
    }

    .Wgallery .studio_cat_item a:before,
    .Wgallery .studio_cat_item a:after {
        position: absolute;
        content: "";
        display: block;
        transition: all 0.4s;
        background: #707070;
        right: 0px;
        top: -4px;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 1px;
    }

    .Wgallery .studio_cat_item a:before {
        transform: translate(-50%, -50%) rotate(90deg);
        right: -4px;
        top: -2px;
        transition: all 0.5s;
    }

    .Wgallery .studio_cat_item a:hover:before {
        transform: translate(-50%, -50%) rotate(0deg);
        top: -3px;
        background: #358FC0;
    }

    .Wgallery .studio_cat_item a:hover {
        color: #358FC0;
    }

    .Wgallery h4 {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .Wgallery .comonList {
        padding-top: 80px;
    }

    .Wgallery .gallery-list {
        display: flex;
        column-gap: .5%;
        flex-wrap: wrap;
    }

    .Wgallery .gallery-list img {
        width: 100%;
    }

    .equipmentWrap img {
        height: auto;
    }

    .equipmentWrap h5 {
        font-size: 16px;
        border-bottom: solid 1px #707070;
        display: inline-block;
        margin-bottom: 26px;
        margin-top: 18px;
    }

    .equipmentWrap .list {
        text-indent: -1em;
        margin-bottom: 3px;
        letter-spacing: 0;
        padding-left: 1em;
        font-size: 14px;
        line-height: 25px;
    }

    .Wgallery .gallery-list li {
        width: 32%;
        margin-bottom: 8px;
    }


    #udmreserve {
        padding: 80px 80px;
    }

    .udmreserveInner {
        max-width: 835px;
        margin: 0 auto;
        margin-bottom: 124px;
    }

    #udmreserve .atenLink {
        margin-bottom: 28px;
    }

    #udmreserve .atenLink a {
        text-decoration: underline;
        font-size: 16px;
        color: #4BB9D5;
        display: inline-block;
    }

    .googlecal {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 89%;
    }

    .googlecal iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .equipmentWrap .gallery-list li {
        margin-bottom: 51px;
    }

    #udmreserve .resTitme p {
        display: inline-block;
/*        background: #358FC0;*/
        font-size: 16px;
/*        padding: 12px 13px;*/
/*        color: #fff;*/
        margin: 21px 0 77px 0;
    }


.resTitme a{
    display: inline-block;
    color: #358FC0;
       text-decoration: underline;
}
.udQuestionWrap #link4 {
    margin-top: -100px;
    padding-top: 100px;
   
}

.udQuestionWrap #link3{
    z-index: 2;
}




    #udmreserve .reserCon {
        border-left: solid 2px #358FC0;
        padding-left: 12px;
        margin-bottom: 40px;
    }

    #udmreserve .reserCon .subTitle {
        font-size: 16px;
        color: #358FC0;

        margin-bottom: 10px;
    }

    #udmreserve .reserCon .des {
        font-size: 15px;
        font-feature-settings: "palt";
        word-break: break-all;
        line-height: 30px;
    }

    #udmreserve .home_reserve_wrap {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        box-sizing: content-box;
    }

    #udmreserve .home_reserve_list {
        column-gap: 20px;
        row-gap: 16px;
    }

    #udmreserve .home_reserve_item a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.5;
        background-color: #000;
    }

    #udmreserve .home_reserve_item a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
        will-change: filter;
    }

    #udmreserve .home_reserve_item a .arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }

    #udmreserve .home_reserve_item a .arrow svg path {
        fill: #fff;
        transition: all 0.5s;
    }

    #udmreserve .home_reserve_item a .arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }

    #udmreserve .home_reserve_item a .txt_wrap:after,
    #udmreserve .home_reserve_item a .txt_wrap:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        transition: all 0.5s;
    }


    #udmreserve .home_reserve_item a .txt_wrap:after {
        background-color: #fff;
        opacity: 0.4;
        z-index: 1;
        width: 100%;
    }

    #udmreserve .home_reserve_item a .txt_wrap:before {
        background-color: #fff;
        z-index: 2;
        width: 91px;
        /* transform: scale(0, 1); */
        transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #udmreserve .home_reserve_item {
        width: calc(50% - 10px);
    }

    #udmreserve .home_reserve_item a .txt_wrap {
        width: 100%;
        justify-content: space-between;
        position: relative;
        padding-bottom: 15px;
        align-items: center;
    }

    #udmreserve .home_reserve_item a {
        justify-content: space-between;
        align-items: center;
        background: #358FC0;
        padding: 50px 57px;
        position: relative;
        border-radius: 11px;
        overflow: hidden;
    }

    #udmreserve .home_reserve_item a:hover .arrow {
        background-color: #fff;
    }

    #udmreserve .home_reserve_item a:hover .arrow svg path {
        fill: #4E5864;
    }

    #udmreserve .home_reserve_item a .ttl {
        display: block;
        color: #fff;
        font-size: 20px;
    }

    #udmreserve .home_reserve_item a:hover .txt_wrap:before {
        width: 100%;
    }

    .cashrBox {
        padding: 80px 80px;
    }


    .cashrBoxInner {
        max-width: 1114px;
        margin: 0 auto;
    }



    .cashrBoxInner .imgBox {
        padding: 52px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
        background: #fff;
    }

    .cashrBoxInner .imgBox img {
        width: 100%;
    }

    .cashrBoxInner .des {
        font-size: 20px;
        margin-bottom: 30px;
    }




    .pricetime {
        padding: 80px;
        background: rgba(245, 245, 245, 0.44);
        margin-bottom: 80px;
    }

    .pricetimeIiner {
        max-width: 845px;
        margin: 0 auto;
    }

    .pricetimeIiner .aten {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 60px;
    }

    .pricetimeIiner .reserCon {
        border-left: solid 2px #358FC0;
        padding-left: 12px;
        margin-bottom: 40px;
    }

    .pricetimeIiner .reserCon .subTitle {
        font-size: 16px;
        color: #358FC0;
        margin-bottom: 10px;
    }

    .pricetimeIiner .reserCon ul {
        margin-top: 16px;
    }

    .pricetimeIiner .reserCon li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pricetimeIiner .reserCon .des {
        font-size: 15px;
        font-feature-settings: "palt";
        word-break: break-all;
        line-height: 30px;
    }

    .colorWrap {
        padding: 0 80px;
    }

    .colorWrapInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .ccomTitleC {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 21px;
        width: 235px;
    }

    .ccomTitleC h3 {
        font-size: 32px;
    }

    .ccomTitleC::after {
        background-color: #4E5864;
        opacity: 0.4;
        z-index: 1;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
    }

    .ccomTitleC::before {
        background-color: #358FC0;
        z-index: 2;
        width: 88px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
    }

    .colorWrap .flex {
        display: flex;
        column-gap: .5%;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }


    .colorWrap .flex h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    .colorWrap .flex h4 span {
        padding-bottom: 3px;
        display: inline-block;
        border-bottom: solid 1px #707070;
    }

    .colorWrap .flex img {
        width: 100%;
        transition: .4s;
    }

    .colorWrap .flex > div {
        width: 33%;
        margin-bottom: 44px;
    }

    .colorWrap .cworks a {
        display: block;
        transition: .4s;
        max-width: 681px;
    }

    .colorWrap .cworks h4 {
        margin-top: 22px;
        font-size: 16px;
    }

    .colorWrap .cworks {
        margin-bottom: 120px;
    }

    .colorWrap .cworks img {
        max-width: 681px;
        width: 100%;
        transition: .4s;
    }

    .colorWrap .cworks .imgBox {
        overflow: hidden;

    }

    .colorWrap .cworks a:hover img {
        transform: scale(1.1);
    }

    .commonpolicyWrap {
        padding: 80px 80px;
    }

    .commonpolicyWrapInnre {
        max-width: 810px;
        margin: 0 auto;
    }

    .commonpolicyWrap .contBox {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: solid 1px #E0E0E0;
    }

    .commonpolicyWrap .contBox h3 {
        font-size: 23px;
        color: #358FC0;
        margin-bottom: 10px;
        line-height: 40px;
        position: relative;
    }

    .commonpolicyWrap .contBox a {
        display: inline-block;
        color: #358FC0;
        text-decoration: underline;
    }

    .ruleWrap .contBox .des {
        font-size: 15px;
        line-height: 35px;
    }

    .commonpolicyWrap .contBox .des {
        font-size: 15px;
        line-height: 35px;
    }

    .ruleWrap .contBox h3 {
        padding-left: 59px;
    }

    .ruleWrap .contBox .des {
        padding-left: 59px;
    }

    .ruleWrap .contBox h3::after {
        content: "01";
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        color: #358FC0;
        font-size: 28px;
        top: 19px;
        left: 17px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .ruleWrap .contBox h3::before {
        content: "";
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        color: #358FC0;
        top: 20px;
        left: 45px;
        width: 1px;
        height: 26px;
        background: #358FC0;
        opacity: .8;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .ruleWrap .contBox2 h3::after {
        content: "02";
    }

    .ruleWrap .contBox3 h3::after {
        content: "03";
    }

    .ruleWrap .contBox4 h3::after {
        content: "04";
    }

    .ruleWrap .contBox5 h3::after {
        content: "05";
    }

    .ruleWrap .contBox6 h3::after {
        content: "06";
    }


    .ruleWrap .contBox7 h3::after {
        content: "07";
    }

    .ruleWrap .contBox8 h3::after {
        content: "08";
    }

    .ruleWrap .contBox9 h3::after {
        content: "09";
    }


    .commonpolicyWrap ul {
        margin-top: 14px;
    }

    .ruleWrap ul {
        padding-left: 59px;
        margin-top: 14px;
    }

    .commonpolicyWrap ul li {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .commonpolicyWrap .mainDes {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 60px;
    }

    .commonpolicyWrap .coadress {
        padding-left: 17px;
        border-left: solid 1px #358FC0;
        margin-top: 10px;
    }

    .commonpolicyWrap .coadress {
        line-height: 28px;
        font-size: 14px;
    }

    .equipmentWrap {
        margin-top: 80px;
    }

    .equipmentWrap .imgBox {
        position: relative;
    }

    .equipmentWrap .imgBox .eqlabel {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #358FC0;
        font-size: 16px;
        color: #fff;
        padding: 10px 12px;
    }

    .equipmentWrap .comonList li a {
        color: #4BB9D5;
        text-decoration: underline;
        display: inline-block;
    }

    .listnone {
        text-indent: unset !important;
        padding-left: 0 !important;
    }


    .equipmentWrap .price {
        font-size: 27px;
        color: #358FC0;
        margin: 14px 0 -2px 0;
    }



    .curingWrap {
        padding: 80px 80px;
    }

    .curingWrapInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .curingWrap ul {
        list-style: none;
        margin-bottom: 70px;
    }

    .curingWrap ul li {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 16px;
        line-height: 35px;
    }

    .curingWrap .mainDes {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .curingWrap .flex {
        display: flex;
        column-gap: .5%;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .curingWrap .flex > div {
        width: 33%;
        margin-bottom: 44px;
    }

    .curingWrap .flex img {
        width: 100%;
        transition: .4s;
    }

    .telephoneWrap {
        max-width: 1400px;
        margin: 0 auto;
        margin-bottom: 92px;
    }


    .telephoneWrap .bNamb a {
        font-size: 33px;
        text-decoration: underline;
        margin-bottom: 26px;
    }

    .telephoneWrap ul {
        list-style: none;
    }

    .telephoneWrap ul li {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 16px;
        line-height: 35px;
    }

    .telephoneWrap ul a {
        display: inline;
        text-decoration: underline;
        color: #4BB9D5;
    }


    .contactFormWrap {}

    #udmreserve.contactFormWrap .home_reserve_item a {
        padding: 50px 29px;
    }

    #udmreserve.contactFormWrap .home_reserve_item a .ttl {
        font-size: 17px;
    }


    .page-id-9 .all_wrapper {
        overflow: visible;
    }

    .udHeader .breack span span {
        opacity: .4;
        color: #fff;
    }

    .udHeader .breack a span {
        opacity: 1;
        color: #fff;
    }

   .modaal-gallery-item img {
    max-width: 1200px !important;
    width: 1000px !important;
}
.modaal-image .modaal-container {
    max-width: 1000px !important;
}
.modaal-image .modaal-inner-wrapper {
    overflow: hidden !important;
}
    body.contact .home_contact_area {
        display: none;

    }

    body.reservationstatus .home_contact_area {
        display: none;

    }


    .contactFormWrap {
        margin-bottom: 50px;
    }

    #udcaseWinnr {
        padding-top: 0;
    }

    .udCaseMpWrap {
        padding: 74px 80px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .udCaseMpWrap a {
        display: inline-block;
        color: #4BB9D5;
        text-decoration: underline;
    }

    .udCaseMp {
        max-width: 1400px;
        font-size: 16px;
        line-height: 35px;
        margin: 0 auto;
    }

    .singlePhotolist {
        padding: 74px 80px;
        background: rgba(245, 245, 245, 0.44);
        padding-bottom: 100px;
    }

    .singlePhotolistInner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .singlePhotolist .imgBox {
        margin-bottom: 24px;
        text-align: center;
    }

    .singlePhotolist .imgBox img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .singlePhotolist .dataList {
        margin-bottom: 60px;
    }

    .singlePhotolist .dataList .enTItle {
        font-size: 37px;
        margin-bottom: 20px;
    }

    .singlePhotolist .dataList .des {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 35px;
    }

    .singlePhotolist .dataList a {
        text-decoration: underline;
        color: #4BB9D5;
        display: inline-block;
    }




    #udNewsList .home_news_wrap {
        justify-content: center;
    }

    #udNewsList .home_news_list {
        width: auto;
    }

    #udpost {
        max-width: 1000px;
        margin: 0 auto;
        padding: 63px 80px;
    }

    #udpost .day {
        font-size: 13px;
        color: #9D9D9D;
        letter-spacing: 0;
        margin-top: 3px;
    }

    .topNewsList_time {
        font-size: 20px;
        line-height: 35px;
    }

    #udpost .time {
        margin-bottom: 13px;
    }

    .udPostTxtBox p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #udpost hr {
        margin: 1.6em 0;
    }

    #udpost .udPostTxtBox ul {
        margin-bottom: 25px;
    }

    #udpost .udPostTxtBox li {
        font-size: 15px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 30px;
    }

    #udpost .udPostTxtBox h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }


    #udpost .pagenationBox {
        margin-top: 75px;
        list-style-type: none;
    }

    #udpost .pagenationBox {
        display: flex;
        justify-content: center;
        margin-bottom: 82px;
    }

    #udpost a {
        text-decoration: underline;
        color: #4BB9D5;
    }

    #udpost figure.wp-block-image.size-full {
        margin-bottom: 25px;
        text-align: center;
    }

    #udpost .size-large {
        margin-bottom: 25px;
        text-align: center;
    }


    #udpost .pagenationBox li {
        font-size: 15px;
        list-style-position: inside;
    }

    #udpost .pagenationBox li a {
        color: #358FC0;
    }

    #udpost .pagenationBox a {
        display: block;
        padding: 22px 54px;
        border: solid #358FC0 2px;
        transition: .4s;
        letter-spacing: .1em;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        color: #358FC0;
        border-radius: 6px;
    }

    .inactive {
        border-radius: 6px;
        color: #D8D8D8;
        font-weight: bold;
        display: block;
        padding: 22px 54px;
        border: solid #D8D8D8 2px;
        transition: .4s;
        letter-spacing: .1em;
        text-decoration: none;
        font-size: 13px;
        font-weight: normal;
    }

    .pagenationBox_centaer {
        margin: 0 10px;
    }

    #udpost .pagenationBox li a {
        color: #358FC0;
        transition: .4s;
    }

    #udpost .pagenationBox li a:hover {
        color: #fff;
        background: #358FC0;
    }

    #udpost .pagenationBox a span {
        color: #358FC0;
        transition: .4s;
    }

    #udpost .pagenationBox li a:hover span {
        color: #fff;
    }


    /*==================================================
---toggle
====================================================*/

    .accordion {
        max-width: 957px;
        margin: 0 auto;
    }


.accordion h3 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 55px;
}

    .accordion .toggle {
        display: none;
    }

  .accordion .option {
    position: relative;
    margin-bottom: 4px;
}

    .accordion .title,
    .accordion .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;

    }
.accordion .title {
    padding: 27px 45px;
    padding-right: 50px;
    display: block;
    cursor: pointer;
    background: #ecf5fa;
}

    .accordion .title.on {
        background: #358FC0;
    }


   .accordion .title::after, .accordion .title::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 42px;
    width: 3px;
    height: 13px;
    background-color: #358FC0;
    transition: all 0.3s;
}
.accordion a{
    display: inline-block;
    color: #4BB9D5;
    text-decoration: underline;
}
    .accordion .title.on::after,
    .accordion .title.on::before {
        background-color: #fff;
    }

    .on .qText {
        color: #fff;
    }

    .on .accordionFlexBoxNmber {
        color: #fff;
    }

    .accordion .lastPrice .title::after,
    .accordion .lastPrice .title::before {
        display: none;
    }

    .accordion .lastPrice .title {

        cursor: default;
    }

    .answerBox {
        display: flex;
    }

   .answerBox .accordionFlexBoxanswer {
    font-size: 34px;
    color: #DB7596;
    text-transform: uppercase;
    margin-right: 31px;
    margin-top: 0px;
}

    .accordion .title::after {
        transform: rotate(90deg);
    }

    .accordion .content {
        max-height: 0;
        overflow: hidden;
        padding: 0 45px;
    }

    .tableBox {
        padding: 0 80px 40px 80px;
    }

    #question {
        margin-top: 67px;
        margin-bottom: 120px;
        padding: 0 80px;
    }

   .accordion .toggle:checked + .title + .content {
    background: #f8f8f8;
    max-height: 500px;
    transition: all 1.5s;
}

    .accordion .toggle:checked + .title::before {
        transform: rotate(90deg) !important;
    }

    .accordionFlexBox {
        display: flex;
        align-items: center;
    }

    .accordionFlexBoxNmber {
    font-size: 34px;
    color: #358FC0;
    text-transform: uppercase;
    margin-right: 31px;
    margin-top: 0px;
}

    .accordionFlexBox p {}

    .accordionFlexBoxanswer {
        color: #fff;
        text-transform: uppercase;
    }

   .qText {
    font-size: 16px;
    font-weight: 600;
    color: #358FC0;
}

    .AText {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 28px;
    }

    .answerBox {
        padding: 28px 0;
    }


    .breackBox {
        font-size: 15px;
        margin-top: 72px;
        text-align: left;
    }

    .breackBox a {
        color: #fff;
    }

    .breackBox .current-item {
        color: rgba(255, 255, 255, 0.41);
    }





    @media screen and (max-width:1500px) {
        .udHeader .imgBox img {
            height: 380px;
        }
 .modaal-gallery-item img {
        max-width: 1000px !important;
    }
        .commonPriceBox .titleBox {
            width: 18%;
        }

        .pricetimeIiner .reserCon li {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .udHeader .titleBox {
            top: 40%;
            left: 100px;
        }

        .udHeader .udhSns {
            left: 25px;
            top: 42%;
        }

        .udHeader .breack {
            left: 100px;
            bottom: 30px;
        }

        .commondlListBox {
            background: rgba(245, 245, 245, 0.44);
            padding: 59px 80px;
        }

        .indexList {
            padding: 43px 100px;
        }

        .commonPriceBox {
            padding-top: 60px;
        }

    }




    @media screen and (max-width:1300px) {
        .udHeader {
            position: relative;
            margin-top: 64px;
        }

        .commonPriceBox .comTitleC h3 {
            font-size: 25px;
        }

        .commonPriceBox .comTitleC {
            padding-bottom: 15px;
        }


    }


@media screen and (max-width:1285px) {



.modaal-gallery-item img {
    width: 100% !important;
}
}

    @media screen and (max-width:1200px) {
        .Wgallery .studio_cat_item a {
            padding-right: 20px;
            font-size: 12px;
        }

    }

    @media screen and (max-width:1100px) {
        .udHeader {
            margin-top: 70px;
        }
#question {
    margin-top: 30px;
    margin-bottom: 74px;
    padding: 0 40px;
}
        #udpost {
            padding: 40px 40px;
        }

        .singlePhotolist {
            padding: 40px 40px;
            padding-bottom: 53px;
        }

        .curingWrap {
            padding: 40px 40px;
        }

        #udpost .pagenationBox {
            margin-top: 56px;
        }

        .udCaseMpWrap {
            padding: 44px 40px;
            padding-bottom: 0;
            margin-bottom: 40px;
        }

        .colorWrap {
            padding: 0 40px;
        }

        .commonpolicyWrap {
            padding: 40px 40px;
        }

        .pricetimeIiner .aten {
            font-size: 14px;
            line-height: 33px;
            margin-bottom: 42px;
        }

        #udpost .pagenationBox {
            margin-bottom: 27px;
        }

        .pricetime {
            padding: 40px;
            margin-bottom: 40px;
        }

        .cashrBoxInner .des {
            font-size: 17px;
            margin-bottom: 27px;
            line-height: 28px;
        }

        .cashrBox {
            padding: 40px 40px;
        }

        #udmreserve {
            padding: 40px 40px;
        }

        .Wgallery {
            padding: 0 40px;
            margin-bottom: 80px;
        }

        .studiomap {
            padding: 51px 40px;
            margin-bottom: 50px;
        }

        #priceAllWrap {
            padding: 0 40px;
        }

        .commonPriceBox th {
            padding: 23px 2px;
            font-size: 17px;
        }

        .indexListInner a::after {
            height: 15px;
            right: 1px;
            top: 27px;
        }

        .indexListInner a {
            padding: 25px 24px;
            font-size: 16px;
        }

        .commonPriceBox .nam {
            font-size: 22px;
        }

        .commonPriceBox td {
            padding: 30px 2px;
            line-height: 25px;
        }

        .commonPriceBox h4 {
            font-size: 19px;
            margin-bottom: 15px;
            padding-left: 24px;
        }

        .commonPriceBox .inBtnFlex a {
            padding: 40px 10px 37px 10px;
            font-size: 17px;
        }

        .udHeader .imgBox img {
            height: 330px;
        }

        .udAccessInner .adress {
            margin-bottom: 15px;
        }

        .udAccessInner .inFlex {
            display: block;
        }

        .commondlListBox {
            padding: 59px 40px;
        }

        #udAccess {
            padding: 30px 40px;
            padding-bottom: 73px;
        }


    }



    @media screen and (max-width:900px) {

        .commonPriceBox .nam {
            font-size: 19px;
        }

        .commonPriceBox td {
            font-size: 15px;
            padding: 20px 0;
        }

        .commonPriceBox .des {
            font-size: 15px;
            line-height: 30px;
        }

        .commonPriceBox .stepFlex > div {
            padding: 47px 8px;
        }

        .commonPriceBox .comTitleC h3 {
            font-size: 21px;
        }

        .commonPriceBox .titleBox a {
            padding-bottom: 10px;
            font-size: 16px;
        }

        .indexListInner > div {
            width: 30%;
        }

        .studiomap .flex {
            display: block;
        }

        .studiomap .flex > div {
            width: auto;
            margin-bottom: 40px;
        }

        .studiomap .flex > div:last-child {
            margin-bottom: 0;
        }

        .Wgallery .studio_cat_wrap .studio_cat_ttl {
            font-size: 15px;
        }

        .Wgallery h4 {
            font-size: 25px;
            margin-bottom: 23px;
        }

        .Wgallery .comonList {
            padding-top: 35px;
        }

        #udmreserve .atenLink a {

            line-height: 25px;
        }
    }





    @media screen and (max-width:768px) {
        .commonPriceBox {
            display: block;
        }
.accordion h3 {
    font-size: 23px;
    margin-bottom: 18px;
    margin-top: 53px;
}
        .qText {
    line-height: 25px;
}
        .accordion .title {
    padding: 27px 24px;
    padding-right: 50px;
}
        .accordion .title::after, .accordion .title::before {
    right: 33px;
    top: 40px;
}
        .accordion .content {
    padding: 0 25px;
}
        .answerBox .accordionFlexBoxanswer {
     font-size: 29px;
    margin-right: 19px;
}
        .accordionFlexBoxNmber {
    font-size: 29px;
    margin-right: 19px;
}
        #udpost .pagenationBox a {
            padding: 18px 0;
            font-size: 15px;
            text-align: center;
        }

        .inactive {
            padding: 18px 0;
            text-align: center;
            font-size: 15px;
        }

        #udNewsList .home_news_list {
            width: 100%;
        }

        #udpost .pagenationBox li {
            width: 100%;
        }

        #udpost .time {
            margin-bottom: 8px;
        }

        .topNewsList_time {
            font-size: 18px;
            line-height: 30px;
        }

        #udmreserve.contactFormWrap .home_reserve_item a .ttl {
            line-height: 27px;
        }

        .curingWrap .flex > div {
            width: 49%;
            margin-bottom: 3px;
        }

        .udPostTxtBox p {
            font-size: 14px;
            line-height: 28px;
            margin-bottom: 21px;
        }

        .telephoneWrap ul li {
            text-indent: -1em;
            padding-left: 1em;
            font-size: 15px;
            line-height: 32px;
        }

        #udpost .udPostTxtBox li {
            font-size: 14px;
        }

        .telephoneWrap .bNamb a {
            font-size: 26px;
            text-decoration: underline;
            margin-bottom: 14px;
        }

        .curingWrap .mainDes {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 16px;
        }

        .equipmentWrap .price {
            font-size: 20px;
        }

        .curingWrap ul li {
            text-indent: -1em;
            padding-left: 1em;
            font-size: 14px;
            line-height: 32px;
        }

        .commonpolicyWrap .contBox h3 {
            font-size: 18px;
            margin-bottom: 6px;
            line-height: 29px;
        }

        .equipmentWrap h5 {
            font-size: 14px;
            margin-bottom: 11px;
            line-height: 25px;
            margin-top: 14px;
        }

        .colorWrap .cworks {
            margin-bottom: 86px;
        }

        .commonpolicyWrap .contBox .des {
            font-size: 14px;
            line-height: 28px;
        }

        .colorWrap .flex {
            margin-bottom: 50px;
        }

        .commonpolicyWrap ul li {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .ruleWrap ul li {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .ruleWrap .contBox h3::before {
            top: 16px;
            left: 45px;
            width: 1px;
            height: 23px;
        }

        .ruleWrap .contBox h3::after {
            font-size: 24px;
            top: 15px;
            left: 17px;
        }

        .colorWrap .flex > div {
            width: 49%;
            margin-bottom: 30px;
        }

        .colorWrap .flex h4 {
            margin-top: 15px;
            font-size: 15px;
        }

        .ccomTitleC::before {
            width: 66px;
        }

        .ccomTitleC {
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 13px;
            width: 200px;
        }

        .ccomTitleC h3 {
            font-size: 21px;
        }

        #udmreserve .home_reserve_item a .txt_wrap:before {
            width: 32px;
        }

        #udmreserve .reserCon .des {
            font-size: 14px;
            line-height: 28px;
        }

        #udmreserve .reserCon {
            margin-bottom: 27px;
        }

        #udmreserve .resTitme p {
            font-size: 15px;
            padding: 12px 13px;
            margin: 18px 0 39px 0;
        }

        #udmreserve .home_reserve_item a .ttl {
            font-size: 14px;
            line-height: 1;
        }

        .udmreserveInner {
            margin-bottom: 51px;
        }

        #udmreserve .home_reserve_item a .arrow {
            display: none;
        }

        #udmreserve .home_reserve_item a {
            padding: 21px 12px;
        }

        .Wgallery .studio_cat_list {
            column-gap: 22px;
            row-gap: 18px;
        }

        .Wgallery .studio_cat_wrap {
            align-items: flex-start;
            margin-bottom: 34px;
            flex-direction: column;
            row-gap: 21px;
        }

        .udAccessInner .flex {
            display: block;
        }

        .commonEnh h3 {
            font-size: 14px;

        }

        .commonEnh p {
            font-size: 29px;
            margin-bottom: 11px;
        }

        .udHeader .breack {
            font-size: 13px;
        }

        .udHeader .titleBox p {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .udHeader .udhSns {
            left: 25px;
            top: 40%;
        }

        .udHeader .udhSns a {
            margin-bottom: 16px;
        }

        .udHeader .titleBox h2 {
            font-size: 25px;
        }

        .Wgallery .gallery-list li {
            width: 49.5%;
            margin-bottom: 2px;
        }

        .udAccessInner .flex > div {
            width: auto;
            margin-bottom: 50px;
        }

        .equipmentWrap .gallery-list li {
            margin-bottom: 51px;
        }

        .udAccessInner .atenBox {
            margin-top: 9px;
        }

        .udAccessInner .flex > div:last-child {
            margin-bottom: 0;
        }

        .commonPriceBox .conBoxWrap {
            width: auto;
        }

        .commonPriceBox .nam2 {
            margin-top: 6px;
        }

        .commonPriceBox h4 {
            font-size: 17px;
        }

        .commonPriceBox .titleBox {
            width: 50%;
            margin-bottom: 20px;
        }

        .commonPriceBox .stepFlex > div {
            padding: 35px 8px;
        }

        .commonPriceBox .stepFlex .des {
            font-size: 14px;
        }

        .commonPriceBox .stepFlex .des br {
            display: none;
        }

        .cancelAten {
            font-size: 13px;
            line-height: 21px;
        }

        .commonPriceBox .stepNam {
            font-size: 20px;
            margin-bottom: 11px;
        }

        .commonPriceBox td {
            padding: 20px 2px;
        }

        .commonPriceBox h5 {
            font-size: 14px;
            padding: 8px 10px;
            margin-top: 16px;
            margin-bottom: 2px;
        }

        .commonPriceBox th {
            padding: 21px 2px;
            font-size: 15px;
        }

        .commonPriceBox .contBox {
            padding: 30px 38px 0 38px;
        }

        .indexListInner {
            display: block;
        }

        .indexListInner > div {
            width: auto;
            margin-bottom: 6px;
        }

        #udmreserve .home_reserve_list {
            column-gap: 9px;
            row-gap: 10px;
        }


        .listnone {
            text-indent: unset !important;
            padding-left: 0 !important;
        }




    }

    @media screen and (max-width:600px) {
        .udHeader .titleBox h2 {
            font-size: 18px;
        }

        .commondlListBoxInner dl dt {
            width: 166px;
            font-size: 14px;
            padding-bottom: 8px;
            line-height: 25px;
        }

        .commondlListBoxInner dl dd {
            font-size: 13px;
            padding-bottom: 8px;
            border-bottom: solid 3px #F0F0F0;
            line-height: 25px;
        }

        .commondlListBoxInner dl {
            margin-bottom: 15px;
        }

        .udHeader .titleBox {
            top: 40%;
            left: 25px;
        }

        .commondlListBoxInner .commonEnh {
            margin-bottom: 32px;
        }

        .udHeader .udhSns {
            display: none;
        }

        .udHeader .titleBox p {
            font-size: 11px;
            margin-bottom: 5px;
        }

        .udHeader .imgBox img {
            height: 180px;
        }

        .commonEnh h3 {
            font-size: 13px;
        }

        .commonEnh p {
            font-size: 23px;
            margin-bottom: 7px;
        }

        .udHeader .breack {
            font-size: 10px;
            left: 25px;
            bottom: 14px;
        }

        .commondlListBoxInner {
            padding: 23px 20px;
        }

        .commondlListBox {
            padding: 26px 25px;
        }

        .udAccessInner .conBox .mapana .subTitle {
            font-size: 15px;
            margin-bottom: 9px;
        }

        .commonEnh {
            margin-bottom: 22px;
        }

        .udAccessInner .atenBox {
            margin-top: -2px;
        }

        .udAccessInner .atenBox {
            padding: 12px 16px;
        }

        .udAccessInner .atenBox p {
            font-size: 13px;
            line-height: 24px;
        }

        #udAccess {
            padding: 30px 25px;
            padding-bottom: 33px;
        }

        .udAccessInner .flex > div {
            margin-bottom: 35px;
        }

        .udAccessInner .conBox .mapana .des {
            font-size: 13px;
            line-height: 26px;
        }

        .commonPriceBox .nam {
            font-size: 15px;
        }

        .pdfBtn {
            font-size: 14px;
        }

        .indexList {
            padding: 24px 25px;
        }

        .commonPriceBox .inaten {
            font-size: 10px;
            line-height: 16px;
            letter-spacing: 0;
            margin-top: 8px;
        }

        .commonPriceBox .inContet:last-child {
            margin-bottom: 0px;
            padding-bottom: 10px;
        }

        .commonPriceBox .inBtnFlex .fomBox p::after {
            width: 38px;
            height: 38px;
            left: 15px;
        }

        .commonPriceBox .inBtnFlex a p {
            padding-left: 46px;
        }

        .commonPriceBox .inBtnFlex .resBox p::after {
            width: 38px;
            left: 15px;
            height: 38px;
        }

        .commonPriceBox .inBtnFlex a {
            padding: 27px 10px 23px 10px;
            font-size: 14px;
        }

        .commonPriceBox .stepFlex .des {
            font-size: 12px;
            line-height: 21px;
        }

        .commonPriceBox .stepNam {
            font-size: 17px;
            margin-bottom: 7px;
        }

        .commonPriceBox .stepFlex > div {
            width: 48%;
            margin-bottom: 8px;
            padding: 30px 10px;
        }

        .dwFont {
            font-size: 10px;
        }

        .commonPriceBox {
            padding-top: 30px;
            margin-bottom: 0;
        }

        .arrowBtWrap .textP {
            width: 126px;
        }

        .commonPriceBox th {
            font-size: 12px;
        }

        .commonPriceBox .inContet {
            padding-bottom: 29px;
            margin-bottom: 29px;
        }

        .commonPriceBox td {
            font-size: 12px;
            padding: 15px 0;
            letter-spacing: 0;
        }

        .commonPriceBox .des {
            font-size: 13px;
            line-height: 26px;
        }

        .commonPriceBox .contBox {
            padding: 30px 20px 0 20px;
        }

        .commondlListBox {
            padding-bottom: 0;
        }

        .indexListInner a::after {
            height: 15px;
            right: 1px;
            top: 16px;
        }

        #priceAllWrap {
            padding: 0 25px;
        }

        .commonPriceBox .comTitleC {
            margin-bottom: 19px;
            padding-bottom: 14px;
        }

        .indexListInner {
            padding-left: 57px;
        }

        .indexListInner::after {
            font-size: 13px;
        }

        .udAccessInner .adress {
            font-size: 14px;
            line-height: 23px;
        }

        .indexListInner a {
            padding: 16px 18px;
            font-size: 14px;
        }

        .studiomap .subTItle {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .studiomap {
            padding: 31px 25px;
            margin-bottom: 30px;
        }

        #priceAllWrap {
            padding-bottom: 43px;
        }

        .commondlListBox li {
            font-size: 13px;
        }

        .Wgallery h4 {
            font-size: 19px;
            margin-bottom: 8px;
        }

        .Wgallery .comonList {
            padding-top: 19px;
        }

        .cashrBoxInner .imgBox {
            padding: 19px;
        }

        .cashrBoxInner .des {
            font-size: 14px;
            margin-bottom: 27px;
            line-height: 26px;
        }

        #udmreserve .reserCon .subTitle {
            font-size: 15px;
            margin-bottom: 8px;
        }

        #udmreserve .resTitme p {
            font-size: 13px;
            padding: 10px 13px;
            margin: 18px 0 22px 0;
        }

        #udmreserve .atenLink a {
            font-size: 13px;
        }

        .commondlListBox .opDes {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 28px;
        }

        .ccomTitleC h3 {
            font-size: 19px;
        }

        .colorWrap .cworks h4 {
            margin-top: 17px;
            font-size: 15px;
        }

        .cashrBox {
            padding: 30px 25px;
        }

        .colorWrap .cworks {
            margin-bottom: 40px;
        }

        .ccomTitleC {
            margin-bottom: 24px;
            padding-bottom: 13px;
            width: 150px;
        }

        .Wgallery {
            padding: 0 25px;
            margin-bottom: 40px;
        }

        .colorWrap .flex {
            margin-bottom: 31px;
        }

        .colorWrap .flex > div {
            margin-bottom: 24px;
        }

        .colorWrap .flex h4 {
            margin-top: 12px;
            font-size: 13px;
        }

        .colorWrap .flex h4 span {
            font-size: 13px;
        }

        .pricetimeIiner .aten {
            font-size: 13px;
            line-height: 29px;
            margin-bottom: 28px;
        }

        .colorWrap {
            padding: 0 25px;
        }

        .pricetimeIiner .reserCon:last-child {
            margin-bottom: 10px;
        }

        .pricetimeIiner .reserCon li {
            font-size: 13px;
            margin-bottom: 6px;
            line-height: 22px;
        }

        .cancelContents .commonPriceBox {
            padding-top: 30px;
        }

        #udmreserve {
            padding: 40px 25px;
        }

        .commonpolicyWrap {
            padding: 30px 25px;
        }

        .commonpolicyWrap .contBox {
            padding-bottom: 16px;
            margin-bottom: 16px;
        }

        .ruleWrap .contBox .des {
            padding-left: 46px;
        }

        .ruleWrap .contBox h3 {
            padding-left: 46px;
        }

        .equipmentWrap .price {
            font-size: 20px;
            margin: 11px 0 -5px 0;
        }

        .commonpolicyWrap ul li {
            font-size: 14px;
            margin-bottom: 2px;
            line-height: 26px;
            text-indent: -1em;
        }

        .ruleWrap ul li {
            font-size: 14px;
            margin-bottom: 2px;
            line-height: 26px;
            text-indent: -1em;
        }

        .ruleWrap ul {
            padding-left: 58px;
        }

        .ruleWrap .contBox h3::before {
            top: 14px;
            left: 38px;
            width: 1px;
            height: 20px;
        }

        .equipdiantWrap .price {
            font-size: 16px;
        }

        .pricetime {
            padding: 25px;
            padding-top: 30px;
            margin-bottom: 30px;
        }

        .commonpolicyWrap .contBox h3 {
            font-size: 15px;
            margin-bottom: 5px;
            line-height: 27px;
        }

        .ruleWrap .contBox h3::after {
            font-size: 19px;
            top: 12px;
            left: 17px;
        }

        .equipmentWrap .imgBox .eqlabel {
            position: absolute;
            left: 0;
            bottom: 0;
            background: #358FC0;
            font-size: 12px;
            color: #fff;
            letter-spacing: 0;
            padding: 6px 6px;
        }

        .commonpolicyWrap .mainDes {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 26px;
        }

        .commonpolicyWrap .coadress {
            padding-left: 10px;
            line-height: 25px;
        }

        .equipmentWrap .list {
            text-indent: -1em;
            margin-bottom: -2px;
            letter-spacing: 0;
            padding-left: 1em;
            font-size: 12px;
            line-height: 25px;
        }

        .equipmentWrap .gallery-list li {
            margin-bottom: 21px;
        }

        .equipmentWrap {
            margin-top: 30px;
        }

        .contactFormWrap {
            margin-bottom: 10px;
        }

        .curingWrap ul {
            margin-bottom: 33px;
        }

        .listnone {
            text-indent: unset !important;
            padding-left: 0 !important;
        }

        .pricetimeIiner .aten br {
            display: none;
        }

        .pricetimeIiner .reserCon .des {
            font-size: 14px;
            line-height: 29px;
        }

        #udmreserve.contactFormWrap .home_reserve_item a {
            padding: 18px 12px;
        }

        .telephoneWrap .bNamb a {
            font-size: 20px;
            margin-bottom: 7px;
        }

        #udmreserve.contactFormWrap .home_reserve_item a .ttl {
            line-height: 24px;
        }

        #udmreserve.contactFormWrap .home_reserve_item a .ttl {
            font-size: 14px;
        }

        .googlecal {
            padding-top: 112%;
        }

        .telephoneWrap {
            margin-bottom: 42px;
        }

        .curingWrap {
            padding: 30px 25px;
        }

        .home_contact_area {
            padding: 61px 25px 46px 25px;
        }

        .home_news_area .home_news_item .date_ttl_area .ttl {
            font-size: 13px;
        }

        .telephoneWrap ul li {
            font-size: 14px;
            line-height: 29px;
        }

        .home_contact_area .home_contact_wrap p {
            font-size: 14px;
            letter-spacing: .08em;
        }

        .home_news_area .home_news_item .date_ttl_area .data {
            font-size: 12px;
            margin-bottom: 9px;
            letter-spacing: 0;
        }

        .udCaseMpWrap {
            padding: 30px 25px;
            padding-bottom: 0;
            margin-bottom: 25px;
        }

        .udCaseMp {
            font-size: 14px;
            line-height: 28px;
            margin: 0 auto;
        }

        #udpost .udPostTxtBox li {
            font-size: 13px;
            text-indent: -1em;
            padding-left: 1em;
            line-height: 25px;
            margin-bottom: 6px;
        }

        .udPostTxtBox p {
            font-size: 13px;
            line-height: 25px;
            margin-bottom: 21px;
        }

        .singlePhotolist {
            padding: 30px 25px;
            padding-bottom: 20px;
        }

        .singlePhotolist .dataList {
            margin-bottom: 21px;
        }

        .udCaseMp br {
            display: none;
        }

        .singlePhotolist .dataList .enTItle {
            font-size: 21px;
            margin-bottom: 6px;
        }

        #udpost .day {
            font-size: 11px;
            margin-top: 0;
        }

        #udpost .udPostTxtBox h3 {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .topNewsList_time {
            font-size: 16px;
            line-height: 28px;
        }

        .singlePhotolist .dataList .des {
            font-size: 14px;
            line-height: 26px;
        }

        #udpost {
            padding: 30px 25px;
        }

        .pagenationBox_centaer {
            margin: 0 6px;
        }

        #udpost hr {
            margin: 1em 0;
        }

        #udpost .pagenationBox {
            margin-bottom: 17px;
        }

        #udpost .pagenationBox {
            margin-top: 37px;
        }

        .inactive {
            padding: 16px 0;
            font-size: 13px;
        }

        #udpost .pagenationBox a {
            padding: 16px 0;
            font-size: 13px;
        }
#question {
    margin-top: 3px;
    margin-bottom: 34px;
    padding: 0 25px;
}
        .qText {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    line-height: 25px;
}
        .accordion h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 46px;
}
        .accordionFlexBoxNmber {
    font-size: 26px;
    margin-right: 13px;
}
        .accordion .title {
    padding: 22px 24px;
    padding-right: 50px;
}
        .answerBox .accordionFlexBoxanswer {
    font-size: 26px;
    margin-right: 13px;
}
        
        .answerBox {
    padding: 18px 0;
}
.accordion .title::after, .accordion .title::before {
    right: 24px;
    top: 44%;
}
        .qText {
    line-height: 23px;
}
        .AText {
    font-size: 14px;
    line-height: 25px;
}
        
        .reaveatIn{
            padding-top: 100px;
            margin-top: -100px;
        }



    }
