﻿/* CSS Document */

@media (min-width: 768px) {
    .top_news_box {
        padding: 30px 20px 60px;
        margin-bottom: 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .top_news_box {
        padding: 20px 4%;
        margin-bottom: 0;
    }
}

/*
.plan_detail_banner_lineup_list_box_img {font-size: 0;}
*/
.font_defo {
    font-family: "Kiwi Maru", sans-serif;
    display: block;
    font-size: 45%;
}

@media (min-width: 768px) {
    .header_menu .header_nav_sns {
        width: 65px !important;
    }
}

@media screen and (max-width: 767px) {
    .header_logo_box_name_main_txt {
        font-size: 1.2em !important;
    }

    .header_menu .header_nav_sns {
        width: 20% !important;
    }

}

/* ヘッダー共通 */
.header_snsicon {
    display: flex;
    /* position: absolute; */
    /* inset: 28px calc(630px + 4vh + 30px) auto auto; */
    /* z-index: 2; */
    column-gap: 20px;
}

.header_snsicon li {
    width: 42px;
}

.header_snsicon li img {
    width: 100%;
}

/* プラン共通 */
.plan_lineup_list_box_spec .plan_lineup_list_box_spec_price .price_tax {
    display: inline-block;
    font-size: 0.7em;
    margin-left: 6px;
}

.plan_sec {
    margin-top: 60px !important;
    padding-top: 0 !important;
}

/* プランのメリット */
.plan_merit {
    margin: 5% auto;
}

.plan_merit .plan_merit_block {
    background-color: #fff;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
}

.plan_merit .plan_merit_block .plan_merit_text dt {
    color: #BFA0D3;
    font-weight: bold;
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
    .plan_merit.flex_box {
        flex-wrap: nowrap;
        gap: 30px 30px;
    }

    .plan_merit .plan_merit_block .plan_merit_text dt {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .plan_merit .plan_merit_block {
        margin-bottom: 20px;
    }
}


/* プラン詳細 */
.set_detail {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.set_detail li {
    padding: 0 1em 1.5em 0;
}

.set_detail li span {
    display: block;
    width: 100%;
    border: 1px solid #999;
    border-radius: 15px;
    padding: 2px 26px;
    background-color: #efefef;
}

@media (min-width: 768px) {
    .plan_qa {
        margin-bottom: 120px;
    }

    .plan_qa .ttl01_pink {
        max-width: 1200px;
        margin: 0 auto 1em;
    }
}

@media screen and (max-width: 767px) {
    .plan_qa {
        margin-bottom: 60px;
        padding: 0 2%;
    }
}


/* 京越が選ばれる理由 */
.reason_sec_lineup_list_box_ttl {
    padding: .8em 1.8em .8em 1em;
    background: linear-gradient(90deg, #FFFFFF 0%, #E8DFF9 100%);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 999px;
}

.reason_sec_lineup_list_box_ttl.acc_btn::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='29' viewBox='0 0 12 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 14.5L0.749999 28.7894L0.75 0.21058L12 14.5Z' fill='%231E1E1E'/%3E %3C/svg%3E ");
    right: 1.5em;
}

.reason_sec_lineup_list_box_ttl.acc_btn.active::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='29' viewBox='0 0 12 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 14.5L0.749999 28.7894L0.75 0.21058L12 14.5Z' fill='%231E1E1E'/%3E %3C/svg%3E ");
    transform: translateY(-50%) rotate(90deg);
}

.reason_sec_lineup_list_box_ttl.acc_btn.active {
	border-radius: 999px;
}

.reason_sec_lineup_list_box {
    width: 100%;
}

.reason_sec_lineup_list_box_desc {
    padding: 0 1.5em;
    background-color: #fff;
}

@media (min-width: 768px) {
    .reason_sec_lineup_list_img {
        float: left;
    }

    .reason_sec_lineup_list~.reason_sec_lineup_list {
        margin-top: 30px;
    }
}

/* 提携サイト */
.official_site ul {
    display: flex;
    flex-wrap: wrap;
}

.official_site ul li {
    width: calc(100% / 2);
    padding: 0.5%;
    box-sizing: border-box;
    margin: 2% 0 1%;
    padding: 0 0 3%;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.official_site ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 8px;
    height: 8px;
    z-index: 2;
    border-top: solid 2px #986BB6;
    border-right: solid 2px #986BB6;
    transform: rotate(45deg);
    transition: border-color .4s;
}

.official_site .news {
    display: table;
    width: 100%;
    border: none;
}

.official_site .news .nbanner {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 2%;
}

.official_site .news .nbanner img {
    width: 100%;
    margin: auto;
}

.official_site .news .nnote {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: left;
    padding: 0 7% 0 2%;
    font-size: 14px;
}

.official_site .nnote span {
    display: table-cell;
    vertical-align: middle;
    width: 67%;
    padding: .3em;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

.official_site ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
    transition: background .4s;
}

/* TOPサービス内容 */
.flex_area_pc {
    display: flex;
    justify-content: space-evenly;
}

.service_img img {
    max-width: 625px;
}

.service_txt {
    display: grid;
    margin-left: 40px;
}

.service_txt ul {
    display: flex;
    flex-direction: column;
    align-self: center;
    row-gap: 50px;
}

.service_txt ul li {
    background-color: #EADFF3;
    padding: 30px 20px;
    border-radius: 20px;
}

.service_txt ul li .service_subimg {
    display: flex;
    justify-content: center;
    /* 水平方向にセンターに配置 */
    align-items: center;
    float: left;
    margin-right: 15px;
}

.service_txt ul li .service_subimg img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.service_subttl {
    color: #986BB6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* 人気着物デザイン */
.pop_kimono_block {
    position: relative;
}

.pop_kimono_block>dt {
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 20px;
    width: 40px;
    height: auto;
    padding: 16px 10px 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    font-weight: 700;
    color: #666;
}

dt.pop_kimono_a {
    background: #fafafa;
}

dt.pop_kimono_b {
    background: #9e8971;
    color: #fff;
}

dt.pop_kimono_c {
    background: #80b8ec;
    color: #fff;
}

.at_more {
    float: right;
    margin-top: 12px;
    margin-right: 0.5em;
    font-size: 14px;
}

.pop_kimono_block .pop_kimono_img img {
    vertical-align: bottom;
    border-radius: 12px;
}

.pop_kimono_ds ul li {
    box-shadow: none;
    display: inline-block;
}

.pop_kimono_block>dd {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 12px;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    color: #666;
    text-align: right;
}

dd.pop_kimono_suptext {
    background: rgba(250, 250, 250, 0.8);
}

dd.pop_kimono_suptext_nth2 {
    background: rgba(158, 137, 113, 0.8);
    color: #fff;
}

dd.pop_kimono_suptext_nth3 {
    background: rgba(128, 184, 236, 0.8);
    color: #fff;
}

.at_more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0px 0px 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .pop_kimono_ds ul li {
        padding: 0 8%;
        margin: 0 auto 25px;
    }
}


/* TOP h1 メインテキスト */
.midashi_topmain {
    font-size: 32px;
    margin-bottom: 60px;
    padding-top: 30px;
}

/* ヘアセットページ */
.hairset_boxblock {
    margin: 5% auto;
}

.hairset_boxblock .hairset_con_detail_spec_required {
    margin-right: 2em;
}

.hairset_boxblock .hairset_con_detail_spec_price em {
    font-size: 28px;
}

.hairset_boxblock_desc {
    font-size: 16px;
    line-height: 1.8em;
    margin: 2em auto;
}

.hairset_catalog {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    row-gap: 75px;
    margin: 8% auto 3%;
}

.hairset_catalog li {
    width: calc(100%/3);
    padding: 0 1%;
    position: relative;
}

.hairset_catalog li .catalog_ttl {
    position: absolute;
    top: -20px;
    left: 20%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 60%;
    padding: 8px 0;
    font-size: 16px;
}

.hairset_catalog li .catalog_ttl.standard {
    background-color: #e3cfda;
}

.hairset_catalog li .catalog_ttl.retro {
    background-color: #BFA0D3;
}

.hairset_catalog li .catalog_ttl::before,
.hairset_catalog li .catalog_ttl::after {
    content: "";
    border-top: 18px solid;
    border-bottom: 18px solid;
    position: absolute;
}

.hairset_catalog li .catalog_ttl::before {
    border-left: 17.5px solid transparent;
    left: calc(14px * -1);
}

.hairset_catalog li .catalog_ttl::after {
    border-right: 17.5px solid transparent;
    right: calc(14px * -1);
}

.hairset_catalog li .catalog_ttl.standard::before,
.hairset_catalog li .catalog_ttl.standard::after {
    border-top-color: #e3cfda;
    border-bottom-color: #e3cfda;
}

.hairset_catalog li .catalog_ttl.retro::before,
.hairset_catalog li .catalog_ttl.retro::after {
    border-top-color: #BFA0D3;
    border-bottom-color: #BFA0D3;
}

.hairset_catalog li picture img {
    border-radius: 10px;
}

/* 京越のこだわり */
.commit_sec_point {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}

.commit_sec_point_list {
    width: 100%;
    margin-right: 15px;
}

.commit_sec_point_list~.commit_sec_point_list {
    margin-top: 0px;
    margin-bottom: 30px;
}

.contents_wrp_b {
    width: 88%;
}

.commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_ttl,
.commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_desc {
    grid-column: 1/2;
}

.commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_img {
    grid-column: 2/3;
}

@media (min-width: 768px) {

    .commit_sec_point_list:nth-of-type(2n+1) .commit_sec_point_list_ttl,
    .commit_sec_point_list:nth-of-type(2n+1) .commit_sec_point_list_desc,
    .commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_ttl,
    .commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_desc {
        width: 800px;
        grid-column: 1/3;
        padding-right: 0;
        padding-left: 70px;
    }

    .commit_sec_point_list:nth-of-type(2n+1) .commit_sec_point_list_img,
    .commit_sec_point_list:nth-of-type(2n) .commit_sec_point_list_img {
        width: 350px;
    }

    .commit_sec_point_list_desc {
        grid-column: 2/3;
    }
}

/* レンタルの流れ */
.top_flow_step {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .top_flow {
        width: 88%;
    }

    .top_flow_step_list_box {
        max-width: 100%;
        width: 570px;
        margin-right: 50px;
        margin-bottom: 50px;
    }

    .top_flow_step_list~.top_flow_step_list {
        margin-top: 0px;
    }

    .top_flow_step_list_decomain {
        margin-right: 25px;
    }

    .top_flow_step_list_box_btn {
        width: 205px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/* 季節のおすすめ */
.season_sec {
    margin-top: 80px;
    background-size: 100% 100%;
    background-position: center;
}

.ttl_mid {
    text-align: center;
    margin: 1em auto;
}

.contents_inr p a {}

.contents_inr p a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .season_sec {
        padding: 120px 0 130px;
        margin-bottom: 120px;
    }

    .box_area {
        display: flex;
        width: 100%;
    }

    .ttl_mid {
        font-size: 30px;
    }

    .box_area {
        display: flex;
        width: 100%;
    }

    .box_detail:nth-child(1) {
        width: 60%;
        max-width: 640px;
    }

    .box_detail:nth-child(2) {
        width: 35%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .season_sec {
        padding: 100px 0;
        margin-bottom: 60px;
        background-size: auto 100%;
    }

    .season_sec .blog_lineup_list_link_ttl {
        padding-left: 0;
        padding-right: 0;
    }

    .ttl_mid {
        font-size: 16px;
        margin: 2em auto 1em;
    }
}

.instagram-media {
    min-width: 100% !important;
    margin: 0 -1px !important;
    border-right: none !important;
    border-left: none !important;
}

.season_sec .HoverCard,
.season_sec .Feedback,
.season_sec .SocialProof,
.season_sec .Footer {
    display: none !important;
}

/**/
/*****************************************/


/* 着物レンタルのコーデイメージをチェック！ */
.outfit_sec_inner {
    max-width: 1260px;
    margin: auto;
}

.Ttl_h3,
.Ttl_h4 {
    position: relative;
    text-align: center;
    margin: auto;
    font-weight: bold;
}

.Ttl_h3 {
    font-size: 24px;
}

.Ttl_h4 {
    font-size: 22px;
}

.outfit_lineup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 75px;
}

.outfit_lineup_img {
    width: calc(100% / 4);
    padding: 0 1%;
    position: relative;
}

.outfit_lineup_img img {
    border-radius: 8px;
    width: 100%;
}

.option_lineup_list_box {
    padding: 0 1%;
    position: relative;
    box-sizing: border-box;
}

.option_lineup_list_box:nth-child(1) {
    width: 30%;
}

.option_lineup_list_box:nth-child(2) {
    width: 70%;
}

.plan_detail_option_lineup_list_spec_item,
.plan_detail_option_lineup_list_spec_price {
    margin-bottom: 10px;
}

.accline {
    border: 3px solid #EADFF3;
    border-radius: 8px;
    margin-bottom: 20px;
}

.btn_ajst {
    padding: 3% 2%;
}

.slide_ajst {
    padding: 0 3%;
}

.p_conts {
    padding: 2%;
    margin: 0 auto 3%;
}

.outfit_sec_inner .accline .acc_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: #cfabab;
    right: .8em;
    font-weight: bold;
}

.outfit_sec_inner .accline .acc_btn.active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: bold;
}

@media (min-width: 768px) {
    .outfit_sec {
        margin-bottom: 120px;
    }

    .p_conts {
        font-size: 16px;
    }

    .plan_detail_option_lineup_list_spec_item,
    .plan_detail_option_lineup_list_spec_price {
        font-size: 18px;
    }

    .plan_detail_option_lineup_list_spec_price span {
        font-size: 12px;
    }

    .mb_ajst {
        margin-bottom: 60px;
    }

    .option_lineup {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        row-gap: 30px;
        margin-top: 3%;
    }

    .option_lineup_list {
        width: calc(100% / 2 - 40px);
        padding: 2%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        box-sizing: border-box;
        background-color: #EADFF3;
    }

    .Ttl_h3.acc_btn.btn_ajst br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .outfit_sec {
        margin-bottom: 60px;
        padding: 0 2%;
    }

    .outfit_sec .outfit_sec_inner .ttl01_pink {
        font-size: 20px;
    }

    .Ttl_h3 {
        font-size: 15px;
    }

    .Ttl_h4 {
        font-size: 14px;
    }

    .Ttl_h4 {
        margin-top: 2em;
    }

    .btn_ajst {
        padding: 5% 10%;
    }

    .outfit_lineup {
        row-gap: 15px;
    }

    .outfit_lineup_img {
        width: calc(100% / 2 - 20px);
        padding: 0;
    }

    .option_lineup {
        display: block;
        margin: 3% 0;
        padding: 3% 0;

    }

    .option_lineup_list {
        width: 100%;
        padding: 4% 2%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        box-sizing: border-box;
        background-color: #EADFF3;
        margin-bottom: 3%;
    }

    .plan_detail_option_lineup_list_spec_item,
    .plan_detail_option_lineup_list_spec_price {
        margin-bottom: 5px;
    }

    .plan_detail_option_lineup_list_spec_explain {
        font-size: 12px;
    }

    .mb_ajst {
        margin-bottom: 40px;
    }
}

/*****************************************/


/* スマホのみ */
@media screen and (max-width: 767px) {
    .header_snsicon {
        display: flex;
        position: absolute;
        inset: 10px calc(0px + 4vh + 30px) auto auto;
        z-index: 2;
        column-gap: 8px;
    }

    .header_snsicon li {
        width: 26px;
    }

    .header_menu_btn {
        inset: 0 2vw auto auto !important;
    }

    .commit_sec_point {
        display: flex;
        width: 100%;
        overflow-x: scroll;
    }

    .commit_sec_point_list {
        width: 100%;
        margin-right: 15px;
    }

    .commit_sec_point_list~.commit_sec_point_list {
        margin-top: 0px;
    }

    .commit_sec_point_list_ttl {
        width: 310px;
    }

    .contents_wrp_b {
        width: 96%;
    }

    /* 京越が選ばれる理由 */
    .reason_sec_lineup.contents_inr {
        width: 94%;
        margin-top: 30px;
    }

    .reason_sec_lineup_list~.reason_sec_lineup_list {
        margin-bottom: 20px;
    }

    .reason_sec_lineup_list_box_ttl {
        align-items: center;
        font-size: 16px;
        text-align: left;
    }

    .reason_sec_lineup_list~.reason_sec_lineup_list {
        margin-top: 0;
    }

    .reason_sec_lineup_list_box_desc {
        padding: 0 1.0em 2em;
    }

    .reason_sec_lineup_list_img {
        width: 100px;
    }

    /* 提携サイト */
    .official_site {
        margin-top: 60px;
    }

    .official_site.contents_inr {
        width: 98%;
    }

    .official_site ul {
        display: inherit;
    }

    .official_site ul li {
        width: 100%;
        float: none;
    }

    .official_site .news .nbanner {
        width: 32%;
    }

    .official_site .news .nnote {
        width: 67%;
    }

    /* プラン */
    .plan_sec {
        margin-top: 40px !important;
    }

    /* プラン詳細 */
    .set_detail li {
        padding: 0 0.5em 1em 0;
    }

    /* TOPサービス内容 */
    .top_service {
        padding-bottom: 6%;
    }

    .flex_area_pc {
        display: block;
    }

    .service_img {
        margin-bottom: 25px;
    }

    .service_txt ul {
        row-gap: 25px;
    }

    .service_txt ul li .service_subimg {
        padding-top: 0.5em;
    }

    .service_txt ul li .service_subimg img {
        width: 70px;
        height: 70px;
    }

    .service_subttl {
        font-size: 16px;
    }

    .service_txt ul li {
        padding: 20px 15px;
    }

    .font_qjp {
        font-size: 90%;
    }

    /* TOP h1 メインテキスト */
    .midashi_topmain {
        font-size: 14px;
        margin-bottom: 25px;
        padding-top: 0;
    }

    /* ヘアセットページ */
    .hairset_boxblock_desc {
        font-size: 14px;
        line-height: 1.6em;
    }

    .hairset_catalog {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        row-gap: 50px;
        margin: 15% auto 10%;
    }

    .hairset_boxblock .hairset_con_detail_spec_price em {
        font-size: 20px;
    }

    .hairset_catalog li {
        width: calc(100%/2);
    }

    .hairset_catalog li .catalog_ttl {
        position: absolute;
        top: -20px;
        left: 10%;
        text-align: center;
        color: #fff;
        font-weight: bold;
        width: 80%;
        padding: 6px 0;
        font-size: 11px;
    }

    .hairset_catalog li .catalog_ttl::before,
    .hairset_catalog li .catalog_ttl::after {
        content: "";
        border-top: 13px solid;
        border-top-color: currentcolor;
        border-bottom: 13px solid;
        border-bottom-color: currentcolor;
        position: absolute;
    }

    .hairset_catalog li .catalog_ttl::before {
        border-left: 10.5px solid transparent;
        left: calc(10px * -1);
    }

    .hairset_catalog li .catalog_ttl::after {
        border-right: 10.5px solid transparent;
        right: calc(10px * -1);
    }

    /* ヘアセット英語のみ */
    .eng_res_pri span {
        display: block;
        width: 60%;
    }

    .eng_res_pri span:nth-child(1) {
        margin-bottom: 1em;
    }

    /* レンタルの流れ */
    .top_flow_step_list {
        overflow: visible;
        width: 100%;
        padding-top: 30px;
    }

    .top_flow_step_list_box_ttl_num {
        margin-bottom: 0;
    }

    .top_flow_step_list_decomain_photo {
        width: 110px;
        margin-top: 0;
    }

    .top_flow_step_list:nth-of-type(2n+1) {
        padding-left: 0;
    }

    .top_flow_step_list_box {
        width: 90vw;
        padding: 0 2vw 0;
    }

    .top_flow_step_list .top_flow_step_list_box_btn {
        margin-left: auto;
    }

    .top_flow_step_list_box_btn {
        margin-top: 15px;
    }

    .top_flow_step_list:last-child .top_flow_step_list_box {
        padding-bottom: 80px;
    }
}



/* 京都観光地ランキング */
@media (min-width: 768px) {
    .tourism_sec_rank_list:nth-of-type(2n) .tourism_sec_rank_list_img {
        grid-column: 2/3;
        margin-left: 70px;
        margin-right: 0;
    }

    .tourism_sec_rank_list:nth-of-type(2n) .tourism_sec_rank_list_spot,
    .tourism_sec_rank_list:nth-of-type(2n) .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list:nth-of-type(2n) .tourism_sec_rank_list_btn {
        grid-column: 1/2;
        padding-right: 0;
        padding-left: 70px;
    }

    .tourism_sec_rank_list .tourism_sec_rank_list_img {
        width: 600px;
    }

    .tourism_sec_rank_list .tourism_sec_rank_list_spot,
    .tourism_sec_rank_list .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list .tourism_sec_rank_list_btn {
        width: 610px;
    }

    .tourism_sec_rank_list~.tourism_sec_rank_list {
        margin-top: 0;
    }

    .tourism_sec_rank {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .tourism_sec_rank_list {
        margin-right: 25px;
    }

    .tourism_sec_rank_list:nth-of-type(2n) .tourism_sec_rank_list_spot {
        padding-left: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 10px;
    }

    .tourism_sec_rank_list~.tourism_sec_rank_list {
        margin-top: 0;
    }

    .tourism_sec_rank_list_desc,
    .tourism_sec_rank_list_btn {
        width: 310px;
    }

    .tourism_sec_rank {
        margin-bottom: 25px;
    }
}

.tourism_sec_rank {
    display: flex;
}

.tourism_sec_ranklow {
    margin: 5% auto 10%;
}


/* プランページ こんな方におすすめ */
#recom_box ul.recom_list {
    position: relative;
}

#recom_box ul.recom_list li {
    display: flex;
    font-size: 20px;
    margin-bottom: 1em;
}

