@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap');

html {
    color: #000;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    word-break: break-word;
}

#wrapper {
    background: #ededed;
}



/*spacer*/

.section-over {
    width: 96%;
    margin-left: auto;
}

.spacer-updown-xl {
    margin-top: 100px;
    margin-bottom: 100px;
}

.spacer-updown-l {
    margin-top: 80px;
    margin-bottom: 80px;
}

.spacer-updown-m {
    margin-top: 50px;
    margin-bottom: 50px;
}

.spacer-updown-s {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer-up-xl {
    margin-top: 100px;
}

.spacer-up-l {
    margin-top: 80px;
}

.spacer-up-m {
    margin-top: 50px;
}

.spacer-up-s {
    margin-top: 30px;
}

.spacer-down-xl {
    margin-top: 100px;
    margin-bottom: 100px;
}

.spacer-down-l {
    margin-top: 80px;
    margin-bottom: 80px;
}

.spacer-down-m {
    margin-top: 50px;
    margin-bottom: 50px;
}

.spacer-down-s {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer-down-xl {
    margin-bottom: 100px;
}

.spacer-down-l {
    margin-bottom: 80px;
}

.spacer-down-m {
    margin-bottom: 50px;
}

.spacer-down-s {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .spacer-updown-xl {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .spacer-updown-l {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .spacer-updown-m {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .spacer-updown-s {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .spacer-up-xl {
        margin-top: 80px;
    }

    .spacer-up-l {
        margin-top: 50px;
    }

    .spacer-up-m {
        margin-top: 40px;
    }

    .spacer-up-s {
        margin-top: 20px;
    }

    .spacer-down-xl {
        margin-bottom: 80px;
    }

    .spacer-down-l {
        margin-bottom: 50px;
    }

    .spacer-down-m {
        margin-bottom: 40px;
    }

    .spacer-down-s {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .spacer-updown-xl {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .spacer-updown-l {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .spacer-updown-m {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .spacer-updown-s {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .spacer-up-xl {
        margin-top: 50px;
    }

    .spacer-up-l {
        margin-top: 30px;
    }

    .spacer-up-m {
        margin-top: 20px;
    }

    .spacer-up-s {
        margin-top: 10px;
    }

    .spacer-down-xl {
        margin-bottom: 50px;
    }

    .spacer-down-l {
        margin-bottom: 30px;
    }

    .spacer-down-m {
        margin-bottom: 20px;
    }

    .spacer-down-s {
        margin-bottom: 10px;
    }
}



/*画像*/

.pic img {
    width: 100%;
}

.up-of-cover {
    width: 100%;
    height: 100%;
}

.up-of-cover img {
    position: static;
}

.up-of-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
}



/*見出し*/

.ttl {
    font-weight: bold;
    margin-bottom: 30px;
}

.ttl-type1 {
    margin-bottom: 80px;
    text-align: center;
}

.ttl-type1 .img {
    display: block;
    margin-bottom: 15px;
}

.ttl-type1 .img img {
    max-width: 250px;
}

.ttl-type1 .en {
    display: block;
    font-size: 100px;
    font-family: 'Caveat', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    line-height: 1.2;
}

.ttl-type1 .ja {
    display: block;
    font-size: 24px;
}

.ttl-type2 {
    font-size: 24px;
}

.ttl-type3 {
    color: #848484;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.ttl-type3:after {
    display: inline-block;
    content: "";
    height: 1px;
    margin-left: 20px;
    background: #848484;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ttl-type4 .en {
    display: inline-block;
    font-size: 100px;
    font-family: 'Caveat', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    line-height: 1.2;
    margin-right: 30px;
}

.ttl-type4 .ja {
    display: inline-block;
    font-size: 24px;
    color: #848484;
    padding-left: 30px;
    position: relative;
}

.ttl-type4 .ja:before {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #848484;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .ttl-type1 {
        margin-bottom: 50px;
    }

    .ttl-type1 .en {
        font-size: 80px;
    }

    .ttl-type1 .ja {
        font-size: 20px;
    }

    .ttl-type2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .ttl-type3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .ttl-type4 .en {
        font-size: 80px;
    }

    .ttl-type4 .ja {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .ttl-type1 {
        margin-bottom: 30px;
    }

    .ttl-type1 .en {
        font-size: 60px;
    }

    .ttl-type1 .ja {
        font-size: 18px;
    }

    .ttl-type2 {
        font-size: 20px;
    }

    .ttl-type3 {
        font-size: 20px;
    }

    .ttl-type4 .en {
        display: block;
        font-size: 60px;
    }

    .ttl-type4 .ja {
        display: block;
        font-size: 18px;
    }
}



/*btn*/

.btn-type1 {
    margin-top: 80px;
}

.btn-type1 a {
    display: inline-block;
    width: 96%;
    font-size: 24px;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
}

.btn-type2 a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    position: relative;
}

.btn-type2 a:before {
    display: block;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-type3 {
    text-align: center;
}

.btn-type3 a {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 8px 10px;
    letter-spacing: 2px;
    text-align: center;
}

.btn-back {
    margin-top: 100px;
}

.btn-back a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.btn-back a:before {
    display: block;
    content: "\f053";
    font-family: "font awesome 5 free";
    font-weight: bold;
    width: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .btn-type1 {
        margin-top: 50px;
    }

    .btn-back {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .btn-type1 {
        margin-top: 30px;
    }

    .btn-type1 a {
        font-size: 20px;
        padding: 10px 5px;
    }

    .btn-back {
        margin-top: 50px;
    }
}



/*背景*/

.bg-type1 {
    width: 94%;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.bg-type1:before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
}



/*sub-tit*/

.sub-tit {
    background: #fff;
    padding: 0 40px 40px;
    position: relative;
}

.sub-tit h2 {
    width: 95%;
    color: #b9bdc8;
    font-size: 120px;
    font-family: 'Caveat', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: center;
    line-height: 1.2;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sub-tit .img {
    height: 80vh;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .sub-tit {
        padding: 0 25px 25px;
    }

    .sub-tit h2 {
        width: calc(100% - 50px);
        font-size: 90px;
    }

    .sub-tit .img {
        height: 35vh;
    }
}

@media only screen and (max-width: 599px) {
    .sub-tit {
        padding: 0 15px 15px;
    }

    .sub-tit h2 {
        width: calc(100% - 30px);
        font-size: 65px;
    }
}



/*bread*/

.bread {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bread li {
    display: inline-block;
    font-weight: bold;
}

.bread li:not(:first-of-type):before {
    display: inline-block;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px;
}

.bread li a {
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .bread {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .bread {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



/*anchor*/

.anchor {
    margin-bottom: 80px;
}

.anchor li {
    width: 18%;
    border-radius: 10px;
    margin: 1%;
    overflow: hidden;
}

.anchor li a {
    display: block;
    color: #fff;
    background: #848484;
    padding: 20px 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .anchor {
        margin-bottom: 50px;
    }

    .anchor li {
        width: 31.333%;
    }
}

@media only screen and (max-width: 599px) {
    .anchor {
        margin-bottom: 30px;
    }

    .anchor li {
        width: 48%;
    }
}



/*pager*/

.pager {
    width: 100%;
}

.pager ul {
    text-align: center;
}

.pager li {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
}

.pager li.prev,
.pager li.next {
    color: #fff;
    font-size: 14px;
    background: #000;
}

.pager li.prev a:before,
.pager li.next a:before {
    display: block;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
}

.pager li.prev a:before {
    content: "\f053";
}

.pager li.next a:before {
    content: "\f054";
}

.pager li a {
    display: block;
}

@media only screen and (max-width: 599px) {
    .pager li {
        width: 35px;
        line-height: 35px;
        margin: 0 5px;
    }
}



/*column2*/

.custom-wrap .custom-main {
    width: calc(100% - 250px);
}

.custom-wrap .custom-side {
    width: 200px;
    margin-bottom: 100px;
}

.custom-wrap .pager {
    margin-bottom: 100px;
}

.side dl {
    width: 100%;
}

.side dl:not(:last-of-type) {
    margin-bottom: 100px;
}

.side dt {
    color: #fff;
    font-size: 20px;
    background: #000;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 5px;
    text-align: center;
}

.side dd {
    padding: 0 10px;
}

.side dd:not(:last-of-type) {
    margin-bottom: 10px;
}

.side dd a {
    display: block;
    padding-left: 20px;
    position: relative;
}

.side dd a:before {
    display: block;
    content: "●";
    color: #f5f5f5;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .custom-wrap .custom-main {
        width: 100%;
    }

    .custom-wrap .custom-side {
        width: 100%;
        margin-bottom: 80px;
    }

    .custom-wrap .pager {
        margin-bottom: 80px;
    }

    .side dl {
        width: 48%;
    }

    .side dl:not(:last-of-type) {
        margin-bottom: 0;
    }

    .custom-wrap .pager {
        margin-top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .custom-wrap .custom-side {
        margin-bottom: 50px;
    }

    .custom-wrap .pager {
        margin-bottom: 50px;
    }

    .side dl {
        width: 100%;
    }

    .side dl:not(:last-of-type) {
        margin-bottom: 50px;
    }
}



/*header*/

#spacer {
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

[data-element-id] #header {
    position: static;
}

#header .header-inn {
    width: 90%;
    max-width: 1500px;
    padding: 40px 0;
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#header.fixed .header-inn {
    padding: 20px 0;
}

#header .logo {
    width: 150px;
}

#header .logo a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    #header .header-inn {
        width: 92%;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 599px) {
    #header .header-inn {
        padding: 10px 0 !important;
    }

    #header .logo {
        width: 120px;
    }
}



/*gnav*/

#gnav {
    width: calc(100% - 200px);
}

#gnav ul {
    text-align: right;
}

#gnav li {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

#gnav li.barger-logo {
    display: none;
}

[data-element-id] #gnav li.barger-logo {
    display: inline-block;
    width: 200px;
    border: solid 2px;
}

[data-element-id] #gnav li.barger-logo:before {
    display: block;
    content: "モバイル用のロゴです";
    color: #fff;
    background: #000;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    #gnav {
        width: calc(100% - 130px);
    }
}



/*accordion*/

@media only screen and (max-width: 1024px) {
    #gnav .toggle {
        display: block;
        margin-left: auto;
        position: relative;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav .toggle .bar {
        display: block;
        background: #000;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav .toggle .bar:before,
    #gnav .toggle .bar:after {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    #gnav .toggle .bar:before {
        display: block;
        content: "";
        background: #000;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar:after {
        display: block;
        content: "";
        background: #000;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar:after,
    #gnav.action .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .barger-body {
        position: fixed !important;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: #ededed;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
        z-index: 250;
    }

    #gnav.action .barger-body {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    #gnav .barger-inner {
        width: 100%;
        padding: 80px 15px 150px 15px;
    }

    .overlay {
        display: none;
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .overlay.action {
        display: block;
        opacity: 0.6;
    }

    #gnav .barger-body li {
        display: block;
        font-size: 16px;
        margin: 0;
        margin-bottom: 15px;
        text-align: left;
    }

    #gnav .barger-body li.barger-logo {
        display: block;
        width: 65%;
        max-width: 200px;
        margin: auto;
        margin-bottom: 30px;
    }
}



/*footer*/

#footer .top {
    margin-bottom: 100px;
}

#footer .top .footinfo {
    margin-bottom: 80px;
}

