@charset "utf-8";
/* CSS Document */


.tar {
  text-align: right;
}
/*header*/

#header {
    position: relative;
    z-index: 151;
}

#header .headerin {
    max-width: 1100px;
    padding: 19px;
    margin: auto;
    position: relative;
}

#header .headerin .logo {
    max-width: 280px;
}

#header .headerin .info {
    width: calc(100% - 290px);
}

#header .headerin .info dt {
    text-align: right;
}

#header .headerin .info dd {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    #header .headerin .logo {
        max-width: 250px;
    }
    
    #header .headerin .info {
        margin-right: 30px;
    }
    
    #header .headerin .info dd {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {

    #header .headerin .logo {
        max-width: 220px;
        margin: auto;
    }

    #header .headerin .info {
        display: none;
    }

    .index #header .headerin {
        padding: 0;
    }

    .index #header .headerin .logo {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
    }
}



/*gnav*/

#gnav {
    background: #ffded9;
}

#gnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

#gnav li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 0;
    margin: 0 10px;
}

#gnav li.gnavlogo {
    display: none;
}

#gnav li a {
    display: block;
    text-align: center;
}

#gnav li a span {
    display: block;
}

#gnav li a span.en {
    color: #bf6f94;
}

[data-element-id] #gnav.fixed {
    position: static;
}

#gnav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}



/*dropdown*/

[data-element-id] #gnav .dropdown {
    overflow: visible;
}

[data-element-id] #gnav .dropdown .dropin {
    position: static;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

#gnav .dropdown {
    position: relative;
    overflow: hidden;
}

#gnav .dropdown:hover {
    overflow: visible;
}

#gnav .dropin {
    display: block;
    width: 320px;
    background: #ffefed;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 15;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#gnav .dropdown:hover .dropin {
    opacity: 1;
}

#gnav .dropin li {
    padding: 0;
    margin: 0;
}

#gnav .dropin a {
    font-size: 14px;
    padding: 10px;
    border-bottom: solid 1px #999;
}

@media only screen and (max-width: 1024px) {
    #gnav {
        padding: 0;
    }

    #gnav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #gnav li {
        width: 100%;
        border-bottom: solid 1px #999;
        padding: 0;
        margin: 0;
        opacity: 0;
    }
    
    #gnav li a {
        padding: 10px 0;
        text-align: left;
    }
    
    #gnav li.gnavlogo {
        display: block;
    }
    
    #gnav li.gnavlogo img {
        display: block;
        width: 220px;
        margin: 0 auto 20px;
    }
    
    #gnav .dropdown {
        overflow: visible;
    }
    
    #gnav .dropin {
        width: 100%;
        background: no-repeat;
        border-top: solid 1px #999;
        position: static;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
    
    #gnav .dropin li:last-of-type {
        border-bottom: none;
    }
    
    #gnav .dropin a {
        border-bottom: none;
        padding-left: 20px;
    }
    
}



/*footer*/

[data-element-id] .footfix {
    position: static;
}

.footfix {
    display: none;
    width: 100px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
}

.footfix li {
    width: 100%;
    margin: 10px 0;
}

.footfix li a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: rgba(82, 66, 41, 0.8);
    padding: 5px 10px 2px;
    text-align: center;
}

.footfix li img {
    display: block;
    max-width: 35px !important;
    margin: 0 auto 2px;
}

#footer {
    background: #524229;
}

#footer .left .logo {
    margin-bottom: 20px;
}

#footer .left .txt {
    color: #fff;
    margin-bottom: 10px;
}

#footer .left .tel {
    margin-bottom: 20px;
}

#footer .left .tel a {
    color: #fff;
}

#footer .footnav {
    margin-bottom: 20px;
}

#footer .footnav li {
    width: 31.333%;
    margin: 1%;
}

#footer .footnav li a {
    color: #fff;
}

#footer .footnav li a:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 2px;
    background: #bf6f94;
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}

#footer .footbtn1 li {
    max-width: 280px;
}

#footer .footbtn1 li:not(:last-of-type) {
    margin-bottom: 10px;
}

#footer .footbtn1 li a {
    display: block;
    color: #fff;
    background: #bf6f94;
    padding: 10px;
    text-align: center;
}

#footer .footbtn1 li.car a {
    background: #bf6f94;
}

#footer .footbtn1 li.car img {
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;
}

#footer .footbtn1 li.ofi a {
    background: #57b3c0;
}

#footer .footbtn1 li.ofi img {
    display: block;
    margin: auto;
}

#footer .footbtn2 li {
    width: 48%;
}

#footer .footbtn2 li a {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
}

#footer .footbtn2 li img {
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}

#footer .footbtn2 li.reserve a {
    border: solid 5px #e3d3b5;
}