#recom_box ul.recom_list li:before {
    content: "";
    height: 24px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: calc(24px + 8px);
    background-image: -o-linear-gradient(45deg, transparent 50%, #986BB6 50.1%), -o-linear-gradient(135deg, #986BB6 50%, transparent 50.1%), -o-linear-gradient(45deg, #986BB6 50%, transparent 50.1%), -o-linear-gradient(135deg, transparent 50%, #986BB6 50.1%), -o-linear-gradient(45deg, transparent 50%, #E1E4E0 50.1%), -o-linear-gradient(135deg, #E1E4E0 50%, transparent 50.1%), -o-linear-gradient(45deg, #E1E4E0 50%, transparent 50.1%), -o-linear-gradient(135deg, transparent 50%, #E1E4E0 50.1%);
    background-image: linear-gradient(45deg, transparent 50%, #986BB6 50.1%), linear-gradient(-45deg, #986BB6 50%, transparent 50.1%), linear-gradient(45deg, #986BB6 50%, transparent 50.1%), linear-gradient(-45deg, transparent 50%, #986BB6 50.1%), linear-gradient(45deg, transparent 50%, #E1E4E0 50.1%), linear-gradient(-45deg, #E1E4E0 50%, transparent 50.1%), linear-gradient(45deg, #E1E4E0 50%, transparent 50.1%), linear-gradient(-45deg, transparent 50%, #E1E4E0 50.1%);
    background-position: bottom left, top left, 12px 0, 12px 12px, 8px 12px, 8px 0, top right, bottom right;
    padding-right: 1em;
    margin-right: 0.6em;
    margin-top: 4px;
}

@media (min-width: 768px) {
    #recom_box {
        margin-bottom: 5%;
    }

    #recom_box ul.recom_list {
        padding: 0 5%;
    }
}

