@charset "utf-8";



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



/*画像*/

.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;
}



/*背景*/

.bg-type1 {
    width: 92%;
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

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

.bg-type2 {
    position: relative;
}

.bg-type2 .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.bg-type2 .bgimg:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.bg-type2 .ttl {
    color: #fff;
}

.bg-type2 .ttl .en:before {
    background: #fff;
}

.bg-type2 .attention {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.bg-type4 {
    position: relative;
}

.bg-type4 .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.bg-type4 .bgimg:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(315deg, #ff7b95 0%, #ffb696 100%);
    background: linear-gradient(135deg, #ff7b95 0%, #ffb696 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.bg-type4 .ttl {
    color: #fff;
}

.bg-type4 .attention {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.bg-type5 {
    background: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-type6 {
    background: #333;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-type7 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.bg-type7 .inner {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .bg-type1 {
        padding: 70px 0;
    }

    .bg-type2 .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bg-type4 .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bg-type5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bg-type6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bg-type7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .bg-type1 {
        padding: 50px 0;
    }

    .bg-type2 .inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bg-type2 .attention {
        font-size: 18px;
        text-align: left;
    }

    .bg-type4 .inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bg-type4 .attention {
        font-size: 18px;
        text-align: left;
    }

    .bg-type5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bg-type6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bg-type7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}



/*手書き風テキスト*/

.writext {
    font-family: 'La Belle Aurore', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    line-height: 1.2;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    word-break: keep-all;
}

.writext1 {
    color: #fff;
}

.writext2 {
    color: #f4f4f4;
}

.writext3 {
    color: #f4f4f4;
}

.writext-size-l {
    font-size: 140px;
}

.writext-size-m {
    font-size: 70px;
}

@media only screen and (max-width: 1024px) {
    .writext-size-l {
        font-size: 110px;
    }

    .writext-size-m {
        font-size: 60px;
    }
}

@media only screen and (max-width: 599px) {
    .writext-size-l {
        font-size: 80px;
    }

    .writext-size-m {
        font-size: 50px;
    }
}



/*見出し*/

.ttl {
    font-size: 40px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
    margin-bottom: 80px;
}

.ttl .en {
    display: block;
    letter-spacing: 5px;
}

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

.ttl-type1 {
    text-align: center;
}

.ttl-type2 {
    display: inline-block;
}

.ttl-type2 .en {
    position: relative;
}

.ttl-type2 .en:before {
    display: inline-block;
    content: "";
    width: 60px;
    height: 3px;
    background: #333;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
}

.ttl-type2 .ja {
    text-align: right;
}

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

.ttl-type4 {
    font-size: 34px;
    margin-bottom: 50px;
}

.ttl-type5 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
}

.ttl-type6 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

[data-element-id] .ttl-type6 .en:before {
    display: inline-block;
    content: "";
}

.ttl-type6 .en:first-letter {
    color: #ff7b95;
    font-size: 120%;
}

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

    .ttl-type2 .en {
        padding-left: 60px;
    }

    .ttl-type2 .en:before {
        width: 40px;
        left: 0;
        right: auto;
    }

    .ttl-type4 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .ttl-type5 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .ttl-type6 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

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

    .ttl-type2 .en {
        padding-left: 40px;
    }

    .ttl-type2 .en:before {
        width: 30px;
    }

    .ttl-type4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .ttl-type5 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .ttl-type6 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}



/*bread*/

.bread {
    margin-bottom: 100px;
    position: relative;
}

.bread.bgon {
    background: #f4f4f4;
    margin-bottom: 0px;
}

.bread .box {
    position: relative;
    z-index: 2;
}

.bread ul {
    display: inline-block;
    min-width: 500px;
    background: -webkit-linear-gradient(45deg, #ffb696 20%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 20%, #ff7b95 100%);
    padding: 10px 20px 10px 0;
    position: relative;
}

.bread ul:before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background: #ffb696;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
}

.bread li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

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

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

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

    .bread ul {
        min-width: 250px;
    }
}

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

    .bread ul {
        min-width: auto;
    }
}



/*ボタン*/

.btn {
    margin-top: 80px;
    text-align: center;
}

.btn > * {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    border-radius: 100px;
    padding: 20px 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn.big > * {
    max-width: 450px;
}

.btn.back > * {
    color: #fff;
    font-size: 20px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 3px;
}

.btn-type1 > * {
    color: #fff;
    background: #333;
    border: solid 1px #333;
}

.btn-type1 > *:hover {
    color: #333;
    background: #fff;
    opacity: 1;
}

.btn-type2 > * {
    color: #fff;
    background: #f8b551;
    border: solid 1px #f8b551;
}

.btn-type2 > *:hover {
    color: #f8b551;
    background: #fff;
    opacity: 1;
}

.btn-type3 > * {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
}

.btn-type3 > *:hover {
    color: #333;
    background: -webkit-linear-gradient(45deg, #ff7b95 0%, #ffb696 100%);
    background: linear-gradient(45deg, #ff7b95 0%, #ffb696 100%);
    opacity: 1;
}

.btn-type4 > * {
    color: #333;
    background: #fff;
    border: solid 1px #fff;
}

.btn-type4 > *:hover {
    color: #fff;
    background: #333;
    opacity: 1;
}

.btnbox {
    margin-top: 30px;
}

.btnbox .btn {
    width: 48%;
    margin: 0 1%;
}

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

    .btn > * {
        padding: 15px 10px;
    }
}

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

    .btn > * {
        padding: 10px 5px;
    }

    .btnbox .btn {
        width: 100%;
        margin: 0;
    }

    .btnbox .btn:not(:last-of-type) {
        margin-bottom: 20px
    }
}



/*anchor*/

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

.anchor li a:hover {
    color: #fff;
    background: #333;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .anchor li a {
        font-size: 14px;
    }
}



/*pager*/

.pager li {
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #333;
    border-radius: 100%;
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
}

