@charset "utf-8";

.c_white {
    color: #fff;
}

.bg01 {
    background: #fff;
}


@media only screen and (max-width: 1024px) {
    .pic {
        width: 100%;
    }
}

.tac {
    text-align: center;
}

.tac-tal {
    text-align: center;
}

.inner {
    padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
    .inner {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 599px) {
    .inner {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .tac-tal {
        text-align: left;
    }
}

.more_btn {
    width: 80%;
    max-width: 220px;
    margin: 30px auto;
    overflow: hidden;
}

.more_btn a {
    display: block;
    padding: 12px 0;
    text-align: center;
    border: 1px #936d11 solid;
    overflow: hidden;
    color: #936d11;
    font-size: 14px;
    position: relative;
}

.more_btn a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}



.sp_on {
    display: none;
}

@media only screen and (max-width: 599px) {
    .sp_on {
        display: block;
    }
}

.sp_no {
    display: block;
}

@media only screen and (max-width: 599px) {
    .sp_no {
        display: none;
    }
}

.lh {
    line-height: 190%;
}

.heading1 {
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 2px;
    margin-bottom: 38px;
    color: #936d11;
}

@media only screen and (max-width: 1024px) {
    .heading1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 599px) {
    .heading1 {
        font-size: 21px;
        letter-spacing: 0px;
    }
}

.heading2 {
    text-align: center;
    font-size: 26px;
    color: #936d11;
}

@media only screen and (max-width: 1024px) {
    .heading2 {
        font-size: 20px;
    }

}

/**
アスペクト比固定
*/
/*基本アスペクト
（下に続く比率クラスと合わせて使用）*/
.aspect {
    position: relative;
    display: block;
    overflow: hidden;
}

.aspect:before {
    display: block;
    content: '';
}

.aspect img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*IE対策*/
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

/*比率15％*/
.aspect.-ratio15:before {
    padding-top: 15%;
}

/*比率20％*/
.aspect.-ratio20:before {
    padding-top: 20%;
}

/*比率30％*/
.aspect.-ratio30:before {
    padding-top: 30%;
}

/*比率35％*/
.aspect.-ratio35:before {
    padding-top: 35%;
}

/*比率40％*/
.aspect.-ratio40:before {
    padding-top: 40%;
}

/*比率45％*/
.aspect.-ratio45:before {
    padding-top: 45%;
}

/*比率50％*/
.aspect.-ratio50:before {
    padding-top: 50%;
}

/*比率55％*/
.aspect.-ratio55:before {
    padding-top: 55%;
}

/*比率60％*/
.aspect.-ratio60:before {
    padding-top: 60%;
}

/*比率65％*/
.aspect.-ratio65:before {
    padding-top: 65%;
}

/*比率70％*/
.aspect.-ratio70:before {
    padding-top: 70%;
}

/*比率75％*/
.aspect.-ratio75:before {
    padding-top: 75%;
}

/*比率80％*/
.aspect.-ratio80:before {
    padding-top: 80%;
}

/*比率90％*/
.aspect.-ratio90:before {
    padding-top: 90%;
}


/*比率100％*/
.aspect.-ratio100:before {
    padding-top: 100%;
}

/*比率110％*/
.aspect.-ratio110:before {
    padding-top: 110%;
}

/*比率117％*/
.aspect.-ratio117:before {
    padding-top: 117%;
}

/*比率120％*/
.aspect.-ratio120:before {
    padding-top: 120%;
}

/*比率158％*/
.aspect.-ratio158:before {
    padding-top: 158%;
}

#wrapper {
    position: relative;
    background: #fff;
}

[data-element-id].spfixbtn {
    display: block;
    position: relative;
}

.spfixbtn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #ddd7ea;
    padding: 0px 0px 0 10px;
    z-index: 150;
}

.spfixbtn .tel {
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.spfixbtn .tel a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-left: 7px;
}

.spfixbtn .tel a:before {
    content: "";
    display: block;
    width: 18px;
    height: 37px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img06.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}

.spfixbtn .contactbtn {
    width: 50%;
}

.spfixbtn .contactbtn a {
    background: #e9daeb;
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 11px 10px 11px 24px;
    overflow: hidden;
    position: relative;

}

.spfixbtn .contactbtn a:before {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img04.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14px;
}

@media only screen and (max-width: 1024px) {


    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 15px;
    }
    .spfixbtn .contactbtn a:before {
        left: 25%;
    }
    .spfixbtn .tel a:before {
        left: 25%;
    }
    .spfixbtn {
        display: block;
    }
}


/*--------------ここから記述----------------------*/

@media only screen and (max-width: 599px) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 14px;
    }
    .spfixbtn .tel a:before {
        left: 4px;
    }
    .spfixbtn .contactbtn a:before {
        left: 14px;
    }
}

.bkline_l {
    position: relative;
}

.bkline_l:before {
    content: "";
    display: block;
    width: 204px;
    height: 1px;
    background: #010101;
    position: absolute;
    top: 55px;
    left: -50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.bkline_r {
    position: relative;
}

.bkline_r:after {
    content: "";
    display: block;
    width: 204px;
    height: 1px;
    background: #010101;
    position: absolute;
    bottom: 53px;
    right: -50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bkline_l.white85:before {
    width: 120px;
    background: #fff;
    top: 47px;
    left: -13px;
    z-index: 5;
}

.bkline_r.white85:after {
    width: 120px;
    background: #fff;
    bottom: 47px;
    right: -13px;
    z-index: 5;
}

.bkline_l.black85:before {
    width: 120px;
    top: 37px;
    left: -23px;
    z-index: 5;
}

.bkline_r.black85:after {
    width: 120px;
    bottom: 37px;
    right: -23px;
    z-index: 5;
}

.bkline_l.black68:before {
    width: 96px;
    top: 21px;
    left: -23px;
    z-index: 5;
}

.bkline_r.black68:after {
    width: 96px;
    bottom: 21px;
    right: -23px;
    z-index: 5;
}

.bkline_l.black55:before {
    width: 78px;
    top: 16px;
    left: -23px;
    z-index: 5;
}

.bkline_r.black55:after {
    width: 78px;
    bottom: 16px;
    right: -23px;
    z-index: 5;
}


.morebtn {
    width: 95%;
    max-width: 270px;
    margin: 40px auto;
}

.morebtn a {
    border: 1px solid #000;
    padding: 15px 0;
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.morebtn a:hover{
  background: #000;
  color: #fff;
  opacity: 1;
}

.morebtn a:before {
    content: "";
    display: block;
    width: 95px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.morebtn a:hover:before{
    right: 0%;
    width: 0px;
}

.left_heading.fead-mv{
  opacity: 0;
}
.left_heading.fead-mv.mv{
  opacity: 0.5;
}
[data-element-id] .left_heading.fead-mv{
  opacity: 0.5;
}


.left_heading {
    font-size: 150px;
    font-family: 'Cinzel', serif;
    color: rgba(98, 116, 149, 255);
    opacity: 0.5;
    letter-spacing: 0.1em;
    line-height: 120%;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: absolute;
    top: 0;
    left: calc(50% - 700px);
    z-index: 3;
}

.left_heading_area .inner {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .inner {
        /*        max-width: 630px;*/
        max-width: calc(100% - 200px);
    }

    .left_heading {
        font-size: 100px;
        /*        left: calc(50% - 410px);*/
        left: -20px;
    }

    .morebtn {
        max-width: 260px;
    }

    .morebtn a:before {
        width: 75px;
    }



}

@media only screen and (max-width: 599px) {
    .bkline_l:before {
        width: 85px;
        top: 26px;
        left: -17px;
    }

    .bkline_r:after {
        width: 85px;
        bottom: 26px;
        right: -17px;
    }

    .morebtn {
        max-width: 200px;
        margin: 30px auto;
    }

    .morebtn a:before {
        right: -23px;
        width: 55px;
    }

    .morebtn a {
        padding: 8px 0;
        font-size: 15px;
    }

    .inner {
        max-width: 95%;
    }

    .fs16 {
        font-size: 14px;
    }

    .left_heading {
        font-size: 43px;
        top: auto;
        left: auto;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        position: relative;
        line-height: 100%;
    }

}

/*#################commonここまで########################*/
.tb_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.tb_logo a {
    display: block;
}

.nav_global li {
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
}

.nav_global li dt {
    cursor: pointer;
    padding-right: 22px;
}

.nav_global li a,
.nav_global li span {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav_global li a {
    font-family: 'Cinzel400', serif;
}

.nav_logo {
    width: 200px;
    height: 25px;
}

#gnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    width: 100%;
    padding: 20px calc(50% - 610px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
}
[data-element-id] #gnav,[data-element-id] #gnav.fixed{
  position: relative;
  top: 20px;
}

#gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}

#gnav .toggle .bar:before,
#gnav .toggle .bar:after,
#gnav .toggle .bar {
    background: #000;
}

#gnav .nav_global {
    width: 970px;
    margin-top: 5px;
    position: relative;
}

#gnav .toggle {
    background: transparent;
}

.nav_global .fb img {
    margin-top: -4px;
}
@media only screen and (max-width: 1310px) {
    #gnav .nav_global {
      width: 800px;
    }
    .nav_logo{
      padding-left: 10px;
    }
  
}
.main_mv .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.main_mv .right {
    background: #e0e6f1;
    position: relative;
}

.main_mv .left .pic {
    width: 148%;
    z-index: 2;
    margin-right: -48%;
}

.main_mv .right .txt {
    position: absolute;
    left: 50%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.main_mv .right .mv_tit {
    text-align: center;
    width: 100%;
    display: block;
}

.main_mv .right > * {
    position: relative;
    z-index: 1;
}

.main_mv .right:after {
    content: "";
    display: block;
    width: calc(100% - 75px);
    height: calc(100% - 100px);
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;

}

.main_mv .right .mv_tit {
    line-height: 160%;
}

.main_mv .right .mv_tit .fs58 {
    font-size: 58px;
    font-weight: 300;
    letter-spacing: 8px;
}

.main_mv .right .mv_tit .fs32 {
    font-weight: 500;
    letter-spacing: 2px;
}

.main_mv .right .mv_tit .ja {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}

.inner.-wide {
    position: relative;
}

.inner.-max1000 {
    max-width: 1000px;
}

.tb_logo {
    display: none;
}

[data-element-id] .tb_logo{
  position: relative;
  display: block;
}

@media only screen and (max-width: 1024px) {
    .tb_logo {
        display: block;
    }

    .inner.-max1000 {
        max-width: calc(100% - 200px);
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #999 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li.mail,
    #gnav li.fb {
        border-bottom: 0px dotted #999 !important;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        padding: 10px 15px;
        border: none !important;
    }

    #gnav.action .accordion-body {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 599px) {
    .inner.-max1000 {
        max-width: 95%;
    }
}

.main_mv .bkline_r:after {
    content: "";
    display: block;
    width: 204px;
    height: 1px;
    background: #010101;
    position: absolute;
    bottom: 174px;
    right: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.heading01 .ja {
    display: inline-block;
    font-size: 60px;
    font-weight: 400;
    padding: 0 115px;
    position: relative;
    margin-bottom: 80px;
}

.heading01 .ja .fs48 {
    font-size: 48px;
}

.heading01 .ja:before {
    content: "";
    display: block;
    width: 95px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

.heading01 .ja:after {
    content: "";
    display: block;
    width: 95px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.heading01.white .ja {
    color: #fff;
}

.heading01.white .ja:before {
    background: #fff;
}

.heading01.white .ja:after {
    background: #fff;
}



.bgstone {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img11.png) center center no-repeat;
    background-size: cover;
}

.bgc_01 {
    background: #e0e6f1;
}

#gnav li.item_sp {
    display: none !important;
}
[data-element-id] #gnav li.item_sp {
    display: block !important;
}

@media only screen and (max-width: 1024px) {
    .main_mv .right .mv_tit .fs58 {
        display: block;
        margin-bottom: 20px;
        font-size: 48px;
    }

    .main_mv .right .mv_tit .fs32 {
        font-size: 24px;
    }

    .main_mv .right .mv_tit .ja {
        margin-top: 30px;
        font-size: 17px;
    }

    #gnav {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main_mv .inner {
        padding-top: 37px;
    }

    .main_mv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_mv .bkline_r:after {
        bottom: 104px;
        right: -50px;
    }

    .heading01 .ja {
        padding: 0 40px;
    }

    .heading01 .ja:before {
        width: 30px;
    }

    .heading01 .ja:after {
        width: 30px;
    }

    .heading01 .ja {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .heading01 .ja .fs48 {
        font-size: 29px;
    }
    .heading01 .ja .fs40{
        font-size: 24px;
    }

    .nav_logo {
        display: none;
    }

    #gnav .nav_global {
        display: block;
    }

    #gnav li {
        margin-bottom: 16px;
    }

    #gnav li.item_pc {
        display: none !important;
    }

    #gnav li.item_sp {
        display: block !important;
    }

    .nav_global li a {
        padding-right: 0;
    }
}

