/*----------------------------------*/
/* 共通設定 */
/*----------------------------------*/

html * {
    line-height: 1.5;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    word-break: break-all;
    max-width: 100%;
    box-sizing: border-box;
}

.center {
    width: 1000px;
    margin: auto;
}

.center_max {
    width: 100%;
}

img {
    display: block;
    margin: auto;
}

#main img {
    margin: 1em auto;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    opacity: 0.5;
}

p {
    display: block;
}

#main p {
    margin-bottom: 2em;
    color: #3f3635;
    font-size: 17px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

h2 {
    color: #990100;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 span {
    display: block;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 15px 0;
    font-size: 24px;
    font-weight: normal;
    color: #3f3635;
    margin-top: 10px;
}

h3 {
    font-weight: bold;
    font-size: 32px;
    display: block;
    padding: 15px 25px;
    background-color: #990100;
    color: white;
    border-radius: 50px;
    margin-bottom: 35px;
}

h3::before {
    content: "●";
    margin-right: 15px;
}

/*----------------------------------*/
/* ヘッダー */
/*----------------------------------*/

.header-main {
    padding: 10px 0;
    border-top: #b22820 10px solid;
}

.header-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.logo {
    width: 32%;
    float: left;
    /* overflow: hidden; */
    /* margin-top: 20px; */
}

.logo img {
    margin: 0;
    /* margin-top: 10px; */
}

.logo p {
    color: #af8e41;
}

.header-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 61%;
}

.header-r .tel_box {
    width: 250px;
}

.header-r .calendar {
    width: 330px;
}

.header-r li.tel {
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 1%;
    background-image: url(images/tel_icon.png);
    background-position: 0 6px;
    background-repeat: no-repeat;
}

.header-r li.tel a {
    font-family: "arial";
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    color: #774600;
    text-decoration: none;
    display: block;
}

.header-menu {
    width: 100%;
    /* background-color: #b22820; */
    background-image: url(images/nav_bak.png);
}

.header-menu ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 3px 0;
}

.header-menu ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 2px groove #e4617c;
}

.header-menu ul li:last-of-type {
    border-right: 2px groove #e4617c;
}

