@charset "utf-8";
/*
スマホ用CSS
*/


@media (max-width: 991px) {
    .pc-display {
        display: none!important;
    }

    body {
        font-size: 12px!important;
        line-height: 20px!important;
    }

    nav.globalMenuSp {
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }

    nav.globalMenuSp ul li a {
        background: #fff;
    }
     
    nav.globalMenuSp ul {
        background: #ccc;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
     
    nav.globalMenuSp ul li {
        font-size: 11px;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #ddd;
        text-align: left;
    }

    .globalMenuSp ul li span {
        display: inline-block!important;
        font-size: 12px!important;
        margin: 0 0 0 10px;
    }
     
    /* 最後はラインを描かない */
    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
     
    nav.globalMenuSp ul li a {
        display: block;
        padding: 1.5em 1em;
    }

    nav.globalMenuSp ul li a:after {
        font-family: "Font Awesome 5 Free";
        content: '\f105';
        float: right;
    }
     
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
    }

    .navToggle {
        display: block;
        position: fixed;    /* bodyに対しての絶対位置指定 */
        right: 10px;
        top: 10px;
        width: 51px;
        height: 51px;
        cursor: pointer;
        z-index: 99999;
        background: #ed8d8d;
        text-align: center;
        border-radius: 5px;
    }
     
    .navToggle span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #eee;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 10px;
    }

    .siteContent {
        padding: 0!important;
    }
     
    .navToggle span:nth-child(1) {
        top: 9px;
    }
     
    .navToggle span:nth-child(2) {
        top: 18px;
    }
     
    .navToggle span:nth-child(3) {
        top: 27px;
    }
     
    .navToggle span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
        line-height: 12px;
        letter-spacing: 0;
    }

    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
     
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    h1.navbar-brand {
        float: left;
        padding: 0 0 0 10px;
        width: 52%;
    }

    .container,
    .contents-width {
        width: 90%!important;
        margin: 0 auto!important;
    }

    header .siteHeadContainer {
        padding: 1.6em 0 1.5em 0!important;
    }

    .page-id-50 section {
        padding: 0;
    }

    .tel--box {
        margin: 1em auto 2em auto!important;
    }

    .siteHeader .container {
        width: 100%!important;
    }

    section {
        padding: 3em 0;
    }

    .bnr-list,
    .coupon-list {
        margin-bottom: 0;
    }

    .img-table {
        display: table;
        width: 100%;
        margin: 3em 0 0 0;
    }

    .ribbon-ttl {
        width: 55%!important
    }

    .coupon-list {
        margin-top: 0!important;
    }

    .bnr-list li {
        margin: 0 0 1em 0!important;
    }

    .img-table p {
        display: table-cell;
        vertical-align: middle;
        padding: 0 1%;
    }

    .sectiion--table {
        margin: 2.5em 0 0 0;
    }

    .img-table {
        margin: 0 0 2.5em 0;
    }

    .btn-normal a {
        margin: 0 auto;
    }

    .gallery-list li .category {
        display: inline-block;
        border-radius: 50px;
        padding: 2px!important;
        width: 90%!important;
        position: relative!important;
        margin: 0 auto!important;
        top: -14px;
        font-size: 12px;
    }

    .btn-normal a:after, .gallery-list li .category:after {
        position: relative;
        right: 10px;
    }

    h2.head:before {
        content: '';
        display: block;
        background: url(css/images/vp_icon04.png) no-repeat;
        background-size: 32px!important;
        width: 32px!important;
        height: 32px!important;
    }

    h2.head {
        font-size: 15px!important;
        padding: 0!important;
    }

    .gallery-list li {
        width: 30%!important;
        margin: 0!important;
    }

    .bnr-list li {
        display: block;
        width: 70%;
        margin: 0 0 1em 0;
    }

    .coupon-list li {
        display: block;
        width: 82%;
        margin: 0 0 1em 0!important;
    }

    .concept-list li,
    .staff-list li {
        width: 31.5%!important;
        display: inline-block;
    }

    .staff-list li {
        margin: 0 0.5% 1em 0.5%!important;
    }

    .staff-list {
        margin: 2.5em 0 1em 0!important;
    }

    .custum-post {
        margin: 2em 0 3em 0!important;
        width: 90%!important;
    }

    .center .custum-post .ttl-img {
        width: 60%;
    }

    footer .footerMenu {
        padding: 1.5em 0 0 0!important;
    }

    footer .tel {
        margin: 0.5em 0 0 0;
    }

    footer .col-md-7 {
        margin: 1.5em 0 0 0;
    }

    footer .copySection p {
        font-size: 11px!important;
    }

    .entry-body section .bg-on-text {
        background: rgba(96,90,90,0.9);
        padding: 2em 1em 1em 1em;
        color: #fff;
        border-radius: 10px;
        margin: -25px auto 0 auto;
        width: 95%;
    }

    .entry-body .section1 .copy-img {
        position: absolute;
        top: 9%;
        width: 50%;
        left: 2%;
    }

    section .contents-width .img-point {
        float: left;
        width: 28%;
        position: relative;
        bottom: 0;
    }

    .point-section-3 {
        padding: 0!important;
    }

    .tp20 {
        position: relative;
        top: 20px;
    }

    section .contents-width .img-point {
        float: left;
        width: 28%;
        position: relative;
        bottom: 0;
        top: -10px;
    }

    .point-section-2 .point02 {
        top: -40px;
    }

    .point02 {
    width: 28%;
    position: relative;
    top: -10px;
    float: right;
    }

    .point-section-1 {
        margin: 0!important;
        padding: 0!important;
    }

    .point-section-1 .first-col {
        position: relative;
        top: -50px;
    }

    body .point-section-3 .contents_inner,
    body .point-section-1 .contents_inner {
        padding: 0!important;
        margin: 0 0 -40px 0;
    }

    .point-section-2 .contents_inner {
        padding: 50px 0 120px;
    }

    .point-section-3 .bg-pink {
        display: inline-block!important;
    }

    .point-section-2 {
        margin: 0 0 -80px 0!important;
    }

    .point-section-3 .contents {
        padding: -50px 0 0 0;
    }

    .pont-section-2 .point02 {
        position: relative;
    top: -50px;
    left: 0;
    margin: 0 0 -36px 0;
    }

    .point-section-2 .left {
    margin: 0!important;
    text-align: left;
    width: 100%;
    }

    .point-section-3 .first-col {
        margin: -90px 0 50px 0;
    }

    .top-deco {
        text-align: left;
    }
    .point-section-4 section .contents-width .img-point {
        top: -40px;
        margin: 0 0 -50px 0;
    }

    .point-section-4 .contents_inner{
        padding: 70px 0 150px 0;
    }

    .media .entry-meta_items_term {
        top: -2px!important;
    }

    .point-section-4 .left {
        margin: -20px 0 0 -10px;
    }

    .tax-kimono_category .mainSection header.archive-header:before, .tax-kimono_category .mainSection header.archive-header:after {
        top: 30%!important;
    }

    .archive .gallery-list {
        padding: 0!important;
    }

    section .contents-width .point04 {
        top: -30px;
        float: right;
    }

    .point-section-5 .contents_inner {
        padding: 130px 0 30px 0;
    }

    .point-section-5 .first-col {
        margin: -60px 0 0 0;
    }

    .point-section-5 {
        margin: -240px 0 0 0!important;
    }

    .breadSection {
        marker-start: 0 0 -30px 0;
    }

    .menu-large li {
        width: 42%;
        font-size: 14px;
    }

    .menu-large li a {
        width: 100%1!important;
        color: #fff;
    font-family: 'YuMincho';
    display: block;
    padding: 10px;
    }

    a:hover {
        text-decoration: none;
    }

     .menu-large li:first-child a {
        background: #6f6968;
    }

    .menu-large li:last-child a {
        background: #ed8d8d;
    }

    .menu-middle li {
        width: 48%!important;
        display: inline-block!important;
        border-right: solid 1px #6f6968!important;
    }

    .post-type-archive-kimono .media {
        width: 45%!important;
        margin: 0.5% 1%!important;
        position: relative!important;
        padding: 0!important;
        display: inline-block;
    }

    .category-blog .media {
        width: 100%!important;
    }

    .normal-post-archive .postList_thumbnail {
        display: table-cell!important;
        width: 28%!important;
        padding: 0 2% 0 0!important;
    }

    .media .media-body p {
        font-size: 12px!important;
    }

    #respond label {
        width: 100%!important;
        margin: 0;
    }

    .post-type-archive-kimono .post-type-archive-kimono .media,
    .tax-kimono_category .media {
        width: 46%!important;
        margin: 0 0.5%!important;
        position: relative;
        display: inline-block;
        padding: 0!important;
    }

    .header-tel {
        width: 50px;
        float: right;
        position: relative;
        right: 68px;
        top: -8px;
    }

    .media .postList_thumbnail {
        margin-bottom: 0!important;
    }

    .entry-meta .entry-meta_items_term {
        margin-top: 0!important;
    }

    .mainSection .postList {
        margin-top: 1em;
    }

    .footer-link-list {
        margin: 1em 0 4em 0;
    }

    .footer-link-list li {
        width: 80%!important;
        margin: 0 auto 0.5em auto!important;
    }

    .footer-link-list li a {
        width: 80%;
        padding: 10px;
    }

    .tax-kimono_category .mainSection header.archive-header h1 {
        font-size: 18px!important;
        line-height: 18px!important;
    }

    .message {
        width: 120%;
        margin: 0 0 -90px 0!important;
    }

    .message p {
        font-size: 16px!important;
    }

    .page-template-staff .contents {
        padding: 0!important;
    }

    .menu-img {
        width: 60%;
        margin: 1em auto 0 auto;
    }

    .home .first-section {
        padding: 1.5em 0 3em 0!important;
    }

    .bg-white {
        padding: 2.5em 0!important;
    }

    .prof dd {
        width: 71%!important;
    }

    .prof dt {
        width: 28%!important;
        letter-spacing: 0;
        vertical-align: top;
    }

    .prof {
        font-size: 12px;
    }

    .subpage-head {
        padding: 2em 0 0 0!important;
    }

    .subpage-head .head-img {
        width: 130px!important;
        bottom: -10px!important;
    }

    .subpage-head p {
        line-height: 1.2em!important;
    }

    .page-template-access .col-md-4 {
        margin: 0 0 1em 0;
    }

    .page-template-access .col-md-6 {
        padding: 0 10%;
    }

    .row dl {
        width: 100%;
        margin: 0 auto 1em auto;
        border-bottom: solid 1px;
    }

    .row dt {
        margin: 0;
        border-left: none;
        text-align: left;
        font-weight: bold;
        padding: 0 0 0.3em 10px;
    }

    .row dd {
        border-left: none;
        text-align: left;
    }

    .tel--box {
        width: 85%!important;
    }

    .page-id-50 .wpcf7 {
        border-radius: 10px!important
    }

    .page-id-50 .wpcf7 dl {
        border-bottom: 0!important;
    }

    .page-id-50 .wpcf7 dt {
        text-align: left!important;
    }

    .page-id-50 .wpcf7 dd {
        text-align: left!important;
    }

    .sectiion--table {
        margin: 2em 0 0 0!important;
    }

    .menu-list section {
        width: 100%!important;
    }

    .menu dl dt {
        display: block!important;
        width: 100%!important;
        padding: 10px 10px 5px 10px!important;
    }

    .menu dl dd {
        width: 100%!important;
        padding: 10px 0!important;
        font-weight: bold;
        text-align: right;
        font-style: italic;
        font-size: 16px;
    }

    .sp-left {
        text-align: left;
    }

    .bubble--l {
        width: 100%!important;
        margin: 0 auto 1em auto!important;
    }

    .page-id-55 .top-deco {
        margin: 2em 0 0 0;
    }

    .access-col .ttl {
        font-size: 16px!important;
        letter-spacing: 2px;
    }

    .bycar {
        margin: 1em 0 0 0!important;
        width: 100%!important;
    }

    .name span {
        font-size: 12px!important;
    }

    .staff-box dl {
        border-bottom: 0;
        margin: 1em 0 0 0;
    }

    .name {
        font-size: 22px!important;
    }

    .page-id-55 h2.head {
        padding: 2em 0 0 0!important;
    }

    .staff-box .col-md-5 {
        padding: 0 40px 40px 40px!important;
    }

    .bubble--m {
        width: 85%!important;
    }

    #make {
        margin: 3em 0 0 0;
    }

    .set--l,
    .set-list {
        width: 100%!important;
    }

    .menu-set li,
    .menu-middle li {
        width: 100%!important;
        border-right: 0!important;
        border-bottom: solid 1px #6f6968;
        text-align: left;
    }

    .bubble-point-list li {
        width: 100%!important;
        padding: 1em!important;
    }

    .bubble-point {
        width: 20%!important;
        margin: 0 0 1em 0;
    }

    .bubble-point-text {
        width: 78%;
    }

    .font-large {
        font-size: 18px!important;
        line-height: 26px!important;
        margin: 0!important;
    }

    .bubble-point-list {
        margin: 0 0 3em 0!important;
    }

    .menu-set li a:after,
    .menu-middle li a:after {
        font-family: "Font Awesome 5 Free";
        content: '\f107';
        position: absolute;
        right: 20px;
    }

    .menu-set li:last-child,
    .menu-middle li:last-child {
        border-bottom: 0;
    }

    .menu-middle li a {
        padding: 15px 20px!important;
        position: relative;
    }

    .menu-middle li a span {
        display: inline-block!important;
        padding: 0 0 0 10px;
    }

    .top-deco {
        text-align: center!important;
    }

    .menu-list section {
        margin: 0!important;
    }

    .menu dl dt span {
        font-size: 10px!important;
    }

    .menu-point {
        font-size: 11px!important;
    }

    .menu dl dt {
        padding: 10px 0 0 0!important;
        width: 100%!important;
    }

    .menu dl dd {
        width: 100%!important;
        padding: 10px 0;
        margin: 0;
    }

    .page-id-20 section {
        padding: 3em 0 0 0;
    }

    .menu-middle {
        margin: 1em 0!important;
    }

    .bg-pink,
    .bg-brown {
        font-size: 17px!important;
    }

    .bg-pink .font-small, .bg-brown .font-small {
        font-size: 14px!important;
    }

    .font-small {
        font-size: 11px!important;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 96%;
    }

    .staff-box {
        margin: 0 0 4em 0;
    }

    .page-id-50 section {
        padding: 0 0 5em 0;
    }

    .page-id-50 .menu-ttl {
        font-size: 12px;
        padding: 8px 0 5px 0;
        margin: 2em 0 1em 0;
    }

    .post-16 .right {
        clear: both;
    }

    .set--m {
        padding: 1em 0 0 0!important;
        width: 100%!important;
    }

    .set-ttl {
        font-size: 18px!important;
    }

    .set-item li {
        width: 48%!important;
        font-size: 11px!important;
    }

    .btn-normal a, input[type="submit"] {
        width: 80%!important;
    }

    .set-img {
        width: 80%;
        margin: 0 auto 1em auto;
    }

    hr {
        border: none!important;
        margin-top: 0.5em!important;
        margin-bottom: 0.5em!important;
    }

    .menu-point h3 {
        font-size: 16px!important;
    }

    .center .btn-normal {
        width: 100%!important;
    }

    .link-other-contents {
        padding: 3em 0 0 0;
    }

    header.siteHeader {
        height: 66px;
    }

    footer h1.navbar-brand {
        width: 100%;
        padding: 0;
    }

    .coupon-list li .icon {
        top: -5px!important;
        right: -14px!important;
    }

    footer .address {
        margin: 1em 0!important;
    }

    .page-header_pageTitle, h1.page-header_pageTitle:first-child {
        margin: 1em 0!important;
        font-size: 16px!important;
    }

    .mainSection header {
        border-bottom: 0!important;
    }

    .sideSection {
        display: none!important;
    }

    .subpage-head p span {
        font-size: 11px!important
    }

    .page-id-16 section {
        padding: 0 0 3em 0;
    }

    .bg-white {
        margin: 0!important;
        padding: 2.5em 0 0.5em 0!important;
    }



}@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Tags:
Version: 0.1.2
*/

