@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@font-face {
    font-family: "katyou";
    src: url(/upload/tenant_1/5bdbeb935c8b70d022172980102f8e14.eot);
    src: url(/upload/tenant_1/5bdbeb935c8b70d022172980102f8e14.eot) format("embedded-opentype"),
        url(/upload/tenant_1/c949b009dbd900494ad01ac01c2f2cfe.woff) format("woff"),
        url(/upload/tenant_1/535021af807486b6d984ba3b7ba9c7c7.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.pic-mv-text01 ul li .text .pic-text {
    font-weight: bold;
    font-size: 120%;
    color: #ff9800;
}

/*  common  */
html {
    line-height: 1.8;
    background-color: white;
}
.index {
    line-height: 1.6;
}

.color__01__text {
    color: #ef8202;
}

.tel-item__colored {
    padding: 10px;
    background-color: #dadada;
}

.tel {
    font-size: 24px;
}

.tel .s {
    font-size: 14px;
}

.sp-only,
.nav-logo {
    display: none;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 250px !important;
    max-height: 150px;
}

.bgc__white {
    background-color: white;
}

.bgc__gray {
    background-color: #f2f4f3;
}

.bgc__gray__light {
    background-color: #f8f9f8;
}

.bgc__stripe {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #f8f9f8 20px, #f8f9f8 40px);
    background-size: auto auto;
    background-color: white;
}

.border__color__01 {
    border: 2px solid #ef8202;
}

.border__color__01__top {
    border-top: 2px solid #ef8202;
}

.border__color__01__bottom {
    border-bottom: 2px solid #ef8202;
}

.border__color__01__left {
    border-left: 2px solid #ef8202;
}

.border__color__01__right {
    border-right: 2px solid #ef8202;
}

.border__gray {
    border: 1px solid #dadada;
}

.border__gray__top {
    border-top: 1px solid #dadada;
}

.border__gray__bottom {
    border-bottom: 1px solid #dadada;
}

.border__orange__bottom {
    border-bottom: 1px solid #ef8202;
}

.border__gray__left {
    border-left: 1px solid #dadada;
}

.border__gray__right {
    border-right: 1px solid #dadada;
}

.fade__cont {
    position: relative;
    z-index: 2;
}

.fade__left {
    position: relative;
}

.fade__left::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.map::after {
    padding-top: 25%;
}

.tube {
    position: relative;
}


.tube iframe {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tube:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}


@media (max-width: 1024px) {
    .tel {
        font-size: 20px;
    }

    .sp-only,
    .nav-logo {
        display: block;
    }
    .map::after {
      padding-top: 45%;
    }
}

@media (max-width: 599px) {
    .tel {
        font-size: 18px;
    }

    .map::after {
        padding-top: 70%;
    }
}

/* パンくず */
.pnav {
    padding: 30px 0 35px 0;
}

.pnav li {
    display: inline-block !important;
}

.pnav li+li:before {
    content: url(/upload/tenant_1/73c88ee396599c497708d72b00ced267.png);
    display: inline-block !important;
    margin: 0 0.5em;
}

/*  icon  */
[class*="icon"] {
    width: 45px;
    height: 45px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
}

[class*="icon"] img {
    width: auto;
    height: 100%;
}

@media (max-width: 1024px) {
    [class*="icon"] {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
}

@media (max-width:599px) {
    [class*="icon"] {
        width: 30px;
        height: 30px;
    }
}

/*  title  */
.title__01 {
    width: 100%;
    margin-bottom: 50px;
    font-size: 28px;
}

.title__01 .ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.title__01 .en {
    display: block;
    font-size: 16px;
    text-align: center;
}

.title__01.sejutu {
    font-size: 32px;
}

.title__02 {
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center;
}

.title__02::after {
    content: "";
    width: 172px;
    height: 11px;
    display: block;
    margin: 10px auto;
    background-image: url(/import/tenant_1/160.16.130.159/html/images/common/title-bar.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.title__03 {
    margin-bottom: 40px;
    /* padding-top: 70px; */
    padding-bottom: 24px;
    font-size: 28px;
    text-align: center;
    background: url(/import/tenant_1/160.16.130.159/html/images/common/title-bar.png) center bottom no-repeat;
}

.title__03 .en {
    display: block;
    font-size: 16px;
    line-height: 120%;
}



.area_01 .title-block {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
}

.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 50px;
    padding: 5px 0;
}

.title-block [class*="title"] {
    margin-bottom: 0;
}

.title-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    font-size: 36px;
}

@media (max-width: 1024px) {
    .title__01 {
        margin-bottom: 30px;
        font-size: 22.4px;
    }
    .title__01.sejutu {
        font-size: 22.4px;
    }

    .title__02 {
        margin-bottom: 30px;
        font-size: 22.4px;
    }

    .title__02::after {
        width: 120px;
        height: 9px;
        margin: 5px auto;
    }

    .title__03 {
        font-size: 22.4px;
    }

    .title__03 .en {
        font-size: 12px;
    }

    .title-block {
        margin-bottom: 30px;
    }

    .title-block__title {
        font-size: 28.8px;
    }
}

/*  list  */
.top .list__check li {
    font-size: 24px;
}
.top .list__check li:nth-child(1) {
    padding-bottom: 10px;
}

.list__check li {
    padding: 5px 0 25px 50px;
    font-size: 18px;
    line-height: 1;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
    position: relative;
}

.list__check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-size: 30px;
    color: #ef8202;
    line-height: 1;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 20px 5px;
}

.list__border.__top {
    border-top: 1px solid #dadada;
}

.list__border.__bottom {
    border-bottom: 1px solid #dadada;
}

.list__border dt {
    width: 20%;
    font-weight: bold;
}

.list__border dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list__staff dt {
    font-size: 18px;
    width: 100%;
}

.list__staff dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list__staff dd .ja {
    font-size: 28px;
}

.list__staff dd .en {
    font-size: 18px;
}

.list__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.list__dot dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list__dot dt::after {
    content: "…";
    display: inline-block;
    margin: 0 5px;
}

.list__dot dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list__faq__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}

.list__faq__q__heading {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
    font-weight: normal;
    color: #ef8202;
    letter-spacing: 2px;
}

.list__faq__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
}

.list__faq__a__heading {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: white;
    background-color: #ef8202;
    position: relative;
}

.list__faq__a__heading::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #dadada;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.list__faq__a .text {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 30px;
    margin-left: 50px;
    padding: 30px;
    border: 1px solid #dadada;
    background-color: white;
    position: relative;
    z-index: 1;
}

.list__voice li .list-inner {
    padding: 10px;
    border: 1px solid black;
}

.list__border.list__trainer dd {
    margin-left: 0;
}