.pager li.prev,
.pager li.next {
    width: auto;
    line-height: initial;
    color: #333;
    font-size: 22px;
    background: none;
}

.pager li.active {
    color: #333;
    line-height: 36px;
    background: #fff;
    border: solid 2px #333;
}

.pager li a {
    display: block;
}

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

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

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

    .pager li.prev,
    .pager li.next {
        font-size: 20px;
    }

    .pager li.active {
        line-height: 26px;
    }
}



/*card-list1*/

[data-element-id] .shoplistSlider1 .item {
    display: inline-block;
    width: 24%;
}

.card-list1 .item.nolink {
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px #f1f1f1;
    box-shadow: 0px 10px 10px #f1f1f1;
    padding: 20px;
}

.card-list1 .item {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.card-list1 .item a {
    display: block;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px #f1f1f1;
    box-shadow: 0px 10px 10px #f1f1f1;
    padding: 20px;
    margin: 0 15px;
    position: relative;
}

.card-list1 .item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.card-list1 .item a:hover:before {
    width: 100%;
    height: 100%;
}

.card-list1 .item a:before {
    display: block;
    content: "";
    width: 0%;
    height: 0%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: absolute;
    bottom: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card-list1 .item .img {
    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;
    max-width: 150px;
    height: 100px;
    margin: 0 auto 10px;
}

.card-list1 .item .img img {
    max-height: 100% !important;
}

.card-list1 .item .tit {
    margin-bottom: 10px;
}

.card-list1 .item .tit span {
    display: block;
    text-align: center;
}

.card-list1 .item .tit .ja {
    font-size: 26px;
    font-weight: bold;
}

.card-list1 .item .tit .en {
    color: #ff7b95;
}

@media only screen and (max-width: 1024px) {
    .card-list1 .item {
        box-shadow: none;
    }
    
    .card-list1 .item.nolink {
        box-shadow: none;
    }
  
    .card-list1 .item a {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .card-list1 .item a:before {
        width: 100%;
        height: 100%;
    }

    .card-list1 .item .tit .ja {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .card-list1 .item .tit .ja {
        font-size: 20px;
    }

    .card-list1 .item .tit .en {
        font-size: 14px;
    }
}



/*card-list2*/

[data-element-id] .job-slider .item:nth-of-type(n+2) {
    display: none;
}

.card-list2 .item {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.card-list2 .item a {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px #f1f1f1;
    box-shadow: 0px 10px 10px #f1f1f1;
    margin: 0 15px;
    position: relative;
}

.card-list2 .item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.card-list2 .item a:hover:before {
    width: 100%;
    height: 100%;
}

.card-list2 .item a:before {
    display: block;
    content: "";
    width: 0%;
    height: 0%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: absolute;
    bottom: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card-list2 .item .img {
    width: 50%;
}

.card-list2 .item dl {
    width: 50%;
    padding: 30px;
}

.card-list2 .item .tit {
    margin-bottom: 10px;
}

.card-list2 .item .tit span {
    display: block;
    text-align: center;
}

.card-list2 .item .tit .ja {
    font-size: 26px;
}

.card-list2 .item .tit .en {
    color: #ff7b95;
}

@media only screen and (max-width: 1024px) {
    .card-list2 .item a {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .card-list2 .item a:before {
        width: 100%;
        height: 100%;
    }

    .card-list2 .item .img {
        width: 100%;
    }

    .card-list2 .item dl {
        width: 100%;
        padding: 15px;
    }

    .card-list2 .item .tit .ja {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .card-list2 .item .tit .ja {
        font-size: 20px;
    }
}



/*card-list3*/

.card-list3 .item {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.card-list3 .item a {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px #f1f1f1;
    box-shadow: 0px 10px 10px #f1f1f1;
    padding: 30px;
    position: relative;
}

.card-list3 .item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.card-list3 .item a:hover:before {
    width: 100%;
    height: 100%;
}

.card-list3 .item a:before {
    display: block;
    content: "";
    width: 0%;
    height: 0%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: absolute;
    bottom: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card-list3 .item .img {
    width: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-list3 .item dl {
    margin-left: 20px;
}

.card-list3 .item .ja {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.card-list3 .item .en {
    color: #ff7b95;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .card-list3 .item a {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .card-list3 .item a:before {
        width: 100%;
        height: 100%;
    }

    .card-list3 .item .img {
        margin-bottom: 20px;
    }

    .card-list3 .item dl {
        width: 100%;
        margin-left: 0;
    }

    .card-list3 .item .ja {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .card-list3 .item .ja {
        font-size: 20px;
    }
}



/*circle-list*/

.circle-list .item {
    max-width: 250px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0px 10px 10px #f1f1f1;
    box-shadow: 0px 10px 10px #f1f1f1;
    position: relative;
}

.circle-list .item:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.circle-list .item dl {
    width: 95%;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-list .item .img {
    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;
    max-width: 150px;
    height: 80px;
    margin: 0 auto 15px;
}

.circle-list .item .img img {
    max-height: 100% !important;
}

.circle-list .item .tit {
    margin-bottom: 10px;
}

.circle-list .item .tit span {
    display: block;
    text-align: center;
}

.circle-list .item .tit .ja {
    font-size: 26px;
    font-weight: bold;
}

.circle-list .item .tit .en {
    color: #ff7b95;
}

@media only screen and (max-width: 1024px) {
    .circle-list .item {
        box-shadow: none;
    }
  
    .circle-list .item .img {
        max-width: 100px;
        height: 40px;
    }

    .circle-list .item .tit .ja {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .circle-list .item .tit .ja {
        font-size: 20px;
    }

    .circle-list .item .tit .en {
        font-size: 14px;
    }
}



/*sub-tit*/

.sub-tit {
    height: 500px;
    position: relative;
}

.sub-tit h2 {
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    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 {
    width: 100%;
    height: 100%;
}

.sub-tit .img img {
    -webkit-filter: brightness(1.02) sepia(0.05) saturate(1.1);
    filter: brightness(1.02) sepia(0.05) saturate(1.1);
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    .sub-tit {
        height: 300px;
    }

    .sub-tit h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 599px) {
    .sub-tit {
        height: 200px;
    }

    .sub-tit h2 {
        font-size: 28px;
    }
}



/*dltable*/

 .dltable dl {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    position: relative;
}
/* .dltable dl:before,
.dltable dl:after {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
} */

/*  .dltable dl:before {
   width: 230px;
   background: #ed8870;
   left: 0;
}

.dltable dl:after {
   width: calc(100% - 230px);
   background: #e5e5e5;
   right: 0;
}  */

.dltable dt {
    width: 230px;
    font-size: 18px;
}

.dltable dd {
    width: calc(100% - 230px);
    font-size: 14px;
}

.dltale2 .item:not(:last-of-type) {
    margin-bottom: 80px;
}

.dltale2 .item .label {
    max-width: 300px;
    color: #fff;
    background: -webkit-linear-gradient(45deg, rgba(95, 206, 200, 1) 0%, rgba(136, 218, 213, 1) 100%);
    background: linear-gradient(45deg, rgba(95, 206, 200, 1) 0%, rgba(136, 218, 213, 1) 100%);
    padding: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.dltale2 .item dl {
    border-bottom: solid 1px #e5e5e5;
    padding: 0 30px 15px;
    margin-bottom: 15px;
}

.dltale2 .item dt {
    width: 80%;
}

.dltale2 .item dt .sub {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}

.dltale2 .item dd {
    width: 20%;
    padding-left: 20px;
}

.dltale2 .item-type2 .label {
    background: -webkit-linear-gradient(45deg, rgba(255, 177, 189, 1) 0%, rgba(254, 194, 161, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 177, 189, 1) 0%, rgba(254, 194, 161, 1) 100%);
}

.dltale2 .item-type2 dt {
    width: 40%;
}

.dltale2 .item-type2 dd {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    .dltale2 .item:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .dltable dl:before {
        width: 120px;
    }

    .dltable dl:after {
        width: calc(100% - 120px);
    }

    .dltable dt {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dltable dd {
        width: 100%;
    }

    .dltale2 .item:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .dltale2 .item .label {
        margin-bottom: 30px;
    }

    .dltale2 .item dl {
        padding: 0 10px 15px;
    }

    .dltale2 .item dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .dltale2 .item dd {
        width: 100%;
        text-align: right;
    }
}



/*dllist*/

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

.dllist dt {
    position: relative;
}

.dllist dt .titbox {
    position: relative;
    z-index: 1;
}

.dllist dt .titbox .icon {
    width: 40px;
    margin-right: 10px;
}

.dllist dt .titbox .sub {
    font-size: 30px;
    font-weight: bold;
}

.dllist dd {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .dllist dl:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .dllist dt .titbox .sub {
        font-size: 26px;
    }
}

@media only screen and (max-width: 599px) {
    .dllist dl:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .dllist dt {
        margin-bottom: 20px;
    }

    .dllist dt .titbox .icon {
        width: 30px;
    }

    .dllist dt .titbox .sub {
        font-size: 22px;
    }

    .dllist dt .writext {
        position: absolute;
        right: 0;
        opacity: 0.8;
    }
}



/*qalist*/

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

.qalist dt {
    font-size: 18px;
    font-weight: bold;
    border-bottom: dotted 2px #cfcfcf;
    padding: 5px 35px 20px 30px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.qalist dt:hover {
    opacity: 0.6;
}

.qalist dt:before {
    display: block;
    content: "Q";
    color: #668fc6;
    font-size: 34px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.qalist dt:after {
    display: block;
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: bold;
    color: #ff7b95;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.qalist dt.open:after {
    content: "\f077";
}

[data-element-id] .qalist dd {
    display: block;
}

.qalist dd {
    display: none;
    padding: 5px 0 0 30px;
    position: relative;
}

.qalist dd:before {
    display: block;
    content: "A";
    color: #c66684;
    font-size: 34px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}



/*form*/

.form .attention {
    margin-bottom: 50px;
    text-align: center;
}

.form-inn .item:not(:last-of-type) {
    margin-bottom: 20px;
}

.form-inn .item dt {
    width: 200px;
    padding-top: 6px;
}

.form-inn .item dd {
    width: calc(100% - 200px);
}

.form-inn .item dd input[type="text"] {
    width: 100%;
    border: none;
    padding: 10px;
}

.form-inn .item dd textarea {
    width: 100%;
    height: 200px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-inn .item dd input[type="radio"] {
    margin-right: 5px;
}

.form-inn .item dd input[type="radio"] + label {
    margin-right: 10px;
}

.form-inn .btnbox {
    margin-top: 50px;
}

.form-inn .btnbox li {
    max-width: 300px;
}

.form-inn .btnbox li button {
    font-size: 20px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 5px;
}

@media only screen and (max-width: 599px) {
    .form .attention {
        font-size: 3.5vw;
        margin-bottom: 30px;
    }

    .form-inn .item dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-inn .item dd {
        width: 100%;
    }

    .form-inn .btnbox {
        margin-top: 30px;
    }

    .form-inn .btnbox li {
        margin: 0 1%;
        margin-bottom: 0 !important;
    }

    .form-inn .btnbox li button {
        font-size: 18px;
    }
}



/*bottom-banner*/

.bottom-banner-inn {
    position: relative;
    overflow: hidden;
}

[data-element-id] .bottom-banner-inn:before,
[data-element-id] .bottom-banner-inn:after {
    display: none;
}

.bottom-banner-inn:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.bottom-banner-inn:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}

.bottom-banner-inn .box {
    padding: 60px 20px;
    position: relative;
    z-index: 3;
}

.bottom-banner-inn .top {
    margin-bottom: 20px;
}

.bottom-banner-inn .top .logo {
    width: 150px;
}

.bottom-banner-inn .top .txt {
    width: calc(100% - 160px);
    color: #fff;
    text-align: right;
}

[data-element-id] .bottom-banner-inn .top .txt {
    color: inherit;
}

.bottom-banner-inn .telbox {
    background: #333;
    padding: 10px;
    text-align: center;
}

.bottom-banner-inn .telbox li {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 3px;
    margin: 0 10px;
}

.bottom-banner-inn .telbox li:before {
    display: inline-block;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.bottom-banner-inn .telbox li.tel:before {
    content: "\f879";
}

.bottom-banner-inn .telbox li.fax:before {
    content: "\f1ac";
}

@media only screen and (max-width: 599px) {
    .bottom-banner-inn .box {
        padding: 30px 20px;
    }

    .bottom-banner-inn .top .logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .bottom-banner-inn .top .logo img {
        max-width: 200px;
    }

    .bottom-banner-inn .top .txt {
        width: 100%;
        text-align: left;
    }
}



/*search-slider*/

.search-slider .slick-slide > div {
    height: auto;
}

.search-slider .item {
    display: inline-block;
    width: 25%;
    padding: 10px;
}

.search-slider .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.search-slider .item a img {
    max-height: 100%;
    margin: auto;
}



/*shop-list*/

.shop-link li {
    width: 48%;
    margin: 0 1% 20px;
}

.shop-link li a {
    height: 100%;
    font-size: 14px;
    border: solid 1px #333333;
    padding: 10px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-link li a:hover {
    color: #fff;
    background: #333;
    opacity: 1;
}

.shop-link li a:before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shop-link li a:hover:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 12px #333;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .shop-list:nth-of-type(n+2) {
    display: none;
}

.shop-list .con1 .logo {
    width: 180px;
    height: 180px;
    line-height: 200px;
    background: #fff;
    border-radius: 100%;
    padding: 30px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.shop-list .con1 .logo img {
    max-height: 100%;
    margin: auto;
}

.shop-list .con1 .box {
    background: #fff;
    padding: 40px;
}

.shop-list .box .left {
    width: 48%;
}

.shop-list .box .left .imgbox {
    margin-bottom: 50px;
}

.shop-list .box .left .imgbox .bigimg {
    margin-bottom: 15px;
}

.shop-list .box .left .info li {
    border-bottom: solid 1px #f8f8f8;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
}

.shop-list .box .left .info li:not(:last-of-type) {
    margin-bottom: 10px;
}

.shop-list .box .left .info li:before {
    display: block;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.shop-list .box .left .info li.store:before {
    content: "\f54e";
}

.shop-list .box .left .info li.pin:before {
    content: "\f3c5";
    left: 3px;
}

.shop-list .box .left .info li.mobile:before {
    content: "\f3cd";
    left: 4px;
}

.shop-list .box .left .info li.clock:before {
    content: "\f017";
    left: 1px;
}

.shop-list .box .left .info li.close:before {
    content: "\f273";
    left: 2px;
}

.shop-list .box .left .info li.train:before {
    content: "\f239";
    left: 2px;
}

.shop-list .box .right {
    width: 48%;
}

.shop-list .box .right .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.shop-list .box .right .writext {
    margin-top: 50px;
    text-align: center;
}

.shop-list .box .right .btn {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.shop-list .box .map {
    margin-top: 50px;
}

.shop-list .box .snsbox {
    margin-top: 30px;
}

.shop-list .snsbox li {
    width: 31.333%;
    max-width: 130px;
    margin: 0 1%;
    text-align: center;
}

.shop-list .snsbox li a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #080808;
    border-top-left-radius: 20px;
    padding: 12px 10px 12px 35px;
    position: relative;
    overflow: hidden;
}

.shop-list .snsbox li a:before {
    display: block;
    content: "";
    font-family: "font awesome 5 brands";
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.shop-list .snsbox li.twitter a {
    background: #00a0e9;
}

.shop-list .snsbox li.twitter a:before {
    content: "\f081";
}

.shop-list .snsbox li.facebook a {
    background: #00479d;
}

.shop-list .snsbox li.facebook a:before {
    content: "\f09a";
}

.shop-list .snsbox li.instagram a {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.shop-list .snsbox li.instagram a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: 0;
}

.shop-list .snsbox li.instagram a:before {
    content: "\f16d";
}

.shop-list .snsbox li.instagram span {
    position: relative;
    z-index: 1;
}

.shop-list .snsbox li.blogbtn a:before {
    content: "\f304";
    font-family: "font awesome 5 free";
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .shop-link li {
        width: 48%;
    }

    .shop-list .con1 .box {
        padding: 25px;
    }

    .shop-list .box .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .shop-list .box .left .imgbox {
        margin-bottom: 30px;
    }

    .shop-list .box .right {
        width: 100%;
    }

    .shop-list .box .right .tit {
        font-size: 20px;
    }
    
    .shop-list .snsbox li {
        width: 46%;
        max-width: 200px;
        margin: 1% 2%;
    }
    
    .shop-list .box .btnbox li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .shop-link li {
        width: 100%;
    }
    
    .shop-link li a {
        font-size: 12px;
    }

    .shop-list .con1 .logo {
        margin-bottom: 30px;
    }

    .shop-list .con1 .box {
        padding: 15px;
    }

    .shop-list .box .right .tit {
        font-size: 18px;
    }

    .shop-list .box .map {
        margin-top: 30px;
    }

    .shop-list .snsbox li a {
        font-size: 11px;
        padding: 12px 10px 12px 25px;
    }

    .shop-list .snsbox li a:before {
        font-size: 16px;
        left: 15px;
    }
}



/*loading*/

#wrapper {
    opacity: 0;
}

#wrapper.load-finish {
    opacity: 1;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#loading {
    width: 0;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 200;
}

#loading.load-now {
    width: 100%;
}

#loading.load-finish {
    width: 0;
    left: auto;
    right: 0;
}

.loadingText {
    width: 95%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

[data-element-id] .loadingText {
    width: 100%;
    border: solid 2px green;
    position: static;
    transform: none;
}

[data-element-id] .loadingText:before {
    display: block;
    content: "ローディング画面用のテキスト";
    color: #fff;
    background: green;
    padding: 10px;
}

[data-element-id] .fadeinText {
    opacity: 1;
}

.fadeinText {
    opacity: 0;
}

.fadeinText.opacity {
    opacity: 1;
}

.loadingText .tit {
    display: inline-block;
    font-size: 8vw;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 5px;
    margin-bottom: 20px;
    position: relative;
}

.loadingText .sub {
    font-size: 2vw;
}

.loadingText .str {
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}

.loadingText .str.fadein {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .loadingText .tit {
        font-size: 20vw;
    }
    
    .loadingText .sub {
        font-size: 5vw;
    }
}



/*header*/

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

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#header.fixed {
    background: rgba(255, 255, 255, 0.8);
}

#header .headinn {
    width: 96%;
    margin: auto;
}

#header .logo {
    width: 150px;
}

#header .logo a {
    display: block;
}

[data-element-id] #header #gnav {
    flex-wrap: wrap;
}

#header #gnav {
    width: calc(100% - 150px);
    text-align: right;
}

#gnav .sns {
    border-left: solid 2px;
    margin-left: 15px;
    margin-right: 5px;
}

#gnav .menu li {
    padding: 25px 0;
}

#gnav li {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}

#gnav li.contact a:before {
    display: inline-block;
    content: "\f0e0";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 5px;
}

#gnav li.recruit a:before {
    display: inline-block;
    content: "\f002";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 5px;
}

#gnav li.twitter a:before {
    display: inline-block;
    content: "\f081";
    font-family: "font awesome 5 brands";
    font-weight: bold;
    font-size: 20px;
}

#gnav li.facebook a:before {
    display: inline-block;
    content: "\f09a";
    font-family: "font awesome 5 brands";
    font-weight: bold;
    font-size: 20px;
}

#gnav li a {
    display: block;
}

#gnav .dropdown {
    position: relative;
}

#header.fixed #gnav .dropdown ul {
    background: rgba(255, 255, 255, 0.8);
}

#gnav .dropdown ul {
    display: none;
    width: 150px;
    position: absolute;
    top: 100%;
    left: 0;
}

[data-element-id] #gnav .dropdown ul {
    display: block;
    position: static;
}

#gnav .dropdown:hover ul {
    display: block;
}

#gnav .dropdown ul li {
    padding: 10px;
    margin: 0;
    text-align: left;
}

[data-element-id] #gnav .dropdown ul li {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    #header .headinn {
        width: 92%;
        padding: 20px 0;
    }
  
    #header #gnav > .menu {
        display: none;
    }
}

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

    #header .logo {
        width: 120px;
    }

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