#footer .top .col {
    background: #fff;
    border-radius: 20px;
    padding: 4%;
}

#footer .top .left {
    width: 50%;
    border-right: solid 1px #cecece;
    padding-right: 3%;
}

#footer .top .left .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

#footer .top .left .add {
    margin-bottom: 20px;
}

#footer .top .right {
    width: 47%;
}

#footer .top .right .map {
    height: 100%;
    border-radius: 20px;
}

#footer .top .footlink li {
    width: 31.333%;
    margin: 0 1%;
}

#footer .top .footlink li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
}

#footer .top .footlink li a span {
    display: block;
}

#footer .top .footlink li a .ja {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#footer .top .footlink li a .en {
    color: #989898;
}

#footer .center .bg {
    background: #f5f5f5;
}

#footer .center .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#footer .center li {
    width: 50%;
    position: relative;
}

#footer .center li:nth-of-type(2n+1) {
    border-right: solid 2px #fff;
}

#footer .center li:nth-of-type(2n+1):before {
    display: block;
    content: "";
    border-bottom: solid 2px #fff;
    width: 1500%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#footer .center li a {
    display: block;
    padding: 40px;
    position: relative;
}

#footer .center li a:before {
    display: block;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .center li a span {
    display: block;
}

#footer .center li a .ja {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#footer .center li a .en {
    color: #989898;
}