body {
    background: url(images/vp_bg03.jpg) repeat;
    background-size: 163px;
    color: #605a5a;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Sawarabi Gothic", sans-serif, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a,
a:hover {
    color: #605a5a;
}

.siteHeader {
    background-color: none;
    box-shadow: none;
    background: url(images/vp_img01.png), url(images/vp_bg03.jpg);
    background-repeat: repeat-x, repeat;
    background-size: 73px, 163px;
    background-position: top;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

p {
    margin-bottom: 0;
}

.navbar-header {
    width: 294px;
}

.header-right {
    color: #8f8787;
}

.tel {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 1.3em;
    clear: both;
}

footer .col-md-5 {
    color: #8f8787;
}

footer .tel {
    padding: 1em 0 0 0;
}

footer .address {
    font-size: 13px;
    margin: 10px 0 2em 0;
    color: #605a5a;
}

footer h1 {
    display: block;
}

.tel:before {
    content: "";
    display: inline-block;
    background: url(images/vp_icon01.png) no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

.set-list {
    width: 45%;
    margin: 0 auto 2em auto;
    text-align: left;
    background: rgba(1, 1, 1, 0.1);
    border-radius: 10px;
    padding: 1em 2em;
}

.set-list li {
    margin: 0 0 0.5em 0;
}

.set-list li:before,
.check-icon:before {
    content: "";
    display: inline-block;
    background: url(images/set_icon.png) no-repeat;
    background-size: 14px;
    padding: 0 0 0 20px;
    width: 14px;
    height: 14px;
    line-height: 14px;
}

.font-small {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

textarea {
    resize: none;
    border: solid 1px #ddd;
}

.page-id-50 .wpcf7 {
    background: rgba(1, 1, 1, 0.1) !important;
    border-radius: 20px;
    margin: 2em 0 0 0;
    padding: 1em 0 2em 0;
}

.color-red {
    color: #ff0000;
}

.navbar-header {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.header-right {
    float: right;
}

.subpage-head p {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.4em;
}

.subpage-head p span {
    font-size: 14px;
    font-family: "Sawarabi Gothic", sans-serif, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
}

.globalMenuSp ul li {
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.7em;
    font-size: 13px;
    letter-spacing: 1px;
}

.globalMenuSp ul li span {
    font-family: "Dancing Script", cursive;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
    font-weight: normal;
}

.globalMenuSp ul li a {
    display: block;
    padding: 0 20px;
}

.home section,
.page-template-access section {
    padding: 2em 0 3.5em 0 !important;
}

.sp-slide img {
    width: 100% !important;
}

h2.head,
.set-ttl {
    background: none;
    font-size: 24px;
    margin: 0 0 0.5em 0;
    letter-spacing: 2px;
    border: none;
    color: #605a5a;
    font-weight: normal;
    font-family: YuMincho, "Yu Mincho", serif;
}

.set-ttl {
    line-height: 28px;
    text-align: center;
    font-size: 22px;
}

.set-ttl span {
    display: block;
    font-size: 14px;
}

.set-item {
    margin: 1em 0;
}

.set-item li {
    background: #75373b;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    width: 45%;
    display: inline-block;
    margin: 1% 0.5%;
}

h2.head:before {
    content: "";
    display: block;
    background: url(images/vp_icon04.png) no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
    margin: 0 auto 0.2em auto;
}

.set-ttl:before {
    content: "";
    display: block;
    background: url(images/set_icon2.png) no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}

.menu-set {
    margin: 3em 0 0 0 !important;
}

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

.font-middle {
    font-size: 110%;
}

.sectiion--table {
    margin: 3.5em 0 0 0;
    display: table;
}

.sectiion--table .section--contents {
    display: table-cell;
    vertical-align: middle;
}

.sectiion--table .section--contents p {
    margin: 0 0 2em 0;
}

img.round {
    border-radius: 10px;
}

.btn-normal,
input[type="submit"] {
    text-align: center;
}

.center .btn-normal {
    margin: 0 auto;
    width: 240px;
}

.btn-normal a,
input[type="submit"] {
    background: #9f7b79;
    color: #fff;
    display: block;
    padding: 10px 20px;
    width: 240px;
    font-size: 13px;
    border-radius: 5px;
    border: solid 1px #9f7b79;
    text-decoration: none;
}

.btn-off a {
    background: none;
    border: solid 1px #9f7b79;
    color: #9f7b79;
}

.center {
    text-align: center;
}

.btn-normal a:after,
input[type="submit"]:after,
.gallery-list li .category:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
    font-weight: 900;
}

.vk-mobile-nav-menu-btn {
    display: none !important;
}

input[type="submit"] {
    margin: 2em auto;
}

.bg-on {
    background: rgba(159, 123, 123, 0.1);
}

.page-id-16 .siteContent,
.page-id-18 .siteContent,
.page-id-20 .siteContent,
.page-id-22 .siteContent,
.archive .siteContent,
.page-id-47 .siteContent,
.page-id-50 .siteContent,
.page-id-55 .siteContent,
.page-id-58 .siteContent {
    padding: 0;
}

.kimono_category-coming-of-age-ceremony a.btn {
    background-color: #ed8d8d;
    border: none;
}

.kimono_category-graduation-ceremony a.btn {
    background-color: #b9bbdf;
    border: none;
}

.kimono_category-seven-five-three a.btn {
    background-color: #86c1d4;
    border: none;
}

.kimono_category-yukara a.btn {
    background-color: #ffaa64;
    border: none;
}

.kimono_category-wedding a.btn {
    background-color: #66bfbf;
    border: none;
}

.subpage-head {
    background: rgba(159, 123, 123, 0.3);
    padding: 3em 0 0 0;
}

.subpage-head .head-img {
    width: 180px;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -14px;
}

.bg-on-text {
    background: rgba(96, 90, 90, 0.9);
    padding: 2em;
    color: #fff;
    border-radius: 20px;
    margin: -5em 0 0 5em;
}

.section1 {
    position: relative;
}

.section1 .copy-img {
    position: absolute;
    top: 35%;
    width: 360px;
    left: 50%;
}

.bg-on-text p,
.top-deco p {
    margin: 0 0 1.2em 0;
}

.top-deco {
    background: url(images/vp_img27.png) no-repeat;
    background-size: 280px;
    background-position: top center;
    padding: 50px 0 0 0;
    margin: 3em 0 0 0;
    text-align: left;
}

.archive .gallery-list {
    padding: 2em 0;
}

.postlist .media {
    border-bottom: 0 !important;
}

.postlist .media:first-child {
    border-top: 0 !important;
}

li {
    list-style: none;
}

.ribbon-ttl {
    width: 280px;
    margin: 0 auto 2em auto;
}

.gallery-list li {
    display: inline-block;
    width: 160px;
    margin: 0 10px 2em 10px;
}

.gallery-list li .category {
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px;
    width: 160px;
    position: relative;
    margin: -12px;
}

.gallery-list li.first .category {
    background: #b9bbdf;
}

.gallery-list li.second .category {
    background: #86c1d4;
}

.gallery-list li.third .category {
    background: #ed8d8d;
}

.gallery-list li.fourth .category {
    background: #ffaa64;
}

.gallery-list li.fifth .category {
    background: #66bfbf;
}

ul {
    padding: 0;
}

.bnr-list,
.coupon-list {
    text-align: center;
}

.coupon-list {
    margin: 1em 0 -1em 0;
}

.bnr-list li {
    display: inline-block;
    text-align: center;
    width: 312px;
    margin: 0 10px;
}

.arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin: 0 10px 0 0;
    font-weight: 900;
}

.coupon-list li {
    display: inline-block;
    width: 320px;
    margin: 0 5px 20px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    border-right: solid 10px #ee5555;
    vertical-align: middle;
    box-shadow: 0px 5px 3px -3px rgba(141, 147, 150, 0.1);
    min-height: 157px;
}

.coupon-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: calc(100% + 0px);
    min-height: 100%;
    border-right: 1px solid #ee5555;
    padding-bottom: 2px;
    z-index: 1;
}

.coupon-list li .icon {
    position: absolute;
    width: 74px;
    top: -15px;
    z-index: 5;
    right: -20px;
}

.coupon-list li .coupon-ttl {
    color: #605a5a;
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px 0 0;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.coupon-list li .normal {
    display: inline-block;
    font-size: 10px;
    background: #605a5a;
    color: #fff;
    letter-spacing: 2px;
    padding: 2px 0;
    margin: 0 5px 0 0;
    text-align: center;
    width: 32px;
    line-height: 14px;
}

.price-normal {
    font-style: italic;
}

.price-normal:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin: 0 5px;
    font-weight: 900;
}

.price-coupon {
    color: #ee5555;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    font-style: italic;
}

.price-coupon span {
    font-weight: normal;
    font-size: 14px;
}

.coupon-list li .comment {
    font-size: 12px;
    line-height: 16px;
    border-top: dotted 1px;
    padding: 10px 0 0 0;
}

.staff-list li {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
}

.staff-list {
    margin: 2.5em 0;
}

.custum-post {
    background: url(images/vp_img23.png) repeat-x, url(images/vp_bg02.png) repeat-y;
    background-size: 100%, 100%;
    background-position: top;
    padding: 50px 20px 20px 20px;
    position: relative;
    text-align: left;
    margin: 2em 10px 0 10px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.custum-post .ttl-img {
    width: 240px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.staff-box .contents {
    text-align: left;
}

.staff-box .col-md-5 {
    padding: 40px;
}

.name {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 3px;
}

.name span {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    margin: 0 0 0 10px;
}

.blog .ttl-img {
    width: 210px;
}

.q_q {
    position: relative;
    padding: 0.25em 0 0.5em 0.75em;
    border-left: 5px solid #9f7b79;
    font-style: italic;
    line-height: 24px;
    color: #9f7b79;
    font-size: 16px;
    margin: 10px 0;
}

h1.entry-title {
    display: none !important;
}

.entry-body {
    padding: 0;
}

.prof {
    width: 100%;
}

.prof dt {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.prof dd {
    display: inline-block;
    width: 73%;
}

.prof dt,
.prof dd {
    border-left: 0;
    margin: 0;
    padding: 0;
}

.q_q::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 100%;
    height: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #9f7b79;
}

h3#reply-title {
    font-size: 18px;
}

.mainSection header h1 {
    font-size: 16px;
}

.entry-meta-dataList,
.widget_categories,
.comment-form-comment label,
.entry-meta_items_author {
    display: none;
}

.single-post .entry-body {
    padding: 0 0 2em 0;
}

.comment-form {
    font-size: 12px;
}

#respond label {
    width: 20%;
}

.archive .postList .media {
    width: 100%;
    padding: 1em 0;
}

.postList .pagination {
    margin: 2em 0 0 0;
}

.category-blog .entry-meta_items_term a,
.category-blog .widget_categories {
    display: none;
}

aside.widget .media {
    width: 100%;
    margin: 0;
}

.widget .subSection-title {
    font-size: 16px;
    margin: 0;
}

.entry-meta_items {
    font-size: 12px;
}

.category-blog .entry-meta {
    margin-bottom: 0.3em;
}

.category-blog h1.entry-title {
    display: block !important;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_link_list ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {
    box-shadow: none;
}

aside.widget .postList_thumbnail {
    display: none;
}

.custum-post .news-list li {
    border-bottom: dotted 1px #aea697;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.custum-post .news-list li:last-child {
    border-bottom: none;
}

h1.page-header_pageTitle:first-child {
    font-size: 16px;
}

.bubble--l {
    width: 90%;
    margin: 0 auto 2em auto;
}

.set--l {
    width: 90%;
    margin: 0 auto !important;
}

.bubble--m {
    width: 72%;
    margin: 0 auto 1em auto;
}

.custum-post .news-list li .date {
    font-size: 14px;
    display: block;
}

.bubble-point {
    width: 100px;
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: top;
    vertical-align: middle;
}

.bubble-point-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.border {
    text-decoration: underline;
}

.font-large {
    font-size: 28px;
    font-family: "yumincho";
    display: block;
    line-height: 34px;
    margin: 0.3em 0 0 0;
}

.bubble-point-list {
    margin: 0 0 5em 0;
}

.bubble-point-list li {
    background: rgba(0, 0, 0, 0.1);
    display: block;
    padding: 2em;
    border-radius: 10px;
    margin: 0 auto 1.5em auto;
    width: 70%;
    text-align: left;
}

.mg20 {
    margin: 0 0 1.5em 0;
}

.color-blue {
    color: #6db8ce;
}

.top-deco .deco-h3 {
    text-align: center;
    font-size: 18px;
    font-family: "yumincho";
    position: relative;
    top: -1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    margin: 0;
}

.font-large span {
    color: #6db8ce;
}

.custum-post .news-list {
    overflow: auto;
    margin: 2em 0;
    width: 100％;
    height: 220px;
}

footer {
    background: none;
    border: none;
}

footer .footerMenu {
    border-top: 0;
    border-bottom: 0;
    padding: 3.5em 0;
}

.footerMenu li a {
    border-left: none;
}

.footerMenu li:last-child a {
    border-right: none;
}

footer .container {
    padding: 20px 0 18px 0;
}

.vk-mobile-nav-menu-btn {
    display: none;
}

.sectiion--table .col-md-8 p {
    margin: 0 0 1.5em 0;
}

.contents {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
}

.contents:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: none;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}

.point-section-1 {
    margin: 3em 0 0 0;
}

.point-section-1 .top-deco,
.point-section-2 .top-deco,
.point-section-3 .top-deco,
.point-section-4 .top-deco,
.point-section-5 .top-deco {
    text-align: left !important;
}

.map-address {
    font-style: italic;
    margin: 1em 0 3.5em 0;
}

.access-col .ttl {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.access-col .top-deco {
    margin: 1.5em 0 0 0;
}

.contents-off:before {
    background: rgba(159, 123, 123, 0.1) !important;
}

.contents_inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 10px 120px;
    color: #fff;
    text-align: center;
}

.contents_inner .right {
    text-align: right;
}

.bg-pink {
    background: #ee9796;
    font-family: YuMincho, "Yu Mincho", serif;
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    color: #fff;
}

.bg-brown {
    background: #6f6969;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    padding: 10px 15px;
    font-family: YuMincho, "Yu Mincho", serif;
}

.bg-pink .font-small,
.bg-brown .font-small {
    font-size: 22px;
}

.point-section-2 .left {
    margin: -50px 0 0 50px;
    text-align: left;
}

.point-section-3 .bg-pink {
    display: block;
}

.point-section-3 .contents_inner {
    padding: 100px 19px 50px;
}

.point-section-5 {
    margin: -100px 0 0 0;
}

.mg10 {
    margin: 0 0 0.4em 0;
}

.first-col {
    position: relative;
}

.top-deco2 {
    color: #605a5a;
    background: url(images/vp_img28.png) no-repeat;
    background-size: 220px;
    background-position: top center;
}

.btn-center a {
    margin: 0 auto !important;
}

.menu-large li {
    display: inline-block;
    margin: 0 5px;
}

.menu-large li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;
    font-weight: 900;
}

.menu-ttl {
    font-family: "yumincho";
    font-size: 28px;
    letter-spacing: 3px;
    padding: 20px 0 0 0;
}

.menu-middle {
    border: solid 1px #6f6968;
}

.menu-middle li {
    display: inline-block;
    margin: 0;
    width: 13.8%;
    border-right: solid 1px #6f6968;
    font-size: 12px;
    letter-spacing: 0;
}

.menu-middle li:last-child {
    border-right: none;
}

.menu-middle li a {
    display: block;
    padding: 10px 20px;
}

.menu-middle li a span {
    display: block;
    font-family: "yumincho";
    font-size: 12px;
}

.menu-ttl {
    background: #6f6968;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1;
    text-align: left;
    font-family: "sawarabi";
}

.menu-ttl span {
    font-size: 12px;
    font-family: "yumincho";
    margin: 0 0 0 20px;
}

dl.prof {
    background: rgba(159, 123, 123, 0.3);
    padding: 15px !important;
    border-radius: 10px;
    width: 100% !important;
    margin: 1em 0 0 0 !important;
}

.menu dl {
    margin: 0;
    text-align: left;
    border-bottom: solid 1px rgba(159, 123, 123, 0.5);
    padding: 0 10px !important;
    width: 100% !important;
}

.menu dl dt,
.menu dl dd {
    border-left: none;
}

.menu-large-ttl {
    font-size: 24px;
    letter-spacing: 3px;
    font-family: "yumincho";
    text-align: center;
}

#make .menu-large-ttl {
    color: #ed8d8d;
}