#footer .footbtn2 li.lineatt a {
    border: solid 5px #00b900;
}

#footer .footbottom {
    background: #ffded9;
}

#footer .footbottom .footin {
    max-width: 1000px;
    padding: 20px;
    margin: auto;
}

#footer .footin .sns {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#footer .footin .sns li:not(:last-of-type) {
    border-right: solid 2px;
    padding-right: 10px;
    margin-right: 10px;
}

#footer .footin .copy {
    font-size: 14px;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    #footer {
        padding-bottom: 60px;
    }
    
    #footer .footnav li {
        width: 48%;
    }

    #footer .footin .sns {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer .footin .copy {
        width: 100%;
        text-align: center;
    }
    
    .footfix {
        top: auto;
        bottom: 0;
        width: 100%;
    }
    
    .footfix li {
        width: 25%;
        margin: 0;
    }
    
    .footfix li:not(:last-of-type) {
        border-right: solid 1px #fff;
    }
    
    .footfix li a {
        font-size: 12px;
    }
    
    .footfix li img {
        max-width: 25px !important;
    }
}

@media only screen and (max-width: 599px) {
    #footer .footnav li a {
        font-size: 14px;
    }
}


/*mainimg*/

.mainimg {
    max-width: none;
    position: relative;
}

.mainimg .catch {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.mainimg .catch .txt {
    color: #bf6f94;
    font-style: italic;
    margin-bottom: 10px;
}

.mainimg .catch .texteach * {
    opacity: 0;
}

.mainimg .catch .name {
    font-size: 60px;
    letter-spacing: 3px;
}

.mainimg .pic {
    width: 50%;
    margin-left: auto;
    position: relative;
}

.mainimg .pic:after {
    display: block;
    content: "";
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.mainimg .uk-slidenav-position {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.mainimg .uk-slideshow {
    width: 100% !important;
    height: 100% !important;
}

.mainimg .uk-slideshow > li {
    width: 100% !important;
    height: 100% !important;
}

.mainimg .uk-slideshow > li > div {
    width: 100% !important;
    height: 100% !important;
}

[data-element-id] .mainimg .pic:before {
    display: none;
}

[data-element-id] .mainimg .uk-slidenav-position {
    position: relative;
}

[data-element-id] .mainimg .uk-slideshow {
    height: 500px !important;
}

[data-element-id] .mainimg .uk-slideshow > li {
    height: 500px !important;
}

[data-element-id] .mainimg .uk-slideshow > li > div {
    height: 500px !important;
}

[data-element-id] .mainimg .uk-slideshow > li > div > img {
    position: relative;
    height: 500px !important;
}

@media only screen and (max-width: 1024px) {
    .mainimg .catch .name {
        font-size: 46px;
    }
}

@media only screen and (max-width: 599px) {
    .mainimg .catch {
        width: 90%;
        background: rgba(255, 255, 255, 0.6);
        padding: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mainimg .catch .name {
        font-size: 36px;
    }

    .mainimg .catch .txt {
        font-size: 14px;
    }

    .mainimg .pic {
        width: 100%;
    }

    .mainimg .pic:before {
        padding-top: 100vh;
    }

    .mainimg .pic:after {
        display: none;
    }
}



/*top*/

.top-info .box {
    max-width: 700px;
    margin: auto;
}

.top-info .item {
    border-bottom: solid 1px #f4e5e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.top-info .item dt {
    width: 90px;
}

.top-info .item dd {
    width: calc(100% - 100px);
}

.top-tec {
    background: url(/import/tenant_1/133.167.99.150/html/images/top/top-tec-bg.jpeg)no-repeat;
    background-size: cover;
}

.top-tec .left .more {
    margin-left: 0;
}

.top-tec .right {
    margin-top: 50px;
    position: relative;
}

.top-tec .right .label1 {
    width: 100px;
    position: absolute !important;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.top-tec .right .label2 {
    width: 200px;
    position: absolute !important;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

.top-tec .right .pic {
    position: relative;
}

.top-tec .right .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #bf6f94;
    position: absolute;
    top: 10px;
    left: -10px;
}

.achievelist .item h4 {
    font-size: 20px;
    background: #fbf5e9;
    padding: 5px 10px;
    margin-bottom: 0;
    text-align: center;
    box-sizing: content-box;
}

.achievelist .item .picbox {
    position: relative;
}

.achievelist .item .picbox:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 15px #524229;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.achievelist .item .left {
    width: 49%;
}

.achievelist .item .left .label {
    color: #fff;
    background: #524229;
    padding: 5px 10px;
    text-align: center;
}

.achievelist .item .right {
    width: 49%;
}

.achievelist .item .right .label {
    color: #fff;
    background: #bf6f94;
    padding: 5px 10px;
    text-align: center;
}

.top-voice .item .pic {
    border-radius: 100%;
    margin-bottom: 15px;
}

.top-voice .item .txt {
    color: #bf6f94;
    font-size: 20px;
    text-align: center;
}

.top-between .left {
    width: 50%;
}

.top-between .right {
    width: 55%;
    max-width: 800px;
    background: #fff;
    padding: 2%;
    margin-left: -5%;
    margin-right: auto;
    position: relative;
}

.top-between .right:before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
}

.top-menu {
    position: relative;
}

.top-menu .item {
    padding-bottom: 70px;
    position: relative;
}

.top-menu .item .picbox {
    margin-bottom: 15px;
    position: relative;
}

.top-menu .item .picbox .pic {
    width: 85%;
}

.top-menu .item .picbox .tit {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    text-align: right;
    text-shadow: 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.top-menu .item .more {
    width: 100%;
    max-width: none;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-bnr .box {
    border: solid 2px #fbf5e9;
    max-width: 800px;
    padding: 10px;
    margin: auto;
    position: relative;
}

.top-bnr .left {
    position: relative;
    z-index: 5;
}

.top-bnr .right .pic {
    width: 70%;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    right: 10px;
}

.top-access .left .map:after {
    padding-top: 100%;
}

.top-access .right .item {
    margin-bottom: 20px;
}

.top-access .right .item dt {
    width: 120px;
}

.top-access .right .item dd {
    width: calc(100% - 130px);
}

@media only screen and (max-width: 1024px) {
    .top-between .right {
        width: 50%;
        padding: 20px;
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    .top-tec .left .more {
        margin-left: auto;
    }
  
    .top-voice .item .pic {
        width: 70%;
        margin: 0 auto 15px;
    }

    .top-between .left {
        width: 100%;
    }

    .top-between .right {
        width: 100%;
    }

    .top-bnr .left h3 {
        text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff;
    }

    .top-bnr .left .txt {
        text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff;
    }

    .top-bnr .right .pic {
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        opacity: 0.8;
    }
}



/*hxx*/

.heading1 {
    text-align: center;
}

.heading1 .sub {
    display: block;
    color: #bf6f94;
    font-size: 18px;
    line-height: 1.4;
}

.heading1:before {
    display: block;
    content: "";
    width: 190px;
    height: 24px;
    background: url(/upload/tenant_1/ea6b13f8255eb99411dce3014645798a.webp) no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

.heading2 {
    color: #bf6f94;
    font-style: italic;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco2.png) no-repeat;
    background-size: 40px;
    border-bottom: solid 2px #bf6f94;
    padding-left: 50px;
    padding-bottom: 10px;
}

.heading3 {
    color: #fff;
    background: #bf6f94;
    padding: 5px;
    text-align: center;
    position: relative;
}

.heading3:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 15px #bf6f94;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 50%;
}

.heading4 {
    text-align: center;
}

.heading4:after {
    display: block;
    content: "";
    width: 190px;
    height: 24px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco4.png) no-repeat;
    background-size: contain;
    margin: 10px auto 0;
}

.heading5 {
    color: #f4a99e;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco5.png) left top 5px no-repeat;
    border-bottom: solid 2px #f4a99e;
    padding-left: 40px;
    padding-bottom: 10px;
}

.heading6 {
    color: #bf6f94;
    text-align: center;
}

.heading6:after {
    display: block;
    content: "";
    width: 220px;
    height: 10px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco8.png) no-repeat;
    background-size: contain;
    margin: 10px auto 0;
}



/*background-color*/

.bg1 {
    background: #fbf5e9;
}

.bg2 {
    background: #ffded9;
}



/*wave*/

.wave1 {
    position: relative;
}

.wave1:after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/wave1.png);
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.wave2 {
    position: relative;
}

.wave2:after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/wave2.png);
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}