#footer .bottom {
    background: #fff;
    padding: 30px 0;
    position: relative;
}

#footer .bottom .logo {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: calc(50% - 500px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .bottom .logo a {
    display: block;
}

#footer .bottom .footnav {
    text-align: center;
}

#footer .bottom .footnav dt {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#footer .bottom .footnav dd {
    display: inline-block;
    font-weight: bold;
    margin: 0 10px 10px;
}

#footer .bottom .copy {
    color: #989898;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #footer .top {
        margin-bottom: 80px;
    }

    #footer .top .footinfo {
        margin-bottom: 50px;
    }

    #footer .top .left {
        width: 100%;
        border: none;
        border-bottom: solid 1px #cecece;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #footer .top .left .tit {
        font-size: 24px;
    }

    #footer .top .right {
        width: 100%;
    }

    #footer .top .footlink li a .ja {
        font-size: 16px;
    }

    #footer .top .footlink li a .en {
        font-size: 14px;
    }

    #footer .center .tit {
        font-size: 24px;
    }

    #footer .center li a {
        padding: 20px 10px;
    }

    #footer .center li a .ja {
        font-size: 18px;
    }

    #footer .bottom .logo {
        max-width: 200px;
        margin: 0 auto 30px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 599px) {
    #footer .top {
        margin-bottom: 50px;
    }

    #footer .top .footinfo {
        margin-bottom: 30px;
    }

    #footer .top .footlink li {
        width: 100%;
        margin-top: 20px;
    }

    #footer .center li {
        width: 100%;
    }

    #footer .center li:before {
        display: block;
        content: "";
        border-bottom: solid 2px #fff;
        width: 1500%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #footer .center li:nth-of-type(2n+1) {
        border-right: none;
    }
}