@media (max-width:1024px) {
    .list__staff dd .ja {
        font-size: 22.4px;
    }

    .list__staff dd .en {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .top .list__check li {
        font-size: 18px;
    }

    .list__border {
        padding: 15px 5px;
    }

    .list__border dt {
        width: 100%;
    }

    .list__border dd {
        margin-left: 0;
    }

    .list__faq__a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        margin-left: 10px;
    }

    .list__faq__a__heading {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }

    .list__faq__a__heading::after {
        width: 2px;
        height: 50%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        bottom: -50%;
        left: 0;
    }

    .list__faq__a .text {
        width: 95%;
        margin-top: 10px;
        margin-left: 5%;
        padding: 20px 10px;
    }
    .list__voice > li:last-child {
        display: none;
    }
}

/*  button  */
.btn-position {
    position: relative;
}

.btn-position .btn-top-left {
    -webkit-transform: translate(-25%, -20%);
    transform: translate(-25%, -20%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn__top20 {
    margin-top: 20px;
}

.btn__top30 {
    margin-top: 30px;
}

.btn__top50 {
    margin-top: 50px;
}

.btn__center {
    margin-left: auto;
    margin-right: auto;
}

.btn__left {
    margin-right: auto;
}

.btn__right {
    margin-left: auto;
}

.btn__circle {
    width: 120px;
    height: 120px;
    position: relative;
}

.btn__circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.btn__circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[data-element-id].btn__circle__inner {
    position: absolute!important;
}

.btn__circle__inner a,
.btn__circle__inner button,
.btn__circle__inner span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-size: 13px;
    color: #ef8202;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #ef8202;
    border-radius: 100%;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.btn__circle__inner span {
    cursor: auto;
}

.btn__circle__inner a:hover,
.btn__circle__inner button:hover {
    color: white;
    background-color: #ef8202;
    opacity: 1;
}

.btn__circle__medium {
    width: 90px;
    height: 90px;
}

.btn__circle__medium a.button {
    font-size: 14px;
}

.btn__circle__small {
    width: 65px;
    height: 65px;
}

.btn__circle__small a.button {
    font-size: 12px;
}

.btn__square {
    width: 220px;
    max-width: 90%;
    height: 45px;
}

.btn__square a,
.btn__square button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    color: white;
    border: 1px solid #f29d40;
    background-color: rgba(239, 130, 2, 0.8);
    position: relative;
}

.btn__square a::after,
.btn__square button::after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.btn__square a:hover,
.btn__square button:hover {
    color: #ef8202;
    background-color: white;
    opacity: 1;
}

.btn__square.__back a::after,
.btn__square.__back button::after {
    content: "\f104";
    left: 5px;
    right: auto;
}

.btn__square.__recruit {
    width: 48%;
    height: auto;
}

.btn__square.__recruit a {
    padding: 30px 0;
    font-size: 18px;
    text-align: center;
}

.btn-flex-list5 {
    width: 18%;
    margin: 0 1%;
}

.btn-flex-list a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    color: white;
    border: 1px solid #f29d40;
    background-color: rgba(239, 130, 2, 0.8);
    position: relative;
}

.btn-flex-list a:after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.btn__square.__list_sub_btn {
    width: 140px;
    height: auto;
    margin-top: 10px;
    margin-left: 244px;
}

.btn__square.__list_sub_btn a {
    font-size: 12px;
    text-shadow: none;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #fff;
    color: #f29d40;
}

.btn__square.__list_sub_btn a:hover {
    color: white;
    background-color: rgba(239, 130, 2, 0.8);
}


@media (max-width: 1024px) {
    .btn-position .btn-top-left {
        -webkit-transform: translate(-15%, -10%);
        transform: translate(-15%, -10%);
    }

    .btn__circle {
        width: 90px;
        height: 90px;
    }

    .btn__circle__inner a,
    .btn__circle__inner button {
        font-size: 12px;
    }

    .btn__circle__medium {
        width: 60px;
        height: 60px;
    }

    .btn__square.__recruit a {
        padding: 20px 0;
        font-size: 16px;
    }

    .btn-flex-list5 {
        width: 48%;
        margin: 2% auto;
    }
    .btn__square.__list_sub_btn {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .btn-position .btn-top-left {
        -webkit-transform: translate(-7%, -23%);
        transform: translate(-7%, -23%);
    }

    .bg-img__cont .btn__left {
        margin-left: auto;
        margin-right: auto;
    }

    .btn__square.__recruit {
        width: 100%;
        height: auto;
    }
    .btn__square.__list_sub_btn {
        display: flex;
        margin-top: 10px;
        margin-right: 0;
        margin-left: auto;
        width: 130px;
    }
    .index .list__check li:nth-of-type(1)::before {
        top: 0px;
    }
}

/*  header  */



.index .common {
    background: #fcead5;
}

.index header {
    border-radius: 0 0 30px 30px;
    background: #fff;
}

.h1-01 {
    width: 100%;
    height: auto;
    padding: 5px;
    padding-bottom: 0;
    font-size: 12px;
    color: #9b9b9b;
    text-indent: inherit;
    background: #fff;
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.header__item__inner+.header__item__inner {
    margin-left: 30px;
}

.header__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.header__item__inner__block .address {
    font-size: 14px;
    color: #f8b832;
    letter-spacing: -0.5px;
}

.header__item__inner .tel-item {
    margin-top: 10px;
}

.header__item__inner__block+.header__item__inner__block {
    font-weight: 600;
    font-size: 24px;
}

.header__item__inner__block+.header__item__inner__block a {
    font-size: 35px;
    color: #ef8202;
}

.header__item__inner__block+.header__item__inner__block a .s {
    font-size: 20px;
}

.header__item__inner .icon i {
    font-size: 36px;
    color: #ef8202;
}

header .kotei.fixed {
    position: fixed;
    right: 70px;
    bottom: 10px;
    z-index: 200;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    background: rgba(255, 255, 255, .5);
}

header[data-element-id] .kotei.fixed {
    position: absolute;
    bottom: -80px;
}

header .kotei {
    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;
}

header .kotei .txt {
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
}

header .kotei .txtin {
    display: block;
}
.tel_cmn01 a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
}

.tel_cmn01.-large a {
    font-size: 28px;
}

.tel_cmn01 a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/upload/tenant_1/18ab0a571f89dc841f35f50a16944db8.png) no-repeat center;
    background-size: contain;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




@media (max-width: 1024px) {
    header {
        padding-bottom: 0 !important;
    }

    .header__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* .header__item__inner {
        margin: 10px 0 0 0;
    } */

    .header__item__inner+.header__item__inner {
        margin-left: 0;
    }

    .header__item .tel-item {
        margin-top: 5px;
    }
}


@media (max-width:599px) {
    .h1-01 {
        padding-right: 40px;
    }

    header .logo img {
        max-width: 130px !important;
        max-height: 150px;
    }

    .header__item {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        padding-bottom: 10px;
    }

    .header__item__inner {
        width: 130px;
        display: block;
    }

    .header__item__inner+.header__item__inner {
        width: calc(100% - 150px);
    }

    .header__item__inner__block+.header__item__inner__block {
        display: none;
    }
    .header__item__inner__block .address {
      font-size: 12px;
    }

    .header__item__inner .icon i {
        font-size: 30px;
        color: #fff;
    }

    nav .header__item__inner {
        width: auto;
    }
    
    header .kotei.fixed {
      display: none;
    }
    
}