@media screen and (max-width: 767px) {
    #recom_box {
        margin-bottom: 5%;
        padding-bottom: 5%;
    }

    #recom_box ul.recom_list li {
        font-size: 15px;
    }

    #recom_box ul.recom_list li:before {
        content: "";
        height: 14px;
        background-size: 7px 7px;
        background-repeat: no-repeat;
        width: calc(14px + 4px);
        background-image: -o-linear-gradient(45deg, transparent 50%, #986BB6 50.1%), -o-linear-gradient(135deg, #986BB6 50%, transparent 50.1%), -o-linear-gradient(45deg, #986BB6 50%, transparent 50.1%), -o-linear-gradient(135deg, transparent 50%, #986BB6 50.1%), -o-linear-gradient(45deg, transparent 50%, #E1E4E0 50.1%), -o-linear-gradient(135deg, #E1E4E0 50%, transparent 50.1%), -o-linear-gradient(45deg, #E1E4E0 50%, transparent 50.1%), -o-linear-gradient(135deg, transparent 50%, #E1E4E0 50.1%);
        background-image: linear-gradient(45deg, transparent 50%, #986BB6 50.1%), linear-gradient(-45deg, #986BB6 50%, transparent 50.1%), linear-gradient(45deg, #986BB6 50%, transparent 50.1%), linear-gradient(-45deg, transparent 50%, #986BB6 50.1%), linear-gradient(45deg, transparent 50%, #E1E4E0 50.1%), linear-gradient(-45deg, #E1E4E0 50%, transparent 50.1%), linear-gradient(45deg, #E1E4E0 50%, transparent 50.1%), linear-gradient(-45deg, transparent 50%, #E1E4E0 50.1%);
        background-position: bottom left, top left, 7px 0, 7px 7px, 4px 7px, 4px 0, top right, bottom right;
        padding-right: 1em;
        margin-right: 0.6em;
        margin-top: 6px;
    }
}