/*01_index*/

[data-element-id] [class*="-slider"] .item {
    display: inline-block;
    width: 19%;
}

[data-element-id] [class*="-slider"] .item:nth-of-type(n+6) {
    display: none;
}

.index-wrap .slick-slider {
    padding: 0;
}



/*maing*/

.mainimg {
    background: #fff;
    padding: 0 40px 40px;
    position: relative;
}

.mainimg h2 {
    color: #b9bdc8;
    font-size: 120px;
    font-family: 'Caveat', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    position: absolute !important;
    top: 50%;
    right: calc(40px + 10%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.mainimg .img {
    height: 80vh;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
}

.mainimg .uk-slidenav-position {
    width: 100%;
    height: 100% !important;
}

.mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
}

.mainimg .uk-slideshow li {
    width: 100%;
    height: 100% !important;
}

.mainimg .uk-slideshow li > div {
    width: 100%;
    height: 100% !important;
}

.typewriter span {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
}

.typewriter .fadein {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .mainimg {
        padding: 0 25px 25px;
    }

    .mainimg .img {
        height: 40vh;
    }

    .mainimg h2 {
        font-size: 80px;
        right: calc(30px + 10%);
    }
}

@media only screen and (max-width: 599px) {
    .mainimg {
        padding: 0 15px 15px;
    }

    .mainimg .img {
        height: 35vh;
    }

    .mainimg h2 {
        font-size: 60px;
        right: calc(20px + 10%);
    }
}



/*top-news*/

.top-news {
    margin-top: -150px;
    position: relative;
}

.top-news .titbox {
    margin-bottom: 20px;
}

.top-news h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
}