/*  nav  */
nav {
    padding: 15px 10px;
}

.index .common nav {
    display: none;
}

.index nav {
/*     -webkit-transform: rotate(-5deg);
transform: rotate(-5deg); */
    padding: 15px 0px;
}

nav.fixed,
.index .common nav.fixed {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 -1px 8px -2px black;
    box-shadow: 0 -1px 8px -2px black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index .nav-list {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -5rem;
}

.nav-list .nav-img {
    display: none;
}

.index .nav-list a {
    display: block;
}

.index .nav-list .nav-text {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: -50px;
    right: 0;
    z-index: 1;
    font-weight: bold;
}

.fixed .nav-list .nav-text {
    position: static;
}

.index .nav-list .nav-img {
    width: 170px;
    display: block;
}

/* 
.nav-list>li {
    padding: 5px 0;
} */

.index .nav-list>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* padding-left: 15px; */
    padding-left: 10px;
    /* padding-right: 30px; */
    padding-right: 10px;
    color: #ef8202;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.nav-list>li a {
    font-size: 16px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.index .nav-list>li a {
    font-size: 14px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li .dropdown-btn {
    display: block;
    font-size: 14px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li .dropdown-btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.index .fixed .dropmenu .dropdown ul {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dropmenu .dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.index .nav-list>li:nth-of-type(1) {
    -webkit-transform: rotate(350deg) translateX(-50px);
    transform: rotate(325deg) translate(-126px, -43px);
}

.index .nav-list>li:nth-of-type(2) {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-30deg) translate(-69px, -22px);
}

.index .nav-list>li:nth-of-type(4) {
    -webkit-transform: rotate(0deg) translateX(10px);
    transform: rotate(-24deg) translate(-27px, -11px);
}

.index .nav-list>li:nth-of-type(5) {
    -webkit-transform: rotate(5deg) translate(20px, 0px);
    transform: rotate(-10deg) translate(8px, 0px);
}

.index .nav-list>li:nth-of-type(6) {
    -webkit-transform: rotate(10deg) translate(10px, 0px);
    transform: rotate(0deg) translate(30px, 0px);
}

.index .nav-list>li:nth-of-type(7) {
    -webkit-transform: rotate(20deg) translate(-10px, 5px);
    transform: rotate(9deg) translate(28px, 3px);
}

.index .nav-list>li:nth-of-type(8) {
    -webkit-transform: rotate(25deg) translate(-40px, 25px);
    transform: rotate(13deg) translate(22px, 4px);
}

.index .nav-list>li:nth-of-type(9){
  transform: rotate(19deg) translate(5px, 9px);
}

.index .nav-list>li:nth-of-type(10){
  transform: rotate(32deg) translate(-32px, 30px);
}




.nav-list>li+li {
    padding-left: 30px;
    position: relative;
}

.nav-list>li+li::before {
    width: 30px;
    display: inline-block;
    margin: auto;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.dropmenu .dropdown {
    position: relative;
}

.dropmenu .dropdown::after {
    content: "";
    width: 280px;
    height: 30px;
    border: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: 2;
}

.index .dropmenu .dropdown::after {
    width: 200px;
    height: 100%;
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg);
    top: 0;
    left: -50%;
    right: auto;
}

.index .fixed .dropmenu .dropdown::after {
    width: 280px;
    height: 30px;
    -webkit-transform: unset;
    transform: unset;
    top: 30px;
}

.dropmenu .dropdown ul {
    width: 280px;
    height: auto;
    margin: 23px auto 0 auto;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #ef8202;
    -webkit-box-shadow: 3px 3px 10px -7px black;
    box-shadow: 3px 3px 10px -7px black;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    pointer-events: none;
}

.dropmenu .dropdown ul::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #ef8202 transparent;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

.dropmenu .dropdown ul li+li {
    border-top: 1px solid white;
}

.dropmenu .dropdown ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 0;
}

.dropmenu .dropdown ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    color: white;
}

@media (min-width:1025px) {
    .index .dropmenu .dropdown ul {
        top: 0;
        left: -60%;
    }

    .index .dropmenu .dropdown ul::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 30%;
        left: unset;
        right: -10px;
    }
    
    .index .fixed .dropmenu .dropdown ul::before {
        top: -7px;
        left: 0;
        right: 0;
        -webkit-transform: unset;
        transform: unset;
    }
}