/*accordion*/

#gnav .toggle {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 251;
}

#gnav .toggle .bar {
    display: block;
    background: #333;
    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: #333;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
}

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

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

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

[data-element-id] #gnav .barger-body {
    height: auto;
    position: static !important;
    transform: none !important;
}

#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: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    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;
    cursor: pointer;
}

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

#gnav .barger-body li {
    color: #333;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#gnav .barger-body li.barger-logo {
    width: 65%;
    max-width: 200px;
    margin: 0 auto 40px;
}

#gnav .barger-body .sns {
    border: none;
    margin: 30px auto 0;
}

#gnav .barger-body .sns li {
    margin: 0 10px;
}

#gnav .barger-body dl {
    text-align: left;
}

#gnav .barger-body dl:not(:last-of-type) {
    margin-bottom: 30px;
}

#gnav .barger-body dt {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

#gnav .barger-body dd {
    color: #333;
    margin-bottom: 10px;
    padding-left: 2em;
    position: relative;
}

#gnav .barger-body dd:before {
    display: inline-block;
    content: "∟";
    position: absolute;
    top: 0;
    left: 0.5em;
}



/*footer*/

#footer .contactbox .btn {
    margin-top: 0;
}

#footer .footbottom .left dt {
    font-size: 18px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

#footer .footbottom .left dd {
    font-size: 14px;
    margin-bottom: 5px;
}