.header-menu ul li a {
    font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    display: block;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.main-img {
    background-image: url(images/main-back.jpg);
    background-size: 100% 100%;
    background-position: center center;
}

/*----------------------------------*/
/* メイン */
/*----------------------------------*/
.top_menu_tit {
    max-width: 1000px;
    margin: 48px auto 0;
    text-align: center;
    font-size: 0;
}
.top_menu_tit p:first-child {
    width: 33%;
}
.top_menu_tit p {
    display: inline-block;
    margin: 0 12px;
}
.top_menu_tit p:last-child {
    width: 59%;
    margin: 0 0 3%;
}
.top_menu_tit p {
    display: inline-block;
    margin: 0 12px;
}
.top_onayami {
    max-width: 876px;
}
.ttl {
    margin: 0 0 32px;
}
.top_onayami_list {
    max-width: 900px;
    max-height: none;
    padding: 0 0 0 30%;
    margin: 32px auto 48px;
    background: url(http://kinugasa89.com/ion/images/top_onayami_pic.jpg) no-repeat left;
    background-size: contain;
}
.top_onayami_list li {
    font-size: 20px;
    padding: 0 0 10px 38px;
    margin: 0 0 12px;
    background: url(http://kinugasa89.com/ion/images/catch_ico.png) no-repeat left center;
    border-bottom: solid 1px #C8BFB8;
}
.onayami_text {
    font-size: 24px;
    color: #c64a86;
    font-weight: bold;
}
.nayami_lady {
    max-width: 230px;
    height: 390px;
    margin: 0 auto;
    object-fit: cover;
    overflow: hidden;
}
.line_info_wrap {
    display: flex;
    justify-content: center;
    max-width: 1092px;
    margin: 0 auto 24px;
}
.line_info_wrap {
    width: 96%;
}












/*----------------------------------*/
/* フッター */
/*----------------------------------*/

#footer {
    /* background-color: #e4d7c7; */
    padding-top: 2em;
    overflow: hidden;
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; */
}

.footer-bottom {
    background-color: #462511;
    overflow: hidden;
}

.footer-menu ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    display: table;
}

.footer-menu ul li {
    display: table-cell;
    text-align: center;
    border-right: 1px dotted #462511;
}

.footer-menu ul li:nth-of-type(1) {
    border-left: 1px dotted #462511;
}

.footer-menu ul li::before {
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #462511;
    margin-right: 10px;
}

.footer-menu ul li a {
    color: #462511;
    text-decoration: none;
    font-size: 14px;
}

.footer-under {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    margin: 2em 0 1em;
}

.footer-under-float {
    width: 30%;
}

.footer-under .footer-under-float:nth-of-type(2) {
    width: 35%;
}

.footer-under .footer-under-float:nth-of-type(3) {
    width: 24%;
}

.footer-under-float img {
    margin-bottom: 10px;
}

.footer-under-float table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

.footer-under-float table th {
    text-align: center;
}

.footer-under-float table th, .footer-under-float table td {
    font-size: 14px;
    background-color: #462511;
    color: white;
    padding: 10px;
    vertical-align: middle;
}

.copy p {
    font-size: 14px;
    color: white;
    text-align: center;
    display: block;
    padding: 1em 0;
    background-color: #b22820;
}

.copy p a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

p b {
    font-weight: bold;
}

.q-a {
    background-image: url(images/first-kogao-back.jpg);
}

.q-a ul li {
    font-size: 21px;
    margin-bottom: 2em;
    line-height: 1.5em;
}

.q-a ul li span {
    display: block;
    margin-bottom: 1em;
    padding: 15px;
    background-color: #eaf6ff;
    border-radius: 10px;
    border: 2px solid white;
}

.q-a ul li span .q-a-in {
    padding-left: 50px;
    background-image: url(images/icon-q.png);
    background-position: left center;
    background-size: 35px;
    background-repeat: no-repeat;
}

.q-a ul li span.a .q-a-in {
    background-image: url(images/icon-a.png);
}

.q-a ul li span.a {
    background-color: #fff5f5;
}

.flow-block-4 {
    background-image: url(images/back-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.flow-block-4 ul {
    width: 100%;
    overflow: hidden;
}

.flow-block-4 ul li {
    width: calc(100% / 3);
    float: left;
    padding: 10px;
    padding-right: 35px;
}

.flow-block-4 ul li .flow-in {
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
}

.flow-block-4 ul li .flow-in::after {
    content: " ";
    display: inline-block;
    border: 24px solid transparent;
    border-left-color: #990100;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%) scaleY(1.2);
}

.flow-block-4 ul li:last-of-type .flow-in::after {
    content: none;
}

#main .flow-in p {
    margin-bottom: 0;
    height: 120px;
}

.voice-block {
    border: 1px solid #af8e41;
    padding: 25px;
}

span.voice-name {
    display: block;
    padding: 25px;
    background-color: #af8e41;
    color: white;
    font-size: 28px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-weight: bold;
}

.voice-main {
    width: 100%;
    overflow: hidden;
}

.voice-float {
    width: 35%;
    float: left;
    padding: 10px;
}

.voice-main .voice-float:last-of-type {
    width: 65%;
}

#main .voice-float img {
    border: 1px solid #af8e41;
    margin-top: 0;
}

.voice-link {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 95vh;
    overflow: hidden;
    padding: 25px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.8);
    transition: 0.2s;
    opacity: 0;
    display: none;
    max-width: initial;
    z-index: 9999;
}

#main .voice-link img {
    width: auto;
    height: 100%;
    margin: auto;
    max-width: initial;
}

span.voice-link-text {
    display: block;
    color: #990100;
    text-align: center;
}

span.voice-strong {
    color: #462511;
    font-weight: bold;
    font-size: 21px;
    border-bottom: 1px solid #af8e41;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
}

input#voice-1:checked + .voice-link {
    opacity: 1;
    display: inline-block;
}

.before-after {
    margin-bottom: 80px;
}


/*インスタ部分*/

.sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    color: #eee;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_load {
    margin-top: 30px;
}


.sbi_follow_btn {
    background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
    color: #fff;
    border-radius: 6px;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
}

.sbi_load_btn {
        background: #333333;
    color: #fff;
       border-radius: 6px;
    padding: 10px 25px;
    margin-right: 20px;
}

.sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 20px #359dff;
}