/* プランページ プランの特徴/おすすめな理由/おすすめスポット */
#features_plan,
#recom_reason_box,
#recom_place_box {
    margin-bottom: 3%;
    padding-bottom: 3%;
}

#recom_reason_box .flex_area_pc,
#recom_place_box .flex_area_pc {
    margin-top: 5%;
}

#recom_reason_box h3.ttl01_pink,
#recom_place_box h3.ttl01_pink {
    font-size: 36px;
}

#recom_reason_box .recom_reason_img {
    width: 35%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    max-height: 480px;
}

#recom_reason_box .recom_reason_img img {
    object-fit: cover;
    height: 480px;
    width: 100%;
}

#recom_place_box .recom_reason_img {
    width: 35%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    min-height: 460px;
}

#recom_place_box .recom_reason_img img {
    object-fit: cover;
    min-height: 460px;
    height: 100%;
    width: 100%;
}

#recom_reason_box .recom_reason_txt,
#recom_place_box .recom_reason_txt {
    width: 55%;
    box-sizing: border-box;
}

#recom_reason_box .recom_reason_txt h4,
#recom_place_box .recom_reason_txt h4 {
    font-size: 20px;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px dashed #aaa;
    font-weight: bold;
}

#features_plan .recom_reason_sub_txt,
#recom_place_box .recom_reason_sub_txt {
    width: 100%;
    box-sizing: border-box;
    padding: 2% 5%;
    margin: auto;
}