#make .menu-middle li {
    display: inline-block;
    width: 33%;
}

.menu dl dt span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.menu-list section {
    margin: 0 0 5em 0;
}

.menu-middle {
    margin: 1em 0 3em 0;
}

.menu-point {
    text-align: left;
    background: rgba(159, 123, 123, 0.2) !important;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 2.5em 0;
    position: relative;
}

.menu-point .icon {
    position: absolute;
    width: 78px;
    top: -28px;
    z-index: 3;
    left: -1px;
}

.menu-point h3 {
    border-bottom: 0 !important;
    margin: 0;
    border: 0 !important;
    box-shadow: none;
    font-size: 18px;
}

.post-template-default .siteContent {
    padding: 1em 0 3.5em 0 !important;
}

.menu-point h3:after {
    display: none;
}

.media .postList_thumbnail img,
.media .postList_thumbnail a {
    border: none;
}

.media .postList_thumbnail img {
    border-radius: 5px;
}

.post-type-archive-kimono .media .postList_thumbnail,
.tax-kimono_category .media .postList_thumbnail {
    float: none !important;
    width: 100% !important;
    padding: 0;
}

.entry-meta_items_term {
    float: none !important;
}

.post-type-archive-kimono .entry-meta .published,
.tax-kimono_category .entry-meta .published {
    display: none;
}