.top-news .news-list {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.top-news .news-list .item {
    border-bottom: none;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .top-news {
        margin-top: 50px;
    }

    .top-news h3 {
        color: #000;
        font-size: 24px;
    }

    .top-news .btn-type2 a {
        color: #000;
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .top-news {
        margin-top: 30px;
    }

    .top-news h3 {
        width: 100%;
    }

    .top-news .btn-type2 {
        margin-left: auto;
    }
}



/*top-concept*/

.top-concept .box {
    padding: 4%;
    position: relative;
}

.top-concept .box .inner1200 {
    position: relative;
    z-index: 1;
}

.top-concept .box .bgimg {
    background: #555;
}

.top-concept .box .bgimg img {
    opacity: 0.6;
}

.top-concept .box dl {
    display: inline-block;
    width: 45%;
    color: #fff;
    margin: 0 2%;
    margin-bottom: 20px;
    vertical-align: top;
}

.top-concept .box dl:nth-of-type(2n) {
    margin-top: 80px;
}

.top-concept .box dt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .top-concept .box dl:nth-of-type(2n) {
        margin-top: 50px;
    }

    .top-concept .box dt {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .top-concept .box dl {
        width: 100%;
        margin-top: 20px;
    }

    .top-concept .box dl:nth-of-type(2n) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top-concept .box dl:last-of-type {
        margin-bottom: 0;
    }

    .top-concept .box dt {
        font-size: 18px;
    }
}



/*top-gallery*/

.gallery-slider .slick-next {
    left: auto;
    right: 0;
}

.gallery-slider .slick-slide .item {
    width: 350px !important;
    padding-right: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .gallery-slider .slick-slide .item {
        width: 270px !important;
    }
}

@media only screen and (max-width: 599px) {
    .gallery-slider .slick-slide .item {
        width: 220px !important;
    }
}



/*top-staff*/

.staff-slider .slick-next {
    left: auto;
    right: 0;
}

.staff-slider .slick-slide .item {
    width: 250px !important;
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .staff-slider .slick-slide .item {
        width: 270px !important;
    }
}

@media only screen and (max-width: 599px) {
    .staff-slider .slick-slide .item {
        width: 220px !important;
    }
}



/*top-blog*/

.blog-slider .slick-next {
    left: auto;
    right: 0;
}

.blog-slider .slick-slide .item {
    width: 350px !important;
    padding-right: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .top-blog .blog-list .item {
        width: 270px !important;
    }
}

@media only screen and (max-width: 599px) {
    .blog-slider .slick-slide .item {
        width: 220px !important;
    }
}



/*02_information*/

.information1 .col {
    margin-bottom: 100px;
}

.information1 .left .bigimg {
    margin-bottom: 20px;
}

.information1 .right .tbox-inn1 {
    margin-bottom: 80px;
}

.information1 .right .tbox-inn2 dl:not(:last-of-type) {
    margin-bottom: 40px;
}

.information1 .right .tbox-inn2 dt {
    width: 110px;
    font-weight: bold;
}

.information1 .right .tbox-inn2 dd {
    width: calc(100% - 110px);
}

.information2 .attention1 {
    margin-bottom: 80px;
}

.information2 .box1 {
    margin-bottom: 100px;
}

.information2 .box1 .tab-btn ul {
    text-align: center;
}

.information2 .box1 .tab-btn li {
    width: 18%;
    max-width: 170px;
    font-size: 18px;
    font-weight: bold;
    background: #848484;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 12px 10px;
    margin: 0 1%;
    text-align: center;
    cursor: pointer;
}

.information2 .box1 .tab-btn li.active {
    background: #fff;
    padding: 18px 10px;
}

.information2 .box1 .tab-btn li:hover {
    opacity: 0.6;
}

.information2 .box1 .tab-body {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.information2 .box1 .tab-body-inn {
    display: none;
}

[data-element-id] .information2 .box1 .tab-body-inn {
    display: block;
    border: solid 2px;
    margin-bottom: 20px;
}

[data-element-id] .information2 .box1 .tab-body-inn:before {
    display: block;
    content: "タブの中身";
    color: #fff;
    background: #333;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.information2 .box1 .tab-body-inn.active {
    display: block;
}

.information2 .box1 dl {
    margin-bottom: 80px;
}

.information2 .box1 dt {
    font-weight: bold;
    border-bottom: solid 1px #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.information2 .box1 dt .tit {
    width: calc(100% - 120px);
}

.information2 .box1 dt .pri {
    width: 120px;
    text-align: right;
}

.information2 .box2 .item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.information2 .box2 .right dt {
    margin-bottom: 10px;
}

.information2 .box2 .right dt span {
    display: block;
}

.information2 .box2 .right dt .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.information2 .box2 .right dt .pri {
    color: #989898;
    font-size: 20px;
    text-align: right;
}

.information2 .box2 .right dd {
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .information1 .col {
        margin-bottom: 80px;
    }

    .information1 .right .tbox-inn1 {
        margin-bottom: 50px;
    }

    .information1 .right .tbox-inn2 dl:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .information1 .right .tbox-inn2 dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .information1 .right .tbox-inn2 dd {
        width: 100%;
    }

    .information2 .attention1 {
        margin-bottom: 50px;
    }

    .information2 .box1 {
        margin-bottom: 80px;
    }

    .information2 .box1 .tab-btn {
        margin-bottom: 20px;
    }

    .information2 .box1 .tab-btn li {
        width: 31.333%;
        border-radius: 10px;
        padding: 12px 10px !important;
        margin: 1%;
    }

    .information2 .box1 .tab-body {
        padding: 25px;
    }

    .information2 .box1 dl {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .information1 .col {
        margin-bottom: 50px;
    }

    .information1 .right .tbox-inn1 {
        margin-bottom: 30px;
    }

    .information2 .attention1 {
        margin-bottom: 30px;
    }

    .information2 .box1 {
        margin-bottom: 50px;
    }

    .information2 .box1 .tab-btn li {
        width: 48%;
        font-size: 16px;
    }

    .information2 .box1 .tab-body {
        padding: 15px;
    }

    .information2 .box1 dl {
        margin-bottom: 30px;
    }

    .information2 .box1 dt .tit {
        width: 100%;
        margin-bottom: 5px;
    }

    .information2 .box1 dt .pri {
        width: 100%;
    }
}



/*03_staff*/

.staff-list .item {
    padding-bottom: 60px;
    margin-bottom: 100px;
    position: relative;
}

.staff-list .item .img {
    border-radius: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.staff-list .item .pos {
    font-size: 14px;
    color: #848484;
    margin-bottom: 10px;
}

.staff-list .item .name {
    margin-bottom: 15px;
}

.staff-list .item .name .ja {
    display: block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.staff-list .item .name .en {
    display: block;
    font-size: 12px;
    color: #848484;
    text-align: right;
}

.staff-list .item .btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .staff-list .item {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .staff-list .item {
        margin-bottom: 50px;
    }
}



/*99_staff_detail*/

.staff-single .left .img {
    margin-bottom: 30px;
}

.staff-single .left .name {
    margin-bottom: 20px;
}

.staff-single .left .name .en {
    display: block;
    color: #848484;
    font-size: 18px;
}

.staff-single .left .name .ja {
    display: block;
    font-size: 38px;
    font-weight: bold;
}

.staff-single .left .sns li {
    display: inline-block;
    margin-right: 10px;
}

.staff-single .left .sns li a {
    display: block;
    width: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    background: #000;
    border-radius: 100%;
    text-align: center;
}

.staff-single .left .sns li a:before {
    display: block;
    content: "";
    font-family: "font awesome 5 brands";
    font-weight: bold;
}

.staff-single .left .sns li.twitter a:before {
    content: "\f099";
}

.staff-single .left .sns li.facebook a:before {
    content: "\f39e";
}

.staff-single .left .sns li.instagram a:before {
    content: "\f16d";
}

.staff-single .right .info1 {
    margin-bottom: 50px;
}

.staff-single .right .info1 .tit {
    background: #f5f5f5;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.staff-single .right .info2 .tit {
    background: #f5f5f5;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.staff-single .right .info2 .txt {
    border-bottom: solid 1px #cecece;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

.staff-single .right .info2 .txt dt {
    width: 80px;
    font-weight: bold;
}

.staff-single .right .info2 .txt dd {
    width: calc(100% - 80px);
}

.staff-single .reserve {
    margin-top: 80px;
    text-align: center;
}

.staff-single .reserve a {
    display: inline-block;
    width: 100%;
    max-width: 430px;
    font-size: 20px;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 10px;
}

.recommend .style-list {
    padding: 0;
}

.recommend .blog-list {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .staff-single .left .name .ja {
        font-size: 32px;
    }

    .staff-single .left .sns li a {
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .staff-single .right .info1 {
        margin-bottom: 30px;
    }

    .staff-single .right .info2 .txt dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .staff-single .right .info2 .txt dd {
        width: 100%;
    }

    .staff-single .reserve {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .staff-single .left .name .en {
        font-size: 16px;
        text-align: center;
    }

    .staff-single .left .name .ja {
        font-size: 26px;
        text-align: center;
    }

    .staff-single .left .sns {
        text-align: center;
    }

    .staff-single .left .sns li {
        margin: 0 5px;
    }

    .staff-single .reserve {
        margin-top: 30px;
    }
}



/*04_style*/

.style-list .item {
    margin-bottom: 100px;
}

.style-list .item .img {
    margin-bottom: 15px;
}

.style-list .item .tit {
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .style-list .item {
        margin-bottom: 80px;
    }

    .style-list .item .tit {
        font-size: 14px;
        text-align: left;
    }
}

@media only screen and (max-width: 599px) {
    .style-list .item {
        margin-bottom: 50px;
    }

    .style-list .item .tit {
        font-size: 12px;
    }
}



/*99_style_detail*/

.style-single .right .titbox {
    margin-bottom: 80px;
}

.style-single .right .titbox .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.style-single .right .menubox {
    margin-bottom: 80px;
}

.style-single .right .menubox dl {
    margin-bottom: 20px;
}

.style-single .right .menubox dt {
    width: 180px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #848484;
    border-radius: 30px;
    padding: 5px;
    text-align: center;
}

.style-single .right .menubox dd {
    width: calc(100% - 200px);
    font-weight: bold;
}

.style-single .right .typebox dl {
    border-bottom: solid 1px #cecece;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.style-single .right .typebox dt {
    width: 120px;
    font-weight: bold;
}

.style-single .right .typebox dd {
    width: calc(100% - 120px);
}

.style-single .right .typebox dd li {
    width: 20%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    position: relative;
}

.style-single .right .typebox dd li:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #848484;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.style-single .right .typebox dd li:after {
    display: none;
    content: "";
    width: 15px;
    height: 15px;
    background: #848484;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.style-single .right .typebox dd ul[class*="少ない"] li.少ない:after,
.style-single .right .typebox dd ul[class*="普通"] li.普通:after,
.style-single .right .typebox dd ul[class*="多い"] li.多い:after,
.style-single .right .typebox dd ul[class*="柔らかい"] li.柔らかい:after,
.style-single .right .typebox dd ul[class*="硬い"] li.硬い:after,
.style-single .right .typebox dd ul[class*="細い"] li.細い:after,
.style-single .right .typebox dd ul[class*="太い"] li.太い:after,
.style-single .right .typebox dd ul[class*="丸顔"] li.丸顔:after,
.style-single .right .typebox dd ul[class*="卵型"] li.卵型:after,
.style-single .right .typebox dd ul[class*="面長"] li.面長:after,
.style-single .right .typebox dd ul[class*="三角形"] li.三角形:after,
.style-single .right .typebox dd ul[class*="四角"] li.四角:after,
.style-single .right .typebox dd ul[class*="なし"] li.なし:after,
.style-single .right .typebox dd ul[class*="ややあり"] li.ややあり:after,
.style-single .right .typebox dd ul[class*="強い"] li.強い:after {
    display: block;
}

.recommend .staff-list .item {
    padding-bottom: 0;
}

.recommend .staff-list .item .img {
    margin-bottom: 0;
}

.recommend .staff-list .item .btn {
    max-width: 250px;
    margin-top: 30px;
    position: static;
}

@media only screen and (max-width: 1024px) {
    .style-single .right .titbox {
        margin-bottom: 50px;
    }

    .style-single .right .titbox .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .style-single .right .menubox {
        margin-bottom: 50px;
    }

    .style-single .right .menubox dt {
        width: 130px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .style-single .right .menubox dd {
        width: 100%;
    }

    .style-single .right .typebox dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .style-single .right .typebox dd {
        width: 100%;
    }

    .style-single .right .typebox dd li {
        width: 33.333%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .recommend .staff-list .item .btn {
        width: 48%;
        font-size: 14px;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media only screen and (max-width: 599px) {
    .style-single .right .titbox {
        margin-bottom: 30px;
    }

    .style-single .right .titbox .tit {
        font-size: 20px;
    }

    .style-single .right .menubox {
        margin-bottom: 30px;
    }

    .style-single .right .menubox dt {
        width: 100%;
    }
}



/*05_blog*/

.blog-list .item {
    margin-bottom: 100px;
}

.blog-list .item .img {
    margin-bottom: 15px;
}

.blog-list .item .cate {
    margin-bottom: 10px;
}

.blog-list .item .cate-inn {
    display: inline-block;
    color: #fff;
    background: #848484;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
}

.blog-list .item .tit {
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list .item .date {
    color: #4d4d4d;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .blog-list .item {
        margin-bottom: 80px;
    }

    .blog-list .item .cate {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .blog-list .item {
        margin-bottom: 50px;
    }

    .blog-wrap .blog-list .item .cate {
        height: auto !important;
    }
}




/*99_blog_detail*/

.blog-single .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.blog-single .info {
    margin-bottom: 20px;
}

.blog-single .info dt span {
    display: inline-block;
    color: #fff;
    background: #848484;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-single .info dd {
    color: #4d4d4d;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .blog-single .tit {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .blog-single .tit {
        font-size: 20px;
    }
}



/*06_news*/

.news-list {
    margin-bottom: 100px;
}

.news-list .item {
    border-bottom: solid 1px #7f7f7f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-list .item:last-of-type {
    margin-bottom: 0;
}

.news-list .item .date {
    width: 100px;
    color: #4d4d4d;
}

.news-list .item .cate {
    width: 180px;
    margin-right: 20px;
}

.news-list .item .cate-inn {
    display: block;
    color: #fff;
    background: #848484;
    border-radius: 10px;
    padding: 0 10px;
    margin: 4px 0;
    text-align: center;
}

.news-list .item .tit {
    width: calc(100% - 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .pager {
    margin-top: 100px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .news-list {
        margin-bottom: 80px;
    }

    .news-list .item .cate {
        width: calc(100% - 100px);
        margin-right: 0;
    }

    .news-list .item .cate-inn {
        display: inline-block;
        margin: 5px 5px 5px 0;
    }

    .news-list .item .tit {
        width: 100%;
    }
    
    .news-list .pager {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .news-list {
        margin-bottom: 50px;
    }

    .news-list .item .cate {
        width: 100%;
        margin-top: 5px;
        margin-right: 0;
    }

    .news-list .item .cate-inn {
        margin: 0 5px 5px 0;
    }
    
    .news-list .pager {
        margin-top: 50px;
    }
}



/*detail*/

.detail .single {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .detail .single {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .detail .single {
        margin-bottom: 50px;
    }
}