/*attention*/

.attention {
    margin: 30px 0;
    text-align: center;
}

.attention2 {
    margin: 30px 0;
}



/*countnum*/

.countnum {
    counter-increment: num;
}

.countnum .num {
    position: relative;
}

.countnum .num:before {
    display: block;
    content: "0"counter(num);
    color: #fff;
    font-size: 26px;
    font-style: italic;
    background: #bf6f94;
    border-radius: 100%;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.flowlist .item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.flowlist .item .pic {
    margin-bottom: 10px;
    position: relative;
}

.flowlist .item .pic:after {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
}

.flowlist .item .tit {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}



/*subimg*/

.subimg {
    max-width: none;
    background: #fafafa;
    position: relative;
}

.subimg:before {
    display: block;
    content: "";
    width: 250px;
    height: 233px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/subimg-deco1.png) no-repeat;
    background-size: contain;
    opacity: 0.6;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.subimg:after {
    display: block;
    content: "";
    width: 250px;
    height: 233px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/subimg-deco2.png) no-repeat;
    background-size: contain;
    opacity: 0.6;
    position: absolute !important;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.subimg h2 {
    width: 50%;
    position: absolute;
    top: 50%;
    left: calc(50% - 500px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.subimg h2 span {
    display: block;
}

.subimg h2 .ja {
    color: #bf6f94;
    font-size: 18px;
    line-height: 1.6;
}

.subimg h2 .en {
    font-size: 44px;
    letter-spacing: 5px;
}

.subimg .pic {
    width: 50%;
    margin-left: auto;
    position: relative;
}

.subimg .pic:before {
    padding-top: 40%;
}

.subimg .pic:after {
    display: block;
    content: "";
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 1)), to(rgba(250, 250, 250, 0)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .subimg h2 {
        left: 5%;
    }

    .subimg:before {
        width: 150px;
        height: 140px;
    }

    .subimg:after {
        width: 150px;
        height: 140px;
    }

    .subimg .pic:before {
        padding-top: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .subimg {
        -webkit-box-shadow: inset 20px 20px 40px #fff, inset -20px -20px 40px #fff;
        box-shadow: inset 20px 20px 40px #fff, inset -20px -20px 40px #fff;
    }

    .subimg h2 {
        width: 90%;
        text-shadow: 2px 2px 20px #fff, 2px 2px 20px #fff, 2px 2px 20px #fff;
        top: auto;
        bottom: 5%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .subimg h2 .en {
        font-size: 34px;
    }

    .subimg .pic {
        width: 100%;
    }

    .subimg .pic:before {
        padding-top: 50%;
    }

    .subimg .pic:after {
        width: 100%;
        background: rgba(255,255,255,0.4);
    }
}



/*breadcrumb*/

.breadcrumb li {
    display: inline-block;
    color: #bf6f94;
    vertical-align: middle;
}

.breadcrumb li a {
    display: block;
}

.breadcrumb li a:after {
    display: inline-block;
    content: "→";
    margin: 0 10px;
}



/*pagelink*/

.pagelink li {
    width: 18%;
    max-width: 31.333%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1%;
}

.pagelink li a {
    display: block;
    color: #fff;
    background: #524229;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .pagelink li {
        width: 31.333%;
    }
}

@media only screen and (max-width: 599px) {
    .pagelink li {
        width: 48%;
        max-width: 100%;
    }
    
    .pagelink li a {
        font-size: 14px;
        padding: 10px 5px;
    }
}



/*pagenav*/

.pagenav {
    margin: 8% 0;
}

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    vertical-align: middle;
}

.pagenav li a {
    display: block;
    padding: 5px;
}

.pagenav li.active {
    color: #fff;
    background: #f3a99e;
    padding: 0px 10px;
}

.pagenav li img {
    display: block;
}



/*cuscon*/

.cusconmain {
    width: calc(100% - 250px);
}

.side {
    width: 200px;
}

.side dl {
    width: 100%;
}

.side dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.side dt {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.side dt .sub {
    display: block;
    color: #BF6F94;
    font-size: 16px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco10.png) left center no-repeat, url(/import/tenant_1/133.167.99.150/html/images/common/deco11.png) right center no-repeat;
    background-size: 40px;
    line-height: 1.6;
    padding: 0 50px;
}

.side dd {
    border-bottom: solid 1px #EBE1CE;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .cusconmain {
        width: 100%;
    }

    .side {
        width: 100%;
        margin-top: 8%;
    }

    .side dl {
        width: 48%;
    }
}

@media only screen and (max-width: 599px) {
    .side {
        max-width: 250px;
    }

    .side dl {
        width: 100%;
    }
}



/*beginning*/

.beginning1 {
    position: relative;
}

.beginning1 .inner {
    position: relative;
    z-index: 5;
}

.beginning1 .bk {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.beginning1 .bk:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.beginning1 h3 {
    color: #fff;
}

.beginning1 h3:before {
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco3.png) no-repeat;
    background-size: contain;
}

.beginning1 h3 .sub {
    color: #fff;
}

.beginning1 .txt {
    color: #fff;
}

.beginning2 {
    position: relative;
}

.beginning2 .box {
    margin: 5% 0;
}

.beginning2 .right dt {
    font-size: 20px;
    min-height: 50px;
    padding-top: 10px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.beginning2 .right dt:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.beginning3 .item {
    padding-bottom: 0;
    position: relative;
}

/* .beginning3 .item:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 10px #bf6f94;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    left: 105%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
} */

.beginning3 .item:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 10px #bf6f94;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 34%;
    left: 104.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%,50%);
    z-index: 1;
}