.post-type-archive-kimono .media .entry-meta_items_term,
.tax-kimono_category .media .entry-meta_items_term {
    position: absolute;
    top: -1px;
    left: 0;
}

.media .entry-meta_items_term span {
    font-size: 10px;
}

.tax-kimono_category .page-header {
    display: none;
}

.tax-kimono_category .mainSection header.archive-header {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    border-bottom: 0;
    margin: 1em 0 0 0;
    font-size: 18px;
}

.tax-kimono_category .mainSection header.archive-header h1 {
    margin-top: 0;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 22px;
}

.tax-kimono_category .mainSection header.archive-header:before,
.tax-kimono_category .mainSection header.archive-header:after {
    content: "";
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #605a5a;
}

.tax-kimono_category .mainSection header.archive-header:before {
    left: 0;
}

.tax-kimono_category .mainSection header.archive-header:after {
    right: 0;
}

.well {
    background: none;
    border: 0;
    box-shadow: none;
}

.tax-kimono_category .mainSection {
    width: 100% !important;
    text-align: center;
}

.left {
    text-align: left;
}

.set--m img {
    width: 100%;
}

.set--m {
    width: 90%;
    margin: 0 auto;
    padding: 5em 0 0 0;
}

.message {
    color: #fff;
    margin: 0 0 -80px 0;
    line-height: 24px;
    text-align: left;
    font-style: italic;
    position: relative;
    top: -70px;
    left: -30px;
}