#recom_place_box .recom_reason_txt h5,
#recom_place_box .recom_reason_sub_txt h5 {
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: bold;
}

#features_plan .recom_reason_sub_txt p,
#recom_reason_box .recom_reason_txt p,
#recom_place_box .recom_reason_txt p,
#recom_place_box .recom_reason_sub_txt ul li,
#recom_place_box .recom_reason_sub_txt p {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {

    #recom_reason_box h3.ttl01_pink,
    #recom_place_box h3.ttl01_pink {
        font-size: 20px;
    }

    #recom_reason_box .recom_reason_img {
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        overflow: hidden;
        max-height: 300px;
    }

    #recom_reason_box .recom_reason_img img {
        object-fit: cover;
        height: 300px;
        width: 100%;
    }

    #recom_place_box .recom_reason_img {
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        overflow: hidden;
        max-height: 180px;
        min-height: 180px;
    }

    #recom_place_box .recom_reason_img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-height: 180px;
        min-height: 180px;
    }

    #recom_reason_box .recom_reason_txt,
    #recom_place_box .recom_reason_txt {
        width: 100%;
    }

    #recom_reason_box .recom_reason_txt h4,
    #recom_place_box .recom_reason_txt h4 {
        font-size: 16px;
        margin: 2% auto;
        padding-top: 2%;
    }

    #features_plan .recom_reason_sub_txt p,
    #recom_reason_box .recom_reason_txt p,
    #recom_place_box .recom_reason_txt p {
        font-size: 14px;
    }

    #recom_place_box .recom_reason_sub_txt {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: auto;
    }

    #recom_place_box .recom_reason_txt h5,
    #recom_place_box .recom_reason_sub_txt h5 {
        font-size: 13px;
        margin: 1em auto;
        font-weight: bold;
    }

    #recom_place_box .recom_reason_sub_txt p {
        font-size: 12px;
        margin-bottom: 1em;
    }

    #recom_place_box .recom_reason_sub_txt ul li {
        font-size: 12px;
        margin-bottom: 1em;
    }
}