@media only screen and (max-width: 599px) {
    .main_mv .rowreverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main_mv .left .pic {
        width: 100%;
        margin-right: 0;
    }

    .main_mv .bkline_r:after {
        width: 85px;
        top: auto;
        bottom: 59px;
        right: -20px;
    }

    .main_mv .right .mv_tit .fs58 {
        font-size: 40px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .main_mv .right:after {
        width: calc(100% - 35px);
        height: calc(100% - 40px);
    }

    .main_mv .right .mv_tit .fs32 {
        font-size: 18px;
    }

    .main_mv .right .mv_tit .ja {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        line-height: 150%;
        margin-top: 10px;
    }

    .main_mv .left {
        margin-top: 10px;
    }

    .main_mv .aspect.-ratio110:before {
        padding-top: 100%;
    }

    .heading01 .ja {
        padding: 0 35px;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .heading01 .ja:after {
        width: 25px;
    }

    .heading01 .ja:before {
        width: 25px;
    }

    .heading01 .ja .fs48 {
        font-size: 32px;
    }
}


/*##################hnews######################*/
.hnews {
    position: relative;
    margin-top: -190px;
}

.hnews_area {
    padding-right: 110px;
    padding-left: 110px;
}

.hnews_item dt {
    width: 120px;
}

.hnews_item dd {
    width: calc(100% - 120px);
}

.hnews_item dd a {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hnews_item {
    padding-bottom: 5px;
    border-bottom: 1px solid #a4a8ad;
    margin-bottom: 25px;
}


.hnews .left_heading {
    top: -80px;
    left: -100px;
    z-index: 4;
}
@media only screen and (max-width: 1310px) {
      .hnews .left_heading {
        left: -45px;
    }
}

@media only screen and (max-width: 1024px) {
    .hnews .left_heading {
        left: -20px;
    }

    .hnews {
        margin-top: -100px;
    }

    .hnews_area {
        width: 100%;
        max-width: 600px;
    }
}

@media only screen and (max-width: 599px) {
    .hnews .left_heading {
        font-size: 43px;
        top: auto;
        left: auto;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        position: relative;
        padding-left: 7px;
    }

    .hnews_area {
        padding-left: 0;
        padding-right: 0;
        width: 95%;
        margin-right: auto;
        margin-left: auto;

    }

    .hnews {
        margin-top: 0px;
    }

    .hnews_item dt {
        width: 110px;
    }

    .hnews_item dd {
        width: calc(100% - 110px);
        font-size: 14px;
    }
}

/*########################hcoupon_area################################*/
.hcoupon_area {
    max-width: 750px;
    margin: 10px auto;
    display: block;
    border: 1px solid #000;
    overflow: hidden;
}

.hcoupon_area .a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #c2bfd8;
    padding: 84px 0 0px;
}

.hcoupon_area .a:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img08.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
}

.hcoupon_area .txtarea {
    max-width: 430px;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #c2bfd8;
}

.hcoupon_area .txtarea:before {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100vw;
    z-index: 0;
}

.hcoupon_area .sinkigentei {
    color: rgba(98, 116, 149, 255);
    font-size: 24px;
    line-height: 100%;
    display: block;
    font-weight: 400;
}

.hcoupon_area .num {
    font-size: 130px;
    line-height: 50%;
}

.hcoupon_area .percent {
    font-size: 80px;
    line-height: 40%;
}

.hcoupon_area .fee {
    line-height: 90%;
    font-weight: 400;
    margin-top: -25px;
    display: inline-block;
}

.hcoupon_area .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    background: #c2bfd8;
    position: relative;
    z-index: 1;
}