.page-id-22 section {
    padding: 0 0 5em 0;
}

.staff-box {
    clear: both;
    overflow: hidden;
}

.message p {
    display: inline-block;
    background: #222;
    padding: 3px 7px;
    font-size: 17px;
    margin: 0 0 0.5em 0;
}

.tel--box {
    width: 50%;
    padding: 20px;
    margin: 2em auto;
}

.bg-white {
    background: #fff;
    padding: 2.5em 0 0 0;
    margin: 0 0 2em 0;
}

hr {
    border: none;
}

.pagination {
    margin: 0;
}

.btn-primary {
    border: 0;
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    font-size: 18px !important;
}

.single-news .entry-body {
    padding: 1em 0 0 0;
}

.entry-meta_updated {
    display: none;
}

.text-right {
    text-align: right;
}

.top-attention a {
    color: #ee5555;
    border: solid 1px;
    display: block;
    padding: 1em;
    width: 100%;
    margin: 0 auto 20px;
}

#sb_instagram .sbi_no_js img{
display: block;
}

/*
PC用CSS
*/

@media (min-width: 992px) {
    .container,
    .contents-width {
        width: 960px;
        overflow: hidden;
        margin: 0 auto;
    }

    .sp-display {
        display: none;
    }

    .globalMenuSp ul {
        width: 100%;
        text-align: center;
    }

    .globalMenuSp ul li {
        display: inline-block;
    }

    a:hover {
        text-decoration: none;
    }

    .home .siteContent {
        padding: 3.5em 0 0 0;
    }

    .globalMenuSp {
        background: url(images/vp_img02.png) repeat-x, url(images/vp_img02.png) repeat-x;
        background-size: 50px;
        background-position: top, bottom;
    }

    .globalMenuSp ul li {
        background: url(images/vp_img03.png) repeat-y;
        background-size: 2px;
        background-position: right;
    }

    .globalMenuSp ul li:first-child {
        background: url(images/vp_img03.png) repeat-y, url(images/vp_img03.png) repeat-y;
        background-size: 2px;
        background-position: left, right;
    }

    .home section,
    .page-template-access section {
        padding: 3.5em 0;
    }

    a:hover {
        opacity: 0.8;
    }

    .concept-list {
        padding: 0 0 100px 0;
    }

    .concept-list li {
        display: inline-block;
        width: 180px;
        margin: 0 -5px;
    }

    .concept-list li.down {
        position: relative;
        top: 80px;
    }

    .point-section-2 .sample-img {
        margin: 170px 0 0 0;
    }

    .first-col .right {
        position: absolute;
        top: 5%;
        text-align: right;
        right: -20%;
        z-index: 10;
    }

    .point-section-2 .img-point {
        position: relative;
        top: 30px;
        left: -120px;
    }

    .point-section-3 {
        padding: 0;
    }

    .menu-large li:first-child a {
        color: #fff;
        font-family: "YuMincho";
        font-size: 18px;
        display: block;
        padding: 10px;
        width: 240px;
        letter-spacing: 3px;
        background: #6f6968;
    }

    .menu-large li:last-child a {
        color: #fff;
        font-family: "YuMincho";
        font-size: 16px;
        display: block;
        padding: 10px;
        width: 240px;
        background: #ed8d8d;
    }

    .page-id-16 .top-deco {
        text-align: center;
    }

    .footer-link-list {
        margin: 0 0 5em 0;
    }

    .footer-link-list li {
        display: inline-block;
        margin: 0 5px !important;
    }

    .footer-link-list .btn-normal,
    .footer-link-list .btn-normal a {
        width: 180px;
    }

    .mainSection .postList {
        margin: 1.5em 0 2.5em 0;
    }

    .point02 {
        position: relative;
        left: -20%;
    }

    .post-type-archive-kimono .media,
    .tax-kimono_category .media {
        padding: 0 !important;
        display: inline-block !important;
        width: 20% !important;
        margin: 0 1%;
        position: relative;
    }

    .img-point {
        width: 30%;
        margin: 0 0 0.5em -3%;
    }

    .bg-pink,
    .bg-brown {
        font-size: 20px;
    }

    .off50 {
        position: relative;
        top: -50px;
    }

    .page-template-concept .breadSection {
        margin: 0 0 1.5em 0;
    }

    .row dl {
        padding: 20px;
        width: 60%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .row dl dt {
        display: inline-block;
        width: 20%;
        border-left: none;
        vertical-align: top;
        text-align: left;
    }

    .row dl dd {
        display: inline-block;
        width: 69%;
        border-left: none;
        text-align: left;
    }

    .page-id-50 section {
        padding: 3.5em 0;
    }

    .menu {
        position: relative;
    }

    .menu-img {
        position: absolute;
        width: 240px;
        right: 20px;
        top: 20px;
        z-index: 5;
    }

    .menu-set li {
        width: 16.2% !important;
    }

    .menu dl dt {
        display: inline-block !important;
        padding: 10px !important;
        width: 50% !important;
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .bycar {
        margin: 3.5em auto 0 auto !important;
    }

    .pc-br::before {
        content: "\A";
        white-space: pre;
    }

    .menu dl dd {
        display: inline-block !important;
        padding: 10px !important;
        margin: 0 !important;
        vertical-align: middle !important;
        font-size: 16px;
        width: 48% !important;
    }

    .point-section-1 {
        margin: -20px 0 -150px 0;
    }

    .normal-post-archive .postList_thumbnail {
        display: table-cell;
        width: 30% !important;
        padding: 0 3% 0 0;
    }
    .note-box {
        text-align: left;
        padding: 20px;
        background: rgba(1, 1, 1, 0.05);
    }
}