.beginning3 .item:nth-of-type(3n):before {
    display: none;
}

.salon .beginning3 .item:nth-of-type(3n):before {
    display: block;
}

.salon .beginning3 .item:nth-of-type(2n):before {
    display: none;
}

.beginning3 .item:last-of-type:before {
    display: none;
}

@media only screen and (max-width: 599px) {
    .beginning3 .item:before {
        display: none;
    }
}



/*price*/

.pricelist .box {
    max-width: 800px;
    margin: auto;
}

.pricelist .item {
    border-bottom: solid 1px #ebe1ce;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pricelist .item dt {
    width: calc(100% - 160px);
}

.pricelist .item dt .mini {
    display: block;
    color: #84827f;
    font-size: 14px;
}

.pricelist .item dd {
    width: 160px;
    color: #bf6f94;
    text-align: right;
}



/*technology*/

.tech1 {
    position: relative;
}

.tech1 h3 {
    color: #fff;
    font-size: 22px;
    background: #f4a99e;
    padding: 10px calc(50% - 350px);
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.tech1 h3:before {
    display: block;
    content: "";
    width: 120px;
    height: 40px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco6.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 500px);
}

.tech1 h3:after {
    display: block;
    content: "";
    width: 120px;
    height: 40px;
    background: url(/import/tenant_1/133.167.99.150/html/images/common/deco7.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: calc(50% - 500px);
}

.tech1 .box {
    max-width: 1200px;
    margin: auto;
    padding: 2% 5% 0;
}

.tech1 .left {
    width: 250px;
}

.tech1 .right {
    width: calc(100% - 260px);
}

.tech1 .right .checklist {
    margin: 20px 0;
}

.tech1 .right .checklist li {
    width: 48%;
    color: #bf6f94;
    margin: 1%;
    padding-left: 20px;
    position: relative;
}

.tech1 .right .checklist li:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 2px;
    background: #bf6f94;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}

.tech1 .right .txt {
    margin: 20px 0;
}

.tech3 .box1 {
    margin: 5% 0;
}

.tech3 .box2 .item {
    margin: 5% 0;
}

.tech3 .box2 .left h4 {
    padding-right: 40px;
    margin-right: -20px;
    position: relative;
}

.tech3 .box2 .left .txt {
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .tech1 h3 {
        padding: 10px 150px;
    }

    .tech1 h3:before {
        left: 0;
    }

    .tech1 h3:after {
        right: 0;
    }
}

@media only screen and (max-width: 599px) {
    .tech1 h3 {
        padding: 10px 20px;
    }

    .tech1 h3:before {
        display: none;
    }

    .tech1 h3:after {
        display: none;
    }

    .tech1 .right {
        width: 100%;
    }

    .tech1 .right .checklist li {
        width: 100%;
    }

    .tech1 .left {
        margin: auto;
    }

    .tech3 .box2 .left h4 {
        padding-right: 0;
        margin-right: 0;
    }

    .tech3 .box2 .left .txt {
        padding: 0;
    }
}



/*ordermade*/

.order4 {
    background: url(/import/tenant_1/133.167.99.150/html/images/ordermade/ordermade-bg.jpeg) no-repeat;
    background-size: cover;
}

.order4 .inner {
    padding-bottom: 0;
}

.order4 .box .pic {
    width: 120px;
}

.order4 .box .txt {
    width: calc(100% - 240px);
    padding: 0 30px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .order4 .box .pic {
        width: 42%;
        max-width: 100px;
        margin: 4% 4% 0;
    }

    .order4 .box .pic1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order4 .box .pic2 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order4 .box .txt {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}



/*asthenopia*/

.asthenopia5 .box .more {
    margin-left: 0;
}

@media only screen and (max-width: 599px) {
    .asthenopia5 .box .more {
        margin-left: auto;
    }
}



/*voice*/

.voicelist .item {
    background: url(/import/tenant_1/133.167.99.150/html/images/voice/voice-deco1.png) top left no-repeat, url(/import/tenant_1/133.167.99.150/html/images/voice/voice-deco2.png) bottom right no-repeat;
    background-color: #fbf5e9;
    padding: 5%;
    margin: 5% 0;
}

.voicelist .left .picbox {
    position: relative;
}

.voicelist .left .picbox:not(:last-of-type) {
    margin-bottom: 10px;
}

.voicelist .left .picbox .label {
    color: #fff;
    background: #524229;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.voicelist .left .picbox .label.after {
    background: #bf6f94;
}

.voicelist .right .tit {
    color: #f4a99e;
    font-size: 20px;
    border-bottom: solid 2px #f4a99e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.voicelist .right .info dl {
    margin: 15px 0;
}

.voicelist .right .info dt {
    width: 130px;
}

.voicelist .right .info dd {
    width: calc(100% - 140px);
}

@media only screen and (max-width: 599px) {
    .voicelist .item {
        background-size: 60px;
    }
}



/*voice_detail*/

.voicedetail {
    background: url(/import/tenant_1/133.167.99.150/html/images/voice/voice-deco1.png) top left no-repeat, url(/import/tenant_1/133.167.99.150/html/images/voice/voice-deco2.png) bottom right no-repeat;
    background-color: #fbf5e9;
}

.voicedetail .item {
    background: none;
    padding: 0;
    margin: 0;
}

.voicedetail .right .txt {
    margin-top: 30px;
}

.voicedetail .left .picbox:not(:last-of-type):before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 20px #524229;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    margin-left: -20px;
    position: absolute !important;
    bottom: -15px;
    left: 50%;
    z-index: 1;
}

@media only screen and (max-width: 599px) {
    .voicedetail {
        background-size: 60px;
    }

    .voicedetail .item .itemin {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}



/*product*/

.productlist .item .pic {
    margin-bottom: 15px;
}

.productlist .item .pic img {
    display: block;
    width: auto !important;
    height: 200px !important;
    margin: auto;
}

.productlist .item .tit {
    font-size: 20px;
    margin-bottom: 15px;
}

.productlist .item dl {
    margin: 15px 0;
}

.productlist .item dt {
    color: #84827f;
    text-align: right;
}

.productlist .item dd {
    color: #bf6f94;
    text-align: right;
}

.productlist .item .txt {
    color: #84827f;
}



/*recruit*/

.recruit1 .pic {
    margin-bottom: 20px;
}

.recruit2 .item:before {
    display: block;
    content: url(/import/tenant_1/133.167.99.150/html/images/common/deco9.png);
    margin-bottom: 10px;
    text-align: center;
}

.recruit2 .item dt {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.recruit3 .box h4 {
    padding-right: 40px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
}

.recruit3 .box h4 .sub {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.recruit4 h4 {
    text-align: center;
}

.recruit5 .box {
    max-width: 800px;
    margin: auto;
}

.recruit5 .item {
    border-bottom: solid 1px #ebe1ce;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recruit5 .item dt {
    width: 120px;
}

.recruit5 .item dd {
    width: calc(100% - 130px);
}

@media only screen and (max-width: 599px) {
    .recruit3 .box h4 {
        padding-right: 0;
        margin-right: 0;
    }
}



/*faq*/

.faqlist .box {
    max-width: 800px;
    margin: auto;
}

.faqlist .item:not(:last-of-type) {
    margin-bottom: 30px;
}

.faqlist .item dt {
    color: #BF6F94;
    font-size: 20px;
    border-bottom: solid 2px #BF6F94;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

.faqlist .item dt:before {
    display: inline-block;
    content: "Q";
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
}



/*salon*/

.salon1 .left dl {
    border-bottom: solid 1px #EBE1CE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.salon1 .left dl dt {
    width: 90px;
}

.salon1 .left dl dd {
    width: calc(100% - 100px);
}

.salon2 .map {
    margin-bottom: 20px;
}

.salon3 .item .pic {
    margin-bottom: 10px;
}



/*contact*/

.form dl {
    margin-bottom: 30px;
}

.form dt {
    width: 200px;
}

.form dt .hissu {
    color: #fff;
    background: #F3A99E;
    padding: 5px 10px;
    margin-left: 5px;
}

.form dd {
    width: calc(100% - 220px);
}

.form dd ul li {
    display: inline-block;
    max-width: 47%;
    margin: 0 1%;
    vertical-align: top;
}

.form dd ul li > * {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.form dd input[type="text"] {
    width: 100%;
    border: solid 1px #FDDFDA;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    -webkit-appearance: none;
}

.form dd textarea {
    width: 100%;
    height: 150px;
    border: solid 1px #FDDFDA;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.form input[type="radio"] {
    font-size: 14px;
    margin-right: 5px;
}

.formbtn {
    margin-top: 5%;
}

.formbtn .more {
    width: 48%;
    margin: 1%;
}

.formbtn .more button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #BF6F94;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.formbtn .more button:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1);
    opacity: 1;
}

.formbtn .more button:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
}

.formbtn .more button:after {
    display: block;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 10px;
    margin-right: -10px;
}

.formbtn .more.back button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.formbtn .more.back button:after {
    content: "\f100";
    margin-left: 0;
    margin-right: 10px;
}



/*blog*/

.bloglist .item .pic {
    margin-bottom: 10px;
}

.bloglist .item .tit {
    color: #BF6F94;
    font-size: 18px;
}

.blogdetail h3 {
    color: #BF6F94;
    border-bottom: solid 2px #BF6F94;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blogdetail .txt {
    margin: 20px 0;
}

.blogdetail .txt img {
    display: block;
    width: 100%;
    max-width: 500px !important;
    margin: auto;
}

.blogdetail dl {
    border-bottom: solid 2px #BF6F94;
    padding-bottom: 20px;
    margin: 20px 0;
}

.blogdetail dd {
    color: #BF6F94;
}

.recommend {
    margin-top: 8%;
}



/*4/28追記  */



 .beginning1 h3.heading1:before {
   background: url(/import/tenant_1/133.167.99.150/html/images/common/deco1.png) no-repeat;
   background-size: contain;
} 

/*   .beginning1 h3.heading1{
 color: #fff;
} 


.beginning1 h3.heading1 .sub {
 color: #fff;
}


.beginning1 .bk{
 background-color: #000;
} 



.beginning1 .bk img{
width: 100%;
 background: #000;
 opacity: .9;
}


.brown div{
 color: #fff !important;
}  
 */

/* 下記要望通りの色 */

   .brown div{
 color: #524229 !important;
} 

.beginning1 h3.heading1 .sub{
   color: #bf6f94; 
} 

.beginning1 .bk img{
width: 100%;
 background: #000;
 opacity: .6;
}  


.beginning1 .txt{
  text-shadow: none !important;
}

.beginning1 h3.heading1 {
    color: #524229;
    text-shadow: none;
}


/* 2021/07/16 */

.logo h1 {
    font-size: 13px;
    width: 136%;
    margin-bottom: 9px;
}

#header .headerin .logo {
   /*  max-width: 280px; */
   margin-top: 30px;
}

#header .headerin .info01 {
   margin-top: 30px;
}
#header .headerin .info01 dt {
    text-align: right;
}

#header .headerin .info01 dd {
    text-align: right;
}