.insta_inner {
        background: #ffffff;
            margin: auto;
    width: 1000px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.insta_inner img {
    margin-bottom: 30px;
}

.insta_title {
    overflow: hidden;
    width: 20%;
        margin-left: 108px;

}

.insta_title_img {
        float: left;
}

.insta_title_text {
        float: right;
    margin-top: 29px;
    font-weight: bold;
}

.insta_title_text p {
    font-size: 21px;
}

.insta-text-left {
    margin-left: 20px;
}

.thumbnail-image img{
border: 1px solid #333333;
}

img.object-fit.thumbnail-image-responsive {
    border: 1px solid #333333;
}

.imstagram {
        margin-top: 40px;
}

.thumbnail-wrapper {
    position: relative;
    border: 1px solid #868686;
}

.koe {
    margin-bottom: 80px;
}

.text_box {
    overflow: hidden;
}

.text_img {
    max-width: 200px;
    backface-visibility: hidden;
}

#main .text_img img {
    margin: 0;
}

.text_img.left {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.text_img.right {
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

.text_img.left.img3 {
    max-width: 50%;
}

#main .price_text {
    text-align: center;
    font-size: 120%;
}

.price_box_wrapper {
    background: #fff0d6;
    padding: 10px 0 20px;
}

.price_box {
    max-width: 1000px;
    margin: 0 auto;
}

#main .price_box.box2 p {
    margin-bottom: 0;
}

.price_text span {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #c64c85;
}

.accent1 {
    color: #990100;
    font-size: 1.2em;
}

.accent2 {
    display: block;
    font-size: 2em;
    color: #990100;
    font-weight: bold;
    text-align: center;
}

.accent3 {
    font-size: 1.1em;
}

.greeting {
    display: flex;
    justify-content: space-between;
}

.greeting figure {
    max-width: 218px;
}

#main .greeting figure img {
    margin: 0;
}

.greeting .greeting_text {
    width: calc( 100% - 250px );
}

.greeting_text p {
    margin-bottom: 1em;
}


/*----------------------------------*/
/* レスポンシブ */
/*----------------------------------*/