.hcoupon_area .bottom {
    margin-top: 10px;
    padding: 5px;
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.hcoupon_area .bikou {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 5px;
    bottom: auto;
    right: auto;
    font-size: 12px;
    color: rgba(135, 133, 151, 255);
    line-height: 140%;
    text-align: right;
}
.hcoupon_area .bikou .free_space{
  display: block;
  width: 100%;
  text-align: right;
}

.hcoupon_area .coupon {
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hcoupon {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
.hcoupon{
    margin-bottom: 50px;
}
.hcoupon_area .a{
  padding-top: 100px;
}
.hcoupon_area .bikou{
  position: relative;
  padding-top: 20px;
  margin-top: 0px;
  bottom:auto;
  right: auto;
  display: block;
}
}

@media only screen and (max-width: 599px) {
      .hcoupon_area .fee {
        margin-top: -15px;
    }
      .hcoupon_area .bikou{
        text-align: left;
        padding-left: 10px;
      }
      .hcoupon_area .bikou .free_space{
         text-align: left;
         padding-left: 10px;
      }
    .hcoupon_heading {
        width: 100%;
    }

    .hcoupon_area .a {
        padding-top: 100px;
    }

    .hcoupon_area .coupon {
        top: 25px;
        left: 3px;
    }

    .hcoupon_area .sinkigentei {
        font-size: 17px;
    }

    .hcoupon_area .num {
        font-size: 120px;
    }

    .hcoupon_area .bottom {
        font-size: 12px;
    }

    .hcoupon {
        margin-bottom: 20px;
    }
}

/*#######################habout###############################*/
.habout .bigpic {
    background: #000;
    overflow: hidden;
    max-height: 450px;
}

.habout .bigpic img {
    opacity: 0.5;
}

.habout_min_heading {
    margin-bottom: 30px;
}

.txtarea .txt01,
.txtarea .txt02,
.txtarea .txt03 {
    display: block;
}

.txtarea .txt01 {
    margin-bottom: 40px;
}

.txtarea .txt02 {
    margin-bottom: 40px;
}

.txtarea .txt03 {
    margin-bottom: 40px;
}

.left_heading_area {
    position: relative;
}

.habout .left_heading {
    position: absolute;
    top: 8%;
    left: calc(50% - 700px);
}

.habout {
    margin-bottom: 130px;
}
@media only screen and (max-width: 1310px) {
    .habout .left_heading{
      left: -45px;
    }
}

@media only screen and (max-width: 1024px) {
    .habout {
        margin-bottom: 60px;
    }

    .habout_min_heading {
        margin-bottom: 20px;
    }

    .txtarea .txt01 {
        margin-bottom: 30px;
    }

    .txtarea .txt02 {
        margin-bottom: 10px;
    }
    .habout .left_heading{
      left: -20px;
    }
}

@media only screen and (max-width: 599px) {
    .habout_min_heading {
        font-size: 16px;
    }

    .txtarea .txt01 {
        font-size: 22px;
    }

    .txtarea .txt01 .fs30 {
        font-size: 16px;
    }

    .txtarea .txt02 {
        font-size: 16px;
        line-height: 180%;
        margin-bottom: 20px;
    }

    .habout {
        margin-bottom: 0px;
    }

    .habout .left_heading {
        position: relative;
        left: 0;
        bottom: -8px;
    }

}

/*#######################hpoint###############################*/

.hpoint_item a {
    display: block;
}
.hpoint_item{
    background: #fff
}

.hpoint_item .txtarea {
    padding: 10px;
}

.hpoint_item .tit {
    font-weight: 400;
}

.hpoint .left_heading {
    position: absolute;
    top: -10px;
    left: calc(50% - 700px);
    z-index: 2;
}

.hpoint {
    position: relative;
}

.hpoint:before {
    content: "";
    display: block;
    width: 200vw;
    height: 250px;
    background: #e0e6f1;
    position: absolute;
    bottom: 0px;
    left: -100%;
}

.hpoint .inner {
    padding-top: 130px;
}

@media only screen and (max-width: 1310px) {
.hpoint .inner{
     max-width: calc(100% - 200px);
}
.hpoint .left_heading{
    left: -45px;
}
}

@media only screen and (max-width: 1024px) {
    .hpoint .inner {
        padding-top: 80px;
    }
    .hpoint .left_heading{
       left: -20px;
    }
}

@media only screen and (max-width: 599px) {
    .hpoint .inner {
        padding: 40px 0;
        max-width: 95%;
    }

    .hpoint:before {
        height: calc(100% - 280px);
    }

    .hpoint .left_heading {
        position: relative;
        left: 0;
        top: 20px;
    }
}

/*#######################hservice###############################*/

.hservice1 {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img17.png) center center no-repeat;
    background-size: cover;
    margin-top: 200px;
}

.hservice1_item {
    background: #fff;
    font-size: 14px;
}

.hservice1_item .num {
    font-style: italic;
    font-size: 60px;
    font-weight: 400;
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
}

.hservice1_item .txt {
    padding: 16px 12px;
}

.hservice1_item .tit {
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.hservice1 .inner {
    padding-top: 120px;
}

.hservice2 .heading01 .ja {
    margin-bottom: 40px;
}

.hservice2_list {
    margin-top: 40px;
    padding: 0 20px;
}

.hservice2_item {
    width: calc((100% - 80px)/3);
    background: #fff;
    border-bottom: 5px solid #7f7f7f;
    padding: 30px 32px 35px;
    position: relative;
}

.hservice2_item:not(:last-of-type) {
    margin-right: 39px;
}

.hservice2_item:not(:last-of-type):before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img18.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
}

.hservice2_item .tit {
    margin-bottom: 20px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.hservice2_item .txt02 .sinkigentei {
    color: rgba(98, 116, 149, 255);
    font-size: 24px;
    line-height: 100%;
    display: block;
    width: 30px;
    font-weight: normal;
    margin-top: -20px;
}

.hservice2_item .txt02 .num {
    color: rgba(98, 116, 149, 255);
    font-size: 130px;
    line-height: 50%;
}

.hservice2_item .txt02 .percent {
    color: rgba(98, 116, 149, 255);
    font-size: 80px;
    line-height: 40%;
}

.hservice2_item .txt02 .fee {
    color: rgba(98, 116, 149, 255);
    line-height: 20%;
    font-weight: 400;
}

.hservice2_item .txt02 .off {
    color: rgba(98, 116, 149, 255);
}

.hservice2_item .txt02 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
}

.hservice2_item .kigen {
    margin-top: 25px;
}

.hservice2 .inner {
    padding-bottom: 120px;
}

.hservice .left_heading {
    position: absolute;
    top: 20%;
    left: calc(50% - 700px);
    z-index: 2;
}

.hservice {
    margin-bottom: 200px;
}

@media only screen and (max-width: 1310px) {
.hservice1 .inner,.hservice2 .inner{
    max-width: calc(100% - 200px);
}
.hservice .left_heading{
  left: -45px;
}
}

@media only screen and (max-width: 1024px) {
    .hservice1 .inner,.hservice2 .inner{
        max-width: 630px;
    }
    .hservice1 {
        margin-top: 80px;
    }

    .hservice {
       /*  margin-bottom: 160px; */
       margin-bottom: 0px;
    }

    .hservice2_item {
        width: 100%;
    }

    .hservice2_item:not(:last-of-type) {
        margin-right: -0px;
        margin-bottom: 50px;
    }

    .hservice2_item:not(:last-of-type):before {
        right: auto;
        top: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        bottom: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }

    .hservice2_list {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
    }

    .hservice1_item .num {
        font-size: 50px;
    }

    .hservice1_item .txt {
        padding-bottom: 30px;
    }
    .hservice .left_heading{
       left: -22px;
       top: 110px;
    }
}

@media only screen and (max-width: 599px) {
    .hservice1 {
        margin-top: 40px;
    }

    .hservice1 .inner {
        padding: 40px 0;
    }

    .hservice1_item .num {
        font-size: 30px;
    }

    .hservice1_item .tit {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .hservice2 .heading01 .ja,
    .hservice1 .heading01 .ja {
        font-size: 28px;
    }

    .hservice2 .heading01 .ja .fs48,
    .hservice1 .heading01 .ja .fs48 {
        font-size: 23px;
    }

    .hservice2 .txt.fs18 {
        font-size: 14px;
    }

    .hservice {
        margin-bottom: 40px;
    }

    .hservice .left_heading {
        position: relative;
        left: 0;
        top: 49px;
    }
}

/*###########################hmenu############################*/

.hmenu01_list {
    padding-bottom: 6px;
    border-bottom: 1px solid #a4a8ad;
    margin-bottom: 20px;
}

.hmenu01_list dd {
    text-align: right;
}

.hmenubox {
    padding: 60px;
    border: 1px solid #000;
}

.hmenubox01 {
    margin-right: -40px;
    margin-bottom: 240px;
}

.hmenubox02 {
    margin-top: 240px;
}

.hmenu .inner {
    position: relative;
}

.hmenu .txt {
    position: absolute;
    top: 70px;
    right: 0;
}

.hmenu .left_heading {
    top: 100px;
}
@media only screen and (max-width: 1310px) {
.hmenu .left_heading{
  left: -45px;
}
}

@media only screen and (max-width: 1024px) {
    .hmenubox01 {
        width: 85%;
        margin-bottom: 0;
        margin-right: -25%;
        margin-top: 60px;
    }

    .hmenubox02 {
        width: 85%;
        margin-top: 40px;
        margin-right: 15%;
    }
    .hmenu .left_heading {
        left: -21px;
    }
}

@media only screen and (max-width: 599px) {
    .hmenu .left_heading {
        top: 20px;
        left: 0;
    }

    .hmenubox01 {
        width: 90%;
        margin-bottom: 0;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
    }

    .hmenubox02 {
        width: 90%;
        margin-bottom: 0;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
    }

    .hmenu .txt {
        top: 20px;
    }
}

/*###########################hvoice############################*/
.hvoice .left .pic {
    background: #000;
    position: relative;
}

.hvoice .left .pic img {
    opacity: 0.5;
}

.hvoice .pic_txtarea {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hvoice .left .pic .tit {
    margin-bottom: 20px;
}

.hvoice .inner {
    max-width: 1000px;
    padding: 230px 0;
}

.hvoice .left .aspect:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hvoice_list {
    margin-bottom: 20px;
}


.hvoice_list dd {
    width: 110px;
}

.hvoice_list dt {
    width: calc(100% - 130px);
    padding-top: 20px;
    line-height: 180%;
}

.hvoice .right {
    padding-top: 40px;
}

.hvoice .right .pic {
    overflow: hidden;
    border-radius: 50%;
}

.hvoice .left_heading {
    top: 160px;
}
@media only screen and (max-width: 1310px) {
.hvoice .inner{
    max-width: calc(100% - 240px);
}
.hvoice .left_heading{
  left: -45px;
}
}

@media only screen and (max-width: 1024px) {
    .hvoice .inner {
        /*        max-width: 520px;*/
        max-width: calc(100% - 200px);
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .hvoice .left_heading{
      left: -22px;
    }

    .hvoice .left {
        max-width: 400px;
    }

    .hvoice .right,
    .hvoice .left {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 599px) {
    .hvoice .left_heading {
        top: 20px;
        left: 0;
    }

    .hvoice .inner {
        width: 95%;
        max-width: 95%;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .hvoice .right {
        padding-top: 20px;
    }

    .hvoice .bkline_l.white85:before {
        display: none;
    }

    .hvoice .bkline_r.white85:after {
        display: none;
    }

    .hvoice .left,
    .hvoice .right {
        width: 90%;
    }
}

/*###########################hgallery############################*/
.hgallery .inner {
    position: relative;
}

.hgallery_heading.fead-mv{
  opacity: 0;
}
[data-element-id] .hgallery_heading.fead-mv{
  opacity: 0.5;
}

.hgallery_heading.fead-mv.mv{
  opacity: 0.5;
}

.hgallery_heading {
    font-size: 150px;
    font-family: 'Cinzel', serif;
    color: rgba(98, 116, 149, 255);
    opacity: 0.5;
    letter-spacing: 0em;
    line-height: 105%;
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -150px;
    border-left: 10px solid rgb(98, 116, 149);
    padding-left: 20px;
    z-index: 0;
}

.hgallerybox {
    max-width: 721px;
    margin-left: auto;
    margin-right: 0;
}

.hgallery_item .pic {
    position: relative;
    z-index: 1;
    background: #000;
}

.hgallery_item a {
    display: block;
    position: relative;
    z-index: 3;
}

.hgallery_item:hover .gallery_dl {
    opacity: 1;
    visibility: visible;
}

.hgallery_item:hover img {
    opacity: 1;
}

.hgallery_item a:hover {
    opacity: 1;
}



.hgallery_item .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e0e6f1;
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: -0;
}

.hgallery_item:nth-of-type(2) {
    margin-top: 68px;
}
@media only screen and (max-width: 1310px) {
.hgallery_heading{
    left: -45px;
    font-size: 96px;
}
}

@media only screen and (max-width: 1024px) {
    .hgallery_heading {
        position: relative;
        font-size: 90px;
        top: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: -10px;
        border-left: 7px solid rgb(98, 116, 149);
        line-height: 94%;
        margin-bottom: 10px;
    }

    .hgallery .inner {
        max-width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 599px) {
    .hgallery_heading {
        font-size: 43px;
        top: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: -0px;
        border-left: 4px solid rgb(98, 116, 149);
        line-height: 94%;
        margin-bottom: 10px;
    }

    .hgallery_item {
        width: 80%;
        max-width: 200px;
        margin-bottom: 40px;
    }

    .hgallery_item:nth-of-type(2) {
        margin-top: 0px;
        margin-right: 0;
        margin-left: auto;
    }
}

/*###########################hgallery############################*/
.hblog_item {
    border: 1px solid #000;
    padding: 5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hblog_item .day {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(139, 135, 135, 255);
    margin-bottom: 20px;
}

.hblog_item .tit {
    display: block;
}

.hblog_item a {
    display: block;
}

.hblog .left_heading {
    top: 130px;
}

.hblog .inner {
    padding: 140px 0;
}

.hmap .map:after {
    padding-top: 600px;
}
@media only screen and (max-width: 1310px) {
.hblog .inner{
   max-width: calc(100% - 200px);
}
.hblog .left_heading{
    left: -45px;
}
}

@media only screen and (max-width: 1024px) {
    .hblog .inner {
        padding: 80px 0;
    }

    .hmap .map:after {
        padding-top: 450px;
    }
    .hblog .left_heading{
       top: 50px;
       left: -20px;
    }

}

@media only screen and (max-width: 599px) {
    .hblog .inner {
        padding: 40px 0 40px;
        max-width: 95%;
    }

    .hblog .left_heading {
        top: 20px;
        left: 0;
    }

    .hblog_item {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .hmap .map:after {
        padding-top: 350px;
    }
}

/*##############################footer##########################################*/
.footer {
    background: #000000;
}

.footnav_list dt {
    margin-bottom: 15px;
    font-size: 17px;
}

.footer .logo {
    margin-bottom: 60px;
}

.footnav_list {
    width: 160px;
    margin-right: 20px;
}

.footnav_item a {
    display: block;
}

.footnav_item {
    margin-bottom: 5px;
    padding-left: 16px;
}

.footer * {
    color: rgba(129, 129, 129, 255);
}

.table01 table {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 17px;
    margin-bottom: 17px;
}

.table01 table tr {
    border-bottom: 1px solid rgba(129, 129, 129, 255);

}

.table01 table td,
.table01 table th {
    border-left: 1px solid rgba(129, 129, 129, 255);
    border-right: 1px solid rgba(129, 129, 129, 255);
    text-align: center;
}

.table01 table tr:first-of-type {
    border-top: 1px solid rgba(129, 129, 129, 255);
}

.copy {
    text-align: center;
    background: #000;
    color: rgba(129, 129, 129, 255);
    padding-bottom: 30px;
}

.footer .inner {
    padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
    .footer{
      padding-bottom: 50px;
    }
    .footnav_list {
        width: 33%;
        margin-right: 0;
    }

    .footer .left {
        margin-bottom: 50px;
    }

    .footer .left,
    .footer .right {
        width: 100%;
    }
    .footer .inner{
      max-width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 599px) {
    .footnav_list {
        width: 49%;
        margin-bottom: 30px;
    }

    .footer .logo {
        margin-bottom: 30px;
    }

    .footer .left {
        margin-bottom: 0px;
    }
    .footer .inner{
        max-width: 95%;
    }
}

/*##############################under共通##########################################*/
.under_mv .pic {
    margin-top: 80px;
    width: 132%;
    margin-right: -32%;
    position: relative;
    z-index: 1;
}

.under_mv .aspect.-ratio60:before {
    background: #e0e6f1;
}

.under_mv .right {
    position: relative;
}

.under_mv .en {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 100%;
}

.under_mv .ja {
    position: absolute;
    top: 30px;
    right: 30px;
    text-shadow: 18px 13px 22px #fff, 0px -2px 10px #fff, 0px -2px 5px #fff, 0px -2px 9px #fff, 0px -2px 10px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff;
}

.under_mv .right .aspect:after {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.under_mv .right .aspect * {
    z-index: 3;
}

.under_mv .ja {
    position: absolute;
    font-size: 36px;
    line-height: 100%;
    bottom: 55px;
    right: 55px;
    top: auto;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .under_mv .en {
        font-size: 50px;
    }

    .under_mv .ja {
        font-size: 25px;
        line-height: 100%;
        bottom: 35px;
        right: 35px;
    }

    .under_mv .pic {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .under_mv .inner {
        padding: 0;
        margin-top: 45px;
    }

    .under_mv .right {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

.pankuzu li {
    position: relative;
    display: inline-block !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
}

.pankuzu li:first-of-type {
    padding-left: 0;
}

.pankuzu li:first-of-type:before {
    display: none;
}

.pankuzu li:before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/02about/img09.png) center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1024px) {
    .pankuzu .inner.-max1000 {
        max-width: 768px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 599px) {
    .pankuzu li {
        font-size: 13px;
    }
}

/*########################about############################*/
.about01_txtarea h3 {
    margin-bottom: 30px;
}

.about01_txtarea {
    position: relative;
}

.about01_txtarea:before {
    content: "";
    display: block;
    width: 1px;
    height: 112px;
    background: #000;
    position: absolute;
    bottom: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about01_txtarea {
    margin-bottom: 210px;
}

.about01_boxarea .tit {
    margin-bottom: 50px;
}

.about01_boxarea .left {
    padding-left: calc(50% - 500px);
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.about01_boxarea .right {
    padding-right: calc(50% - 710px);
    position: relative;
    z-index: 1;
}

.about01_boxarea {
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 100px;
}

.about01_boxarea:before {
    content: "";
    display: block;
    width: 200vw;
    height: 329px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img11.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 610px);
}

.about02 .about02_bigtit {
    font-size: 48px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 50px;
}

.about02 .about02_bigtit:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.dl01_list dt {
    margin-bottom: 36px;
}

.dl01_list dd {
    line-height: 180%;
}

.about02_box {
    margin-bottom: 100px;
}

.about03 .heading01 .ja {
    margin-bottom: 30px;
}

.about03_tit {
    font-size: 150px;
    font-family: 'Cinzel', serif;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 0em;
    line-height: 110%;
}

.about03 .inner {
    padding-top: 30px;
}

.about03_list {
    margin-top: 50px;
}

.about03_item {
    background: #fff;
    border-bottom: 5px solid #7f7f7f;
    padding: 40px 50px 35px;
    position: relative;
    margin-bottom: 80px;
}

.about03_item .tit {
    margin-bottom: 30px;
    font-size: 26px;
}

.about03_item .tit .min {
    padding-left: 80px;
    position: relative;
    font-size: 20px;
}

.about03_item .tit .min:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: 15px;
}

.about03_itemdl {
    margin-top: 30px;
}

.about03_itemdl dt {
    color: rgba(98, 116, 149, 255);
    margin-bottom: 20px;
}

.about03_itemdl dd {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .about01_txtarea {
        margin-bottom: 130px;
    }
    .about01_boxarea .right {
        padding-right: 0;
    }

    .about01_boxarea .left {
        padding-left: 40px;
    }

    .about02 .about02_bigtit {
        font-size: 28px;
        margin-bottom: 40px;
        padding-bottom: 16px;
    }

    .dl01_list dt {
        font-size: 20px;
    }

    .about02_box {
        margin-bottom: 70px;
    }

    .about01_txtarea .txt {
        font-size: 15px;
    }

    .about03_tit {
        font-size: 100px;
        line-height: 80%;
    }

    .about03 .inner {
        max-width: calc(100% - 200px);
    }

    .about03_item {
        padding: 40px 30px 35px;
        margin-bottom: 40px;
    }

    .about03_item .tit .min {
        display: block;
        padding-left: 0;
    }

    .about03_item .tit .min:before {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .under_mv .pic {
        margin-top: 0;
        width: calc(100% - 20px);
        margin-right: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .under_mv .right .aspect.-ratio60:before {
        padding-top: 20%;
    }

    .under_mv .right .aspect:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .under_mv .ja {
        right: auto;
        left: 16px;
        font-size: 22px;
        bottom: auto;
        top: 15px;
    }

    .under_mv .right:after {
        content: "";
        display: block;
        height: 1px;
        background: #010101;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 85px;
        bottom: 26px;
        right: -17px;
    }

    .under_mv .left .bkline_r:after {
        display: none;
    }

    .under_mv .en {
        right: 7px;
        left: auto;
        top: auto;
        bottom: 2px;
    }

    .about01_txtarea {
        margin-bottom: 110px;
    }

    .about01_txtarea:before {
        height: 70px;
        bottom: -110px;
    }

    .about01_boxarea .left {
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .about01_boxarea > div {
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .about01_boxarea .tit {
        margin-bottom: 30px;
    }

    .about01_txtarea .txt {
        font-size: 14px;
        text-align: left;
    }

    .about02 .about02_bigtit {
        font-size: 24px;
    }

    .dl01_list dt {
        font-size: 18px;
    }

    .about01_boxarea {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .about02_box {
        margin-bottom: 40px;
    }

    .about03 .inner {
        max-width: 95%;
    }

    .about03_tit {
        font-size: 43px;
    }

    .about03_list {
        margin-top: 30px;
    }

    .about03 {
        margin-top: 40px;
    }

    .about03_item .tit {
        font-size: 24px;
    }

    .about03_item .tit .min {
        font-size: 14px;
    }

    .about03_item .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/*########################guide############################*/
.guide01 .inner {
    position: relative;
    padding: 80px 0;
    min-height: 700px;
    z-index: 3
}

.guide01 .txtarea .tit {
    margin-bottom: 30px;
}

.guide01 .bgpic img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.3;
}

.guide01 .bgpic {
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    max-width: 1000px;
}

.guide01 .bgpic:before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px solid #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.guide01 {
    margin-bottom: 200px;
}

.guide02_item .right {
    padding: 40px;
    padding-right: calc(50% - 500px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.guide02_item .left .pic {
    height: 100%;
}

.guide02_item .left .pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.guide02 .dl01_list {
    width: 100%;
}

.guide02_item:nth-of-type(2n+2) > .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.guide02_item:nth-of-type(2n+2) .right {
    padding-right: 40px;
    padding-left: calc(50% - 500px);
}

.guide02 {
    margin: 60px 0 180px;
}

.guide03 {
    position: relative;

}

.guide03:before {
    content: "";
    display: block;
    width: 200vw;
    height: 678px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/01index/img11.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -100%;
}

.guide03 * {
    position: relative;
    z-index: 1;
}

.guide03 .inner {
    padding-top: 100px;
}


.guide03 .tel_num {
    line-height: 60px;
}

.guide03 .mintit {
    margin-bottom: 30px;
}

.guide03 .tel_num *,
.guide03 .tel_num a {
    color: rgba(98, 116, 149, 255);
}

.guide03 .tel_num a {
    font-family: 'Cinzel', serif;
    font-size: 60px;
}

.map_box {
    margin-top: 100px;
    margin-bottom: 100px;
}

.guide04_tit {
    font-size: 150px;
    color: rgba(224, 230, 241, 255);
    line-height: 60%;
}

.guide04_box_item {
    width: 100%;
}

.guide04_box_item .txtbox {
    background: #fff;
    padding: 30px 35px 60px;
}

.guide04_box_item .tit {
    margin-bottom: 20px;
}

.guide04 .inner {
    padding-bottom: 150px;
}

.inviwarea {
    position: relative;
    overflow: hidden;
}

.inviwarea iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.inviwarea:after {
    display: block;
    content: "";
    padding-top: 30%;
}
.slick-prev:before, .slick-next:before{
  color: transparent;
}

.slick-prev, .slick-next{
  width: 35px;
  height: 35px;
}

.slick-prev,.slick-prev:hover, .slick-prev:focus{
  background: url(/upload/tenant_1/706111e5e11590faf463046fc5a2e247.png) center center no-repeat;
  left: -48px;
}
.slick-next,.slick-next:hover, .slick-next:focus{
  background: url(/upload/tenant_1/72c0e955cc1f12cd28231795f440a4db.png) center center no-repeat;
  right: -48px;
}

@media only screen and (max-width: 1024px) {
    .guide01 {
        margin-bottom: 60px;
    }

    .guide02_item .right,
    .guide02_item:nth-of-type(2n+2) .right {
        padding-right: 40px;
        padding-left: 40px;
    }

    .guide02 {
        margin-bottom: 60px;
    }

    .guide03 .inner {
        width: 93%;
        max-width: 768px;
        padding-top: 60px;
    }

    .guide03 .tel_num a {
        font-size: 40px;
    }

    .guide04_tit {
        font-size: 100px;
    }

    .under .heading01 .ja .fs48 {
        font-size: 32px;
    }
    .slick-prev,.slick-prev:hover, .slick-prev:focus{
    left: -20px;
    z-index: 1;
    }
    .slick-next,.slick-next:hover, .slick-next:focus{
      right: -20px;
      z-index: 1;
    }
    .map_box{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .guide04 .inner{
      padding-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .guide01 .inner {
        padding: 40px 0;
    }

    .guide01 .txtarea .tit {
        font-size: 24px;
    }

    .guide02_item .right,
    .guide02_item:nth-of-type(2n+2) .right {
        padding: 6px 10px 40px;
    }

    .guide01 .bgpic {
        top: 140px;
    }

    .guide02 {
        margin-bottom: 20px;
    }

    .under .heading01 .ja .fs48 {
        font-size: 26px;
    }

    .guide03 .tel_num a {
        font-size: 32px;
    }

    .guide03 .mintit {
        margin-bottom: 10px;
    }

    .map_box {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .guide03:before {
        height: 538px;
    }

    .guide04_tit {
        font-size: 43px;
    }

    .guide04_box_item .txtbox {
        padding: 20px 30px 40px;
    }

    .guide04 .inner {
        padding-bottom: 70px;
    }

    .guide03 .map:after {
        padding-top: 100%;
    }

    .inviwarea:after {
        padding-top: 90%;
    }
    .slick-prev,.slick-prev:hover, .slick-prev:focus{
    left: -10px;
    top: 56%;
    }
    .slick-next,.slick-next:hover, .slick-next:focus{
      right: -10px;
      top: 56%;
    }
}

/*########################price############################*/
.price01 .left_heading {
    color: #fff;
    top: 50px;
}

.price01 {
    margin-bottom: 100px;
}

.price02 {
    position: relative;
}

.price02 * {
    position: relative;
    z-index: 1;
}

.price02:before {
    content: "";
    display: block;
    width: 200vw;
    height: 188px;
    background: #e0e6f1;
    position: absolute;
    bottom: 0px;
    left: -100%;
}

.price03 {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/04price/img01.jpg) center center no-repeat;
    background-size: cover;
}

.price03_box {
    border: 1px solid #000;
    padding: 30px 30px 40px;
    margin-bottom: 60px;
}

.price03_box .tit {
    margin-bottom: 2px;
}

.price03_box .timeprice {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    text-align: right;
}

.price03_box .price {
    position: relative;
    padding-left: 30px;
}

.price03_box .price:before {
    content: "/";
    position: absolute;
    bottom: 0px;
    left: 8px;
    font-size: 18px;
}

.price03_box .txt01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.price03_box .txt02 {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.price03_dllist dt {
    width: 50%;
    font-size: 14px;
}

.price03_dllist dd {
    width: 50%;
    font-size: 14px;
}

.price03_dllist {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .under .hservice1 {
        margin-top: 0;
    }

    .price01 {
        margin-bottom: 0;
    }

    .price02:before {
        display: none;
    }

    .price02 {
        background: #e0e6f1;
    }

    .price03_box {
        width: 100%;
    }

    .price03_box .txt01,
    .price03_box .txt02 {
        height: auto !important;
    }

    .price02 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    .under .hservice1 .inner {
        padding-top: 70px;
    }
}

/*########################beginner############################*/
.beginner01 .right .pic {
    width: 140%;
    margin-left: -40%;
}

.beginner01 .left_heading {
    right: calc(50% - 700px);
}

.beginner01 .tit {
    margin-bottom: 30px;
}

.beginner01 {
    margin-bottom: 170px;
}

.beginner02_item {
    max-width: 800px;
    width: 100%;
    margin-bottom: 80px;
}

.beginner02_item .pic_area {
    position: relative;
}

.beginner02_item .pic_area > * {
    position: relative;
    z-index: 1;
}

.beginner02_item .pic_area:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e0e6f1;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.beginner02_item .left {
    width: 57%;
    position: relative;
}

.beginner02_item .num {
    width: 83px;
    height: 83px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/05beginner/img13.png);
    color: rgba(98, 116, 149, 255);
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.beginner02_item .tit {
    padding-left: 60px;
    padding-top: 30px;
    margin-bottom: 35px;
}

.morebtn.min {
    width: 95%;
    max-width: 210px;
    margin: 30px auto;
}

.morebtn.min a {
    font-size: 14px;
    padding: 9px 0;
}

.morebtn.min a:before {
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
}

.morebtn.min a:hover:before {
    right: 0%;
    width: 0px;
}

.beginner02_item .morebtn.min {
    margin-left: 0;
}

.beginner02_item:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: auto;
}

.beginner03 .guide04_tit {
    text-align: left;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.beginner03_box_item {
    background: #fff;
    border-bottom: 5px solid #7f7f7f;
    padding: 40px 20px 35px 45px;
    position: relative;
    margin-bottom: 55px;
}

.beginner03_box_item .num {
    font-size: 28px;
    position: absolute;
    top: 0px;
    left: 8px;
}

.beginner03_dllist > dt {
    line-height: 120%;
    margin-bottom: 20px;
}

.beginner03_dllist2 {
    width: 100%;
}

.beginner03_dllist2 > dt {
    width: 70%;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
}

.beginner03_dllist2 > dt:before {
    content: "■";
    position: absolute;
    top: 0px;
    left: 0px;
}

.beginner03_dllist2 > dd {
    font-size: 14px;
}

.beginner03_dllist2 > dd {
    width: 30%;
}

.beginner03_dllist2box {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .beginner02_item{
      margin-bottom: 40px;
    }

    .beginner01 .inner.-max1000,
    .beginner02 .inner,
    .guide04 .inner {
        max-width: 768px;
    }

    .beginner01 {
        margin-bottom: 40px;
    }

    .beginner02 .about01_txtarea {
        margin-bottom: 130px;
    }

    .about01_txtarea:before {
        height: 100px;
        bottom: -120px;
    }

    .beginner03_box_item .w60,
    .beginner03_box_item .w35 {
        width: 100%;
    }

    .beginner03_box_item {
        width: 48%;
        padding: 40px 45px 35px 45px;
    }

    .beginner03_box_item > .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .beginner03_box_item .w60 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .beginner01 .right .pic {
        width: 100%;
        margin-left: -0px;
    }

    .beginner01 .left_heading {
        right: 0;
        left: auto;
        top: 20px;
    }

    .beginner01 {
        margin-bottom: 40px;
    }

    .beginner02 .about01_txtarea {
        margin-bottom: 90px;
    }

    .about01_txtarea:before {
        height: 80px;
        bottom: -90px;
    }

    .beginner02_item .left {
        width: 100%;
        margin-top: 30px;
    }

    .beginner02_item .pic_area {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .beginner02_item .pic_area:after {
        top: 10px;
        left: 10px;
    }

    .beginner03_box_item {
        width: 100%;
    }
}

/*########################blog############################*/
.blog_layout .stone {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

.blog_layout .stone:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/04price/img01.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

.blog_layout .stone > * {
    position: relative;
    z-index: 1;
}

.blog_layout > * {
    position: relative;
    z-index: 1;
}

.blog_layout .left {
    width: 79%;
}

.blog_layout .right {
    width: 18%;
}

.blog01 .inner {
    text-align: right;
}

.blog_item {
    border: 1px solid #000;
    padding: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 31%;
    margin: 0 1% 30px 1%;
    background: #fff;
}

.blog_layout .day {
    display: block;
    width: 100px;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(139, 135, 135, 255);
    margin-bottom: 0px;
}

.blog_layout .cate {
    background: #627495;
    line-height: 100%;
    padding: 2px 7px;
    font-size: 13px;
}

.blog_item .tit {
    margin-top: 15px;
}

.blog_item a {
    display: block;
}


.catearchive dt {
    padding: 20px;
    padding-bottom: 25px;
    color: rgba(98, 116, 149, 255);
    font-size: 20px;
    padding-top: 0;
}

.catearchive dd {
    margin-bottom: 10px;
}

.catearchive dd a {
    padding-left: 20px;
    display: block;
    position: relative;
}

.catearchive dd a:before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: 6px;
}

.catearchive.cate_list {
    margin-bottom: 80px;
}

.pagenav {
    margin-top: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.pagenav:after {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pagenav li {
    display: inline-block;
    margin: 12px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.pagenav li a {
    display: block;
    padding: 3px 5px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
}
.pagenav li.st{
    color: #aebdda;
    padding: 3px 5px;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .blog_layout .inner.-max1000 {
        max-width: 768px;
        width: 96%;
    }
    .catearchive{
      width: 48%;
    }
    .blog_layout .right{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .catearchive dd a {
        font-size: 16px;
    }
        .blog_layout .left {
        width: 100%;
        padding-right: 0;
    }


    .blog_layout .stone:before {
        right: -100px;
    }


    .blog_layout .right {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog_layout .right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

}

@media only screen and (max-width: 599px) {

    .blog_layout .left {
        width: 100%;
        padding-right: 0;
    }

    .blog_layout .right {
        width: 22%;
    }
    .catearchive{
      width: 100%;
    }

    .blog_layout .stone:before {
        right: -100px;
    }

    .blog_item {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .blog_layout .right {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .catearchive dt {
        font-size: 24px;
        text-align: center;
    }


    .blog_layout .right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .pagenav {
        margin-top: 60px;
        margin-bottom: 80px;
    }

}

/*########################blog_detail############################*/
.kiziwrap {
    border: 1px solid #000;
    padding: 70px 35px 50px;
    background: #fff;
    width: 95%;

}

.kiziwrap .tit {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.kiziwrap .txtarea {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;

}

.morebtn.min.back {
    margin-left: 0;
}

.morebtn.min.back a:before {
    left: auto;
    right: 170px;
}

.morebtn.min.back a:hover:before {
    right: 143px;
    width: 0px;
}

.heading02 .en {
    font-size: 130px;
    color: rgba(98, 116, 149, 255);
    opacity: 0.5;
    font-weight: normal;
    line-height: 100%;
}

.heading02 .ja {
    font-size: 28px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.heading02 .ja:before {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0px;
    right: 80%;
}

.blog_detail02 .blog_list {
    margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
    .heading02 .en {
        font-size: 70px;
    }

    .heading02 .ja {
        font-size: 22px;
    }

    .kiziwrap {
        border: 1px solid #000;
        padding: 30px 20px 10px;
        background: #fff;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 599px) {
    .heading02 .en {
        font-size: 43px;
    }

    .heading02 .ja {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*########################news############################*/
.news_item {
    border: 1px solid #000;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.news_item .tit {
    margin-top: 10px;
}

.news_item a {
    display: block;
}

.news_list {
    width: 95%;
}

@media only screen and (max-width: 1024px) {
    .news_item {
        padding: 16px 25px;
    }
}

/*########################contact############################*/

.contact01 {
    margin-bottom: 50px;
}

.contact01_list {
    width: 90%;
    max-width: 875px;
    margin-right: auto;
    margin-left: auto;
}

.contact01_item a {
    display: block;
    background: #e9daeb;
    padding: 20px 30px 20px 110px;
    position: relative;
    height: 100%;
    text-align: center;
}

.contact01_item.web a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.contact01_item.tel01 a {
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.contact01_item.tel01 a:before {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/10contact/img02.png) center center no-repeat;
    background-size: contain;
}

.contact01_item a:before {
    content: "";
    display: block;
    width: 51px;
    height: 56px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/10contact/img01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

.contact01_item a:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/10contact/img03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.contact02 dl {
    margin-bottom: 40px;
}

.contact02 dt {
    /* width: 30%; */
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    position: relative;
}

.contact02 dd {
    /* width: 70%; */
    width: 100%;
    position: relative;
}

.contact02 dd .size1 {
    background: #fff;
    border: solid 1px #000;
    width: 100%;
    line-height: 36px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.contact02 .table {
    width: 98%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 70px;
}

.contact02 select {
    line-height: 36px;
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    height: 36px;
    font-size: 16px;
    cursor: pointer;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.contact02 dd textarea {
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    font-size: 16px;
    max-height: 230px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.contact02 dd label {
    padding-right: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.contact02 button {
    background: #fff;
    cursor: pointer;
    width: 98%;
    max-width: 270px;
    margin: 50px auto;
    border: 1px solid #000;
    padding: 10px 0;
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: visible;
}
.contact02 button:hover{
    background: #000;
    color: #fff;
}

.contact02 button:before {
    content: "";
    display: block;
    width: 95px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact02 button:hover:before{
  right: 0%;
  width: 0;
}
.contact02 button.back:before{
    left: auto;
    right: 210px;
}

.contact02 .morebtn.min.back{
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
    .contact01_item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 90px;
    }

    .contact01_list {
        max-width: 365px;
    }

    .contact02 .inner.-max1000 {
        max-width: 768px;
    }
}

@media only screen and (max-width: 599px) {
    .contact01_item a {
        padding: 20px 30px 20px 80px;
        font-size: 18px;
    }

    .contact01_item {
        min-height: 78px;
    }

    .contact01_list {
        width: 94%;
    }

    .contact02 .txt {
        font-size: 15px;
    }

    .contact02 dt {
        font-size: 16px;
        width: 100%;
        margin-bottom: 5px;
    }

    .contact02 dd {
        font-size: 15px;
        width: 100%;
    }

    .contact02 dl {
        margin-bottom: 25px;
    }

    .contact01_item a:before {
        width: 34px;
    }

    .contact01_item.tel01 a {
        padding-top: 20px;
        padding-right: 40px;
    }

}

/*########################staff############################*/
.staffbox_01 {
    margin-bottom: 70px;
}

.staffbox_01:nth-of-type(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff02_box_list {
    margin-top: 97px;
}

.staff02_box {
    position: relative;
    padding-bottom: 80px;
    z-index: 1;
    margin-bottom: 100px;
}

.staff02_box:before {
    content: "";
    display: block;
    width: 100vw;
    height: 258px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/04price/img01.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: -80%;
}

.staff02_box .staffname {
    margin-bottom: 10px;
    display: block;
}

.staff02_box .position {
    margin-bottom: 30px;
}

.staff02_box .left {
    padding: 35px 0 35px 30px;
    position: relative;
}

.staff02_box .right {
    position: relative;
}

.staff02_box .left:before {
    content: "";
    display: block;
    width: 65px;
    height: 100%;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/11staff/img14.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: -65px;
    z-index: 1;
}

.staff02_box .pic_100p {
    width: 100%;
    height: 100%;
}

.staff02_box .pic_100p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staff02_box:nth-of-type(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff02_box:nth-of-type(2n+2) .left {
    padding: 35px 30px 35px 0px;
}

.staff02_box:nth-of-type(2n+2) .left:before {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/11staff/img20.png) center center no-repeat;
    left: -65px;
}

.staff02_box:nth-of-type(2n+2) .staffname {
    text-align: right;
}

.staff02_box:nth-of-type(2n+2) .position {
    text-align: right;
}

.staff02_box:nth-of-type(2n+2):before {
    right: -80%;
    left: auto;
}

.staff03 .heading02 {
    position: relative;
    z-index: 1;
}

.staff03_list {
    position: relative;
    /* padding-top: 190px; */
}

.staff03_list:before {
    content: "";
    display: block;
    width: 110%;
    height: 220px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/11staff/img16.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -210px;
    left: -5%;
}

.staff_dl01 dt {
    background: #000;
    width: 126px;
}

.staff03_list .staffname {
    margin-bottom: 10px;
}
.staff03_list .staffname .fs14{
  padding-left: 15px;
}

.staff_dl01 dd {
    width: calc(100% - 136px);
}

.staff_dl01 {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.staff03_list .comment {
    margin-top: 20px;
}

.staff03_box {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1024px) {

    .staff01 .inner.-max1000,
    .staff02 .inner.-max1000,
    .staff03 .inner.-max1000 {
        max-width: 768px;
    }

    .staff02_box:before {
        left: -30%;
    }

    .staff02_box {
        padding-bottom: 30px;
        z-index: 1;
        margin-bottom: 80px;
    }

    .staff02_box:nth-of-type(2n+2):before {
        right: -30%;
    }

    .staff03_list:before {
        height: 140px;
    }

    .staff03_list:before {
        top: -133px;
    }

    .staff03_list {
        padding-top: 0;
    }

    .staff03_box {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .staffbox_01 {
        margin-bottom: 40px;
    }

    .staff01 .flexb,
    .staff02_box,
    .staff02_box:nth-of-type(2n+2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .staff02_box .left:before {
        display: none;
    }

    .staff02_box .left,
    .staff02_box:nth-of-type(2n+2) .left {
        padding: 30px 20px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .staff02_box .right {
        margin-top: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .staff03_list:before {
        height: 104px;
        top: -100px;
    }
}

/*########################campaign############################*/
.campaign01 .top_txt {
    margin-bottom: 48px;
}

.campaignbox01_area {
    max-width: 850px;
}

.campaignbox01_area .a {
    background: #e1bde6;
    padding-top: 20px;
}

.campaignbox01_area .a:before {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/12campaign/img01.png) center center no-repeat;
    background-size: contain;
}

.campaignbox01_area .sinkigentei {
    color: rgba(137, 97, 142, 255);
}

.campaignbox01_area .txtarea {
    background: #e1bde6;
}

.campaignbox01_area .top {
    background: #e1bde6;
}

.campaignbox01_area .coupon_logo {
    margin-bottom: 50px;
}

.campaignbox {
    margin-bottom: 60px;
}

.campaignbox01_area.box02 .coupon_logo {
    margin-bottom: 20px;
}

.campaignbox01_area.box02 .tokubetsu {
    color: rgba(137, 97, 142, 255);
    margin-bottom: 15px;
}

.campaignbox01_area.box02 .txtarea:before {
    display: none;
}
.campaignbox01_area.box02 .box02_right{
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.campaignbox01_area.box02 .txtarea {
    max-width: 700px;
}

.campaignbox01_area.box02 .bottom {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.campaignbox01_area.box02 .txtarea {
    background: transparent;
}

.campaignbox01_area.box02 .before_price .price {
    font-size: 40px;
    position: relative;
}

.campaignbox01_area.box02 .before_price .price:before {
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    background: #8a4949;
    position: absolute;
    top: 10px;
    left: -14px;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.campaignbox01_area.box02 .after_price .price {
    font-size: 50px;
}

.campaignbox01_area.box02 .after_price .yen {
    font-size: 42px;
}

.campaignbox01_area.box02 .after_price {
    position: relative;
    padding-left: 30px;
}

.campaignbox01_area.box02 .after_price:before {
    content: "→";
    display: block;
    font-size: 32px;
    color: #ffff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.campaignbox01_area.box02 .top {
    position: static
}

.campaign02 .qr {
    margin-bottom: 30px;
}

.campaign02 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .campaign01 .top_txt {
        font-size: 18px;
    }

    .campaignbox01_area .a {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .campaignbox01_area.box02 .top {
        background: transparent;
    }

    .campaignbox01_area.box02 .tokubetsu {
        font-weight: 400;
    }

    .box02txt > .w50 {
        width: 100%;
    }

    .box02txt {
        max-width: 80%;
    }

    .box02_left {
        margin-bottom: 20px;
        text-align: center;
    }

    .box02_right {
        text-align: center;
    }

    .box02_right .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .before_price,
    .after_price {
        display: inline-block;
    }

    .campaign02 .inner {
        padding: 0;
    }

    .campaign02 .qr img {
        max-width: 130px;
    }

    .campaign02 .txt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .before_price {
        padding-bottom: 16px;
    }

    .campaignbox01_area .txtarea {
        background: transparent;
    }

    .campaignbox01_area.box02 .tokubetsu {
        margin-bottom: 0;
    }

    .campaign02 .txt {
        font-size: 14px;
    }

    .campaign01 .top_txt {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .box02_left {
        margin-bottom: 10px;
    }
}

/*########################voice############################*/
.voice01_item {
   margin: 10px 20px;
}

.voice02_box {
    border: 1px solid #000;
    padding: 40px 40px;
    margin-bottom: 60px;
}

.voice02_box .tit {
    margin-bottom: 15px;
}

.voice02_box .menu {
    margin-bottom: 15px;
}

.voice02_box .name {
    padding-right: 30px;
}

.voice02_box .age {
    padding-left: 20px;
    position: relative;
}

.voice02_box .age:before {
    content: "|";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 8px;
}

.voice02_box.black85:before {
    top: 27px;
    left: -33px;
}

.pagenavbox {
    text-align: right;
}

.slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    background: #aaaeb3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
 /*    border-radius: 50%; */
    overflow: hidden;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ad93e4;
}

.slick-dots {
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.guide04_box_list .slick-dots li button:before {
   border-radius: 50%;
   background: #fff;
}

.guide04_box_list .slick-dots li.slick-active button:before {
    background: #aaaeb3;
}

[data-element-id] .voice01_item{
  width: 15%;
}
[data-element-id] .slick-track {
  width: 100% !important;
  transform: initial !important;
}

@media only screen and (max-width: 1024px) {
    .voice01 .inner {
        max-width: 768px;
    }

    .voice02_box {
        padding: 30px;
    }

    .voice02_box .comment {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .voice02_box_list {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .pagenav li {
        margin: 6px;
    }
     .voice01_item {
        margin: 10px 10px;
    }
}

/*########################product############################*/
.productarea .big_tit {
    margin-bottom: 140px;
    position: relative;
}

.productarea .big_tit:before {
    content: "";
    display: block;
    width: 1px;
    height: 98px;
    background: #000;
    position: absolute;
    bottom: -100px;
    left: 48px;
}

.productarea .inner {
    position: relative;
}

.open_buttom {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 85px;
    right: 0;
}

.open_buttom span {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
}

.open_buttom span:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}
.open_buttom span:after{
   content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    left: 0px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.active .open_buttom span:after{
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.product01_item .item_tit {
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
}

.product01_item .price {
    background: #fff;
    padding: 10px;
    padding-bottom: 0;
}
.product01_item .youryou {
  width: 100%;
  text-align: right;
}


.product01_item {
    position: relative;
    z-index: 2;
    margin-bottom: 110px;
    background: #fff;
    padding: 10px;
}

.product01_list_area {
    display: none;
}
.productarea:nth-of-type(2n+2){
   background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/04price/img01.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
}
   


.productarea:nth-of-type(2n+1){
    background: #e0e6f1;
}
[data-element-id] .product01_list_area{
  display: block;
}

.producttit_area.inner {
    padding-bottom: 0;
}

.product01_list_area .inner {
    padding-top: 0;
}

.productarea {
   padding-bottom: 60px;
}

.productarea .big_tit{
  cursor: pointer
}

.productarea:nth-of-type(2n+1) .big_tit {
    color: rgba(98, 116, 149, 255);
}


@media only screen and (max-width: 1024px) {
    .open_buttom {
        top: 55px;
    }

    .producttit_area.inner,
    .product01_list_area .inner.-max1000 {
        max-width: 768px;
    }

    .productarea .big_tit {
        margin-bottom: 70px;
    }
    .productarea .big_tit:before{
      height: 58px;
      bottom: -60px;
    }
   

}

@media only screen and (max-width: 599px) {

    .product01_item {
        margin-bottom: 30px;
    }

    .product01_item .price {
        padding-bottom: 0;
    }

    .productarea .big_tit {
        margin-bottom: 40px;
    }

    .productarea .big_tit {
        font-size: 24px;
        padding-right: 40px;
    }

    .open_buttom {
        top: 34px;
    }

    .productarea {
       padding-bottom: 40px;
    }
     .productarea .big_tit:before{
      height: 40px;
      bottom: -40px;
    }
}

/*########################gallery############################*/
.gallerycate_item a {
    padding: 0 10px;
    margin: 0 21px;
}

.gallerycate_list {
    padding-bottom: 70px;
}

.gallery_item a {
    display: block;
    -webkit-transition: none;
    transition: none;
    position: relative;
    overflow: hidden;
}

.gallery_item a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.gallery_item .aspect img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% top;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%  top;
    object-position: 50% top;
}

.gallery_dl dd * {
    text-align: right;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gallery_dl .shop{
  padding-bottom: 20px;
}

.gallery_dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    opacity: 0;
    visibility: hidden;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}


.gallery_item:hover .gallery_dl {
    opacity: 1;
    visibility: visible;
}

.gallery_item:hover img {
    opacity: 1;
}

.gallery_item:nth-of-type(4n+1) {
    margin-top: 90px;
}

.gallery_item:nth-of-type(4n+2) {
    margin-top: 60px;
}

.gallery_item:nth-of-type(4n+3) {
    margin-top: 30px;
}

.gallery01 .pagenavbox {
    margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .gallery_dl{
      padding: 20px 10px;
    }
    .gallerycate_item a {
        margin: 0 15px;
    }

    .gallery01 .inner.-max1000 {
        max-width: 768px;
    }

    .gallery_item:nth-of-type(4n+1) {
        margin-top: 60px;
    }

    .gallery_item:nth-of-type(4n+2) {
        margin-top: 40px;
    }

    .gallery_item:nth-of-type(4n+3) {
        margin-top: 20px;
    }

    .gallery01 .pagenavbox {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 599px) {
    .gallery_item:nth-of-type(4n+1) {
        margin-top: 20px;
    }

    .gallery_item:nth-of-type(4n+2) {
        margin-top: 0px;
    }

    .gallery_item:nth-of-type(4n+3) {
        margin-top: 20px;
    }

    .gallerycate_list {
        padding-bottom: 30px;
    }

    .gallerycate_item {
        margin-bottom: 10px;
    }

    .gallery01 .pagenavbox {
        margin-top: 0;
    }
}

/*########################gallery_detail############################*/
.gallery_detail01 .gallery_tit {
    margin-bottom: 110px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 36px;
    font-weight: 400;
}

.stylist_heading {
    width: 100%;
    display: block;
    text-align: right;
    color: rgba(98, 116, 149, 255);
    margin-bottom: 20px;
}

.stylist_nameshop {
    width: 100%;
    display: block;
    text-align: right;
}

.stylist_name {
    padding-left: 30px;
    position: relative;
}

.stylist_name:before {
    content: "/";
    display: block;
    font-size: 25px;
    position: absolute;
    top: 7px;
    left: 10px;
}
.subimg_list{
    padding-top: 20px;
}
.sidePhoto{
  cursor: pointer;
}

.shop_btn {
    max-width: 80%;
    width: 200px;
    margin-right: -0px;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.shop_btn a {
    padding: 10px 0;
    display: block;
    text-align: center;
    position: relative;
}

.shop_btn a:before {
    content: "≫";
    display: block;
    font-style: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.gallery_detail01 .morebtn.min.back {
    margin-right: 0;
    margin-left: auto;
}

.gallery_detail02 .heading02 .en {
    font-size: 60px;
}

.gallery_detail02 .heading02 .ja {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}


.gallery_detail02 .gallery_item {
    margin-bottom: 30px;
}

.gallery_detail02 .gallery_item:nth-of-type(4n+1) {
    margin-top: 0px;
}

.gallery_detail02 .gallery_item:nth-of-type(4n+2) {
    margin-top: 0px;
}

.gallery_detail02 .gallery_item:nth-of-type(4n+3) {
    margin-top: 0px;
}

.gallery_detail02 .gallery_list {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {

    .gallery_detail01 .inner,
    .gallery_detail02 .inner {
        max-width: 768px;
    }

    .gallery_detail01 .gallery_tit {
        font-size: 22px;
        padding-bottom: 3px;
    }

    .stylist_name {
        padding-left: 20px;
    }

    .stylist_name:before {
        top: 5px;
        left: 5px;
    }

    .shop_btn {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .gallery_detail02 .gallery_list {
        margin-top: 30px;
    }



}

@media only screen and (max-width: 599px) {
    .gallery_detail01 .pic {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .gallery_detail01 .gallery_tit {
        font-size: 20px;
        font-weight: 500;
    }

    .stylist_name {
        font-weight: 400;
    }

    .gallery_detail01 .morebtn.min.back {
        margin-right: auto;
        margin-left: auto;
    }

    .shop_btn {
        width: 170px;
    }

    .gallery_detail02 .heading02 .en {
        font-size: 43px;
    }
}

/*########################faq############################*/
.faq01_txtarea {
    margin-bottom: 120px;
}

.faq01_txtarea:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #000;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.faq_list {
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 30px;
    padding-right: 20px;
}

.faq_list dt,
.faq_list dd {
    position: relative;
    min-height: 46px;
    padding-left: 66px;
    line-height: 46px;
}

.faq_list dt {
    font-size: 18px;
}

.faq_list dt {
    cursor: pointer;
}

.faq_list dt .txt {
    display: block;
    position: relative;
    padding-right: 40px;
}

.faq_list dt .q,
.faq_list dd .a {
    width: 46px;
    height: 46px;
    position: absolute;
    font-size: 28px;
    background: #596a89;
    line-height: 46px;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
}

.faq_list dd .a {
    border: 1px solid #596a89;
    color: #596a89;
    background: transparent;
}

.faq_list dt .txt:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #596a89;
    position: absolute;
    top: 20px;
    right: 5px;
}

.faq_list dt .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #596a89;
    position: absolute;
    top: 6px;
    right: 19px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.faq_list dt.active .txt:after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 20px;
}


.faq_list dd .txt {
    padding-bottom: 20px;
    position: relative;
}
.faq_list dd .txt:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: -13px;
    left: 0px;
    }


.faq_list dd{
  display: none;
  margin-top: 14px;
}

[data-element-id] .faq_list dd{
  display: block;
} 

.faqbox:nth-of-type(2n+2) {
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/04price/img01.jpg) top left repeat-y;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {

    .faq01_txtarea:before {
        height: 50px;
        bottom: -60px;
    }

    .faq01_txtarea {
        margin-bottom: 90px;
    }

    .faq01 .inner.-max1000,
    .faq02 .inner.-max1000,
    .faq03 .inner.-max1000 {
        max-width: 658px;
    }
}

@media only screen and (max-width: 599px) {
    .faq_list dt .txt {
        line-height: 120%;
        padding-top: 4px;
        padding-bottom: 8px;
        padding-left: 4px;
        font-size: 14px;
    }

    .faq_list dt .q,
    .faq_list dd .a {
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 36px;

    }

    .faq_list dt,
    .faq_list dd {
        padding-left: 45px;
    }

    .faq_list dt {
        margin-bottom: 10px;
    }

    .faq_list dt .txt:after {
        height: 28px;
    }

    .faq_list dt .txt:before {
        width: 28px;
    }

    .faq_list {
        padding-right: 14px;
    }

    .faq01_txtarea:before {
        height: 40px;
        bottom: -40px;
    }

    .faq01_txtarea {
        margin-bottom: 60px;
    }
}

/*########################company############################*/
.company01 {
    position: relative;
}

.company01_item {
    border: 1px solid #596a89;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.company01_item .num {
    color: #596a89;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
}

.company01_list {
    margin-top: 50px;
}

.company01 .company01_tit {
    text-shadow: 18px 13px 22px #fff, 0px -2px 10px #fff, 0px -2px 5px #fff, 0px -2px 9px #fff, 0px -2px 10px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff;
}

.company01 .txt {
    color: #596a89;
    text-shadow: 18px 13px 22px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff, 0px -2px 20px #fff;
}

.company01 .inner {
    min-height: 500px;
}

.company01 .inner {
    position: relative;
    z-index: 1;
}

.company01 .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.company01 .bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company02 {
    margin-top: 300px;
    position: relative;
}

.company02:before {
    content: "";
    display: block;
    width: 1px;
    height: 112px;
    background: #000;
    position: absolute;
    top: -210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.company03_item .aspect img {
    font-family: 'object-fit: cover; object-position: 50% top';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% top;
    object-position: 50% top;
}

.company03_item01 {
    width: 28%;
}

.company03_item02 {
    width: 46%;
}

.company03_item {
    margin-bottom: 50px;
}

.company03_picarea {
    background: #e0e6f1;
    position: relative;
}

.company03_tit {
    position: relative;
    z-index: 1;
}

.company03_txt{
   margin-top: 60px;
}
.z1{
    position: relative;
    z-index: 1;
}

.company03_picarea:before {
    content: "";
    display: block;
    width: 110%;
    height: 220px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/11staff/img16.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -210px;
    left: -5%;
}

.dlcompany_list dt {
    width: 32%;
    font-size: 14px;
}

.dlcompany_list dd {
    width: 65%;
    font-size: 14px;
}

.dlcompany_list {
    margin-bottom: 20px;
}

.company03 .about02_bigtit {
    font-size: 32px;
}

.company03 {
    margin-top: 160px;
}

.company03 .morebtn,.academy03 .morebtn{
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 0;
    max-width: 290px;
}
.academy03 .morebtn{
  margin-right: auto;
}

.company03 .morebtn a,.academy03 .morebtn a {
    font-size: 15px;
}

.company03 .morebtn a:before,.academy03 .morebtn a:before {
    width: 65px;
    right: -30px;
}

@media only screen and (max-width: 1024px) {
    .company01_item .num {
        font-size: 34px;
    }

    .company02:before {
        height: 70px;
        top: -115px;
    }

    .company02 {
        margin-top: 150px;
    }

    .company01 .inner.-max1000 {
        max-width: 768px;
    }

    .company03 .morebtn a,.academy03 .morebtn a {
        font-size: 14px;
    }

    .company03 .morebtn,.academy03 .morebtn {
        max-width: 270px;
        margin-right: 10px;
    }
    .academy03 .morebtn{
      margin-right: auto;
    }

    .company03 .morebtn a:before,.academy03 .morebtn a:before{
        width: 55px;
        right: -30px;
    }

    .company03 {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .company03 .inner.-max1000 {
        max-width: 768px;
    }

    .about01_boxarea {
        padding-bottom: 50px;
        position: relative;
        margin-bottom: 50px;
    }

    .company04 .w50 {
        width: 30%;
    }

    .company04 .w45 {
        width: 65%;
    }

    .company04 .inner.-max1000 {
        max-width: calc(100% - 100px);
        margin-right: 50px;
        margin-left: 100px;
    }
}

@media only screen and (max-width: 599px) {
    .company01 .company01_tit {
        font-size: 24px;
    }

    .company01_item {
        font-size: 16px;
        padding-left: 40px;
    }

    .company01_item .num {
        font-size: 29px;
        top: 3px;
    }

    .company01 .txt {
        font-size: 18px;
    }

    .company02:before {
        height: 50px;
        top: -65px;
    }

    .company02 {
        margin-top: 90px;
    }

    .company03_tit {
        font-size: 24px;
    }

    .company01_list {
        margin-top: 30px;
    }

    .about01_boxarea:before {
        height: 259px;
        bottom: 40px;
    }

    .company03 .morebtn a:before,.academy03 .morebtn a:before{
        width: 45px;
        right: -20px;
    }

    .company03_item01 {
        width: 31%;
    }

    .company03_item {
        margin-bottom: 17px;
    }

    .company03_item02 {
        width: 48%;
    }

    .company04 .inner.-max1000 {
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .company04 .w50 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .company04 .w45 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .company04 .about02_box {
        margin-bottom: 0;
    }
}


/*########################network############################*/
.network01_tit {
    text-align: center;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 70px;
}

.network01 .pic {
    position: relative;
    z-index: 1;
}

.network01 .pic:before {
    content: "";
    display: block;
    width: 200vw;
    height: 200px;
    background: #e0e6f1;
    position: absolute;
    bottom: -45px;
    right: -35px;
}

.network01_tit .min {
    font-size: 18px;
    display: block;
    width: 100%;
}

.network01_mintit .en {
    color: rgba(98, 116, 149, 255);
}

.network01_list dd {
    margin-left: 20px;
    border-left: 1px solid #000;
    padding: 20px;
    padding-left: 20px;
    margin-bottom: 26px;

}

.network02 .big_pic {
    margin-bottom: 40px;
}

.network02 .network01_list dt {
    margin-bottom: 20px;
}

.network02 .network01_list dd {
    margin-left: 0px;
    border-left: 0px solid #000;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 180%;
}

.network02 .left_heading {
    top: 100px;
}

.network03_item01 {
    padding: 25px 16px;
    background: #fff;
}

.network03_item01 .tit {
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.map_dllist {
    margin-bottom: 30px;
}

.map_left dd a,
.map_right dd a {
    display: block;
    padding-left: 18px;
    font-size: 14px;
    position: relative;
}

.map_left dd a:before,
.map_right dd a:before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/19network/img05.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0px;
}
.map_left dd a .red{
  font-size: 10px;
  color: red;
  display: inline-block;
}

.map_left dd,
.map_right dd {
    margin-bottom: 5px;
}

.map_left,
.map_right {
    background: #fff;
    padding: 20px;
    width: 30%;
}

.map_center {
    position: relative;
    width: 38%;
}

.map_center .img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 380px;
    display: block;

}

.map_dllist dt {
    margin-bottom: 10px;
}

.network04_dl dt {
    font-size: 20px;
    color: rgba(98, 116, 149, 255);
    padding-bottom: 10px;
}

.network04_dl dd {
    margin-bottom: 5px;
}

.network04_item {
    background: #fff;
    padding: 30px 30px;
    border: 1px solid #000;
    margin-top: 38px;
    position: relative;
}

.network04_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: #000;
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.network04_item.box02:before {
    height: 76px;
    top: -76px;
}

.network04 {
    position: relative;
}

.network04 .logo {
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
}

.network04 .logo:before {
    content: "";
    display: block;
    width: 700px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
    .network01_tit {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .network01 .inner.-max1000 {
        max-width: 768px;
    }

    .network02 .network01_list dd {
        font-size: 13px;
    }

    .network02 .inner.-max1000 {
        max-width: calc(100% - 150px);
        margin-right: 50px;
        margin-left: 100px;
    }

    .network03 .inner.-max1000 {
        max-width: 768px;
    }

    .network04 .inner.-max1000 {
        max-width: 714px;
    }

    .network04 .logo:before {
        content: "";
        display: block;
        max-width: 500px;
        width: 70%;
        bottom: -40px;
    }

    .network04_dl dt {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .network01_tit {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .network01 .flexb > .w30 {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
    }

    .network01 .pic:before {
        bottom: 45px;
        right: -95px;
    }

    .network02 .inner.-max1000 {
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .network02 .left_heading {
        top: 0;
    }

    .network02 .big_pic {
        margin-bottom: 20px;
    }

    .network02 .network01_list dd {
        margin-bottom: 40px;
    }

    .network03_item01 .tit {
        height: auto !important;
    }

    .map_left,
    .map_right {
        width: 87%;
        margin-right: auto;
        margin-left: auto;
    }

    .map_center {
        width: 100%;
    }

    .japanmap_area {
        display: block;
    }

    .map_center .img {
        padding: 40px 0;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        width: 100%;
        max-width: 220px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .network04 .logo:before,
    .network04_item:before {
        display: none;
    }

    .network04_item {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 20px;
    }


}

/*########################academy############################*/
.academy01 .left_heading {
    right: calc(50% - 700px);
    left: auto;
}

.academy0_tit {
    font-size: 34px;
    margin-bottom: 20px;
}

.academy01 .left .pic {
    width: 160%;
    margin-left: -60%;
}

.academy01 .txt {
    line-height: 190%;
}

.academy01 .txt01 {
    margin-bottom: 40px;
}

.academy01 .txt02 {
    margin-top: 40px;
}

.academy02_tit {
    font-size: 48px;
    margin-bottom: 20px;
}

.academy02 .right .pic {
    width: 160%;
    margin-right: -60%;
}

.academy03_item {
    padding: 30px;
    border: 1px solid #000;
    margin-bottom: 30px;
}

.academy03_item .min {
    display: block;
    padding-bottom: 10px;
}

.academy03_item .bigtit_area {
    position: relative;
    cursor: pointer;
}
.bigtit_txtarea_box{
  display: none;
  padding-top: 50px;
  margin-top: 20px;
  border-top: 1px solid #000;
}

[data-element-id] .bigtit_txtarea_box{
  display: block;
} 

.academy03_item .bigtit_area:before {
    content: "";
    display: block;
    width: 30px;
    height: 16px;
    background: url(/import/tenant_1/unipla.sakura.ne.jp/tanaka5/html/images/20academy/img03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.academy03_item .bigtit_area.active:before{
      transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.academy03_dl01 dt {
    color: rgba(98, 116, 149, 255);
    margin-bottom: 20px;
}

.academy03_dl01 {
    margin-bottom: 100px;
}

.academy03_dl02 dt {
    margin-bottom: 15px;
}

.academy03_02area {
    margin-bottom: 70px;
}

.academy03_dl03 {
    padding: 20px 20px;
    border: 1px solid #000;
}

.academy03_dl03 .dt_item {
    color: rgba(98, 116, 149, 255);
    margin-bottom: 50px;
}
.academy03_dl03 .dt_item + dd{
  margin-bottom: 50px;
}

.academy03_dl03_min dt {
    width: 65px;
}

.academy03_dl03_min dd {
    width: calc(100% - 68px);
}

.academy03_dl03_min {
    margin-bottom: 4px;
}

.heightLine-academy03_02tit,
.heightLine-academy03_03tit {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.academy04 .inner {
    background: #fff;
    padding: 50px 40px 60px;
}

.academy04 {
    padding: 50px 0;
}

.academy04_tit {
    margin-bottom: 20px;
}

.academy05 {
    padding: 50px 0;
}

.academy05_tit {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {

    .academy02 .inner.-max1000 {
        max-width: 768px;
    }

    .academy0_tit {
        font-size: 28px;
    }

    .academy02_tit {
        font-size: 28px;
    }

    .academy01 .w55 {
        width: 100%;
    }

    .academy01 .left_heading {
        left: -20px;
        right: auto;
    }

    .academy01 .left .pic {
        width: 100%;
        margin-left: auto;
        margin-right: -0%;

    }

    .academy01 .w40 {
        width: 70%;
        margin-bottom: 20px;
    }

    .academy01 .txt01 {
        margin-bottom: 0;
    }

    .academy02 .w55 {
        width: 100%;
    }

    .academy02 .w40 {
        width: 80%;
    }

    .academy02 .right .pic {
        width: 100%;
        margin-right: auto;
    }

    .academy02 .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .academy02_tit {
        margin-top: 30px;
    }

    .academy03 .inner.-max1000 {
        max-width: 768px;
    }

    .academy03_dl03 .dt_item {
        margin-bottom: 10px;
    }

    .academy03_02area {
        margin-bottom: 50px;
    }

    .academy03_dl01 {
        margin-bottom: 50px;
    }

    .academy04 .inner {
        max-width: 768px;
    }

    .contact02 dt {
        font-size: 15px;
    }

    .academy05_tit {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .academy01 .left_heading {
        left: 0px;
        right: auto;
    }

    .academy01 .w40,
    .academy02 .w40 {
        width: 100%;
    }

    .academy0_tit {
        font-size: 24px;
    }

    .academy02_tit {
        margin-top: 20px;
        font-size: 24px;
    }

    .academy03_item {
        padding: 10px 13px;
    }

    .academy03_item .bigtit_area {
        padding-right: 40px;
    }

    .academy03_dl02 dt {
        height: auto !important;
        margin-bottom: 20px;
    }
    .academy03_dl03 .dt_item + dd{
      margin-bottom: 20px;
      }
    .academy03_tit .fs26 {
      font-size: 18px;
    }
    .academy03_dl01 dt,.academy03_dl02 dt,.academy03_dl03 .dt_item{
      font-size: 17px;
    }
     .academy03_02area {
        margin-bottom: 20px;
    }

    .academy03_dl02 {
        margin-bottom: 30px;
    }
    .bigtit_txtarea_box{
      padding-top: 30px;
    }

    .academy04 .inner {
        padding: 30px;
    }

    .academy04_tit {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .academy05_tit {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

/*pulllist*/

#gnav li:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    height: auto;
}

#gnav li .pulllist:before {
    display: none
}

[data-element-id] #gnav li .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    height: auto;
    top:0;
}

#gnav li .pulllist {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: absolute;
    -webkit-transform: translate(-50%, -0px);
    -ms-transform: translate(-50%, -0px);
    transform: translate(-50%, -0px);
    left: 50%;
    top:30px;
    width: 160px;
    height: auto;
    z-index: 10;
    padding: 10px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.8);
}

#gnav li .pulllist li {
    width: 100%;
}

#gnav li .pulllist li a {
    padding: 5px 10px 5px 20px;
    font-size: 15px;
    text-align: left;
    position: relative;
}

#gnav li .pulllist li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

#gnav li .pulllist a:after {
    display: none;
}

.glist > li dt {
    cursor: pointer;
}

#gnav li .pulllist01 {
    left: 100px;
    width: 220px;
}

#gnav li .pulllist02 {
    left: 180px;
    width: 160px;
}

#gnav li .pulllist03 {
    left: 670px;
    width: 175px;
}
#gnav li .pulllist04 {
    left: 270px;
    width: 175px;
}
#gnav li .pulllist05 {
    left: 360px;
    width: 175px;
}
#gnav li .pulllist06 {
    left: 460px;
    width: 175px;
}
#gnav li .pulllist07 {
    left: 580px;
    width: 175px;
}
#gnav li .pulllist08 {
    left: 790px;
    width: 190px;
}
#gnav li .pulllist09 {
    left: 900px;
    width: 150px;
}

[data-element-id] #gnav li .pulllist02,
[data-element-id] #gnav li .pulllist03,
[data-element-id] #gnav li .pulllist04,
[data-element-id] #gnav li .pulllist05,
[data-element-id] #gnav li .pulllist06,
[data-element-id] #gnav li .pulllist07,
[data-element-id] #gnav li .pulllist08,
[data-element-id] #gnav li .pulllist09{
    left: 50px;
}

@media only screen and (max-width:1310px) {
#gnav li .pulllist02 {
    left: 150px;
}

#gnav li .pulllist03 {
    left: 560px;
}
#gnav li .pulllist04 {
    left: 230px;
}
#gnav li .pulllist05 {
    left: 300px;
}
#gnav li .pulllist06 {
    left: 380px;
}
#gnav li .pulllist07 {
    left: 490px;
}
#gnav li .pulllist08 {
    left: 650px;
}
#gnav li .pulllist09 {
    left: 720px;
}
}


@media only screen and (max-width:1024px) {
    #gnav li .pulllist {
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: relative;
        left: 0;
        visibility: visible;
        opacity: 1;
        margin-bottom: 10px;
        background: transparent;
        z-index: 1;
        padding: 0px;
    }

    #gnav li .pulllist:before {
        display: none;
    }

    #gnav li .pulllist li a {
        padding: 10px 15px;
        text-align: center;
    }

    #gnav li .pulllist li {
        margin-bottom: 16px;
    }

    #gnav li dt {
        text-align: left;
        opacity: 1 !important;
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #999 !important;
        margin-top: 0;
        padding: 10px 15px;
        margin-bottom: 16px;
    }

    #gnav li .pulllist li a:before {
        display: none;
    }

    #gnav li .pulllist li:last-of-type {
        margin-bottom: 0px;
        border: none !important;
    }
}

.mainimg img {
	width: 100%;
}

.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 62.5%;
	content: '';
	display: block;
}

.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}


.fixright_btn {
    position: fixed;
    z-index: 10;
    top: 100px;
    right: -0px;
}

.fixright_item {
    width: 65px;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.fixright_item a,.fixright_item .a {
    display: block;
    padding: 70px 20px 40px;
    background: #e9daeb;
    line-height: 20px;
    letter-spacing: 1px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: relative;

}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .fixright_item a{
       max-height: 254px;
}
_:-ms-lang(x)::-ms-backdrop, .fixright_item .a{
       max-height: 122px;
}


.fixright_item a:before,.fixright_item .a:before {
    content: "";
    display: block;
    width: 34px;
    height: 37px;
    background: url(/upload/tenant_1/fefc2b6a798f01578311de5812541cb5.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fixright_item a:after,.fixright_item .a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(/upload/tenant_1/fd5813a74687f1dca2b2c8129b0afb57.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.fixright_item.fix_telbtn .a {
    background: #ddd7ea;
    display: block;
    cursor: pointer;
}

.fixright_item.fix_telbtn .a:before {
    content: "";
    display: block;
    width: 30px;
    height: 33px;
    background: url(/upload/tenant_1/63f08b403950caad2067c16f71549c5e.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fixright_btn {
    position: static;
    z-index: 1;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
 .fixright_btn {
        display: none;
    }
   
}
.layer:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}


#popup {
    display: none;
    /*初期表示は非表示*/
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #e0e6f1;
    text-align: center;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px;
    z-index: 101;
}
#popup:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
#popup *{
  position: relative;
  z-index: 1;
}


#popup .tel-box span {
    padding: 20px 0;
    display: block;
}

#popup input {
    background-color:#fff;
    color: #000;
    padding: 2px 60px;
    position: relative;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 15px;
    margin: 0 auto;
    cursor: pointer;
}

#popup input:focus {
    outline: none;
}


 [data-element-id] #popup{
  display: block;
  position: relative;
  top: auto;
  left: 300px;
  margin-left: 0px;
  margin-top: 0;
}
.taxinner{
  position: relative;
  padding: 30px 0;
}
.taxinner .tax_txt{
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media only screen and (max-width: 599px) {
  .taxinner .tax_txt{
  bottom: -10px;
}
}



/* 追記*/

[data-element-id] .voice01_item {
    width: 27%;
}
[data-element-id] .fead-mv {
    display: flex;
    flex-wrap: wrap;
    width: 110%;
}

@media only screen and (max-width: 1024px){
  [data-element-id] .voice01_item {
    width: 43%;
}

[data-element-id] .voice01_list {
    width: 103%;
}
}

@media only screen and (max-width: 599px){
  [data-element-id] .fead-mv {
    width: 100%;
}

[data-element-id] .voice01_item {
    width: 80%;
    margin: 10px auto;
}
}

/*フォーム*/
.inp01 {
  width: 100%;
  line-height: 36px;
  font-size: 18px;
}

.contact02 .table > input {
  margin-bottom: 40px;
}

.contact02 .table > label {
  margin-right: 30px;
}

#select01 {
  display: none;
}

#actual_object_70_0:checked ~ #select01 {
  display: block;
}

#select02 {
  display: none;
}

#actual_object_70_1:checked ~ #select02 {
  display: block;
}

@media only screen and (max-width: 1024px){
  .inp01 {
    font-size: 15px;
  }
}