.logo h1 {
    font-size: 13px;
    width: 153%;
    margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
.logo h1 {
    font-size: 13px;
    width: 153%;
    margin-bottom: 9px;
}
#header .headerin .info01 {
    margin-right: 0px;
    margin-top: 25px;
}
}


@media only screen and (max-width: 599px) {
#header .headerin .info01 {
    display: none;
}
.logo h1 {
    font-size: 12px;
    width: 83%;
    margin-bottom: 9px;
}
}

.heading {
    max-width: 1100px;
    margin: auto;
    padding-left: 19px;
}

.heading h1 {
    position: absolute;
    top: 2%;
    font-size: 13px;
    z-index: 99999;
}


@media only screen and (max-width: 599px) {
#header .headerin .logo {
    margin-top: 70px;
}

.heading h1
{
  width: 65%;
  margin-top: 8px;
  font-size: 12px;
}

}


/* 2022.02.26 */

.metaject01{
  margin-bottom: 20px;
}

.metaject02{
  font-weight: bold;
  font-size: 17px;
}





@media only screen and (max-width: 1024px) {
  .metaject03{
   margin-bottom: 10px;
    width: 90%;
    text-align: right;
}
  
  .metaject04{
    margin-bottom: 0 !important;
  }
  
  .metaject01 {
    margin-bottom: 25px;
}
}