#footer .footbottom .right .info {
    margin-bottom: 30px;
}

#footer .footbottom .right .info .tit {
    font-weight: bold;
    margin-bottom: 15px;
}

#footer .footbottom .right .detail {
    margin-bottom: 20px;
}

#footer .footbottom .right .detail a {
    display: block;
    font-weight: bold;
    background: #f4f4f4;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

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

#footer .footbottom .right .contact {
    margin-bottom: 20px;
}

#footer .footbottom .right .contact a {
    display: block;
    color: #fff;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

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

#footer .footbottom .right .footsns {
    text-align: right;
}

#footer .footbottom .right .footsns li {
    display: inline-block;
    margin: 0 5px;
}

#footer .footbottom .right .footsns li a:before {
    display: block;
    font-family: "font awesome 5 brands";
    font-weight: bold;
    font-size: 26px;
}

#footer .footbottom .right .footsns li.twitter a:before {
    content: "\f081";
}

#footer .footbottom .right .footsns li.facebook a:before {
    content: "\f09a";
}

#footer .footbottom .copy {
    color: #333333;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    #footer .footbottom .right .footsns {
        text-align: center;
    }
}




/*01_index*/

.mainimg {
    position: relative;
}

.mainimg .img {
    height: 90vh;
}

.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;
}