/* プランページ 着物コーデ紹介 */
#plan_cdinat .sub-img li.current img {
    border: 2px solid red;
    transition: border .5s;
}

#plan_cdinat .container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1040px;
    margin: 0 auto 60px;
}

#plan_cdinat .main-img {
    width: 530px;
    height: 600px;
    margin: auto;
}

#plan_cdinat .main-img img {
    height: 600px;
    width: 520px;
    object-fit: cover;
    overflow: hidden;
}

#plan_cdinat .sub-img {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0 10px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#plan_cdinat .sub-img li {
    width: 130px;
    height: 165px;
    overflow: hidden;
    box-sizing: border-box;
}

#plan_cdinat .sub-img li img {
    border: 2px solid transparent;
    transition: border .5s;
    object-fit: cover;
    width: 115px;
    height: 160px;
    overflow: hidden;
    box-sizing: border-box;
}

#plan_cdinat .sub-img img {
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #plan_cdinat .container {
        display: inherit;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px;
    }

    #plan_cdinat .main-img {
        width: 100%;
        height: 380px;
        margin: 0 auto 20px;
        padding: 0 5%;
        box-sizing: border-box;
    }

    #plan_cdinat .main-img img {
        max-height: 380px;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    #plan_cdinat .sub-img {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        gap: 0;
        overflow-x: scroll;
        flex-basis: 100%;
        column-gap: 4px;
        margin: 0;
        padding: 0;
    }

    #plan_cdinat .sub-img li {
        width: 80px;
        max-height: 110px;
        overflow: visible;
        box-sizing: border-box;
    }

    #plan_cdinat .sub-img li img {
        object-fit: cover;
        max-width: 65px;
        max-height: 100px;
        overflow: hidden;
        box-sizing: border-box;
    }
}


/* フォトギャラリー */
.top_photo_ttltxt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    .top_photo .gallery_lineup {
        padding-top: 30px;
        padding-left: calc((1400px - 1280px) - (60px * 2));
    }
}

@media screen and (max-width: 767px) {
    .gallery_lineup {
        min-height: 40vw;
        padding: 15px 0px 6px;
    }

    .top_photo_ttltxt {
        font-size: 13px;
    }
}