@media (max-width: 1024px) {
    .index .home-slide01 .inner1200 nav {
        display: none;
    }

    .index .common nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    nav,
    .index nav {
        width: 65%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(239, 130, 2, 0.3);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 5;
    }

    nav.fixed {
        width: 65%;
        padding: 15px 10px;
        background-color: rgba(239, 130, 2, 0.3);
        -webkit-box-shadow: none;
        box-shadow: none;
        left: auto;
    }

    nav .nav-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .active nav {
        -webkit-box-shadow: -1px 0 15px -8px #000;
        box-shadow: -1px 0 15px -8px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .nav-list,
    .index .nav-list {
        height: 10%;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 30px 0;
        padding: 0 15px;
    }

    .nav-list li,
    .index .nav-list li {
        padding: 0;
        text-align: left;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .nav-list li a,
    .nav-list li .dropdown-btn {
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

    .nav-list>li a {
      font-size: 16px;
    }

    .nav-list>li+li,
    .index .nav-list>li+li {
        margin-top: 20px;
        padding-left: 0;
    }

    .nav-list>li+li::before,
    .index .nav-list>li+li::before {
        display: none;
    }

    .index .nav-list .nav-img {
        display: none;
    }

    .dropmenu .dropdown01 {
        display: none;
    }

    .dropmenu .dropdown::after {
        display: none;
    }
    
    .dropdown02 > a {
      position: relative;
      display: block;
    }
    
    .dropdown02 > a:before {
        content: "\f067";
        display: inline-block;
        margin: auto;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        line-height: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 5px;
        right: 10px;
    }
    
    .dropdown02.active > a:before {
        content: "\f068"
    }

    .dropmenu .dropdown ul {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: initial;
        -webkit-transition: initial;
        position: static;
        z-index: 2 !important;
    }

    .dropmenu .dropdown ul li {
        margin-top: 20px;
    }

    .dropmenu .dropdown ul li a {
        padding: 0 0 0 20px;
        font-size: 16px;
        color: white;
        position: relative;
    }

    .dropmenu .dropdown ul li a::before {
        content: "∟";
        display: inline-block;
        position: absolute;
        top: -5px;
        left: 0;
    }

    .dropmenu .dropdown ul li+li {
        border-top: none;
    }

    .dropmenu .dropdown ul::before {
        display: none;
    }
}

@media (max-width: 599px) {

    nav,
    .index nav {
        width: 80%;
    }

    nav.fixed {
        width: 80%;
    }

    .nav-list li,
    .index .nav-list li {
        margin-top: 15px;
    }

    .nav-list li a,
    .nav-list li .dropdown-btn {
        font-size: 16px;
    }

    .dropmenu .dropdown ul li {
        margin-top: 15px;
    }

    .dropmenu .dropdown ul li a {
        font-size: 15px;
    }
}

[data-element-id].index .common nav {
    display: block;
}

[data-element-id].index .nav-list {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id].dropmenu .dropdown ul {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    position: static;
}

[data-element-id].dropmenu .dropdown ul::before {
  top: -7px;
  left: 0;
  right: 0;
  transform: unset;
}

[data-element-id] .dropmenu .dropdown ul {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    visibility: visible;
}

[data-element-id].index .dropmenu .dropdown::after {
    display: none;
}

[data-element-id].index .nav-list>li:nth-of-type(1),
[data-element-id].index .nav-list>li:nth-of-type(2),
[data-element-id].index .nav-list>li:nth-of-type(3),
[data-element-id].index .nav-list>li:nth-of-type(4),
[data-element-id].index .nav-list>li:nth-of-type(5),
[data-element-id].index .nav-list>li:nth-of-type(6),
[data-element-id].index .nav-list>li:nth-of-type(7),
[data-element-id].index .nav-list>li:nth-of-type(8) {
    -webkit-transform: unset;
    transform: unset;
}

[data-element-id].nav-list>li {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    color: unset;
    text-align: left;
    border-radius: 0;
    margin: 5px 0 5px 30px;
    padding: 15px 5px 5px 5px;
}

[data-element-id] .index .nav-list .nav-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

[data-element-id].index .nav-list .nav-img {
    display: none;
}

[data-element-id].index nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-transform: unset;
    transform: unset;
    position: relative !important;
    top: 0;
    right: 0;
}


[data-element-id].sp-only {
    padding-top: 15px;
    padding-right: 10px;
}

[data-element-id].sp-only,
[data-element-id].nav-logo {
    display: block;
    border: 2px solid green;
}

[data-element-id].sp-only:before,
[data-element-id].nav-logo:before {
    content: "モバイル用";
    width: 60px;
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: green;
    top: 7px;
    left: 0;
}

[data-element-id].nav-logo {
    width: 30%;
}


[data-element-id].nav-list .dropdown02 {
    display: block;
    border: 2px solid green;
}

[data-element-id].nav-list .dropdown02:before {
    content: "モバイル用";
    width: 60px;
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: green;
    top: 7px;
    left: 0;
}

/* TOPナビ */

@media (min-width:1025px) {
    .index nav.fixed {
        -webkit-transform: unset;
        transform: unset;
        position: fixed !important;
    }

    .index nav.fixed .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .index nav.fixed .nav-list>li {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        padding: 5px 0;
        color: unset;
        text-align: left;
        border-radius: 0;
    }

    .index nav.fixed .nav-list>li:nth-of-type(1),
    .index nav.fixed .nav-list>li:nth-of-type(2),
    .index nav.fixed .nav-list>li:nth-of-type(3),
    .index nav.fixed .nav-list>li:nth-of-type(4),
    .index nav.fixed .nav-list>li:nth-of-type(5),
    .index nav.fixed .nav-list>li:nth-of-type(6),
    .index nav.fixed .nav-list>li:nth-of-type(7),
    .index nav.fixed .nav-list>li:nth-of-type(8){
        -webkit-transform: unset;
        transform: unset;
    }

    .index nav.fixed .nav-list>li+li {
        margin-top: 0;
        padding-left: 30px;
    }

    .index nav.fixed .nav-list>li .nav-img {
        display: none;
    }
    
    .index nav .nav-list li a {
        font-size: 14px;
    }
    
    .index nav.fixed .nav-list li a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .index nav .nav-list li a .nav-text {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}


/*  footer  */
[data-element-id]#footer {
    padding-bottom: 80px;
}

/* footer {
    padding-top: 80px;
} */

footer .copy {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

footer[data-element-id] .totop {
    position: absolute;
}

footer .totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-inner>[class*="footer-inner"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-inner .footer-address .address {
    font-weight: bold;
}

.footer-inner .footer-address .book {
    font-size: 24px;
}

.footer-inner .footer-address .book a {
    color: #ef8202;
}

.footer-inner .footer-address .book a .w {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 15px 10px;
    font-size: 18px;
    color: #ef8202;
    text-align: center;
    border: 1px solid #ef8202;
}

.footer-inner__table {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav__list li {
    padding-bottom: 10px;
    font-size: 14px;
}

.footer-nav__list li+li::before {
    content: "｜";
    display: inline-block !important;
    padding: 0 0.5em;
}

[data-element-id].footer_kotei {
    max-width: 400px;
    display: block;
    border: 2px solid green;
}

[data-element-id].footer_kotei:before {
    content: "モバイル用";
    font-size: 12px;
    color: #fff;
    background: green;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_kotei {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 7px 8px 7px 10px;
    font-weight: 600;
    font-size: 24px;
    background: #ffddb6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.footer_kotei .tel {
    width: 67%;
    margin: 0 auto;
    padding: 2% 1%;
    text-align: center;
}

.footer_kotei .tel a {
    font-size: 20px;
    color: #ef8202;
}

.footer_kotei .tel a .txt {
    display: block;
    font-size: 12px;
}

.footer_kotei .tel a .i {
    display: inline-block;
    margin-right: 5px;
}

.footer_kotei .mail {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    background: #ef8202;
}

.footer_kotei .mail a {
    width: 100%;
    display: block;
    margin: auto;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.footer_kotei .mail a img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
  footer {
      padding-bottom: 40px;
  }

    footer .copy {
        padding-bottom: 25px;
    }

    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .footer-inner__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 50px;
    }

    .footer-inner__table {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-inner__bnr {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 599px) {
    footer {
        padding-bottom: 80px;
    }

    footer .totop {
        bottom: 90px;
    }

    footer .copy {
        padding: 30px 10px;
    }

    .footer-inner__btn {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 4;
    }

    .footer-inner__logo {
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .footer-nav__list {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .footer-nav__list li {
        margin-top: 0;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .footer-nav__list li a {
        font-size: 12px;
    }

    .footer-nav__list li+li {
        margin-top: 10px;
        margin-left: 0;
    }

    .footer-nav__list li+li::before {
        display: none !important;
    }

    .footer_kotei {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 7px 8px 7px 10px;
        font-weight: 600;
        font-size: 24px;
        background: #ffddb6;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
    }

    .footer_kotei .tel {
        width: 67%;
        margin: 0 auto;
        padding: 2% 1%;
        text-align: center;
    }

    .footer_kotei .tel a {
        font-size: 20px;
        color: #ef8202;
    }

    .footer_kotei .tel a .txt {
        display: block;
        font-size: 12px;
    }

    .footer_kotei .tel a .i {
        display: inline-block;
        margin-right: 5px;
    }

    .footer_kotei .mail {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
        border-radius: 5px;
        background: #ef8202;
    }

    .footer_kotei .mail a {
        width: 100%;
        display: block;
        margin: auto;
        font-weight: bold;
        font-size: 12px;
        color: #fff;
    }

    .footer_kotei .mail a img {
        display: block;
        margin: 0 auto;
    }
}

/*  main-visual  */
.index-main-visual {
    position: relative;
}

.index-main-visual::before,
.index-main-visual::after {
    content: "";
    width: 52%;
    height: 15%;
    display: block;
    position: absolute;
    top: -1px;
    z-index: 1;
}

.index-main-visual::before {
    background: linear-gradient(to bottom right, white calc(50% - 1px), white calc(50% - 1px), white 50%, transparent 50%);
    left: 0;
}

.index-main-visual::after {
    background: linear-gradient(to bottom left, white calc(50% - 1px), white calc(50% - 1px), white 50%, transparent 50%);
    right: 0;
}

.index-main-visual__cont {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-visual-title {
    font-size: 36px;
    color: white;
    text-align: center;
    text-shadow: 0 0 10px black;
}

@media (max-width: 1024px) {
    .main-visual-title {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .main-visual-title {
        font-size: 22px;
    }
}

/*  下層ページのmain-visual  */
.under-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.under-visual::before,
.under-visual::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ef8202;
    position: absolute;
}

.under-visual::before {
    margin-left: -999rem;
    padding-left: 999rem;
    top: 0;
    right: 0;
}

.under-visual::after {
    margin-right: -999rem;
    padding-right: 999rem;
    bottom: 0;
    left: 0;
}

.under-visual__title {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.under-visual__title__title {
    font-size: 28px;
    color: #ef8202;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}

.under-visual__img {
    width: 40%;
}

.under-visual__img img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .under-visual {
        margin: 0 30px;
    }

    .under-visual__title {
        width: 55%;
    }

    .under-visual__title__title {
        font-weight: bold;
        font-size: 24px;
    }

    .under-visual__img {
        width: 45%;
    }
}

@media (max-width: 599px) {
    .under-visual {
        margin: 0 15px;
    }

    .under-visual__title {
        width: 80%;
        margin-right: -20%;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .under-visual__img {
        width: 40%;
    }

    .under-visual__img__img {
        padding-bottom: 0px;
        text-align: center;
    }

    .under-visual__img img {
        width: 100px;
        height: 100px;
    }

    .under-visual__title__title {
        font-size: 22px;
    }
}

/* メインビジュアル */
.home-slide.home-slide01 {
    padding: 50px 0;
    background: #fcead5;
    z-index: -1;
}

.home-slide01 h2 {
    width: 95%;
    font-family: "katyou";
    font-weight: 900;
    font-size: 40px;
    color: #f19222;
    letter-spacing: 8px;
    text-align: center;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 3;
}

.home-slide01 h2 .h2-text {
    display: block;
    margin-top: 10px;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    color: #50b72f;
    line-height: 1.5;
}

.mainimg {
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}

.mainimg .uk-slideshow .uk-flex>div {
    height: 100%;
}

.mainimg .uk-slideshow .uk-flex img {
    height: 100% !important;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.square {
    position: relative;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pic-mv-text01 {
    width: 80%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.pic-mv-text01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pic-mv-text01 ul li {
    width: 21%;
    margin: 2%;
}

.pic-mv-text01 ul li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.pic-mv-text01 ul li>div::before {
    content: "";
    width: 110%;
    height: 110%;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    position: absolute;
    top: -5%;
    left: -5%;
    right: 0;
    z-index: -1;
}

.pic-mv-text01 ul li .text {
    color: #936240;
    white-space: nowrap;
}

.pic-mv-text01 ul li .text .pic-mv-text01 ul li>.pic-text {
    font-weight: bold;
    font-size: 120%;
    color: #ff9800;
}

.index .home-slide01 .inner1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    justify-content: space-around;
}

.home-slide01-box {
    /* width: 80%; */
    width: 75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
}

.home-slide-img {
    width: 100%;
    margin: auto;
    background: #fcead5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-slide-img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-slide-img-inner::before,
.home-slide-img-inner::after {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 25px;
    background-color: #010101;
}

.home-slide-img .img {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.home-slide-img img {
    width: 100%;
}

@media (max-width: 1024px) {
    .home-slide01-box {
        width: 100%;
        padding-bottom: 0;
    }

    .home-slide-img-inner::before,
    .home-slide-img-inner::after {
        height: 1px;
        margin-top: 10px;
    }

    .pic-mv-text01 ul li .text {
        font-size: 12px;
    }

    .home-slide.home-slide01 {
        padding: 60px;
    }

    .home-slide.home-slide01 h2 {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 4px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 30%;
    }

    .home-slide.home-slide01 h2 .h2-text {
        font-size: 2.5vw;
    }

    .home-slide .pic-mv-text01 {
        width: 100%;
        margin: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 20%;
        left: 0;
        right: 0;
    }

    .home-slide-img {
        width: 80%;
    }
}

@media (max-width: 599px) {
    .mainimg {
        overflow: unset;
    }

    .home-slide.home-slide01 {
        padding: 20px 20px 95vw 20px;
    }

    .home-slide.home-slide01 h2 {
        width: 100%;
        margin: auto;
        font-size: 7vw;
        line-height: 1.2;
        letter-spacing: 2px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 35%;
        left: 0;
    }

    .home-slide.home-slide01 h2 .h2-text {
        font-size: 3.5vw;
        letter-spacing: 2px;
    }

    .home-slide .pic-mv-text01 {
        width: 100%;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        bottom: 0;
        z-index: 2;
    }

    .home-slide .pic-mv-text01 li {
        width: 44%;
        margin: 3%;
    }
}

/*  table  */
table {
    background-color: white;
}

.timetable {
    border: 1px solid #ef8202;
}

.timetable tr th,
.timetable tr td {
    font-size: 14px;
    color: #ef8202;
    border-color: #ef8202;
    border-left: 1px solid #ef8202;
}

.timetable tr+tr {
    border-top: 1px solid #ef8202;
}

.timetable tr th {
    padding: 12px;
    font-weight: bold;
    color: #ef8202;
    border-left: 1px solid #ef8202;
    background-color: #fad9b3;
}

.timetable tr td+td {
    border-left: 1px solid #ef8202;
}

[class*="table__pattern"] {
    width: 100%;
    border: 1px solid #dadada;
}

[class*="table__pattern"] tr+tr {
    border-top: 1px solid #b5b5b5;
}

[class*="table__pattern"] tr th,
[class*="table__pattern"] tr td {
    padding: 15px;
    text-align: center;
}

.td-tal [class*="table__pattern"] tr td {
    text-align: left;
}

[class*="table__pattern"] tr th {
    font-weight: bold;
    color: white;
    background-color: #ef8202;
}

[class*="table__pattern"] tr th+th {
    border-left: 1px solid #b5b5b5;
}

[class*="table__pattern"] tr td {
    border-left: 1px solid #b5b5b5;
}

[class*="table__pattern"].__02 tr th {
    color: black;
    background-color: #f19a34;
}


[class*="table__pattern"].__03 tr th {
    color: #ef8202;
    background-color: #fad9b3;
}

[class*="table__pattern"].__half th,
[class*="table__pattern"].__half td {
    width: 50%;
}

@media (max-width: 1024px) {

    [class*="table__pattern"] tr th,
    [class*="table__pattern"] tr td {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 599px) {

    .timetable tr th,
    .timetable tr td {
        font-size: 12px;
        padding: 5px;
    }

    [class*="table__pattern"] tr th,
    [class*="table__pattern"] tr td {
        padding: 5px;
        font-size: 12px;
    }
    .footer-inner__table {
    width: 100%;
  }

    .timetable {
      table-layout: fixed;
  }
}

/*  green decoration  */
.green-decoration__title {
    position: relative;
}

.green-decoration__title::before,
.green-decoration__title::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
}

.green-decoration__title::before {
    border-width: 25px 25px 0 0;
    border-color: #ef8202 transparent transparent transparent;
    left: 0;
}

.green-decoration__title::after {
    border-width: 0 25px 25px 0;
    border-color: transparent #ef8202 transparent transparent;
    right: 0;
}

.green-decoration__title__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.green-decoration__title__inner::before,
.green-decoration__title__inner::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #ef8202;
}

.green-decoration__title__inner::before {
    margin-left: -999rem;
    padding-left: 999rem;
}

.green-decoration__title__inner::after {
    margin-right: -999rem;
    padding-right: 999rem;
}

.green-decoration__title__inner__inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.green-decoration__title__inner .box {
    min-width: 120px;
    max-width: 70%;
    margin: 0 20px;
    text-align: center;
}

.green-decoration__inner {
    padding: 0 80px;
    position: relative;
}

.green-decoration__inner::before,
.green-decoration__inner::after {
    content: "";
    width: 2px;
    height: 200%;
    display: inline-block;
    background-color: #ef8202;
    position: absolute;
    bottom: 0;
}

.green-decoration__inner::before {
    left: 0;
}

.green-decoration__inner::after {
    right: 0;
}

.green-decoration__inner .green-item:nth-of-type(3n) {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .green-decoration__inner {
        padding: 0 50px;
    }
}

@media (max-width: 599px) {
    .green-decoration__inner {
        padding: 0 15px;
    }
}

/*  bnr  */
.bnr__block {
    position: relative;
}

.bnr__block__title {
    margin: auto;
    margin: auto;
    padding: 20px 60px 20px 20px;
    font-size: 22px;
    color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: bold;
}

[data-element-id].bnr__block__title {
    position: absolute !important;
}

.bnr__block__title::after {
    content: url(/upload/tenant_1/6341f2adbc9cdc79c00f7b1e867104e7.png);
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
}

.bnr__block__img {
    width: 100%;
    margin: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    position: relative;
}

.bnr__block__img>div {
    max-height: 180px;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .bnr__block__title {
        padding: 15px 50px 15px 15px;
        font-size: 18px;
    }

    .bnr__block__title::after {
        font-size: 30px;
    }
}

/*  stripe  */
.stripe {
    width: 100%;
    height: 80px;
}

.stripe.__green {
    border-bottom: 5px solid rgba(239, 130, 2, 0.3);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(239, 130, 2, 0.3) 20px, rgba(239, 130, 2, 0.3) 40px);
    background-size: auto auto;
    background-color: #f8f8f8;
}

/*  カスタムコンテンツ  */
.date {
    color: #f19a34;
}

.category span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 1.2;
}

.category span+span {
    margin-left: 5px;
}

.cc-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.cc-data li {
    font-size: 14px;
}

.cc-data li+li {
    margin-left: 10px;
}

.cc-list__01 {
    padding: 10px 5px;
}

.cc-list__01+.cc-list__01 {
    border-top: 1px solid #dadada;
}

.cc-content {
    margin-top: 15px;
}

.cc-content .title {
    padding-bottom: 5px;
}

.detail-content {
    padding: 50px;
    border: 1px solid black;
}

.detail-content .data {
    margin: 30px 0;
}

.detail-content__title {
    font-weight: bold;
    font-size: 22px;
}

.detail-content .border {
    border-bottom: 2px dotted #ef8202;
}

.detail-content .border .title {
    color: #ef8202;
}

.dynamic-block {
    margin-top: 80px;
}

.dynamic-block__title {
    padding: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #ef8202;
}

.dynamic-block__list li {
    border-bottom: 1px solid #dadada;
}

.dynamic-block__list li a {
    display: block;
    padding: 10px;
}

@media (max-width: 1024px) {
    .detail-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dynamic-block li a {
        padding: 10px 5px;
    }
}

@media (max-width: 599px) {
    .detail-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cc-data li+li {
        margin-left: 0;
    }
    .cc-data li {
    width: 100%;
    }
    .category span {
    padding: 2px 0;
    }
    
    .category span+span {
        margin-left: 0px;
    }
    .cc-list__02 > li:last-child {
      display: none;
    }
    .list__01 > li:last-child {
      display: none;    
  }
}

.pager ul li {
    width: 50px;
    height: 50px;
}

.pager ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 0;
    position: relative;
}

.pager ul li a:hover {
    color: white;
    border: 1px solid #ef8202;
    background-color: #ef8202;
    opacity: 1;
}

.pager ul li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    color: white;
    line-height: 100%;
    border: 1px solid #ef8202;
    border-radius: 0;
    background-color: #ef8202;
    opacity: 1;
    position: relative;
}

.pager ul li.arrow {
    width: 100px;
}

.pager ul li.arrow.prev a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pager ul li.arrow.prev a .arrow-text {
    margin-left: 10px;
    margin-right: 0;
}

.pager ul li.arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.pager ul li.arrow a .arrow-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 10px;
}

@media (max-width: 599px) {
    .pager ul li {
        width: 30px;
        height: 30px;
    }

    .pager ul li.arrow {
        width: 30px;
    }

    .pager ul li.arrow a .arrow-text {
        display: none;
    }
}

/*  contact  */
.must {
    background-color: #ef8202;
}

.red {
    color: red;
}

.bg-orange {
    background-color: rgba(239, 130, 2, 0.3);
}

.text .dot {
    display: block;
    padding-left: 20px;
    position: relative;
}

.text .dot::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

/*  area_02  */
.area_02 .img-box .btn-wrap {
    margin: auto;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .area_02 .img-box .btn-wrap {
      /*   -webkit-transform: translate(5%, -50%);
      transform: translate(5%, -50%); */
      -webkit-transform: translate(40%, 40%);
      transform: translate(40%, 40%);
      bottom: 0;
      top: unset;
    }
}

@media (max-width: 599px) {
    .area_02 .img-box .btn-wrap {
        -webkit-transform: translate(30%, 20%);
        transform: translate(30%, 20%);
        top: auto;
        bottom: 0;
    }
}

.home-menu {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

.home-menu h3 {
    margin-bottom: 40px;
    padding-top: 70px;
    padding-bottom: 24px;
    font-size: 28px;
    text-align: center;
    background: url(/upload/tenant_1/6690e832b4397d61c4fe07f2690d1be1.png) center bottom no-repeat;
}

.home-menu h3 .e {
    display: block;
    font-size: 16px;
    line-height: 120%;
}

.home-menu dl {
    width: 31%;
    margin: 0 2% 40px 0;
    padding: 0 0 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.home-menu .type-b dl {
    width: 48%;
}

.home-menu dt {
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.5px;
    text-align: center;
}

.home-menu .home-menu .more {
    text-align: center;
}

.home-menu .home-menu .more a {
    width: 100%;
    max-width: 216px;
    max-width: 300px;
    display: inline-block !important;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(239, 130, 2, 0.8);
    position: relative;
}

.home-menu .home-menu .more a::before {
    content: "\f054";
    font-family: fontAwesome;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

@media (max-width:1024px) {
    .home-menu h3 {
        font-size: 22.4px;
    }
    .home-menu .type-b .btn__circle__inner span {
        font-size: 10px;
    }
}

@media (max-width: 599px) {
    .home-menu dl {
        width: 48%;
    }

    .home-menu dt {
        text-align: left;
    }

    .home-menu .type-b dl {
        width: 100%;
    }


}

.home03 {
    background: #fcead5;
}

.home03 .home03box {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}

.home03 h3 {
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 24px;
    font-size: 28px;
    text-align: center;
    background: url(/upload/tenant_1/6690e832b4397d61c4fe07f2690d1be1.png) center bottom no-repeat;
}

.home03 h3 .title-in2 {
    display: inline-block;
    padding: 0 10px;
    font-size: 50px;
    color: #ef8202;
    line-height: 0;
    position: relative;
    margin-top: 30px;
}

.home03 h3 .title-in2::before {
    content: url(/upload/tenant_1/6e0be029c070b960714bd56025392a20.png);
    display: block;
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
    position: absolute;
    bottom: 1em;
    left: 50%;
}

.home03 h3 .e {
    display: block;
    font-size: 16px;
    line-height: 120%;
}

.home03 .list.-home03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
    counter-reset: column;
}

.home03 .list.-home03 .column {
    width: calc(84% / 3);
    margin: 1%;
    margin: 1%;
    padding: 0 15px 20px;
    color: #ef8202;
    border: 1px solid;
    background: #fff;
    position: relative;
}

.home03 .list.-home03 .column .num {
    height: 24px;
    display: block;
    counter-increment: column;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: 400;
    font-size: 30px;
    color: inherit;
    text-align: center;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    position: relative;
    top: -20px;
    z-index: 2;
}

.home03.cuscon .list.-home03 .column::before {
    content: "0"counter(column);
    height: 24px;
    display: block;
    counter-increment: column;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: 400;
    font-size: 30px;
    color: inherit;
    text-align: center;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    position: relative;
    top: -20px;
    z-index: 2;
}

.home03 .list.-home03 .column::after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 1;
}

.home03 .list.-home03 .img {
    width: 160px;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 50%;
}

.home03 .list.-home03 .text.-head {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.home03 .list.-home03 .text.-head+.text {
    color: #444;
}

@media (max-width: 1024px) {
    .home03 .list.-home03 .column {
        width: calc(96% / 2);
        margin-bottom: 20px;
    }

    .home03 h3 {
        font-size: 22.4px;
    }
}

@media (max-width: 599px) {
    .home03 .list.-home03 .column {
        width: 96%;
        margin-bottom: 20px;
    }
}

.pickup-item {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.pickup-item li {
    width: calc(94% / 3);
    margin: 1%;
}

@media (max-width: 599px) {
    .pickup-item li {
        width: 31.333%;
    }
}

.catch .catch__item_cont {
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
}

.catch .text-box {
    max-width: 85%;
    text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -60%;
    left: 0;
    z-index: 1;
}

.catch .text-box .title {
    margin-left: 10px;
    font-size: 28px;
    line-height: 160%;
}

.catch .text-box .text {
    height: 250px;
    line-height: 34px;
}

.catch .img-box {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: #fff;
}

@media (max-width:1024px) {
  .catch .text-box .title {
    padding-bottom: 40px;
  }
}

@media (max-width: 599px) {
    .catch .text-box {
        max-width: 100%;
        -ms-writing-mode: inherit;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        top: 0;
    }

    .catch .text-box .title {
        font-size: 17px;
        padding-bottom: 0;
    }

    .catch .img-box {
        padding-top: 50%;
    }
}

.area_11 .text .span {
    display: block;
    font-family: "katyou";
    font-size: 26px;
    color: #ef8202;
}

@media (max-width: 1024px) {
    .area_11 .text .span {
        font-family: "katyou";
        font-size: 21px;
        text-align: center;
    }
}

.area_27 .box .clearfix:not(:last-child) {
    border-bottom: 1px solid #ef8202;
}

.area_27 .box .flow .pic {
    width: 28.1%;
    padding: 0 20px 0;
}

.area_27 .box .flow .tbox {
    width: 60.4%;
}

.area_27 .box .flow p {
    padding: 5px 0 20px 4.7%;
    position: relative;
}

.area_27 .box .flow .clearfix+.clearfix::before {
    content: url(/upload/tenant_1/a31cc978a9d70832f278814cfc6be9a5.png);
    width: 100%;
    display: block;
    margin: 15px 0 25px 0;
    text-align: center;
}

.area_27 .box .num {
    font-weight: bold;
    font-size: 24px;
    color: #ef8202;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .area_27 .box .flow p {
        font-size: 16px;
    }

    .area_27 .box .flow p .num {
        font-size: 16px;
        top: 5px;
    }
}

@media (max-width: 599px) {
    .area_27 .box .flow .pic {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center;
    }

    .area_27 .box .flow .tbox {
        width: 100%;
        text-align: left;
    }

    .area_27 .box .flow p {
        padding: 0 0 20px 4.7%;
        position: relative;
    }

    .area_27 .box .flow .clearfix+.clearfix::before {
        content: url(/upload/tenant_1/a31cc978a9d70832f278814cfc6be9a5.png);
        width: 100%;
        display: block;
        margin: 15px 0 25px 0;
        text-align: center;
    }

    .area_27 .box .num {
        font-weight: bold;
        font-size: 24px;
        color: #ef8202;
        position: absolute;
        top: 0;
        left: 0;
    }

    .area_27 .box .flow p .num {
        top: 0px;
    }
    .area_27.w50sp .box .flow .tbox {
        width: 48%;
    }
    
    .area_27.w50sp .box .flow .pic {
        width: 48%;
    }
}

.area_28 .detail-content__title {
    padding: 0 0 15px 0;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.area_28 .detail-content .data {
    margin: 0;
}

.area_28 .detail-content .date {
    font-size: 14px;
}

.area_28 .detail-content .category span {
    font-size: 14px;
}

.area_28 .detail-content__text {
    max-width: 600px;
    margin: 0 auto;
}

.area_28 .detail-content dl {
    width: 100%;
    margin-top: 40px;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    border-top: 2px dashed #ddd;
}

.area_28 .detail-content dl p {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.area_28 .detail-content dl dt {
    width: 25%;
    margin-bottom: 10px;
    word-break: break-all;
}

.area_28 .detail-content dl dd {
    width: 75%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.area_28 .detail-content dl dd a {
    font-size: 14px;
}

.rec2 .table {
    padding-bottom: 100px;
    border-top: 1px solid #dadada;
}

.rec2 .table dl {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
}

.rec2 .table dl dt {
    width: 25%;
    font-weight: bold;
    word-break: break-all;
}

.rec2 .table dl dd {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.rec2 .btn__circle {
    width: 140px;
    height: 140px;
}

@media (max-width: 599px) {
    .rec2 .table dl dt {
        width: 100%;
    }
}

.contact02boxin,
.contact02boxin *:not([class*="fc"]) {
    color: #fff;
}

.contact02boxin {
    padding: 1.5em 6em;
    border-radius: 1em;
    background-color: #00b900;
    position: relative;
}

.contact02boxin .z1 {
    position: relative;
    z-index: 1;
}

.contact02boxin .fcYellow {
    color: #fcf300;
}

.contact02boxin .contact02boxin .flowlist {
    width: calc(100% + 60px);
}

.contact02boxin .flowitem {
    width: 25%;
    margin: 1% 0;
    padding-right: 45px;
    position: relative;
}

.contact02boxin .flowitem:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 22.5px 0 22.5px 22px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.contact02boxin .flowitem .pbox .pic {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 50%;
    background-color: #fff;
}

.contact02boxin .linebtn {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact02boxin .linebtn a {
    max-width: 100%;
    display: block;
}

.contact02boxin .linebtn .btn {
    width: 440px;
    max-width: 100%;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    border: 4px solid;
    border-radius: 50px;
}

.contact02boxin .linebtn .btn .label {
    padding: 0.5em 0 0.5em 2.5em;
    background-image: url(/import/tenant_1/160.16.130.159/html/images/contact/line02.png);
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact02boxin .bkbox {
    max-width: 10em;
    position: absolute;
    bottom: 0;
    left: -1em;
}

@media (max-width: 1024px) {
    .contact02boxin {
        padding: 1.5em 4em;
    }

    .contact02boxin .flowlist {
        width: calc(100% + 40px);
    }

    .contact02boxin .flowitem {
        width: 33.333%;
        padding-right: 40px;
    }

    .contact02boxin .flowitem:not(:last-child)::after {
        border-width: 15px 0 15px 15px;
    }

    .contact02boxin .bkbox {
        max-width: 8em;
    }
}

@media (max-width: 599px) {
    .contact02boxin {
        padding: 1.5em 1.5em 3em;
    }

    .contact02boxin .flowitem {
        width: 50%;
        padding-right: 50px;
    }

    .contact02boxin .flowitem:not(:last-child)::after {
        right: 20px;
    }

    .contact02boxin .linebtn {
        max-width: 85%;
    }

    .contact02boxin .linebtn .btn {
        width: 300px;
    }

    .contact02boxin .bkbox {
        max-width: 7em;
        left: -1.5em;
    }
}


/* 02当院について */
.point {
    position: relative;
    z-index: 1;
}

.point .point-txt {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.point .point-txt:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/upload/tenant_1/56b08b51b9ac87b76b15c975daa4be06.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    position: relative;
    top: 0px;
    left: -10px;
    z-index: 3;
}

.point .point-txt .txt {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    position: absolute;
    top: 5px;
    left: -40px;
    z-index: 5;
}

[data-element-id].point .point-txt .txt {
    position: absolute!important;
    -webkit-transform: unset;
    transform: unset;
    top: -20px;
}

[data-element-id].point .point-txt:before {
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    left: -40px;
    top: -20px;
}

@media (max-width:1024px) {
    .point .point-txt .txt {
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg);
        position: absolute;
        top: 0px;
        left: -10px;
        z-index: 5;
    }

    .point .point-txt:before {
        left: 10px;
    }
}

.tel.fs-16 {
    font-size: 16px;
}

/* 06kickboxing｜キックボクシング */
.area_30 .box .flow .tbox {
    width: 100%;
    margin-top: 20px;
}

.area_30 .box .flow .pic {
    width: 100%;
    padding: 0 20px 0;
}

.area_30 .box .flow p {
    padding: 7px 0 20px 5.7%;
    position: relative;
}

.area_30 .box .num {
    font-weight: bold;
    font-size: 24px;
    color: #ef8202;
    position: absolute;
    top: 0;
    left: 0;
}

.area_30 .box .flow .clearfix+.clearfix::before {
    content: url(/upload/tenant_1/a31cc978a9d70832f278814cfc6be9a5.png);
    text-align: center;
    -webkit-transform: rotate(270deg) translateY(-50%);
    transform: rotate(270deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -100px;
}

@media (max-width: 1024px) {
    .area_30 .box .flow p {
        padding: 7px 0 20px 8.7%;
        font-size: 16px;
    }

    .area_30 .box .flow p .num {
        font-size: 16px;
        top: 5px;
    }

    .area_30 .inner {
        max-width: 630px;
    }

    .area_30 .box .flow .clearfix+.clearfix::before {
        left: -65px;
    }
}

@media (max-width: 599px) {
    .area_30 .box .flow .pic {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .area_30 .box .flow .tbox {
        width: 100%;
        text-align: left;
    }

    .area_30 .box .flow p {
        padding: 0 0 20px 11.7%;
        position: relative;
    }

    .area_30 .box .flow .clearfix+.clearfix::before {
        -webkit-transform: rotate(270deg) translateY(-50%) scale(0.5);
        transform: rotate(270deg) translateY(-50%) scale(0.5);
        left: -55px;
    }

    .area_30 .box .flow p .num {
        font-weight: bold;
        font-size: 14px;
        color: #ef8202;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.tit.step {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

/* 実績紹介 */
@media (max-width:599px) {
    .achieve li:nth-child(even) .list-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.bg-green{
  background-color:#82c792;
}

/* ゆらし療法 */


.banner-yurashi {
    position: relative;
    margin-bottom: 30px;
}

.banner-yurashi .text {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
    padding: 6% 0 6% 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}

.banner-yurashi .bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.banner-yurashi .text .big {
    display: block;
    font-size: 30px;
}

.banner-yurashi .text:before {
    content: "";
    background-image: url(/upload/tenant_1/46d91998464ba8ded1f6671ec3130f40.png);
    width: 60px;
    height: 60px;
    margin: auto;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}
.banner-yurashi .bg-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 2%;
}

.banner-yurashi .bg-deco img {
    height: 100%;
    width: 100%;
}

@media (max-width:599px) {
  .banner-yurashi .text {
    font-size: 20px;
  }
  .banner-yurashi .text .big {
    font-size: 24px;
  }
}

/* メニュー */
.tit-bottom-txt .title__02 {
  margin-bottom: 0;
  
}