.mainimg .img img {
    -webkit-filter: brightness(1.05) sepia(0.1) saturate(1.2);
    filter: brightness(1.05) sepia(0.1) saturate(1.2);
    opacity: 0.9;
}

.mainimg .catch {
    width: 90%;
    position: absolute !important;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.mainimg .catch h2 {
    display: inline-block;
    font-size: 90px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 5px;
    margin-bottom: 20px;
    position: relative;
}

.mainimg .catch h2 .en {
    display: inline-block;
    margin-right: 10px;
}

[data-element-id] .mainimg .catch h2 .color {
    display: block;
}

.mainimg .catch h2 .color {
    display: inline-block;
    color: transparent;
    background: -webkit-linear-gradient(45deg, #ff7b95 0%, #ffb696 100%);
    background: linear-gradient(45deg, #ff7b95 0%, #ffb696 100%);
    -webkit-background-clip: text;
    position: relative;
}

_:-ms-lang(x)::-ms-backdrop, .mainimg .catch h2 .color {
    color: #ff7b95;
    background: none;
}

.mainimg .catch .sub {
    font-size: 20px;
    text-shadow: 0 0 10px #fff;
}

[data-element-id] .mainimg .catch .writext {
    display: block;
    position: static !important;
    transform: none;
}

.mainimg .catch .writext {
    color: #333;
    font-size: 30px;
    text-shadow: 0 0 10px #fff;
    position: absolute !important;
    bottom: 0;
    left: 100%;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    -ms-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
}

.top-news .news-slider {
    padding-top: 50px;
    margin-bottom: 0;
}

.top-news .news-slider .slick-dots {
    text-align: right;
    top: 0;
    bottom: auto;
}

.top-news .news-list .item {
    padding: 0 10px 15px;
}

[data-element-id] .top-news .news-list .item {
    display: inline-block;
    width: 24%;
}

[data-element-id] .top-news .news-list .item:nth-of-type(n+5) {
    display: none;
}

.top-policy .bg-type5 {
    padding-top: 0;
}

.top-policy .con2 .btn {
    margin-top: 0;
}

.index .salon-search .bg-type1 {
    padding-bottom: 0;
}

.top-job {
    background-color: #fff;
    background-image: -webkit-radial-gradient(#fee4e4 10%, transparent 15%);
    background-image: radial-gradient(#fee4e4 10%, transparent 15%);
    background-size: 20px 20px;
}

@media only screen and (max-width: 1024px) {
    .mainimg .catch h2 {
        font-size: 70px;
        line-height: 1.2;
    }

    .mainimg .catch .writext {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .mainimg .catch h2 {
        font-size: 45px;
    }

    .mainimg .catch h2 .en {
        display: block;
        margin-right: 0;
    }

    .mainimg .catch .writext {
        font-size: 20px;
    }

    .mainimg .catch .sub {
        font-size: 18px;
    }
}



/*
02_about
03_greeting
*/

.about1 .left {
    width: 55%;
}

.about1 .right {
    width: 40%;
}

.about1 .right .writext {
    font-size: 120px;
    margin-bottom: 40px;
}

.about1 .right .txt {
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .about1 .left {
      width: 45%;
  }
  
  .about1 .right {
      width: 50%;
  }
  
  .about1 .right .writext {
      font-size: 70px;
  }
  
  .about1 .right .txt {
      font-size: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .about1 .left {
      width: 100%;
      margin-bottom: 20px;
  }
  
  .about1 .right {
      width: 100%;
  }
}

.greeting1 .con2 {
    margin-bottom: 50px;
}

.greeting1 .con2 .inner {
    padding-bottom: 20px;
}

.greeting1 .con2 .box {
    position: relative;
    z-index: 1;
}

.greeting1 .con2 .right .txt {
    font-size: 22px;
    font-weight: bold;
}

.greeting1 .con2 .writext {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.greeting1 .con3 .message .sign {
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
}

.greeting1 .con3 .message .sign dt {
    margin-bottom: 10px;
}

.greeting1 .con3 .carrer {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 10px 20px #f5f5f5;
    box-shadow: 0px 10px 20px #f5f5f5;
}

.greeting1 .con3 .carrer dt {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 3px #ff7b95;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.greeting1 .con3 .carrer dt {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
}

.greeting2 .con1 .attention {
    margin-bottom: 80px;
}

.greeting2 .con1 .bgimg {
    height: 75%;
}

@media only screen and (max-width: 1024px) {
    .greeting1 .con2 .right .txt {
        font-size: 18px;
    }

    .greeting2 .con1 .attention {
        margin-bottom: 50px;
    }

    .greeting2 .con1 {
        background: #333;
    }

    .greeting2 .con1 .bgimg {
        height: auto;
    }

    .greeting2 .con1 .bgimg:after {
        opacity: 1;
        background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    }
}

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

    .greeting1 .con2 .inner {
        padding-bottom: 30px;
    }

    .greeting1 .con2 .left {
        padding: 20px;
        margin-bottom: 20px;
    }

    .greeting1 .con2 .right .txt {
        font-size: 16px;
    }

    .greeting2 .con1 .attention {
        margin-bottom: 30px;
    }
}



/*
04_golf
05_food
*/

.golf1 .left .txt {
    font-size: 18px;
    line-height: 2;
}

.golf1 .right .writext {
    text-align: center;
}

.golf1 .right .img img {
    max-width: 250px;
}

.golf2 .con1 .attention {
    margin-bottom: 80px;
}

.golf2 .con1 .bgimg {
    height: 75%;
}

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

    .golf2 .con1 .bgimg {
        height: 100%;
    }
}

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



/*06_products*/

.products-list {
    background: #fff;
    padding: 40px 40px 0px;
    overflow: hidden;
}

.products-list .con {
    border-bottom: dotted 3px #d9d9d9;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.products-list .con .attention {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.products-list .con .logo {
    margin-bottom: 30px;
}

.products-list .item .img {
    margin-bottom: 30px;
}

.products-list .item .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.products-list .item .txt {
    font-size: 12px;
    margin-bottom: 20px;
}

.products-list .item .price {
    font-size: 12px;
    text-align: right;
}

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

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

    .products-list .con {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .products-list .item .img {
        height: auto !important;
    }

    .products-list .item .tit {
        height: auto !important;
    }

    .products-list .item .txt {
        height: auto !important;
    }
}



/*12_salon_search*/

@media only screen and (max-width: 599px) {
  .search-wrap .sub-tit h2 {
      font-size: 22px;
  }
}

.salon-search .freeword {
    margin-bottom: 20px;
    text-align: center;
}

.salon-search .freeword .txt {
    width: 200px;
    text-align: left;
}

.salon-search .freeword input {
    width: calc(100% - 500px);
    line-height: 40px;
    background: #fff;
    border: none;
    padding: 0 5px;
}

.salon-search .freeword .minisubmit {
    width: 100px;
    line-height: 40px;
    color: #fff;
    background: #333;
    border: none;
}

.salon-search .freeword .minisubmit:hover {
    opacity: 0.6;
}

.salon-search .select {
    margin-bottom: 20px;
}

.salon-search .select dt {
    color: #fff;
    background: #333;
    padding: 15px 30px;
}

.salon-search .select dd select {
    width: 100%;
    background: #eeeeee;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
}

.salon-search .bigsubmit {
    display: block;
    width: 100%;
    max-width: 400px;
    line-height: 50px;
    color: #fff;
    background: #333;
    border: none;
    margin: auto;
}

.salon-search .bigsubmit:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
    .salon-search .freeword .txt {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .salon-search .freeword input {
        width: calc(100% - 100px);
    }

    .salon-search .select dt {
        padding: 10px;
    }

    .salon-search .select dd select {
        padding: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .salon-search .freeword input {
        width: calc(100% - 60px);
    }

    .salon-search .freeword .minisubmit {
        width: 60px;
    }
}

.search-list .item {
    border-bottom: solid 2px #cbcbcb;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.search-list .item .left {
    width: 150px;
}

.search-list .item .center {
    width: calc(100% - 550px);
    margin-left: 70px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-list .item .center li {
    border-bottom: solid 1px #f8f8f8;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
}

.search-list .item .center li:not(:last-of-type) {
    margin-bottom: 10px;
}

.search-list .item .center li:before {
    display: block;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.search-list .item .center li.store:before {
    content: "\f54e";
}

.search-list .item .center li.pin:before {
    content: "\f3c5";
    left: 3px;
}

.search-list .item .center li.mobile:before {
    content: "\f3cd";
    left: 4px;
}

.search-list .item .center li.clock:before {
    content: "\f017";
    left: 1px;
}

.search-list .item .center li.close:before {
    content: "\f273";
    left: 2px;
}

.search-list .item .center li.train:before {
    content: "\f239";
    left: 2px;
}

.search-list .item .right {
    width: 260px;
    margin-left: 70px;
}

.search-list .item .right .btn {
    margin-top: 0;
}

.search-list .item .right .btn:not(:last-of-type) {
    margin-bottom: 10px;
}

.search-list .item .right .btn a {
    padding: 18px 10px;
}

@media only screen and (max-width: 1024px) {
    .search-list .item .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .search-list .item .left img {
        max-width: 200px;
    }

    .search-list .item .center {
        width: calc(100% - 280px);
        margin-left: 0;
    }

    .search-list .item .right {
        width: 250px;
        margin-left: 20px;
    }
}

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

    .search-list .item .center {
        width: 100%;
    }

    .search-list .item .right {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }
}



/*13_recruit*/

.recruit2 .item {
    padding-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

[data-element-id] .recruit2 .item .writext {
    position: static !important;
    transform: none;
}

.recruit2 .item .writext {
    color: transparent;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    -webkit-background-clip: text;
    line-height: 1.5;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

_:-ms-lang(x)::-ms-backdrop, .recruit2 .item .writext {
    color: #ff7b95;
    background: none;
}

.recruit2 .item .tit {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

.recruit3 .bgimg {
    height: 75%;
}

.recruit5 .item {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 10px 20px #f5f5f5;
    box-shadow: 0px 10px 20px #f5f5f5;
    padding: 50px;
}

.recruit5 .item:not(:last-of-type) {
    margin-bottom: 30px;
}

.recruit5 .item .left .tit {
    font-size: 20px;
    border-bottom: solid 3px #ff7b95;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.recruit6 .item {
    width: 25.333%;
    margin: 0 4%;
    margin-bottom: 80px;
}

.recruit6 .item dt {
    color: #fff;
    font-size: 28px;
    background: #88abda;
    border-radius: 100%;
    margin-bottom: 20px;
    position: relative;
}

.recruit6 .item:nth-of-type(6n+2) dt {
    background: #8c97cb;
}

.recruit6 .item:nth-of-type(6n+3) dt {
    background: #8f82bc;
}

.recruit6 .item:nth-of-type(6n+4) dt {
    background: #c490bf;
}

.recruit6 .item:nth-of-type(6n+5) dt {
    background: #f19ec2;
}

.recruit6 .item:nth-of-type(6n+6) dt {
    background: #f29c9f;
}

.recruit6 .item:not(:last-of-type) dt:after {
    display: block;
    content: "▶︎";
    color: #333;
    position: absolute !important;
    top: 50%;
    right: -22%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recruit6 .item dt:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.recruit6 .item dt .inn {
    width: 95%;
    text-align: center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recruit9 .form-inn .item dd input[type="text"] {
    background: #f4f4f4;
}

.recruit9 .form-inn .item dd textarea {
    background: #f4f4f4;
}

.form-inn .item dd > div {
    padding-top: 6px;
}

@media only screen and (max-width: 1024px) {
    .recruit3 .bgimg {
        height: 100%;
    }

    .recruit5 .item {
        padding: 30px;
    }

    .recruit6 .item {
        margin-bottom: 50px;
    }

    .recruit6 .item dt {
        font-size: 22px;
    }
}

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

    .recruit6 .item {
        width: 42%;
        margin-bottom: 30px;
    }

    .recruit6 .item:not(:last-of-type) dt:after {
        right: -18%;
    }
}



/*
14_job_description
99_job_description_detail
*/

.job-list {
    background: #fff;
    padding: 30px;
}

.job-list a {
    display: block;
    padding: 10px;
}

.job-list a:hover {
    -webkit-box-shadow: 0px 10px 20px #f0f0f0;
    box-shadow: 0px 10px 20px #f0f0f0;
    opacity: 1;
}

.job-list .top .logo {
    width: 50px;
    height: 50px;
    border: solid 1px #f0f0f0;
    border-radius: 100%;
    padding: 5px;
}

.job-list .top .name {
    width: calc(100% - 70px);
}

.job-list .top .name .station {
    display: inline-block;
    font-size: 14px;
    border-left: solid 1px;
    line-height: 1;
    padding-left: 5px;
    margin-left: 5px;
}

.job-list .center .right li {
    display: inline-block;
    font-size: 12px;
    border: solid 2px #ff7b95;
    padding: 0 2px;
    margin: 0 5px 10px 0;
    vertical-align: baseline;
}

.job-list .center .right .catch {
    font-size: 14px;
    margin-bottom: 10px;
}

.job-list .center .right .add {
    font-size: 12px;
    padding-left: 15px;
    position: relative;
}

.job-list .center .right .add:before {
    display: block;
    content: "\f3c5";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.job-list .bottom {
    margin-top: 20px;
    text-align: center;
}

.job-list .bottom .more {
    width: 150px;
    color: #fff;
    background: #333;
    border-radius: 30px;
    padding: 10px;
    margin: auto;
}

.job-list a:hover .bottom .more {
    color: #333;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
}

@media only screen and (max-width: 1024px) {
    .job-list {
        padding: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .job-list {
        padding: 10px;
    }
}

.job1 .dltable dd span {
    display: inline-block;
    border: solid 2px #ff7b95;
    padding: 5px 10px;
}

.job1 .btnbox {
    margin-top: 80px;
}

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

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



/*post-category*/

.post-category .acc-inn {
    max-width: 31.333%;
    margin: 0 1%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post-category .acc-btn {
    color: #fff;
    font-size: 14px;
    background: #333;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
}

.post-category .acc-btn:after {
    display: block;
    content: "\f078";
    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%);
}

.post-category .acc-btn.open:after {
    content: "\f077";
}

.post-category .acc-btn:hover {
    opacity: 0.6;
}

[data-element-id] .post-category .acc-body {
    display: block;
}

.post-category .acc-body {
    display: none;
}

.post-category .acc-body li:not(:last-of-type) {
    border-bottom: solid 1px #333;
}

[data-element-id] .post-category .acc-body li:nth-of-type(n+20) {
    display: none;
}

.post-category .acc-body li a {
    display: block;
    font-size: 14px;
    background: #fff;
    padding: 10px 20px;
}

@media only screen and (max-width: 599px) {
    .post-category .acc-inn {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .post-category .acc-inn:not(:last-of-type) {
        margin-bottom: 20px;
    }
}



/*
16_news
99_news_detail
*/

.news-list .item a {
    display: block;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px #ccc;
    box-shadow: 0px 10px 10px #e8e8e8;
    padding: 15px;
}

.news-list .item .info {
    margin-bottom: 5px;
}

.news-list .item .info .date {
    font-size: 14px;
}

.news-list .item .info .cate-inn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    border-radius: 20px;
    padding: 1px 10px;
    margin: 0 7px 5px 0;
}

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

.news-list .item .img:before {
    display: block;
    content: "";
    width: 57px;
    height: 17px;
    background: url(/import/tenant_1/160.16.219.9/html/01_official_site/images/17_news/news_logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .news-list .item a {
        padding: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .news-list .item .cate {
        height: auto !important;
    }
}

.news-single {
    background: #fff;
    padding: 80px;
}

.news-single .tit {
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

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

.news-single .info > * {
    display: inline-block;
}

.news-single .info dt {
    color: #999;
    font-size: 20px;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    margin-right: 10px;
}

.news-single .info dd {
    color: #999;
    font-size: 18px;
}

.news-single .txt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .news-single {
        padding: 30px;
    }

    .news-single .tit {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    
    .news-single .info > * {
        display: block;
    }
}

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

    .news-single .info {
        margin-bottom: 10px;
    }

    .news-single .info dt {
        font-size: 18px;
    }

    .news-single .info dd {
        font-size: 16px;
    }

    .news-single .tit {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}



/*
17_blog
99_blog_detail
*/

.blog-list .item a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px #ccc;
    box-shadow: 0 10px 15px #ccc;
    position: relative;
    overflow: hidden;
}

.blog-list .item a:before {
    display: block;
    content: "\f054";
    width: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    background: #ff7b95;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-list .item a:hover {
    opacity: 1;
}

.blog-list .item a:hover:before {
    right: -20px;
    opacity: 0;
}

.blog-list .item .img {
    position: relative;
}

.blog-list .item .img:before {
    display: block;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 1px transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-list .item .img:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    background: linear-gradient(45deg, #ffb696 0%, #ff7b95 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-list .item a:hover .img:before {
    border: solid 1px #fff;
    opacity: 1;
}

.blog-list .item a:hover .img:after {
    opacity: 0.6;
}

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

.blog-list .item .info {
    margin: 10px 10px 0;
    padding-bottom: 10px;
    padding-right: 25px;
    position: relative;
}

.blog-list .item .info dt {
    color: #999;
    font-family: 'Staatliches', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 2px;
}

.blog-list .item .info dd {
    color: #999;
}

.recommend .ttl-box {
    margin-bottom: 30px;
    position: relative;
}

.recommend .ttl-box h3 {
    margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
    .recommend .ttl-box .ttl {
        position: relative;
        z-index: 1;
    }

    .recommend .ttl-box .writext {
        position: absolute !important;
        right: 0;
        z-index: 0;
        opacity: 0.8;
    }
}

.box.dltable:not(:first-of-type){
  position: relative;
}

.box.dltable:not(:first-of-type):before{
    width: 230px;
    background: #ed8870;
    left: 0;
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
} 

.box.dltable:not(:first-of-type):after{
    width: calc(100% - 230px);
    background: #e5e5e5;
    right: 0;
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
} 



.box.dltable:not(:first-of-type){
  margin-top: 60px;
  padding-top: 80px;
}