/* 04/19 追記 */
@media only screen and (max-width: 599px){
  #station-access .item:nth-of-type(3n):before {
  display: none !important;
}
  
}

#station-access .item .txt{
  text-align: center;
}

/* 05/20 追記 */

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
}
/* 05/24 追記 */

.link-list2 {
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.imgfit img {
    height: 102% !important;
}


/* 07/15 追記 */

.ta-r{
  text-align: right;
}

/* 07/20 追記 */


  .top-access .right .item dt {
    width: 120px;
    font-weight: bold;
    font-size: 18px;
}

.sp-only{
  display: block;
}

@media only screen and (max-width: 599px){
  
  .sp-only{
  display: inline-block;
}
  .achievelist .item .picbox:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 15px #524229;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    position: absolute;
    top: 50%;
    left: 50.6%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.achievelist .item .right {
    width: 48%;
}

.achievelist .item .left {
    width: 48%;
}

.achievelist .item{
  margin-bottom: 30px;
}

#topmenu .item:not(:last-of-type){
  margin-bottom: 30px;
  
}
}

/* 0906 追記 */

.top-index .benner-area {
    width: 50%;
    max-width: 700px;
    margin: auto;
    padding-top: 50px;
    background-color: #fff;
    position: relative;
}

.top-index .benner-area .b-txt,.price{
  padding: 0px 20px;
  color: #bf6f94;
  font-size: 28px;
}