@media all and (max-width: 780px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .center {
        width: 100%;
        padding: 0 5%;
    }

    .center_max {
        width: 100%;
        padding: 0;
    }

    .price_box {
        padding: 0 5%;
    }

    .sp-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        background-color: white;
    }

    .sp-header-main {
        width: 100%;
        overflow: hidden;
    }

    .sp-logo {
        width: 55%;
        float: left;
        padding: 15px;
    }

    .sp-header-botan {
        width: 45%;
        float: right;
    }

    .sp-header-botan ul {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    .sp-header-botan ul li {
        display: table-cell;
        vertical-align: bottom;
        padding: 1px;
        padding-left: 0;
    }

    .sp-menu ul {
        width: 100%;
        overflow: hidden;
        height: 0;
    }

    .sp-menu ul li {
        width: 50%;
        float: left;
        border-top: 1px dotted white;
        border-right: 1px dotted white;
    }

    .sp-menu ul li:last-child {
        width: 100%;
    }

    .sp-menu ul li a {
        display: block;
        padding: 15px 10px;
        color: white;
        text-decoration: none;
        position: relative;
        text-shadow: 0 2px 2px rgba(0,0,0,0.2);
        text-align: center;
        background-color: #b5271f;
    }

    .sp-menu ul li a:after {
        content: " ";
        display: inline-block;
        border: 5px solid transparent;
        border-left-color: white;
        filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    input#sp-menu:checked + .sp-header .sp-menu ul {
        height: auto;
    }

    .footer-popup {
        width: 100%;
        overflow: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    .footer-popup ul {
        width: 100%;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }

    .footer-popup ul li {
        display: table-cell;
        background-color: #ff4b64;
    }

    .footer-popup ul li a {
        display: block;
    }

    .footer-popup ul li.tel {
        background-color: #ff8400;
        animation: buruburu 1.0s infinite;
    }

    .footer-popup ul li.contact {
        background-color: #92bfe0;
    }

    @keyframes buruburu {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-2deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(2deg)}
        100% {transform: rotate(0deg)}
    }

    .main-img {
        padding-top: 15%;
        background-size: auto 100%;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    h2 span {
        font-size: 18px;
    }

    h3 {
        font-size: 18px;
    }

    #main img.osusume-img {
        display: none;
    }

    .padding-block {
        padding: 20px 0;
    }

    span.no {
        width: 35px;
        height: 35px;
        font-size: 21px;
        top: 15%;
        transform: none;
    }

    span.flow-strong {
        font-size: 14px;
        left: 85px;
        top: 15px;
        transform: none;
        width: 60%;
        padding: 10px;
    }

    .flow-block ul li {
        padding: 15px;
        padding-top: 75px;
        font-size: 18px;
    }

    .osusume ul li {
        font-size: 18px;
    }

    .flow-block-2 ul, .flow-block-3 ul {
        width: 100%;
        float: none;
    }

    .flow-title {
        font-size: 18px;
    }

    .flow-title span.no {
        top: 50%;
        transform: translateY(-50%);
    }

    table.price-table th {
        font-size: 16px;
    }

    table.price-table td {
        font-size: 28px;
    }

    .top_onayami_list {
        max-width: 900px;
        max-height: none;
        padding: 0;
        margin: 32px auto 48px;
        background: unset;
        background-size: contain;
    }
    .top_onayami_list li {
        font-size: 16px;
        padding: 10px 10px 10px 48px;
        margin: 0 0 12px;
        background: url(http://kinugasa89.com/ion/images/catch_ico.png) no-repeat left 10px center #ffffffa3;
        border-bottom: solid 1px #C8BFB8;
    }
    .onayami_text {
        font-size: 18px;
        color: #c64a86;
        font-weight: bold;
    }

    #main .center .top_menu_tit p {
        width: 100%;
        margin: 0;
    }

    .access {
        background-size: auto 100%;
    }

    .top-company-info {
        width: 100%;
        padding: 10px;
    }

    .top-company-info ul, .top-company-gmap {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    .top-company-info ul li span.in {
        font-size: 14px;
    }

    .line_info_wrap {
        flex-wrap: wrap;
    }

    #main .line_info_wrap p {
        width: 100%;
        margin-bottom: 0;
    }

    #main .line_info_wrap p img {
        margin: 0;
    }

    .footer-menu ul {
        display: block;
        border-top: 1px solid #462511;
        border-left: 1px solid #462511;
    }

    .footer-menu ul li {
        border-right: none;
        width: 50%;
        float: left;
        position: relative;
    }

    .footer-menu ul li::before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-menu ul li:nth-of-type(1) {
        border-left: unset;
    }

    .footer-menu ul li:last-child {
        width: 100%;
    }

    .footer-menu ul li a {
        display: block;
        border-right: 1px solid #462511;
        border-bottom: 1px solid #462511;
        padding: 15px;
        padding-left: 25px;
        background-color: white;
    }

    .footer-under {
        flex-wrap: wrap;
    }

    .footer-under-float {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    .footer-under .footer-under-float:nth-of-type(2),
    .footer-under .footer-under-float:nth-of-type(3) {
        width: 100%;
    }

    .footer-under .footer-under-float ul {
        display: flex;
        justify-content: space-around;
    }

    .footer-under .footer-under-float ul li {
        width: 49%;
    }

    .copy p {
        padding-bottom: 18%;
    }

    .q-a ul li span .q-a-in {
        padding-left: 0;
        padding-top: 50px;
        background-position: top center;
    }

    .flow-block-4 ul li {
        width: 100%;
        float: none;
        padding: 0;
        padding-bottom: 45px;
    }

    #main .flow-in p {
        height: auto;
    }

    .flow-block-4 ul li .flow-in::after {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -60px;
        transform: translateX(-50%) scaleY(1.2) rotate(90deg);
    }

    .text_img {
        max-width: 100%;
    }

    .text_img.left,
    .text_img.right {
        float: none;
        margin: 0 0 2%;
    }

    .text_img.left.img3 {
        max-width: 100%;
    }

    #main .price_text {
        text-align: center;
        font-size: 100%;
    }

    .voice-float {
        width: 100%;
    }

    .voice-main .voice-float:last-of-type {
        width: 100%;
    }

    .voice-link {
        height: 75vh;
        padding: 10px;
    }

    .voice-block {
        padding: 10px;
    }

    span.voice-strong {
        font-size: 18px;
    }

    span.voice-name {
        font-size: 21px;
        padding: 15px;
    }

    .before-after {
        margin-bottom: 30px;
    }

    .footer_pop p {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        text-align: center;
        background: #6fb429;
    }

    .footer_pop p a {
        display: inline-block;
        color: #fff;
        padding: 15px 0;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }

    .footer_pop p a:before {
        position: relative;
        left: -5%;
        bottom: 0;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .accent2 {
        font-size: 140%;
        color: #990100;
        font-weight: bold;
    }

    .greeting {
        flex-wrap: wrap;
    }

    .greeting figure {
        max-width: 218px;
        max-height: 300px;
        margin: 0 auto 20px;
        overflow: hidden;
    }

    #main .greeting figure img {
        margin: 0;
    }

    .greeting .greeting_text {
        width: 100%;
    }

    .greeting_text p {
        margin-bottom: 1em;
    }
}