/* 取扱店舗 */
@media (min-width: 768px) {
    .plan_detail_shop_lineup {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .plan_detail_shop_lineup {
        margin-bottom: 50px;
    }
}

/* スクロールバー */
.commit_sec,
.top_flow,
.tourism_sec {
    max-width: 1580px;
    margin: 0 auto;
    padding: 2rem 10px;
}

.commit_sec_point,
.top_flow_step,
.tourism_sec_rank {
    overflow-x: inherit;
}

.scroll__inner {
    padding: 0 0 20px 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.simplebar-scrollbar::before {
    background: #aaa;
    border-radius: 5px;
    height: 5px !important;
    margin-left: 2px;
    margin-top: 3px;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.simplebar-track {
    background: #eee;
    height: 15px !important;
    border-radius: 5px;
}

/* 外国語ページフッター */
@media (min-width: 768px) {
    #lang_fixed_menu .fixed_menu {
        width: 310px;
        bottom: 170px;
        display: inline-block;
    }

    #lang_fixed_menu .fixed_menu_list {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    #lang_fixed_menu .fixed_menu {
        gap: 0 1px;
        box-sizing: border-box;
    }

    #lang_fixed_menu .fixed_menu .fixed_menu_list {
        width: calc(100% / 2 - 2px);
        box-sizing: border-box;
    }
}

/* TOP よくある質問 */
.top_faq .faq_con_type_list_q {
    padding: .8em 1.8em .8em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background: linear-gradient(90deg, #FFFFFF 0%, #E5E5E5 100%);
    font-weight: 700;
    border-radius: 999px;
    color: #000000;
}

.top_faq .faq_con_type_list_q.acc_btn::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='29' viewBox='0 0 12 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 14.5L0.749999 28.7894L0.75 0.21058L12 14.5Z' fill='%231E1E1E'/%3E %3C/svg%3E ");
    right: 1.5em;
}

.top_faq .faq_con_type_list_q.acc_btn.active::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='29' viewBox='0 0 12 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 14.5L0.749999 28.7894L0.75 0.21058L12 14.5Z' fill='%231E1E1E'/%3E %3C/svg%3E ");
    transform: translateY(-50%) rotate(90deg);
}

.top_faq .faq_con_type_list_q.acc_btn.active {
	border-radius: 999px;
}

.top_faq .faq_con_type_list_a {
    padding: 1.5em 1.5em 1em;
    
}

.top_faq .faq_con_type_list_a p,
.faq_con_type_list_a ul,
.faq_con_type_list_a ol {
    margin-bottom: 1em;
}

.top_faq .faq_con_type_list_a strong {
    font-weight: 400;
    color: #BFA0D3;
}

@media (min-width: 768px) {
    .top_faq .faq_con_type {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 70px;
    }

    .top_faq .faq_con_type_list {
        margin-bottom: 30px;
    }

    .top_faq .faq_con_type_list_q {
        font-size: 22px;
    }

    .top_faq .faq_con_type_list_a {
        font-size: 16px;
        line-height: 1.8em;
    }

}

@media screen and (max-width: 767px) {
    .top_faq .faq_con_type {
        margin-bottom: 20px;
    }

    .top_faq .faq_con_type_list {
        margin-bottom: 20px;
    }

    .top_faq .faq_con_type_list_q {
        font-size: 14px;
        padding-right: 50px;
    }
}


/* 外国語ページフッター */
@media (min-width: 768px) {
    #lang_fixed_menu .fixed_menu {
        width: 310px;
        bottom: 170px;
        display: inline-block;
    }

    #lang_fixed_menu .fixed_menu_list {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    #lang_fixed_menu .fixed_menu {
        gap: 0 1px;
        box-sizing: border-box;
    }

    #lang_fixed_menu .fixed_menu .fixed_menu_list {
        width: calc(100% / 2 - 2px);
        box-sizing: border-box;
    }
}


/* 店舗一覧 */
.shop_sec .shop_sec_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    box-sizing: border-box;
    margin-top: 70px;
}

.shop_sec .shop_sec_list .shop_sec_list_induct {
    width: 100%;
    box-sizing: border-box;
}

.shop_sec .shop_sec_list .shop_sec_list_induct .shop_sec_list_induct_bg {
    background-color: #E8DFF9;
    border-radius: 20px 20px 0 0;
}

.shop_sec .shop_sec_list .shop_sec_list_induct .acc_slide {
    padding: 4%;
}

.shop_sec .shop_sec_list .shop_sec_list_induct figure.shop_sec_list_img img {
    object-fit: cover;
    height: 360px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.shop_sec .shop_sec_list .shop_sec_list_induct .shop_sec_list_induct_spec {
    padding: 4% 4% 2%;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 92%;
    box-sizing: content-box;
    align-items: center;
    justify-content: space-around;
}

.shop_sec_list_induct_spec_sub {
    border: 1px solid #BFA0D3;
    border-bottom: none;
    box-sizing: border-box;
}

.shop_sec_list_induct_spec_sub:last-child {
    border-bottom: 1px solid #BFA0D3;
    border-radius: 0 0 20px 20px;
}

.shop_sec_list_induct_spec_ttl {
    padding: 0 0 0.5em 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.shop_sec_list_induct_spec_ttl span {
    position: relative;
    padding: 0 0.3em;
}

.shop_sec .shop_sec_list .shop_sec_list_induct .shop_sec_list_induct_spec p {
    font-size: 24px;
    color: #000000;
}

.shop_sec_list_induct_spec_ttl_s {
    padding: 0.8em 2.2em;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 0;
    background-color: #E5F2F3;
}

.shop_sec_list_induct_spec_sub:last-child .shop_sec_list_induct_spec_ttl_s {
    border-radius: 0 0 20px 20px;
}

.shop_sec_list_induct_spec_ttl_s.acc_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: #7D7D7D;
    right: 0.8em;
}

.shop_sec_list_induct_spec_ttl_s.acc_btn.active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: bold;
}