.top-index .benner-area img{
  width: 100%;
}

.top-index .bg1.pb50{
  padding-bottom: 60px;
}

.top-index .tac{
  text-align: center;
}

.top-index .benner-area .asirai-txt{
  font-size: 130%;
    color: #5cb9da;
    letter-spacing: 1px;
    -webkit-transform: rotate(-10deg) translate(-75%, -75%);
    transform: rotate(-10deg) translate(-75%, -75%);
    position: absolute !important;
    top: -10px;
    left: 160px;
}

.top-index .pos-r{
  position: relative;
}

.top-index .mb25{
  margin-bottom: 25px;
}

.top-index .price span{
  font-weight: bold;
    font-size: 50px;
    font-family: fangsong;
    letter-spacing: -0.03em;
    padding: 5px;
}

.top-index .price{
  margin-bottom: 20px;
}

.top-index .price span.smal-txt{
  font-size: 32px;
      text-decoration: line-through;
}

.top-index .menu-txt{
  margin-bottom: 25px;
    font-size: 28px;
    color: #998f86;
    margin-left: auto;
    margin-right: auto;
}

.top-index .smal-txt{
      text-decoration: line-through;
}

.top-index .price span {
    font-weight: bold;
    font-size: 50px;
    font-family: fangsong;
    letter-spacing: -0.03em;
    padding: 5px;
        text-decoration: underline;
}