@media (min-width: 768px) {
    .shop_sec_list_induct_spec_ttl {
        font-size: 28px;
    }

    .shop_sec_list_induct_spec_ttl span::after {
        content: "";
        height: 0.8em;
        background-color: #e3cfda;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .shop_sec_list_induct_spec_ttl_s {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .shop_sec .shop_sec_list {
        display: inherit;
    }

    .shop_sec .shop_sec_list .shop_sec_list_induct {
        width: 100%;
        margin-bottom: 50px;
    }

    .shop_sec .shop_sec_list .shop_sec_list_induct:last-child {
        margin-bottom: 0;
    }

    .shop_sec .shop_sec_list .shop_sec_list_induct figure.shop_sec_list_img img {
        object-fit: cover;
        height: 180px;
        width: 100%;
    }
}

/* TOPページ固定インスタバナー */
@media (min-width: 768px) {
    .instagram-text-icon-link {
        position: fixed;
        right: 0;
        z-index: 1;
        bottom: 290px;
        background-color: #986BB6;
        padding: 0.6em 1em;
        border-radius: 6px 0 0 6px;
    }

    .instagram-text-icon-link:hover {
        background-color: #BFA0D3;
    }
}

@media screen and (max-width: 767px) {
    .instagram-text-icon-link {
        position: fixed;
        left: 0;
        z-index: 1;
        bottom: 80px;
        background-color: #986BB6;
        padding: 0.4em 0.6em;
        border-radius: 0 6px 6px 0;
        font-size: 12px;
    }
}

/* 汎用 */
.link_deco {
    text-decoration: underline;
}

.link_deco:hover {
    text-decoration: none;
}

.link_deco_none {
    text-decoration: none !important;
}

.mb6p {
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.line_h_of {
    line-height: 1.5em;
}

.txt_right {
    text-align: right;
}

.color_pink {
    color: #BFA0D3;
}

.pdg_2p {
    padding: 2%;
}

.flex_box {
    display: flex;
}

.btn_width_ajt {
    width: 100%;
    max-width: 280px;
}

.bg_secnd_color {
    background-color: #EADFF3;
    width: 100%;
    margin: 80px auto;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .sp_noflex {
        display: inherit;
    }

    .bg_secnd_color {
        margin: 40px auto;
        padding: 40px 0;
    }
}


/*お客様体験談スライダー*/
@media all and (min-width: 768px) {
    .singleExperience {
        width: 420px !important;
        margin-right: 16px;
        transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    }
}

.singleExperience:hover {
    opacity: 0.8;
    transform: scale(0.95);
}

.singleExperience .img {
    width: 420px;
    height: 270px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.experienceDate {
    float: right;
    font-size: 12px;
    color: #888;
}

.experienceTxt h3 {
    margin: 16px 0 24px;
    font-size: 16px;
}

.experienceWriter {
    text-align: left;
}

.writerImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.expwrienceName {
    text-align: left;
}

.writerIntro {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.writerName {
    font-size: 14px;
}

.swiper-pagination.frontExperienceDot {
    bottom: 60px;
}

._swiperwrapper {
    padding: 0 0 40px;
    position: relative;
    overflow: hidden;
}

._swiperwrapper .swiper-pagination-bullet-active {
    background: #fe759f;
}

._swiperwrapper .swiper-scrollbar {
    display: none !important;
}

.frontExperience::before {
    width: 139px;
    height: 95px;
}

.experienceBalance {
    margin-bottom: 24px;
}

.frontExperienceSwiper {
    padding: 0 20px;
}

@media all and (max-width: 767px) {
    .experienceRow.front_flex {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        width: 310px;
        margin: 0 auto 80px;
    }

    .singleExperience {
        max-width: 100% !important;
    }

    .singleExperience .img {
        width: 90%;
        margin: auto;
        height: 232px;
        margin-bottom: 14px;
        border-radius: 12px;
        overflow: hidden;
    }

    .singleExperience .img img {
        min-height: 232px;
        object-fit: cover;
    }

    .singleExperience .experienceTxt {
        width: 90%;
        margin: auto;
    }

    .experienceTxt h3 {
        margin: 10px auto 16px;
        font-size: 14px;
    }

    .writerIntro {
        font-size: 11px;
    }

    .writerName {
        font-size: 13px;
    }

    .frontExperience {
        padding: 40px 0 130px;
    }

    .frontExperience::after {
        width: 107px;
        height: 110px;
        left: 9px;
    }

    .swiper-pagination.frontExperienceDot {
        bottom: 30px;
    }
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.sns_box {}

.sns_box .sns_box_details {
    width: 800px;
    margin: 0 auto 100px;
    text-align: center;
}

.sns_box .sns_box_details a img {
    margin: auto;
}

.sns_box .sns_box_details a img:hover {
    opacity: .5;
}

.sns_box .sns_box_details a.btn {
    margin: 30px;
    padding: 10px 30px;
    display: inline-block;
    border: solid 2px #986BB6;
    border-radius: 30px;
    font-size: 1.2em;
}

.sns_box .sns_box_details a.btn:hover {
    background: #986BB6;
    color: #fff;
}

@media all and (max-width: 767px) {
    .sns_box .sns_box_details {
        width: 90%;
        margin: 0 auto 100px;
    }

    .service_txt {
    	margin-left: 0;
    }

    .shop_sec .shop_sec_list .shop_sec_list_induct .shop_sec_list_induct_spec p {
        font-size: 15px;
    }

}