.top-index .price span.price-mark{
  text-decoration: none;
    font-size: 18px;
    font-family: inherit;
}





.top-index .benner-area::before,
.top-index .benner-area::after {
  content: "";
  position: absolute;
  transform: rotate(-35deg);
  width: 70px;
  height: 25px;
  background-color: #fbf5e9;
  z-index: 1;
}

.top-index .benner-area::before {
  top: -5px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}

.top-index .benner-area::after {
  bottom: -5px;
  right: -25px;
  border-top: 1px solid #aaa;
}


@media only screen and (max-width: 1024px){
  
  .top-index .bg1.pb50{
  padding-bottom: 50px;
}


 .top-index .benner-area{
   width: 60%;
 } 
 
 .top-index .benner-area .asirai-txt {
    top: -10px;
    left: 110px;
}
.top-index .mb25 {
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 599px){
  
    .top-index .bg1.pb50{
  padding-bottom: 40px;
}

  
   .top-index .benner-area{
   width: 97%;
 } 
 
  .top-index .menu-txt {
    font-size: 22px;
}

.top-index .benner-area .b-txt, .price {
    padding: 0px 10px;
    font-size: 22px;
}

.top-index .price span {
    font-weight: bold;
    font-size: 40px;
    font-family: fangsong;
    letter-spacing: -0.03em;
    padding: 5px;
    text-decoration: underline;
}

.top-index .price span.smal-txt {
    font-size: 28px;
}
}


.top-index .campaign-h{
  font-size: 42px !important;
}

@media only screen and (max-width: 1024px){
  .top-index .campaign-h {
    font-size: 38px !important;
}

.top-index .benner-area .asirai-txt {
    top: -15px;
    left: 110px;
}
}

@media only screen and (max-width: 599px){
  .top-index .campaign-h{
  font-size: 32px !important;
}

.top-index .benner-area .asirai-txt {
    top: -17px;
    left: 90px;
}

.top-index .benner-area .asirai-txt {
    font-size: 110% !important;
}

}

.top-index .caption-txt{
      font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

/* 2022.11.21 */
.priceBox .item+.item {
  margin-top: 20px
}

@media only screen and (min-width: 1025px){
  #footer .footnav li a {
    color: #fff;
    font-size: 14px;
}
}

.footerinner{
  max-width: 1040px !important;
}


/* 追記2023/02/28 */
#footer .footnav .fnav-mini a {
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width:599px) {
      
    #footer .footnav .fnav-mini {
        width: 100%;
    }
    
    #footer .footnav .fnav-mini a {
        font-size: 14px;
        white-space: wrap;
    }
}


.concept-br{
  display: none;
}

.concept-h3{
  font-size: 32px;
}

.concept-p01{
  font-weight: 500;
  text-shadow: 1px 2px 2px #ffffff;
}

.concept-p02{
  text-shadow: 1px 2px 2px #ffffff;
}

.bg-white{
  background: #fff;
}

@media (max-width:599px) {
  .concept-br{
    display: flex;
  }
  
  .concept-p02 {
    font-size: 24px !important;
}

.concept-h3 {
    font-size: 26px;
}
}

.beginning3 .item.nobefore:before {
  display: none;
}

/* 2025/07/29 */

@media screen and (min-width:600px) {
#eyecare .body_dropsy1 .left{
  align-self: center;
}
}


@media screen and (min-width:1025px) {
#eyecare .body_dropsy1 .left img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 1 / 1;  
}

#eyecare .body_dropsy1.tech1 .right {
  width: calc(100% - 300px);
}
}

@media screen and (min-width:1025px) {
 #eyecare .body_dropsy1 .box{
   margin-bottom: 60px;
 }
}

@media screen and (max-width:599px) {
 #eyecare .body_dropsy1 .box{
   margin-bottom: 40px;
 }
 
.attention .ta-l-sp{
  text-align: left !important;
}
}
